- 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 14 years ago
- ebc0052 import: use PyUnicode_FSConverter to support bytes path and PEP 383 by Victor Stinner · 14 years ago
- b2ddf79 Issue #9573: os.fork now works when triggered as a side effect of import (the wisdom of actually relying on this remains questionable!) by Nick Coghlan · 14 years ago
- e5b99f0 Remove redundant includes of headers that are already included by Python.h. by Georg Brandl · 14 years ago
- 3e2b717 Issue #10359: Remove ";" after function definition, invalid in ISO C by Victor Stinner · 14 years ago
- ed7916d find_module(): use FS encoding to display the missing __init__ warning by Victor Stinner · 14 years ago
- 49d3f25 _PyImport_FixupExtension() and _PyImport_FindExtension() uses FS encoding by Victor Stinner · 14 years ago
- 294a9fc fix refleak by Benjamin Peterson · 14 years ago
- 88bd891 Fix imp_cache_from_source(): Decode make_compiled_pathname() result from the by Victor Stinner · 14 years ago
- 1a56303 imp_load_module() uses PyUnicode_FSConverter() to support surrogates in module by Victor Stinner · 14 years ago
- 3ea23dd imp.cache_from_source() uses PyUnicode_FSConverter() to support surrogates in by Victor Stinner · 14 years ago
- 8dbf629 imp.load_dynamic() uses PyUnicode_FSConverter() to support surrogates by Victor Stinner · 14 years ago
- 4e31443 Create fileutils.c/.h by Victor Stinner · 14 years ago
- beb4135b PyUnicode_AsWideCharString() takes a PyObject*, not a PyUnicodeObject* by Victor Stinner · 14 years ago
- 748cace Remove an unreferenced variable. len is no longer needed. by Brian Curtin · 14 years ago
- 255dfdb Issue #9979: Use PyUnicode_AsWideCharString() in import.c by Victor Stinner · 14 years ago
- bc2eff3 PyImport_Import was using the old import hack of sticking a dummy value into by Brett Cannon · 14 years ago
- cd419ab Fix incorrect comment regarding MAGIC and TAG in import.c by Nick Coghlan · 14 years ago
- 6246d6d bump magic number for DELETE_DEREF by Benjamin Peterson · 14 years ago
- c793779 Fix Issue #9752: MSVC compiler warning due to undefined function by Daniel Stutzbach · 14 years ago
- 74a69fa Issue #9225: Remove the ROT_FOUR and DUP_TOPX opcode, the latter replaced by Antoine Pitrou · 14 years ago
- 6b06da5 Remove unused functions _PyImport_FindModule and _PyImport_IsScript by Victor Stinner · 14 years ago
- f52b705 Create _Py_fopen() for PyUnicodeObject path by Victor Stinner · 14 years ago
- 8a79dcc _Py_stat(): ensure that path ends with a nul character by Victor Stinner · 14 years ago
- 4f4402c Issue #9425: Create private _Py_stat() function by Victor Stinner · 14 years ago
- 1a4d12d Issue #9425: NullImporter constructor is fully unicode compliant by Victor Stinner · 14 years ago
- 44c6c15 Issue #9425: Create load_builtin() subfunction by Victor Stinner · 14 years ago
- 556d800 Merged revisions 81380 via svnmerge from by Benjamin Peterson · 14 years ago
- 7c9627b Typo repair. by Barry Warsaw · 14 years ago
- ae6265f Issue #8715: Create PyUnicode_EncodeFSDefault() function: Encode a Unicode by Victor Stinner · 15 years ago
- f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 15 years ago
- 28a691b PEP 3147 by Barry Warsaw · 15 years ago
- fa0aeba Merged revisions 79428 via svnmerge from by Benjamin Peterson · 15 years ago
- 3f1af5c Issue #6697: use %U format instead of _PyUnicode_AsString(), because by Victor Stinner · 15 years ago
- 52f6dd7 Merged revisions 78826 via svnmerge from by Victor Stinner · 15 years ago
- 24cec9f Merged revisions 78527,78550 via svnmerge from by Gregory P. Smith · 15 years ago
- 9a5b25a Strip out trailing whitespace. by Brett Cannon · 15 years ago
- 0f6cae0 remove magic number bumping from the 2.x -U option #7459 by Benjamin Peterson · 15 years ago
- 0df35a9 Merged revisions 74841 via svnmerge from by Benjamin Peterson · 15 years ago
- e223eb8 Merged revisions 74075,74187,74197,74201,74216,74225 via svnmerge from by Alexandre Vassalotti · 15 years ago
- 9d58e3e Merged revisions 73870,73879,73899-73900,73905-73906 via svnmerge from by Alexandre Vassalotti · 15 years ago
- 876b2f2 Merged revisions 72912,72920,72940 via svnmerge from by Benjamin Peterson · 15 years ago
- a826f32 Merged revisions 71031 via svnmerge from by Brett Cannon · 16 years ago
- 92af5d9 Fix a leaking "pathname" in import.c by Kristján Valur Jónsson · 16 years ago
- e1b0445 get_file() no longer leaks a FILE structure. If given a file descriptor, it calls dup() to get a new handle. Then both the FILE object and the fd can be closed. by Kristján Valur Jónsson · 16 years ago
- 0ad59d4 Issue #5604: non-ASCII characters in module name passed to by Guido van Rossum · 16 years ago
- 8d11013 Implement InspectLoader for FrozenImporter. by Brett Cannon · 16 years ago
- 3c2ac44 Fix a typo in a comment. by Brett Cannon · 16 years ago
- 4f447fb Issue #5273: Fixed import failure on unicode path. (especially on windows) by Hirokazu Yamamoto · 16 years ago
- 9de7ec7 http://bugs.python.org/issue4715 by Jeffrey Yasskin · 16 years ago
- e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 16 years ago
- 90eaaf6 Issue #5041: Fixed memory leak. by Hirokazu Yamamoto · 16 years ago
- 92cb438 Issue 3677: Release the path string on py3k by Kristján Valur Jónsson · 16 years ago
- 21cbf5f Merged revisions 68457 via svnmerge from by Hirokazu Yamamoto · 16 years ago
- d35cbf6 Merged revisions 68360-68361 via svnmerge from by Antoine Pitrou · 16 years ago
- ffe431d Merged revisions 68203 via svnmerge from by Martin v. Löwis · 16 years ago
- f289ae6 Merged revisions 67818 via svnmerge from by Antoine Pitrou · 16 years ago
- 9a5499b #3705: Command-line arguments were not correctly decoded when the by Amaury Forgeot d'Arc · 16 years ago
- d968e27 fix #4211: the __path__ of a frozen package should be a list. by Benjamin Peterson · 16 years ago
- 8530e85 Revert r33661, which broke all buildbots. by Amaury Forgeot d'Arc · 16 years ago
- 14b7851 #3705: Fix crash when given a non-ascii value on the command line for the "-c" and "-m" parameters by Amaury Forgeot d'Arc · 16 years ago
- 1b933ed #3773: Check for errors around the use of PyTokenizer_FindEncoding(). by Amaury Forgeot d'Arc · 16 years ago
- ad95653 Fix a memory leak in reloading extension modules #3667 by Benjamin Peterson · 16 years ago
- 3e4f055 Merged revisions 66045,66048-66049,66053,66060,66062-66063,66065,66067,66071-66074,66080,66082-66083,66090-66093,66097-66099,66103,66105,66110,66118 via svnmerge from by Benjamin Peterson · 16 years ago
- 4cc0f24 Rename PyUnicode_AsString -> _PyUnicode_AsString and by Marc-André Lemburg · 16 years ago
- 8494d57 #3368: free string allocated by "es" ParseTuple format. by Georg Brandl · 16 years ago
- 2ee470f Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,64888,64897,64900-64901,64915,64926-64929,64938-64941,64944,64961,64966,64973 via svnmerge from by Georg Brandl · 16 years ago
- f1ca0b1 Issue 1342: Python could not start if installed in a directory by Amaury Forgeot d'Arc · 16 years ago
- eec3d71 #3021: Antoine Pitrou's Lexical exception handlers by Benjamin Peterson · 16 years ago
- 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
- 72b710a Renamed PyString to PyBytes by Christian Heimes · 16 years ago
- a85998a Issue #1950: Fixed misusage of PyUnicode_AsString(). by Alexandre Vassalotti · 17 years ago
- ae0b088 There is no reason for imp.get_magic() to return a mutable bytearray by Amaury Forgeot d'Arc · 17 years ago
- b1b3efc Merged revisions 61954,61956-61957 via svnmerge from by Christian Heimes · 17 years ago
- 4d6ec85 Merged revisions 61952-61953 via svnmerge from by Christian Heimes · 17 years ago
- 5021ebc Properly terminate file name. by Martin v. Löwis · 17 years ago
- dd15f6c Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,61285-61286,61288-61290,61298,61303-61305,61312-61314,61317,61329,61332,61344,61350-61351,61363-61376,61378-61379,61382-61383,61387-61388,61392,61395-61396,61402-61403 via svnmerge from by Christian Heimes · 17 years ago
- d3eb5a15 Merged revisions 61003-61033 via svnmerge from by Christian Heimes · 17 years ago
- 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 17 years ago
- 7b3ce6a Merged revisions 60441-60474 via svnmerge from by Christian Heimes · 17 years ago
- 3540b50 Good catch Neal! by Christian Heimes · 17 years ago
- 454f37b Merged revisions 59864-59882 via svnmerge from by Christian Heimes · 17 years ago
- 790c823 Merged revisions 59822-59841 via svnmerge from by Christian Heimes · 17 years ago
- 3b06e53 Another patch for #1762972: __file__ points to the py file instead pyo/pyc file by Christian Heimes · 17 years ago
- 13a7a21 Issue #1762972: Readded the reload() function as imp.reload() by Christian Heimes · 17 years ago
- 072c0f1 Merged revisions 59666-59679 via svnmerge from by Christian Heimes · 17 years ago
- 99170a5 Merged revisions 59541-59561 via svnmerge from by Christian Heimes · 17 years ago
- de10c85 Manual merge of PEP 366 implementation from trunk (the automatic merge choked on the PyString->PyUnicode changes) by Nick Coghlan · 17 years ago
- e7fc50f Add an errors parameter to open() and TextIOWrapper() to specify error handling. by Guido van Rossum · 17 years ago
- 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
- 1a3284e #1535: rename __builtin__ module to builtins. by Georg Brandl · 17 years ago
- 9cd1775 Merged revisions 59005-59040 via svnmerge from by Christian Heimes · 17 years ago
- c1bdbc3 Cosmetic changes to Christian's patch r58903. by Guido van Rossum · 17 years ago
- 7d3bc0a Patch for bug http://bugs.python.org/issue1293 by Christian Heimes · 17 years ago
- 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
- c4cb3b8 Applied patch #1379 with a minor tweak. by Christian Heimes · 17 years ago
- 2dced8b Patch 1329 (partial) by Christian Heimes. by Guido van Rossum · 17 years ago
- 40d20bc Issue 1267, continued. by Guido van Rossum · 17 years ago
- 3bb42d9 Fix a memory leak caused by PyTokenizer_FindEncoding() returning a char * that by Brett Cannon · 17 years ago
- ce3a72a Patch 1267 by Christian Heimes. by Guido van Rossum · 17 years ago