python-decompiler: Commit: f05dbedc56d95374bc4c345ec96c803ac65de186

Branch: master

Author: Chris Warburton <chriswarbo@gmail.com>
Date: Sat Mar 19 09:17:25 PM UTC 2016
Commit: f05dbedc56d95374bc4c345ec96c803ac65de186
Parent: aa23c86ab253c41507ef2074c995d4a82ef5382a (diff to parent)
Parent: 1c8fe1a21990ce06763f6781e54c4b5decc08a89 (diff to parent)
Log message:

    Merge branch 'master' of /home/chris/Programming/repos/python-decompiler

Diff Stat to aa23c86ab253c41507ef2074c995d4a82ef5382a:
.gitignore (old)                                                  (diff) | 10 +
diet_python/TEST.py (old)                                         (diff) | 16 +
diet_python/diet_python.py (old)                                  (diff) | 167 +++--
diet_python/if_brancher.py (old)                                  (diff) | 8 +-
diet_python/replace_logic.py (old)                                (diff) | 148 +++++
funcy_python/__init__.py (old)                                    (diff) | 0
funcy_python/funcy_python.py (old)                                (diff) | 86 +++
python_annotator/__init__.py (old)                                (diff) | 55 ++
python_annotator/annotation_remover.py (old)                      (diff) | 79 +++
python_annotator/python_annotator.py (old)                        (diff) | 193 ++----
python_annotator/reasoner.py (old)                                (diff) | 272 ++++++++
python_rewriter/README (old)                                      (diff) | 25 +-
python_rewriter/ast_generator.py (old)                            (diff) | 119 ++++
python_rewriter/base.py (old)                                     (diff) | 540 ++++++++-------
python_rewriter/node_counter.py (old)                             (diff) | 96 +++
python_rewriter/node_frequencies.svg (old)                        (diff) | 1508 ++++++++++++++++++++++++++++++++++++++++++
python_rewriter/nodes.py (old)                                    (diff) | 8 +-
python_rewriter/tests.py (old)                                    (diff) | 542 ++++++++++-----
 18 files changed, 3239 insertions(+), 633 deletions(-)

Diff Stat to 1c8fe1a21990ce06763f6781e54c4b5decc08a89:
.gitignore (old)                                                  (diff) | 12 +++
diet_python/__init__.py (old)                                     (diff) | 0
diet_python/diet_python.py (old)                                  (diff) | 0
diet_python/if_brancher.py (old)                                  (diff) | 0
python_annotator/__init__.py (old)                                (diff) | 0
python_annotator/python_annotator.py (old)                        (diff) | 20 ++--
python_rewriter/README (old)                                      (diff) | 0
python_rewriter/__init__.py (old)                                 (diff) | 0
python_rewriter/base.py (old)                                     (diff) | 26 +++--
python_rewriter/brute_forcer.py (old)                             (diff) | 53 +++++++++++
python_rewriter/nodes.py (old)                                    (diff) | 28 +++++-
python_rewriter/tests.py (old)                                    (diff) | 233 ++++++++++++++++++++++++++++++++++-----------
setup.py (old)                                                    (diff) | 0
 13 files changed, 301 insertions(+), 71 deletions(-)

Files:


Generated by git2html.