|
1 | 1 | 2016-12-04 rocky <rb@dustyfeet.com> |
2 | 2 |
|
3 | | - * uncompyle6/version.py: Get ready for release 2.9.7 |
| 3 | + * : commit d22931cb49f0e28a0fbe48a7c1526b1f170a5b52 Author: rocky |
| 4 | + <rb@dustyfeet.com> Date: Sun Dec 4 07:31:34 2016 -0500 |
4 | 5 |
|
5 | 6 | 2016-11-28 rocky <rb@dustyfeet.com> |
6 | 7 |
|
|
51 | 52 | * uncompyle6/semantics/pysource.py: Better line number tracking Indent Python 2 list comprehensions, albeit badly. DRY code a |
52 | 53 | little via indent_if_source_nl |
53 | 54 |
|
| 55 | +2016-11-24 rocky <rb@dustyfeet.com> |
| 56 | + |
| 57 | + * circle.yml: CircleCI build |
| 58 | + |
| 59 | +2016-11-24 rocky <rb@dustyfeet.com> |
| 60 | + |
| 61 | + * uncompyle6/parsers/parse3.py: Remove dup Python 3 grammar rule |
| 62 | + |
54 | 63 | 2016-11-24 rocky <rb@dustyfeet.com> |
55 | 64 |
|
56 | 65 | * uncompyle6/parsers/parse3.py, uncompyle6/scanners/scanner2.py: |
57 | 66 | <2.7 "if" detection and dup Python 3 grammar rule |
58 | 67 |
|
| 68 | +2016-11-24 rocky <rb@dustyfeet.com> |
| 69 | + |
| 70 | + * test/test_pyenvlib.py, uncompyle6/linenumbers.py, |
| 71 | + uncompyle6/main.py, uncompyle6/scanners/scanner2.py, |
| 72 | + uncompyle6/semantics/make_function.py, |
| 73 | + uncompyle6/semantics/pysource.py, uncompyle6/verify.py: Bug in 2.4 |
| 74 | + "if" dectection and... Wrong language used in old-style exceptions: use "except Error,e" |
| 75 | + not "except Error(e)"" |
| 76 | + |
| 77 | +2016-11-24 rocky <rb@dustyfeet.com> |
| 78 | + |
| 79 | + * __pkginfo__.py, pytest/test_grammar.py, uncompyle6/parser.py, |
| 80 | + uncompyle6/parsers/parse26.py: Python 2.6 grammary bug and.. __pkginfo.py__: Bump spark_parser |
| 81 | + version for parse_flags 'dups' |
| 82 | + |
59 | 83 | 2016-11-23 rocky <rb@dustyfeet.com> |
60 | 84 |
|
61 | 85 | * __pkginfo__.py, pytest/test_grammar.py, uncompyle6/parser.py, |
|
67 | 91 |
|
68 | 92 | 2016-11-23 rocky <rb@dustyfeet.com> |
69 | 93 |
|
70 | | - * : commit 6aa1531972de83ecab15b4c96b89c873ea5a7458 Author: rocky |
71 | | - <rb@dustyfeet.com> Date: Wed Nov 23 00:48:38 2016 -0500 |
| 94 | + * : commit 7133540c235e16f02d2db62cb903b70aa311de20 Author: rocky |
| 95 | + <rb@dustyfeet.com> Date: Wed Nov 23 08:26:12 2016 -0500 |
| 96 | + |
| 97 | +2016-11-23 rocky <rb@dustyfeet.com> |
| 98 | + |
| 99 | + * : commit a9349b8f3d12b2aa0cd88286617c1af9cccad018 Author: rocky |
| 100 | + <rb@dustyfeet.com> Date: Tue Nov 22 17:49:47 2016 -0500 |
| 101 | + |
| 102 | +2016-11-23 rocky <rb@dustyfeet.com> |
| 103 | + |
| 104 | + * circle.yml: Circle CI uses 2.7.10 and 2.7.12 is not available |
72 | 105 |
|
73 | 106 | 2016-11-22 rocky <rb@dustyfeet.com> |
74 | 107 |
|
|
0 commit comments