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 |
|
rocky
|
7844456e1e
|
Skeletal support for Python 3.7
Largely failing though.
|
2017-08-31 10:12:09 -04:00 |
|
rocky
|
356ea6c770
|
Remove python versions tag
I think it's messing up Pypi's very fussy formatting
release-2.11.5
|
2017-08-31 09:50:48 -04:00 |
|
rocky
|
4d58438515
|
Get ready for release 2.11.5
|
2017-08-31 09:42:14 -04:00 |
|
rocky
|
f7bfe3f7b2
|
3.7 support
|
2017-08-15 21:52:43 -04:00 |
|
rocky
|
c54a47b15f
|
Get ready for release 2.11.4
release-2.11.4
|
2017-08-15 10:57:14 -04:00 |
|
rocky
|
d1e02afb4b
|
Misc cleanups...
remove code now in xdis
require at least xdis 3.5.4
PyPy tolerance in validate testing
|
2017-08-15 09:41:39 -04:00 |
|
rocky
|
f4ceb6304d
|
Allow 3-part version string lookups, e.g 2.7.1
We allow a float here, but if passed a string like
'2.7'. or '2.7.13', accept that in looking up
either a scanner or a parser.
|
2017-08-13 09:17:07 -04:00 |
|
rocky
|
503039ab51
|
Link typo
Name is trepan2 now not trepan
|
2017-08-10 09:41:48 -04:00 |
|
rocky
|
8393064136
|
Get ready for release 2.11.3
need xdis 3.5.1 for now. Adjust for xdis "is-not" which we need as "is not"
release-2.11.3
|
2017-08-09 22:09:31 -04:00 |
|
rocky
|
bb9b3ac9cf
|
Revert commit to wrong branch
|
2017-08-02 08:25:39 -04:00 |
|
rocky
|
05ac60ea74
|
Remove six from Python-2.4/2.5 package
|
2017-08-02 08:18:54 -04:00 |
|