rocky
|
0560c32093
|
Update instructions
|
2017-10-12 07:26:52 -04:00 |
|
rocky
|
3f309cebab
|
Administrivia
release-2.13.2
|
2017-10-12 07:19:46 -04:00 |
|
rocky
|
d3a42ff992
|
Minor
|
2017-10-12 07:14:53 -04:00 |
|
rocky
|
b1e650a7bd
|
Merge branch 'master' of github.com:rocky/python-uncompyle6
|
2017-10-12 06:52:24 -04:00 |
|
rocky
|
491572ed2d
|
Get ready for release 2.13.2
|
2017-10-12 06:52:02 -04:00 |
|
rocky
|
717b22bd13
|
Get ready for release 2.13.2
|
2017-10-12 06:51:08 -04:00 |
|
rocky
|
5e1d91cb94
|
Administrivia
|
2017-10-11 22:09:03 -04:00 |
|
rocky
|
e0def48020
|
Adminstrivia
|
2017-10-11 21:51:01 -04:00 |
|
rocky
|
9a2534556c
|
Some admin tools I use.
|
2017-10-11 21:15:06 -04:00 |
|
rocky
|
85269dc4d8
|
remove python_requires
|
2017-10-11 17:18:47 -04:00 |
|
rocky
|
01a39bf8ed
|
Program name was incorrect.
uncompile -> uncompyle6
|
2017-10-11 14:52:42 -04:00 |
|
rocky
|
97999c5e67
|
Administrivia woes
release-2.13.1
|
2017-10-11 07:56:52 -04:00 |
|
rocky
|
4563a547bc
|
Merge branch 'master' of github.com:rocky/python-uncompyle6
release-2.13.0
|
2017-10-10 22:08:30 -04:00 |
|
rocky
|
9cfd7d669e
|
Get ready for release 2.13.0
|
2017-10-10 22:08:10 -04:00 |
|
rocky
|
413f5aa5a5
|
Improve parse trace. lambda fixes yet again
|
2017-10-10 21:50:06 -04:00 |
|
rocky
|
b4426931ef
|
Address dead code in lambda ifelse
|
2017-10-10 19:05:16 -04:00 |
|
rocky
|
92f5981661
|
Misc bugs
|
2017-10-10 16:08:24 -04:00 |
|
R. Bernstein
|
54fe07e989
|
Merge pull request #131 from rocky/type2kind-rework
Adjust for spark-parser 2.7.0 incompatibilities
|
2017-10-10 15:19:03 -04:00 |
|
rocky
|
adc9b99106
|
More spark-parser 2.7.0 compatabilithy changes
|
2017-10-10 15:11:08 -04:00 |
|
rocky
|
1392b18bd7
|
Adjust for spark-parser 2.7.0 incompatabilities
|
2017-10-10 14:14:26 -04:00 |
|
rocky
|
9ae84092cb
|
One more test
|
2017-10-05 11:13:35 -04:00 |
|
rocky
|
85d68a7926
|
Merge branch 'master' of github.com:rocky/python-uncompyle6
|
2017-10-05 11:03:59 -04:00 |
|
rocky
|
b3359439f9
|
if bug in lambda with ifelse
A synergy of Python's irregular lambda, its custom ifelse syntax and its
marvelous indentation regime. Fixes #130
|
2017-10-05 11:00:55 -04:00 |
|
rocky
|
9be9abc682
|
handle newer parser reduction behavior
|
2017-10-03 11:53:05 -04:00 |
|
rocky
|
c17ac696d6
|
Remove schumutz
|
2017-10-03 11:39:26 -04:00 |
|
rocky
|
9e2119f1a9
|
More table doc tweaks
|
2017-10-03 11:36:25 -04:00 |
|
rocky
|
86305097d2
|
Go over table-semantics description yet again
|
2017-10-03 05:42:14 -04:00 |
|
rocky
|
c8d15e7654
|
spark-parser induced changes...
reduce rules can be called without token streams.
|
2017-10-02 03:09:28 -04:00 |
|
rocky
|
1d7a3c6444
|
Document hacky customize arg count better.
|
2017-09-30 18:02:35 -04:00 |
|
rocky
|
e7778f83f2
|
Word hacking
|
2017-09-26 10:35:00 -04:00 |
|
rocky
|
b51039ac1e
|
Get ready for release 2.12.0
release-2.12.0
|
2017-09-26 09:59:55 -04:00 |
|
rocky
|
f73f0ba41c
|
No unicode in Python3.
but we need it in Python2. The bug was probably introduced
as a result of recent Python code type unteroperability canonicalization
|
2017-09-26 09:43:01 -04:00 |
|
rocky
|
114f979555
|
Pyton 3.1 Annotation args can be unicode?
|
2017-09-26 09:31:04 -04:00 |
|
rocky
|
7b38d2f1f8
|
Adjust for xdis opcode JUMP_OPS. release 2.12.0
|
2017-09-25 20:01:31 -04:00 |
|
rocky
|
dfbd60231b
|
Get ready for release 2.12.0
|
2017-09-25 19:11:25 -04:00 |
|
rocky
|
8b67f2ccd0
|
Python 3 compatibility
|
2017-09-21 11:47:42 -04:00 |
|
rocky
|
aadea7224d
|
Unit test for format-specifiers
And in the process we catch some small bugs
|
2017-09-21 11:25:51 -04:00 |
|
rocky
|
da7421da1c
|
Tidy pysource and fragments a little more
|
2017-09-20 19:02:56 -04:00 |
|
rocky
|
96ca68a6fe
|
Tidy/regularize table entry formatting
|
2017-09-20 17:47:56 -04:00 |
|
rocky
|
147b6e1cfe
|
Small fixes
test_pyenvlib.py: it is sys.exit(), not exit()
pysource.py: reinstate nod type of async_func_call
|
2017-09-20 11:32:42 -04:00 |
|
rocky
|
d7b12f4da1
|
More small doc changes
|
2017-09-20 02:49:14 -04:00 |
|
rocky
|
c7b9e54e59
|
Update Table-driven info...
Start a pysource unit test.
|
2017-09-20 00:06:50 -04:00 |
|
rocky
|
3003070acb
|
engine -> template_engine
|
2017-09-17 11:56:51 -04:00 |
|
rocky
|
19d6dedcf5
|
Need weak-verification on 3.4 for now
|
2017-09-13 01:09:04 -04:00 |
|
rocky
|
51ad3fb36e
|
Revert one of the changes pending a better fix
|
2017-09-10 03:01:19 -04:00 |
|
rocky
|
f017acce21
|
More semantic action cleanup
|
2017-09-10 02:56:47 -04:00 |
|
rocky
|
5bef5683e4
|
Match Python 3.4's terms a little names better
|
2017-09-10 00:48:54 -04:00 |
|
rocky
|
4e1467adc8
|
Revert last revert
|
2017-09-09 08:08:40 -04:00 |
|
rocky
|
7cdf0abb43
|
Revert last change
|
2017-09-09 08:03:04 -04:00 |
|
rocky
|
9b336251a7
|
New-style Python classes only, please.
|
2017-09-09 07:47:21 -04:00 |
|