rocky
|
9d807501af
|
Grammar reduction for 2.6/2.7,3.x
|
2018-03-27 17:02:03 -04:00 |
|
rocky
|
aa4416571b
|
grammar-cover run-and-email fixup
|
2018-03-27 14:21:28 -04:00 |
|
rocky
|
d38395334c
|
grammar-cover administrivia
|
2018-03-27 04:33:01 -04:00 |
|
rocky
|
516c7a0e9a
|
Python 3.6 CALL_FUNCTION_EX fixes
|
2018-03-27 04:10:11 -04:00 |
|
rocky
|
681588f12d
|
3.5 CALL_FUNCTION_EX
|
2018-03-26 20:56:17 -04:00 |
|
rocky
|
3500c49daf
|
More Python 3.4 CALL_FUNCTION_VAR
|
2018-03-26 19:40:33 -04:00 |
|
rocky
|
3d218c84b0
|
LOAD assert needs to be on 3.x...
Expand testing
|
2018-03-26 18:11:57 -04:00 |
|
rocky
|
1afe1fd943
|
Merge branch 'master' of github.com:rocky/python-uncompyle6
|
2018-03-26 14:50:54 -04:00 |
|
rocky
|
c5f8bbf32d
|
Remove hacky 3.x offset address arithmetic
|
2018-03-26 14:50:17 -04:00 |
|
rocky
|
6b36d14859
|
Limit grammar coverage of 3.5.5 for now
|
2018-03-26 13:33:22 -04:00 |
|
rocky
|
ccbe8a8e2b
|
cover all of 2.6.9
|
2018-03-26 12:55:43 -04:00 |
|
rocky
|
46c02bd352
|
There is no 2.8
|
2018-03-26 12:38:48 -04:00 |
|
rocky
|
30ba043000
|
Grammar coverage hacking
|
2018-03-26 11:12:56 -04:00 |
|
rocky
|
1f0e5f27d5
|
DRY grammar code
|
2018-03-26 11:08:27 -04:00 |
|
rocky
|
75245ba38c
|
Back off full 2.7.14 testing for now
|
2018-03-26 09:47:18 -04:00 |
|
rocky
|
4889916304
|
Grammar coverage work
|
2018-03-26 09:26:24 -04:00 |
|
rocky
|
d1806edaad
|
Administrivia: grammar coverage
|
2018-03-26 09:23:24 -04:00 |
|
rocky
|
c968e31be8
|
Administrivia: grammar coverage
|
2018-03-26 09:16:15 -04:00 |
|
rocky
|
c8870c6ed8
|
Grammar coverage hacking
|
2018-03-26 08:41:40 -04:00 |
|
rocky
|
23180806b4
|
More grammar coverage hacking
|
2018-03-26 08:19:03 -04:00 |
|
rocky
|
1f835d6237
|
Start grammar coverage testing
|
2018-03-26 08:03:54 -04:00 |
|
rocky
|
3d072e29a6
|
3.5 CALL_FUNCTION_VAR runnable test
|
2018-03-26 07:45:34 -04:00 |
|
rocky
|
74f01fbe33
|
Python 3.5 CALL_FUNCTION_VAR handling
|
2018-03-26 07:42:15 -04:00 |
|
rocky
|
710c950965
|
Bang on 3.4 CALL_FUNCTION_VAR
|
2018-03-26 00:19:39 -04:00 |
|
rocky
|
7aa6ff1d9b
|
3.6.4 runtests.sh futzing
|
2018-03-25 22:48:33 -04:00 |
|
rocky
|
421c358f9d
|
Put 3.5.5 back into testing
|
2018-03-25 22:30:36 -04:00 |
|
rocky
|
cfb4ad625f
|
3.5 *() arg without further args
|
2018-03-25 22:24:32 -04:00 |
|
R. Bernstein
|
0b622a0ad8
|
Merge pull request #163 from rocky/grammar-cleanup
Grammar cleanup
|
2018-03-25 21:30:50 -04:00 |
|
rocky
|
8b7d5d3270
|
Merge branch 'master' into grammar-cleanup
|
2018-03-25 20:57:51 -04:00 |
|
rocky
|
5c7fdf6e8f
|
Adjust stdlib tests
|
2018-03-25 20:55:04 -04:00 |
|
rocky
|
d2c8e4e12c
|
Adjust test_grammar for recent changes
|
2018-03-25 20:52:28 -04:00 |
|
rocky
|
626f690a5a
|
More grammar specialization by instruction
|
2018-03-25 20:38:21 -04:00 |
|
rocky
|
39cef6a41b
|
More raise vs. assert hacky distinctions
|
2018-03-25 17:56:35 -04:00 |
|
rocky
|
116fbb33e0
|
Merge branch 'master' of github.com:rocky/python-uncompyle6
|
2018-03-25 17:36:46 -04:00 |
|
rocky
|
631940887f
|
Additional Python 2.x assert vs raise testing
|
2018-03-25 17:35:18 -04:00 |
|
rocky
|
47beff57b2
|
Increase testing
|
2018-03-25 14:56:48 -04:00 |
|
rocky
|
7fb94176b1
|
Less ambigouus 2.x grammar rule for BUILD_MAP
|
2018-03-25 12:09:42 -04:00 |
|
rocky
|
2ae9cd7d08
|
bang on CALL_FUNCTION_EX_KW
|
2018-03-24 10:52:55 -04:00 |
|
rocky
|
1f663013ab
|
3.5 CALL_FUNCTION_VAR semantic handling
|
2018-03-24 10:24:16 -04:00 |
|
rocky
|
e3c7afb94d
|
Towards handling 3.x' CALL_FUNCTION_VAR correctly
|
2018-03-24 08:26:45 -04:00 |
|
rocky
|
0d327ab0ce
|
Fix bug introduced in last commit
|
2018-03-24 06:29:35 -04:00 |
|
rocky
|
35a60e0274
|
Fix parser slowness in decompiling 3.x locale.py..
And remove grammar inefficiency in adding extraneous kwargs in <= 3.2
kwargs was nullable so it might not have been wasn't wrong, just inefficient.
|
2018-03-23 11:59:04 -04:00 |
|
rocky
|
1b2b45642b
|
3.6 try except-as bug
|
2018-03-22 23:54:12 -04:00 |
|
rocky
|
28bfb453f5
|
Localize call_kw precedence to 3.6
|
2018-03-22 14:21:36 -04:00 |
|
rocky
|
df55ce3212
|
Isolate some 3.x dictcomp grammar rules
|
2018-03-22 13:34:39 -04:00 |
|
rocky
|
fcb4409e50
|
Omit 2.7 test_generators.py
|
2018-03-21 21:01:01 -04:00 |
|
rocky
|
155031a7c4
|
Get ready for release 3.1.0
release-3.1.0
|
2018-03-21 20:11:06 -04:00 |
|
rocky
|
c81b40b43b
|
Comment out test/demo code
|
2018-03-21 20:00:25 -04:00 |
|
rocky
|
7fc7e083c3
|
A couple of 3.6 bugs...
remove parens around decorators by adjusting precidence
Partial handling of quotes within 3.6 format strings
|
2018-03-21 19:54:28 -04:00 |
|
rocky
|
d41a858f80
|
Messed up API compatibility
|
2018-03-21 17:38:38 -04:00 |
|