| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Merged revisions 72912,72920,72940 via svnmerge from | Benjamin Peterson | 2009-06-28 | 1 | -1/+2 |
|
|
* | Merged revisions 71031 via svnmerge from | Brett Cannon | 2009-04-02 | 1 | -2/+2 |
|
|
* | Fix a leaking "pathname" in import.c | Kristján Valur Jónsson | 2009-03-31 | 1 | -0/+1 |
|
|
* | get_file() no longer leaks a FILE structure. If given a file descriptor, it ... | Kristján Valur Jónsson | 2009-03-31 | 1 | -9/+19 |
|
|
* | Issue #5604: non-ASCII characters in module name passed to | Guido van Rossum | 2009-03-30 | 1 | -16/+41 |
|
|
* | Implement InspectLoader for FrozenImporter. | Brett Cannon | 2009-03-15 | 1 | -0/+33 |
|
|
* | Fix a typo in a comment. | Brett Cannon | 2009-03-08 | 1 | -1/+1 |
|
|
* | Issue #5273: Fixed import failure on unicode path. (especially on windows) | Hirokazu Yamamoto | 2009-03-04 | 1 | -4/+6 |
|
|
* | http://bugs.python.org/issue4715 | Jeffrey Yasskin | 2009-02-25 | 1 | -1/+3 |
|
|
* | Issue #1717: rename tp_compare to tp_reserved. I'll change the | Mark Dickinson | 2009-02-02 | 1 | -1/+1 |
|
|
* | Issue #5041: Fixed memory leak. | Hirokazu Yamamoto | 2009-01-30 | 1 | -2/+4 |
|
|
* | Issue 3677: Release the path string on py3k | Kristján Valur Jónsson | 2009-01-24 | 1 | -0/+1 |
|
|
* | Merged revisions 68457 via svnmerge from | Hirokazu Yamamoto | 2009-01-23 | 1 | -14/+18 |
|
|
* | Merged revisions 68360-68361 via svnmerge from | Antoine Pitrou | 2009-01-06 | 1 | -0/+45 |
|
|
* | Merged revisions 68203 via svnmerge from | Martin v. Löwis | 2009-01-03 | 1 | -2/+0 |
|
|
* | Merged revisions 67818 via svnmerge from | Antoine Pitrou | 2008-12-18 | 1 | -1/+3 |
|
|
* | #3705: Command-line arguments were not correctly decoded when the | Amaury Forgeot d'Arc | 2008-11-11 | 1 | -4/+7 |
|
|
* | fix #4211: the __path__ of a frozen package should be a list. | Benjamin Peterson | 2008-11-05 | 1 | -28/+17 |
|
|
* | Revert r33661, which broke all buildbots. | Amaury Forgeot d'Arc | 2008-09-09 | 1 | -7/+4 |
|
|
* | #3705: Fix crash when given a non-ascii value on the command line for the "-c... | Amaury Forgeot d'Arc | 2008-09-09 | 1 | -4/+7 |
|
|