rocky
|
99fce6dfd7
|
Fix some errors in deparsing Python 3 annotations
|
2017-01-07 03:03:53 -05:00 |
|
rocky
|
63e4c9343f
|
Clean up annotation grammar a little
|
2016-11-01 15:50:19 -04:00 |
|
rocky
|
ccdd37611c
|
More complete annotate handling
Still have a bit of work to do though.
|
2016-10-28 19:55:17 -04:00 |
|
rocky
|
9849f06ff6
|
Expand annotate handling to 3.3
(and possibly 3.2)
- DRY Python 3.1-3.3 grammar a little
|
2016-10-28 09:01:41 -04:00 |
|
rocky
|
0e7da031b2
|
Split out 3.1-3.3 parsers from parser3.py
This is anticipation of extending annotation to Python 3.2+
|
2016-10-28 07:07:18 -04:00 |
|
rocky
|
25dd67a135
|
Clean and fix Python 3 annotate arg return
|
2016-10-27 13:52:07 -04:00 |
|
rocky
|
7daec3352c
|
Start to attack Python 3.1 def() -> xx construct
Start to localize make_function routines by Python version
|
2016-10-26 08:20:19 -04:00 |
|
rocky
|
8feb472d51
|
Split out Python 3.1 parser from rest.
__pkginfo__.py: use Python 3.1 bytecode fixes
|
2016-10-25 21:47:02 -04:00 |
|