X Tutup
Skip to content

Commit ab6d322

Browse files
committed
Get ready for release 2.9.7
1 parent 1a8a0df commit ab6d322

File tree

1 file changed

+36
-3
lines changed

1 file changed

+36
-3
lines changed

ChangeLog

Lines changed: 36 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
2016-12-04 rocky <rb@dustyfeet.com>
22

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
45

56
2016-11-28 rocky <rb@dustyfeet.com>
67

@@ -51,11 +52,34 @@
5152
* uncompyle6/semantics/pysource.py: Better line number tracking Indent Python 2 list comprehensions, albeit badly. DRY code a
5253
little via indent_if_source_nl
5354

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+
5463
2016-11-24 rocky <rb@dustyfeet.com>
5564

5665
* uncompyle6/parsers/parse3.py, uncompyle6/scanners/scanner2.py:
5766
<2.7 "if" detection and dup Python 3 grammar rule
5867

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+
5983
2016-11-23 rocky <rb@dustyfeet.com>
6084

6185
* __pkginfo__.py, pytest/test_grammar.py, uncompyle6/parser.py,
@@ -67,8 +91,17 @@
6791

6892
2016-11-23 rocky <rb@dustyfeet.com>
6993

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
72105

73106
2016-11-22 rocky <rb@dustyfeet.com>
74107

0 commit comments

Comments
 (0)
X Tutup