Rewrite Python import machinery to use unicode - Code Review (original) (raw)

Can't Edit Can't Publish+Mail Start Review Created: 14 years, 9 months ago by haypo Modified: 14 years, 9 months ago Reviewers: Ezio Melotti, amaury, Antoine Pitrou, merwok Visibility: Public. Description Related Python issue: http://bugs.python.org/issue9425 Read also http://mail.python.org/pipermail/python-dev/2010-July/101619.html Patch Set 1# Total comments: 80 Unified diffs Side-by-side diffs Delta from patch set Stats (+1404 lines, -748 lines) Patch M Doc/library/sys.rst View 1 chunk +3 lines, -3 lines 0 comments Download M Include/Python.h View 1 chunk +3 lines, -1 line 2 comments Download M Include/fileobject.h View 1 chunk +18 lines, -2 lines 0 comments Download M Include/import.h View 2 chunks +15 lines, -6 lines 2 comments Download M Include/moduleobject.h View 1 chunk +1 line, -0 lines 0 comments Download M Include/sysmodule.h View 1 chunk +3 lines, -2 lines 0 comments Download M Include/warnings.h View 1 chunk +2 lines, -0 lines 0 comments Download M Lib/distutils/file_util.py View 1 chunk +1 line, -1 line 5 comments Download M Lib/platform.py View 5 chunks +26 lines, -24 lines 2 comments Download M Lib/test/test_import.py View 1 chunk +7 lines, -0 lines 1 comment Download M Lib/test/test_sax.py View 1 chunk +5 lines, -0 lines 0 comments Download M Lib/test/test_subprocess.py View 3 chunks +7 lines, -7 lines 5 comments Download M Lib/test/test_sys.py View 1 chunk +3 lines, -2 lines 3 comments Download M Lib/test/test_urllib.py View 1 chunk +6 lines, -2 lines 0 comments Download M Lib/test/test_urllib2.py View 2 chunks +5 lines, -0 lines 0 comments Download M Lib/test/test_xml_etree.py View 2 chunks +6 lines, -0 lines 2 comments Download M Modules/getpath.c View 7 chunks +109 lines, -100 lines 3 comments Download M Modules/main.c View 6 chunks +76 lines, -23 lines 8 comments Download M Modules/zipimport.c View 23 chunks +122 lines, -80 lines 3 comments Download M Objects/codeobject.c View 3 chunks +17 lines, -0 lines 4 comments Download M Objects/fileobject.c View 2 chunks +22 lines, -10 lines 1 comment Download M Objects/moduleobject.c View 5 chunks +11 lines, -14 lines 3 comments Download M Objects/object.c View 2 chunks +6 lines, -0 lines 2 comments Download M Objects/typeobject.c View 1 chunk +5 lines, -7 lines 0 comments Download M Objects/unicodeobject.c View 1 chunk +6 lines, -5 lines 0 comments Download M PC/import_nt.c View 3 chunks +15 lines, -3 lines 4 comments Download M Parser/tokenizer.c View 1 chunk +8 lines, -4 lines 3 comments Download M Python/_warnings.c View 3 chunks +50 lines, -19 lines 0 comments Download M Python/ast.c View 2 chunks +14 lines, -2 lines 2 comments Download M Python/bltinmodule.c View 5 chunks +19 lines, -5 lines 0 comments Download M Python/ceval.c View 2 chunks +0 lines, -7 lines 2 comments Download M Python/compile.c View 2 chunks +12 lines, -2 lines 0 comments Download M Python/errors.c View 1 chunk +1 line, -1 line 2 comments Download M Python/import.c View 81 chunks +571 lines, -387 lines 16 comments Download M Python/importdl.h View 1 chunk +1 line, -1 line 0 comments Download M Python/importdl.c View 3 chunks +17 lines, -10 lines 0 comments Download M Python/pythonrun.c View 10 chunks +161 lines, -8 lines 2 comments Download M Python/sysmodule.c View 4 chunks +50 lines, -10 lines 3 comments Download Messages Total messages: 9 Expand All Messages | Collapse All Messages Expand All Messages Collapse All Messages