|
| 1 | +2016-12-04 rocky <rb@dustyfeet.com> |
| 2 | + |
| 3 | + * uncompyle6/version.py: Get ready for release 2.9.7 |
| 4 | + |
| 5 | +2016-11-28 rocky <rb@dustyfeet.com> |
| 6 | + |
| 7 | + * uncompyle6/parsers/parse3.py, uncompyle6/parsers/parse36.py: |
| 8 | + Shorten Python3 grammars with + and * |
| 9 | + |
| 10 | +2016-11-28 rocky <rb@dustyfeet.com> |
| 11 | + |
| 12 | + * __pkginfo__.py, uncompyle6/parser.py, |
| 13 | + uncompyle6/parsers/parse2.py: Try new spark 2.5.1 grammar syntax |
| 14 | + shortcuts This package I now declare stable |
| 15 | + |
| 16 | +2016-11-28 R. Bernstein <rocky@users.noreply.github.com> |
| 17 | + |
| 18 | + * README.rst: Update README.rst |
| 19 | + |
| 20 | +2016-11-27 rocky <rb@dustyfeet.com> |
| 21 | + |
| 22 | + * README.rst: Limitations of decompiling control structures. |
| 23 | + |
| 24 | +2016-11-27 R. Bernstein <rocky@users.noreply.github.com> |
| 25 | + |
| 26 | + * : Merge pull request #69 from rocky/ast-reduce-checks AST reduce checks |
| 27 | + |
| 28 | +2016-11-26 rocky <rb@dustyfeet.com> |
| 29 | + |
| 30 | + * test/simple_source/bug26/03_elif_vs_continue.py, |
| 31 | + uncompyle6/main.py, uncompyle6/parser.py, |
| 32 | + uncompyle6/parsers/parse2.py, uncompyle6/scanners/scanner2.py, |
| 33 | + uncompyle6/scanners/scanner26.py: Misc changes scanner26.py: make scanner2.py and scanner26.py more alike |
| 34 | + scanner2.py: check that return stmt is last in list. (May change) |
| 35 | + main.py: show filename on verify error test/*: add more |
| 36 | + |
| 37 | +2016-11-25 rocky <rb@dustyfeet.com> |
| 38 | + |
| 39 | + * __pkginfo__.py, test/Makefile, uncompyle6/parser.py, |
| 40 | + uncompyle6/parsers/parse2.py, uncompyle6/parsers/parse3.py: Start |
| 41 | + grammar reduction checks |
| 42 | + |
| 43 | +2016-11-24 rocky <rb@dustyfeet.com> |
| 44 | + |
| 45 | + * uncompyle6/parsers/parse27.py, uncompyle6/scanners/scanner2.py, |
| 46 | + uncompyle6/semantics/helper.py, uncompyle6/semantics/pysource.py: |
| 47 | + 2.7 grammar bug workaround. Fix docstring bug |
| 48 | + |
| 49 | +2016-11-24 rocky <rb@dustyfeet.com> |
| 50 | + |
| 51 | + * uncompyle6/semantics/pysource.py: Better line number tracking Indent Python 2 list comprehensions, albeit badly. DRY code a |
| 52 | + little via indent_if_source_nl |
| 53 | + |
| 54 | +2016-11-24 rocky <rb@dustyfeet.com> |
| 55 | + |
| 56 | + * uncompyle6/parsers/parse3.py, uncompyle6/scanners/scanner2.py: |
| 57 | + <2.7 "if" detection and dup Python 3 grammar rule |
| 58 | + |
| 59 | +2016-11-23 rocky <rb@dustyfeet.com> |
| 60 | + |
| 61 | + * __pkginfo__.py, pytest/test_grammar.py, uncompyle6/parser.py, |
| 62 | + uncompyle6/parsers/parse26.py: Python 2.6 grammary bug and.. __pkginfo.py__: Bump spark_parser version for parse_flags 'dups' |
| 63 | + |
| 64 | +2016-11-23 rocky <rb@dustyfeet.com> |
| 65 | + |
| 66 | + * __pkginfo__.py: Note that we now work on 2.4 and 2.5 |
| 67 | + |
| 68 | +2016-11-23 rocky <rb@dustyfeet.com> |
| 69 | + |
| 70 | + * : commit 6aa1531972de83ecab15b4c96b89c873ea5a7458 Author: rocky |
| 71 | + <rb@dustyfeet.com> Date: Wed Nov 23 00:48:38 2016 -0500 |
| 72 | + |
| 73 | +2016-11-22 rocky <rb@dustyfeet.com> |
| 74 | + |
| 75 | + * uncompyle6/parsers/parse3.py, uncompyle6/parsers/parse32.py, |
| 76 | + uncompyle6/parsers/parse33.py, uncompyle6/parsers/parse34.py, |
| 77 | + uncompyle6/parsers/parse35.py: DRY Python3 grammar |
| 78 | + |
| 79 | +2016-11-22 rocky <rb@dustyfeet.com> |
| 80 | + |
| 81 | + * uncompyle6/parsers/parse2.py, uncompyle6/parsers/parse27.py, |
| 82 | + uncompyle6/scanners/scanner2.py: More detailed COME_FROMs For now we only add COME_FROM_FINALLY and COME_FROM_WITH and even |
| 83 | + here only on 2.7 |
| 84 | + |
| 85 | +2016-11-22 rocky <rb@dustyfeet.com> |
| 86 | + |
| 87 | + * circle.yml, pytest/test_grammar.py, tox.ini, |
| 88 | + uncompyle6/parser.py, uncompyle6/parsers/parse2.py, |
| 89 | + uncompyle6/parsers/parse27.py: Remove redundant 2.7 (and 2.x) |
| 90 | + grammar rules |
| 91 | + |
| 92 | +2016-11-22 rocky <rb@dustyfeet.com> |
| 93 | + |
| 94 | + * pytest/test_docstring.py, uncompyle6/linenumbers.py, |
| 95 | + uncompyle6/semantics/fragments.py, uncompyle6/semantics/helper.py, |
| 96 | + uncompyle6/semantics/make_function.py, |
| 97 | + uncompyle6/semantics/pysource.py: Split out print_docstring move from pysource.py to new helper.py |
| 98 | + |
1 | 99 | 2016-11-20 rocky <rb@dustyfeet.com> |
2 | 100 |
|
3 | | - * uncompyle6/version.py: Get ready for release 2.9.6 |
| 101 | + * ChangeLog, NEWS, uncompyle6/version.py: Get ready for release |
| 102 | + 2.9.6 |
4 | 103 |
|
5 | 104 | 2016-11-20 R. Bernstein <rocky@users.noreply.github.com> |
6 | 105 |
|
|
0 commit comments