rocky
|
278756be49
|
Administrivia and more coverage
|
2017-11-29 10:12:09 -05:00 |
|
rocky
|
98312c172b
|
More coverage on 3.2 and 3.3
|
2017-11-29 09:36:32 -05:00 |
|
rocky
|
f2eaa09e96
|
Fix import and 3.x class bugs...
import x.y as z was failing across all Python versions
class decorators for Python 3.0..3.3 was failing
reduce 3.x while grammar rules
|
2017-11-29 06:59:05 -05:00 |
|
rocky
|
42fd38e2c0
|
More Wordsmithing
|
2017-11-29 05:27:17 -05:00 |
|
rocky
|
3a55faf9f3
|
More wordsmithing
|
2017-11-29 05:24:53 -05:00 |
|
rocky
|
1fcccb2472
|
Wordsmithing
|
2017-11-29 05:21:16 -05:00 |
|
rocky
|
ce20060cc8
|
Wordsmithing
|
2017-11-29 05:14:52 -05:00 |
|
rocky
|
a9171018d4
|
Sync up some 2.4-branch changes
|
2017-11-29 05:11:50 -05:00 |
|
rocky
|
43c3154a55
|
NT designatore -> store to match AST
|
2017-11-29 05:05:15 -05:00 |
|
rocky
|
c81b4df8b7
|
NT binary_subscr -> subscript to match AST
|
2017-11-29 00:08:08 -05:00 |
|
rocky
|
fb695616a6
|
NT call_function -> call to match AST
|
2017-11-28 22:13:23 -05:00 |
|
rocky
|
d03c5549a6
|
Add link to parser
|
2017-11-28 18:50:46 -05:00 |
|
rocky
|
f8690da7fd
|
Typo
|
2017-11-28 18:47:03 -05:00 |
|
rocky
|
0637dd62d7
|
Update doc
|
2017-11-28 18:45:01 -05:00 |
|
rocky
|
3becefab1f
|
nots tie me in knots
|
2017-11-28 18:29:14 -05:00 |
|
rocky
|
8454264cfc
|
One more genexpr -> generator_exp
|
2017-11-28 18:00:42 -05:00 |
|
rocky
|
071207ce48
|
NT genexpr -> generate_exp to match AST
|
2017-11-28 17:53:33 -05:00 |
|
rocky
|
dded92b85d
|
Narrow unused classdefdeco2 rules
|
2017-11-28 12:49:37 -05:00 |
|
rocky
|
05ab491d2e
|
Small Python 2 grammar reduction
|
2017-11-28 11:18:11 -05:00 |
|
rocky
|
1a137780ad
|
Python 2.4- doesn't do "with"
|
2017-11-28 10:10:45 -05:00 |
|
rocky
|
3c8f38f8a6
|
More tests
|
2017-11-28 10:07:46 -05:00 |
|
rocky
|
b5cd160ebb
|
Python 2.4 grammar reduction...
while increasing 2.4 increase test coverage
|
2017-11-28 09:17:27 -05:00 |
|
rocky
|
43076a2548
|
3.6 genexpr has changed
Fixes Issue #139
|
2017-11-28 06:57:15 -05:00 |
|
rocky
|
c0f1129a9d
|
Sync with python-2.4 branch
|
2017-11-27 22:23:04 -05:00 |
|
rocky
|
4b4fce01f6
|
Add UNARY convert; improve 2.1 imports
|
2017-11-27 21:38:09 -05:00 |
|
rocky
|
2ac8a0c0a6
|
Mege hell
|
2017-11-27 19:45:24 -05:00 |
|
rocky
|
d56547e830
|
Reinstate a 3.3 grammar rule
|
2017-11-27 14:28:45 -05:00 |
|
rocky
|
b8d9e1d25c
|
Add 2.5 INVERT_OP test
|
2017-11-27 12:47:46 -05:00 |
|
rocky
|
bd4f2d086c
|
Python 2.5- grammar reduction
|
2017-11-27 12:39:33 -05:00 |
|
rocky
|
4afff131f4
|
2.6- grammar reduction
|
2017-11-27 11:21:05 -05:00 |
|
rocky
|
d17440c96f
|
bump min parser version
|
2017-11-27 11:01:14 -05:00 |
|
rocky
|
1fcfadb9c8
|
Grammar reduction inch by inch
|
2017-11-27 07:27:50 -05:00 |
|
rocky
|
c66be4a858
|
Grammar hell
|
2017-11-27 07:15:28 -05:00 |
|
rocky
|
f1a98e94da
|
Grammar isolation
|
2017-11-27 06:38:00 -05:00 |
|
rocky
|
169e4681c3
|
Grammar isolation
|
2017-11-27 05:26:43 -05:00 |
|
rocky
|
c241b12308
|
Grammar isolation fixes
|
2017-11-27 05:16:08 -05:00 |
|
rocky
|
fab6870710
|
need kvlist in 3.3+
|
2017-11-27 05:00:51 -05:00 |
|
rocky
|
2674ec893a
|
Grammar reduction
|
2017-11-27 04:56:01 -05:00 |
|
rocky
|
3f7b5e6db3
|
Small grammar sync
|
2017-11-26 21:12:01 -05:00 |
|
rocky
|
3edfc1611e
|
Back off previous reduction a little
|
2017-11-26 20:33:00 -05:00 |
|
rocky
|
2e6f2cac27
|
Remove some unused grammar rules
|
2017-11-26 19:43:37 -05:00 |
|
rocky
|
d72ee71368
|
localize Python2 ifelsetmtr, compare_chained: 2.7
|
2017-11-26 19:08:20 -05:00 |
|
rocky
|
17f5b35b1d
|
More grammar isolation
|
2017-11-26 16:34:10 -05:00 |
|
rocky
|
6db5c63307
|
More specific 2.7 dictcomp and setcomp rules
|
2017-11-26 15:06:45 -05:00 |
|
rocky
|
df2cda5b66
|
Another RsT typo
release-2.14.0
|
2017-11-26 10:32:01 -05:00 |
|
rocky
|
42c49945ad
|
RsT typo
|
2017-11-26 10:27:53 -05:00 |
|
rocky
|
3c68ca6cde
|
Update test version 2.7.13->2.7.14
|
2017-11-26 10:08:15 -05:00 |
|
rocky
|
5f6f78531f
|
Get ready for release 2.14.0
|
2017-11-26 10:00:08 -05:00 |
|
rocky
|
bfac9a6260
|
Back of build_set/build_list separation
|
2017-11-26 09:25:37 -05:00 |
|
rocky
|
dd329f9c03
|
Isolate build_set from build_list in Python 2...
More work is needed. Not done in Python 3 yet
|
2017-11-26 09:15:35 -05:00 |
|