PEP 3147 implementation - Code Review (original) (raw)

Patch Set 1#

Total comments: 72

Patch Set 2 : Updated PEP 3147 implementation#

Total comments: 52

Patch Set 3 : Second review updates#

Patch Set 4 : Added support for module.__cached__ and some windows fixes#

Total comments: 48

Patch Set 5 : Review updates and other changes#

Unified diffs Side-by-side diffs Delta from patch set Stats (+1163 lines, -270 lines) Patch
M .bzrignore View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M .hgignore View 1 chunk +1 line, -0 lines 0 comments Download
M Doc/c-api/import.rst View 2 chunks +17 lines, -0 lines 0 comments Download
M Doc/library/compileall.rst View 2 chunks +9 lines, -3 lines 0 comments Download
M Doc/library/imp.rst View 3 4 1 chunk +35 lines, -2 lines 0 comments Download
M Doc/library/py_compile.rst View 3 4 1 chunk +7 lines, -3 lines 0 comments Download
M Doc/library/runpy.rst View 2 chunks +4 lines, -1 line 0 comments Download
M Include/import.h View 4 1 chunk +3 lines, -0 lines 0 comments Download
M Lib/compileall.py View 11 chunks +48 lines, -26 lines 0 comments Download
M Lib/importlib/_bootstrap.py View 1 2 3 4 2 chunks +20 lines, -1 line 0 comments Download
M Lib/importlib/test/__main__.py View 1 2 3 4 1 chunk +6 lines, -1 line 0 comments Download
M Lib/importlib/test/source/test_file_loader.py View 1 2 3 4 4 chunks +5 lines, -4 lines 0 comments Download
M Lib/importlib/test/source/test_finder.py View 1 2 3 4 3 chunks +12 lines, -1 line 0 comments Download
M Lib/importlib/test/source/test_source_encoding.py View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M Lib/importlib/test/source/util.py View 1 2 3 4 2 chunks +11 lines, -8 lines 0 comments Download
M Lib/importlib/util.py View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M Lib/inspect.py View 1 chunk +1 line, -0 lines 0 comments Download
M Lib/py_compile.py View 1 2 3 4 7 chunks +27 lines, -21 lines 0 comments Download
M Lib/pydoc.py View 1 chunk +2 lines, -1 line 0 comments Download
M Lib/runpy.py View 2 chunks +2 lines, -0 lines 0 comments Download
M Lib/test/script_helper.py View 1 2 3 4 3 chunks +12 lines, -11 lines 0 comments Download
M Lib/test/support.py View 1 2 3 4 4 chunks +64 lines, -26 lines 0 comments Download
M Lib/test/test_cmd_line_script.py View 1 2 3 4 6 chunks +18 lines, -12 lines 0 comments Download
M Lib/test/test_compileall.py View 1 2 3 4 3 chunks +69 lines, -10 lines 0 comments Download
M Lib/test/test_frozen.py View 4 3 chunks +5 lines, -5 lines 0 comments Download
M Lib/test/test_imp.py View 1 2 3 4 3 chunks +125 lines, -2 lines 0 comments Download
M Lib/test/test_import.py View 1 2 3 4 11 chunks +176 lines, -30 lines 0 comments Download
M Lib/test/test_pkg.py View 4 3 chunks +10 lines, -10 lines 0 comments Download
M Lib/test/test_pkgimport.py View 1 2 3 4 2 chunks +14 lines, -12 lines 0 comments Download
M Lib/test/test_pydoc.py View 1 2 3 4 5 chunks +7 lines, -9 lines 0 comments Download
M Lib/test/test_runpy.py View 1 2 3 4 10 chunks +17 lines, -8 lines 0 comments Download
M Lib/test/test_zipfile.py View 2 3 4 2 chunks +8 lines, -1 line 0 comments Download
M Lib/test/test_zipimport.py View 1 2 3 4 6 chunks +19 lines, -20 lines 0 comments Download
M Lib/zipfile.py View 2 3 4 2 chunks +40 lines, -13 lines 0 comments Download
M Makefile.pre.in View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M Python/import.c View 1 2 3 4 20 chunks +363 lines, -28 lines 0 comments Download
M Python/pythonrun.c View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 13