|
| 1 | +2016-10-15 rocky <rb@dustyfeet.com> |
| 2 | + |
| 3 | + * uncompyle6/version.py: Get ready for release 2.9.2 |
| 4 | + |
| 5 | +2016-10-14 rocky <rb@dustyfeet.com> |
| 6 | + |
| 7 | + * : commit a7ef513849cc2564b35636d3865561242e46e63f Author: rocky |
| 8 | + <rb@dustyfeet.com> Date: Fri Oct 14 21:34:55 2016 -0400 |
| 9 | + |
| 10 | +2016-10-14 rocky <rb@dustyfeet.com> |
| 11 | + |
| 12 | + * uncompyle6/parsers/parse26.py: Python 2.6- _ifstmst_jump bug |
| 13 | + |
| 14 | +2016-10-13 rocky <rb@dustyfeet.com> |
| 15 | + |
| 16 | + * uncompyle6/semantics/pysource.py: Pretty-print constant tuples |
| 17 | + |
| 18 | +2016-10-13 rocky <rb@dustyfeet.com> |
| 19 | + |
| 20 | + * uncompyle6/parsers/parse26.py, uncompyle6/scanners/scanner2.py, |
| 21 | + uncompyle6/scanners/scanner26.py: 2.6 and before: try_middle |
| 22 | + come_from per except |
| 23 | + |
| 24 | +2016-10-13 rocky <rb@dustyfeet.com> |
| 25 | + |
| 26 | + * uncompyle6/parsers/parse26.py, uncompyle6/scanners/scanner2.py, |
| 27 | + uncompyle6/scanners/scanner26.py: 2.6 try statement (and below) They may neeed arbitrary come_froms for each except clause |
| 28 | + |
| 29 | +2016-10-13 rocky <rb@dustyfeet.com> |
| 30 | + |
| 31 | + * uncompyle6/semantics/pysource.py: Bug in handling kv, kv2 |
| 32 | + |
| 33 | +2016-10-13 rocky <rb@dustyfeet.com> |
| 34 | + |
| 35 | + * test/simple_source/stmts/08_source_linebreaks.py, |
| 36 | + uncompyle6/semantics/pysource.py: Start to track line breaks on |
| 37 | + lists |
| 38 | + |
| 39 | +2016-10-11 rocky <rb@dustyfeet.com> |
| 40 | + |
| 41 | + * uncompyle6/semantics/fragments.py, |
| 42 | + uncompyle6/semantics/pysource.py: DRY fragments.py preorder code pysource.py: doc typo |
| 43 | + |
| 44 | +2016-10-11 rocky <rb@dustyfeet.com> |
| 45 | + |
| 46 | + * __pkginfo__.py, requirements.txt: Need xdis 3.0.2 for Python 1.5 |
| 47 | + bug fixes |
| 48 | + |
| 49 | +2016-10-11 rocky <rb@dustyfeet.com> |
| 50 | + |
| 51 | + * __pkginfo__.py, requirements.txt, test/Makefile, |
| 52 | + test/test_pythonlib.py, uncompyle6/scanners/scanner26.py: Fix Python |
| 53 | + 1.5 bytecode deparse Need xdis 3.0.2 though since the bug is really there. |
| 54 | + |
| 55 | +2016-10-11 rocky <rb@dustyfeet.com> |
| 56 | + |
| 57 | + * test/Makefile, test/test_pythonlib.py, |
| 58 | + uncompyle6/scanners/scanner26.py: Fix python 1.5 decompile bugs ... add bytecode 1.5 tests from decompyle |
| 59 | + |
1 | 60 | 2016-10-10 rocky <rb@dustyfeet.com> |
2 | 61 |
|
3 | | - * README.rst, __pkginfo__.py, requirements.txt, |
| 62 | + * uncompyle6/semantics/fragments.py, |
| 63 | + uncompyle6/semantics/pysource.py: Map expression with |
| 64 | + source-directed linebreaks ... for Python 3.4 and 3.5 |
| 65 | + |
| 66 | +2016-10-10 rocky <rb@dustyfeet.com> |
| 67 | + |
| 68 | + * uncompyle6/semantics/fragments.py, |
| 69 | + uncompyle6/semantics/pysource.py: Start using source linebreaks in |
| 70 | + formatting... .. large literals like maps and dicts, and tuples |
| 71 | + |
| 72 | +2016-10-10 rocky <rb@dustyfeet.com> |
| 73 | + |
| 74 | + * ChangeLog, NEWS, README.rst, __pkginfo__.py, requirements.txt, |
4 | 75 | uncompyle6/version.py: Get ready for release 2.9.1 |
5 | 76 |
|
6 | 77 | 2016-10-10 rocky <rb@dustyfeet.com> |
|
0 commit comments