|
| 1 | +2016-11-02 rocky <rb@dustyfeet.com> |
| 2 | + |
| 3 | + * __pkginfo__.py, uncompyle6/version.py: Get ready for release 2.9.4 |
| 4 | + |
| 5 | +2016-11-02 rocky <rb@dustyfeet.com> |
| 6 | + |
| 7 | + * README.rst: Update unpyc3 info. |
| 8 | + |
| 9 | +2016-11-01 rocky <rb@dustyfeet.com> |
| 10 | + |
| 11 | + * pytest/test_grammar.py, uncompyle6/parsers/parse3.py, |
| 12 | + uncompyle6/parsers/parse31.py, uncompyle6/parsers/parse32.py, |
| 13 | + uncompyle6/semantics/make_function.py: Clean up annotation grammar a |
| 14 | + little |
| 15 | + |
| 16 | +2016-11-01 rocky <rb@dustyfeet.com> |
| 17 | + |
| 18 | + * test/simple_source/bug31/04_def_annotate.py, |
| 19 | + uncompyle6/semantics/make_function.py: Full Python 3 annotations |
| 20 | + |
| 21 | +2016-10-30 rocky <rb@dustyfeet.com> |
| 22 | + |
| 23 | + * .gitignore, README.rst, test/simple_source/def/03_class_method.py: |
| 24 | + Note github unpyc3 and.. - Add source to bytecode_2.2/03_class_method.pyc - more ignore |
| 25 | + |
| 26 | +2016-10-30 rocky <rb@dustyfeet.com> |
| 27 | + |
| 28 | + * uncompyle6/semantics/make_function.py: More source-code line |
| 29 | + indention in make_function.. and remove Python 3 situations from make_function2() |
| 30 | + |
| 31 | +2016-10-29 rocky <rb@dustyfeet.com> |
| 32 | + |
| 33 | + * uncompyle6/semantics/make_function.py, |
| 34 | + uncompyle6/semantics/pysource.py: More annotation processing in to |
| 35 | + make_function Move return-value annotation determination from n_mkfunc_annotate to |
| 36 | + make_function_annotate which is where other kinds of annotation |
| 37 | + handling will also need to be done. |
| 38 | + |
| 39 | +2016-10-29 rocky <rb@dustyfeet.com> |
| 40 | + |
| 41 | + * uncompyle6/semantics/fragments.py, |
| 42 | + uncompyle6/semantics/make_function.py, |
| 43 | + uncompyle6/semantics/parser_error.py, |
| 44 | + uncompyle6/semantics/pysource.py: Break out make_function() into its |
| 45 | + own file. It is already too complex and will get worse in Python 3.6. Note: make_function in fragments.py is still inside and probably |
| 46 | + needs fixup. |
| 47 | + |
| 48 | +2016-10-28 rocky <rb@dustyfeet.com> |
| 49 | + |
| 50 | + * pytest/test_grammar.py, uncompyle6/parsers/parse3.py, |
| 51 | + uncompyle6/parsers/parse31.py, uncompyle6/parsers/parse32.py, |
| 52 | + uncompyle6/parsers/parse35.py, uncompyle6/semantics/pysource.py: |
| 53 | + More complete annotate handling Still have a bit of work to do though. |
| 54 | + |
| 55 | +2016-10-28 rocky <rb@dustyfeet.com> |
| 56 | + |
| 57 | + * pytest/test_grammar.py, uncompyle6/parsers/parse3.py, |
| 58 | + uncompyle6/parsers/parse32.py, uncompyle6/parsers/parse33.py, |
| 59 | + uncompyle6/parsers/parse34.py, uncompyle6/semantics/pysource.py: |
| 60 | + Expand annotate return to Python 3.4 |
| 61 | + |
| 62 | +2016-10-28 rocky <rb@dustyfeet.com> |
| 63 | + |
| 64 | + * pytest/test_grammar.py, uncompyle6/parsers/parse31.py, |
| 65 | + uncompyle6/parsers/parse32.py, uncompyle6/semantics/pysource.py: |
| 66 | + Expand annotate handling to 3.3 (and possibly 3.2) - DRY Python 3.1-3.3 grammar a little |
| 67 | + |
| 68 | +2016-10-28 rocky <rb@dustyfeet.com> |
| 69 | + |
| 70 | + * uncompyle6/parser.py, uncompyle6/parsers/parse3.py, |
| 71 | + uncompyle6/parsers/parse31.py, uncompyle6/parsers/parse32.py, |
| 72 | + uncompyle6/parsers/parse33.py, uncompyle6/parsers/parse35.py: Split |
| 73 | + out 3.1-3.3 parsers from parser3.py This is anticipation of extending annotation to Python 3.2+ |
| 74 | + |
| 75 | +2016-10-27 rocky <rb@dustyfeet.com> |
| 76 | + |
| 77 | + * test/simple_source/bug31/04_def_annotate.py, |
| 78 | + test/simple_source/bug31/04_def_attr.py, |
| 79 | + uncompyle6/parsers/parse31.py, uncompyle6/semantics/pysource.py: |
| 80 | + Clean and fix Python 3 annotate arg return |
| 81 | + |
1 | 82 | 2016-10-26 rocky <rb@dustyfeet.com> |
2 | 83 |
|
3 | | - * uncompyle6/version.py: Get ready for release 2.9.3 |
| 84 | + * __pkginfo__.py: Dependencies stay within 2nd semantic level |
| 85 | + |
| 86 | +2016-10-26 rocky <rb@dustyfeet.com> |
| 87 | + |
| 88 | + * ChangeLog, NEWS, uncompyle6/version.py: Get ready for release |
| 89 | + 2.9.3 |
4 | 90 |
|
5 | 91 | 2016-10-26 rocky <rb@dustyfeet.com> |
6 | 92 |
|
|
0 commit comments