| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | #3773: Check for errors around the use of PyTokenizer_FindEncoding(). | Amaury Forgeot d'Arc | 2008-09-04 | 1 | -0/+2 |
|
|
* | Fix a memory leak in reloading extension modules #3667 | Benjamin Peterson | 2008-09-04 | 1 | -1/+1 |
|
|
* | Merged revisions 66045,66048-66049,66053,66060,66062-66063,66065,66067,66071-... | Benjamin Peterson | 2008-09-02 | 1 | -1/+4 |
|
|
* | Rename PyUnicode_AsString -> _PyUnicode_AsString and | Marc-André Lemburg | 2008-08-07 | 1 | -7/+7 |
|
|
* | #3368: free string allocated by "es" ParseTuple format. | Georg Brandl | 2008-07-19 | 1 | -0/+2 |
|
|
* | Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,... | Georg Brandl | 2008-07-16 | 1 | -3/+22 |
|
|
* | Issue 1342: Python could not start if installed in a directory | Amaury Forgeot d'Arc | 2008-06-11 | 1 | -4/+11 |
|
|
* | #3021: Antoine Pitrou's Lexical exception handlers | Benjamin Peterson | 2008-06-11 | 1 | -1/+2 |
|
|
* | Implement PEP 3121: new module initialization and finalization API. | Martin v. Löwis | 2008-06-11 | 1 | -39/+101 |
|
|
* | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 1 | -5/+5 |
|
|
* | Issue #1950: Fixed misusage of PyUnicode_AsString(). | Alexandre Vassalotti | 2008-05-03 | 1 | -4/+9 |
|
|
* | There is no reason for imp.get_magic() to return a mutable bytearray | Amaury Forgeot d'Arc | 2008-04-24 | 1 | -1/+1 |
|
|
* | Merged revisions 61954,61956-61957 via svnmerge from | Christian Heimes | 2008-03-26 | 1 | -0/+1 |
|
|
* | Merged revisions 61952-61953 via svnmerge from | Christian Heimes | 2008-03-26 | 1 | -1/+2 |
|
|
* | Properly terminate file name. | Martin v. Löwis | 2008-03-22 | 1 | -1/+1 |
|
|
* | Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,... | Christian Heimes | 2008-03-16 | 1 | -2/+3 |
|
|
* | Merged revisions 61003-61033 via svnmerge from | Christian Heimes | 2008-02-24 | 1 | -0/+5 |
|
|
* | Merged revisions 60990-61002 via svnmerge from | Christian Heimes | 2008-02-23 | 1 | -13/+14 |
|
|
* | Merged revisions 60441-60474 via svnmerge from | Christian Heimes | 2008-01-31 | 1 | -0/+2 |
|
|
* | Good catch Neal! | Christian Heimes | 2008-01-11 | 1 | -1/+2 |
|
|
* | Merged revisions 59864-59882 via svnmerge from | Christian Heimes | 2008-01-10 | 1 | -0/+10 |
|
|
* | Merged revisions 59822-59841 via svnmerge from | Christian Heimes | 2008-01-07 | 1 | -3/+6 |
|
|
* | Another patch for #1762972: __file__ points to the py file instead pyo/pyc file | Christian Heimes | 2008-01-07 | 1 | -4/+38 |
|
|
* | Issue #1762972: Readded the reload() function as imp.reload() | Christian Heimes | 2008-01-07 | 1 | -0/+12 |
|
|
* | Merged revisions 59666-59679 via svnmerge from | Christian Heimes | 2008-01-03 | 1 | -23/+51 |
|
|
* | Merged revisions 59541-59561 via svnmerge from | Christian Heimes | 2007-12-19 | 1 | -2/+3 |
|
|
* | Manual merge of PEP 366 implementation from trunk (the automatic merge choked... | Nick Coghlan | 2007-12-04 | 1 | -26/+86 |
|
|
* | Add an errors parameter to open() and TextIOWrapper() to specify error handling. | Guido van Rossum | 2007-12-03 | 1 | -1/+1 |
|
|
* | Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i... | Christian Heimes | 2007-12-02 | 1 | -2/+2 |
|
|
* | #1535: rename __builtin__ module to builtins. | Georg Brandl | 2007-12-02 | 1 | -13/+13 |
|
|
* | Merged revisions 59005-59040 via svnmerge from | Christian Heimes | 2007-11-18 | 1 | -7/+20 |
|
|