| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #3080: _PyWin_FindRegisteredModule() returns the path as Unicode | Victor Stinner | 2011-03-08 | 1 | -4/+17 |
|
|
* | Issue #3080: Use PyUnicode_InternFromString() for builtins | Victor Stinner | 2011-03-07 | 1 | -2/+2 |
|
|
* | Issue #3080: Import builtins using Unicode strings | Victor Stinner | 2011-03-07 | 1 | -52/+60 |
|
|
* | Issue #3080: Add PyImport_ImportFrozenModuleObject() | Victor Stinner | 2011-03-20 | 1 | -37/+61 |
|
|
* | Issue #3080: PyImport_Cleanup() uses Unicode | Victor Stinner | 2011-03-07 | 1 | -10/+7 |
|
|
* | import.c: replace tab by spaces | Victor Stinner | 2011-03-07 | 1 | -1/+1 |
|
|
* | Issue #3080: Add PyImport_AddModuleObject() and PyImport_ExecCodeModuleObject() | Victor Stinner | 2011-03-04 | 1 | -21/+66 |
|
|
* | Issue #3080: Mark _PyImport_FindBuiltin() argument as constant | Victor Stinner | 2011-02-23 | 1 | -2/+2 |
|
|
* | Issue #3080: Mark PyWin_FindRegisteredModule() as private | Victor Stinner | 2011-02-22 | 1 | -3/+3 |
|
|
* | Merge branches/pep-0384. | Martin v. Löwis | 2010-12-03 | 1 | -1/+1 |
|
|
* | import: use PyUnicode_FSConverter to support bytes path and PEP 383 | Victor Stinner | 2010-12-03 | 1 | -28/+30 |
|
|
* | Issue #9573: os.fork now works when triggered as a side effect of import (the... | Nick Coghlan | 2010-12-02 | 1 | -2/+11 |
|
|
* | Remove redundant includes of headers that are already included by Python.h. | Georg Brandl | 2010-11-30 | 1 | -4/+0 |
|
|
* | Issue #10359: Remove ";" after function definition, invalid in ISO C | Victor Stinner | 2010-11-09 | 1 | -1/+1 |
|
|
* | find_module(): use FS encoding to display the missing __init__ warning | Victor Stinner | 2010-10-17 | 1 | -7/+9 |
|
|
* | _PyImport_FixupExtension() and _PyImport_FindExtension() uses FS encoding | Victor Stinner | 2010-10-17 | 1 | -10/+34 |
|
|
* | fix refleak | Benjamin Peterson | 2010-10-16 | 1 | -4/+6 |
|
|
* | Fix imp_cache_from_source(): Decode make_compiled_pathname() result from the | Victor Stinner | 2010-10-15 | 1 | -1/+1 |
|
|
* | imp_load_module() uses PyUnicode_FSConverter() to support surrogates in module | Victor Stinner | 2010-10-15 | 1 | -7/+7 |
|
|
* | imp.cache_from_source() uses PyUnicode_FSConverter() to support surrogates in | Victor Stinner | 2010-10-15 | 1 | -5/+8 |
|
|
* | imp.load_dynamic() uses PyUnicode_FSConverter() to support surrogates | Victor Stinner | 2010-10-15 | 1 | -6/+6 |
|
|
* | Create fileutils.c/.h | Victor Stinner | 2010-10-07 | 1 | -65/+0 |
|
|
* | PyUnicode_AsWideCharString() takes a PyObject*, not a PyUnicodeObject* | Victor Stinner | 2010-10-07 | 1 | -3/+3 |
|
|
* | Remove an unreferenced variable. len is no longer needed. | Brian Curtin | 2010-09-29 | 1 | -1/+0 |
|
|
* | Issue #9979: Use PyUnicode_AsWideCharString() in import.c | Victor Stinner | 2010-09-29 | 1 | -18/+16 |
|
|
* | PyImport_Import was using the old import hack of sticking a dummy value into | Brett Cannon | 2010-09-19 | 1 | -3/+13 |
|
|
* | Fix incorrect comment regarding MAGIC and TAG in import.c | Nick Coghlan | 2010-09-11 | 1 | -2/+5 |
|
|
* | bump magic number for DELETE_DEREF | Benjamin Peterson | 2010-09-10 | 1 | -1/+2 |
|
|
* | Fix Issue #9752: MSVC compiler warning due to undefined function | Daniel Stutzbach | 2010-09-09 | 1 | -4/+7 |
|
|
* | Issue #9225: Remove the ROT_FOUR and DUP_TOPX opcode, the latter replaced | Antoine Pitrou | 2010-09-04 | 1 | -1/+3 |
|
|
* | Remove unused functions _PyImport_FindModule and _PyImport_IsScript | Victor Stinner | 2010-08-17 | 1 | -16/+0 |
|
|
* | Create _Py_fopen() for PyUnicodeObject path | Victor Stinner | 2010-08-14 | 1 | -0/+33 |
|
|
* | _Py_stat(): ensure that path ends with a nul character | Victor Stinner | 2010-08-14 | 1 | -2/+3 |
|
|
* | Issue #9425: Create private _Py_stat() function | Victor Stinner | 2010-08-14 | 1 | -0/+33 |
|
|
* | Issue #9425: NullImporter constructor is fully unicode compliant | Victor Stinner | 2010-08-13 | 1 | -38/+52 |
|
|
* | Issue #9425: Create load_builtin() subfunction | Victor Stinner | 2010-08-09 | 1 | -30/+40 |
|
|
* | Merged revisions 81380 via svnmerge from | Benjamin Peterson | 2010-06-27 | 1 | -1/+2 |
|
|
* | Typo repair. | Barry Warsaw | 2010-06-17 | 1 | -4/+4 |
|
|
* | Issue #8715: Create PyUnicode_EncodeFSDefault() function: Encode a Unicode | Victor Stinner | 2010-05-15 | 1 | -10/+2 |
|
|
* | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -2740/+2740 |
|
|
* | PEP 3147 | Barry Warsaw | 2010-04-17 | 1 | -28/+363 |
|
|
* | Merged revisions 79428 via svnmerge from | Benjamin Peterson | 2010-03-25 | 1 | -2/+2 |
|
|
* | Issue #6697: use %U format instead of _PyUnicode_AsString(), because | Victor Stinner | 2010-03-12 | 1 | -2/+2 |
|
|
* | Merged revisions 78826 via svnmerge from | Victor Stinner | 2010-03-12 | 1 | -2/+0 |
|
|
* | Merged revisions 78527,78550 via svnmerge from | Gregory P. Smith | 2010-03-01 | 1 | -4/+8 |
|
|
* | Strip out trailing whitespace. | Brett Cannon | 2010-03-01 | 1 | -19/+19 |
|
|
* | remove magic number bumping from the 2.x -U option #7459 | Benjamin Peterson | 2009-12-10 | 1 | -19/+11 |
|
|
* | Merged revisions 74841 via svnmerge from | Benjamin Peterson | 2009-10-04 | 1 | -19/+12 |
|
|
* | Merged revisions 74075,74187,74197,74201,74216,74225 via svnmerge from | Alexandre Vassalotti | 2009-07-29 | 1 | -7/+7 |
|
|
* | Merged revisions 73870,73879,73899-73900,73905-73906 via svnmerge from | Alexandre Vassalotti | 2009-07-17 | 1 | -1/+5 |
|
|