|
| 1 | +2016-04-30 rocky <rocky@gnu.org> |
| 2 | + |
| 3 | + * README.rst, __pkginfo__.py: Get ready for release 2.3.0 |
| 4 | + |
| 5 | +2016-04-30 rocky <rocky@gnu.org> |
| 6 | + |
| 7 | + * uncompyle6/parsers/astnode.py, uncompyle6/parsers/parse3.py, |
| 8 | + uncompyle6/semantics/pysource.py: Python 3.0..3.2 bug in |
| 9 | + LOAD_FAST/STORE_LOCAL LOAD_FAST '__locals__' STORE_LOCALS '' Also have to adjust doc constants for this crap astnode.py: minor format change |
| 10 | + |
| 11 | +2016-04-30 rocky <rocky@gnu.org> |
| 12 | + |
| 13 | + * test/Makefile, test/simple_source/def/06_classbug.py, |
| 14 | + test/test_pythonlib.py: Test optimized Python code and Python 3.2 |
| 15 | + |
| 16 | +2016-04-30 rocky <rocky@gnu.org> |
| 17 | + |
| 18 | + * uncompyle6/parsers/parse3.py: Pevious commit grammar change is |
| 19 | + Python 3.5 and up |
| 20 | + |
| 21 | +2016-04-30 rocky <rocky@gnu.org> |
| 22 | + |
| 23 | + * uncompyle6/parsers/parse3.py: Python 3.5 if statments decompyle Sometimes it doesn't need JUMP_FORWARD _come_from _come_from For example: def handle2(module): if module == 'foo': try: module = 1 except ImportError as exc: module = exc return module And: if __name__: for i in (1, 2): x = 3 |
| 24 | + |
| 25 | +2016-04-28 rocky <rocky@gnu.org> |
| 26 | + |
| 27 | + * requirements.txt, uncompyle6/parser.py, |
| 28 | + uncompyle6/parsers/parse2.py, uncompyle6/parsers/parse3.py, |
| 29 | + uncompyle6/semantics/fragments.py, uncompyle6/semantics/pysource.py: |
| 30 | + spark -> spark_parser |
| 31 | + |
| 32 | +2016-04-28 rocky <rocky@gnu.org> |
| 33 | + |
| 34 | + * uncompyle6/parsers/spark.py: Really remove spark - Use external |
| 35 | + package instead |
| 36 | + |
| 37 | +2016-04-27 R. Bernstein <rocky@users.noreply.github.com> |
| 38 | + |
| 39 | + * : Merge pull request #8 from rocky/external-spark External spark |
| 40 | + |
| 41 | +2016-04-27 rocky <rocky@gnu.org> |
| 42 | + |
| 43 | + * .travis.yml, circle.yml: Note dependencies on spark |
| 44 | + |
| 45 | +2016-04-27 rocky <rocky@gnu.org> |
| 46 | + |
| 47 | + * .gitignore, README.rst, requirements.txt, uncompyle6/parser.py, |
| 48 | + uncompyle6/parsers/astnode.py, uncompyle6/parsers/parse2.py, |
| 49 | + uncompyle6/parsers/parse3.py, uncompyle6/semantics/fragments.py, |
| 50 | + uncompyle6/semantics/pysource.py: Use external spark now. |
| 51 | + |
| 52 | +2016-04-20 rocky <rocky@gnu.org> |
| 53 | + |
| 54 | + * circle.yml: Back to 2.7.8 |
| 55 | + |
| 56 | +2016-04-20 rocky <rocky@gnu.org> |
| 57 | + |
| 58 | + * circle.yml: Try python 2.7.10 |
| 59 | + |
| 60 | +2016-04-19 rocky <rocky@gnu.org> |
| 61 | + |
| 62 | + * README.rst: Remove link to Mysterie uncompyle2 per request |
| 63 | + |
1 | 64 | 2016-04-19 rocky <rocky@gnu.org> |
2 | 65 |
|
3 | | - * __pkginfo__.py: Get ready for release 2.2.0 |
| 66 | + * ChangeLog, NEWS, __pkginfo__.py: Get ready for release 2.2.0 |
4 | 67 |
|
5 | 68 | 2016-04-18 rocky <rocky@gnu.org> |
6 | 69 |
|
|
0 commit comments