| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Copied doc for reload() from trunk's function.rst to imp.rst | Christian Heimes | 2008-01-07 | 1 | -1/+1 |
|
|
* | Issue #1762972: Readded the reload() function as imp.reload() | Christian Heimes | 2008-01-07 | 1 | -0/+12 |
|
|
* | Merged revisions 59703-59773 via svnmerge from | Christian Heimes | 2008-01-06 | 2 | -23/+54 |
|
|
* | Interpreter wasn't displaying the location of a SyntaxError | Kurt B. Kaiser | 2008-01-05 | 1 | -1/+1 |
|
|
* | On Windows, when import fails to load a dll module, the message says | Amaury Forgeot d'Arc | 2008-01-03 | 1 | -16/+21 |
|
|
* | More PyImport_ImportModule -> PyImport_ImportModuleNoBlock | Christian Heimes | 2008-01-03 | 3 | -4/+4 |
|
|
* | Merged revisions 59666-59679 via svnmerge from | Christian Heimes | 2008-01-03 | 3 | -25/+53 |
|
|
* | Merged revisions 59565-59594 via svnmerge from | Christian Heimes | 2007-12-24 | 2 | -12/+32 |
|
|
* | Fix thoroughly misleading comment | Nick Coghlan | 2007-12-21 | 1 | -1/+1 |
|
|
* | #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. | Christian Heimes | 2007-12-19 | 5 | -18/+18 |
|
|
* | Merged revisions 59541-59561 via svnmerge from | Christian Heimes | 2007-12-19 | 4 | -10/+45 |
|
|
* | Fixed #1630 | Christian Heimes | 2007-12-15 | 1 | -1/+2 |
|
|
* | Merged revisions 59488-59511 via svnmerge from | Christian Heimes | 2007-12-15 | 1 | -2/+3 |
|
|
* | Fixed #1593 spacing of the builtin_format function is inconsistent. Thanks to... | Christian Heimes | 2007-12-11 | 1 | -50/+50 |
|
|
* | Issue #1573, second attempt: | Amaury Forgeot d'Arc | 2007-12-09 | 1 | -3/+8 |
|
|
* | Fixed #1573: Improper use of the keyword-only syntax makes the parser crash | Christian Heimes | 2007-12-08 | 1 | -2/+2 |
|
|
* | Merged revisions 59333-59370 via svnmerge from | Christian Heimes | 2007-12-05 | 1 | -1/+1 |
|
|
* | Solve issue 1400 at least in part -- whenever we run Python code, at the end | Guido van Rossum | 2007-12-05 | 1 | -0/+24 |
|
|
* | Removed PyInt_GetMax and sys.maxint | Christian Heimes | 2007-12-04 | 1 | -2/+0 |
|
|
* | Eliminate outdated usages of PyInt_GetMax. | Martin v. Löwis | 2007-12-04 | 1 | -8/+2 |
|
|
* | Remove PyInt_CheckExact. Add PyLong_AsLongAndOverflow. | Martin v. Löwis | 2007-12-04 | 2 | -21/+23 |
|
|
* | Removed another occurrence of PyInt_ExactCheck() | Christian Heimes | 2007-12-04 | 1 | -4/+23 |
|
|
* | Remove special-casing of integer operations, to stop | Martin v. Löwis | 2007-12-04 | 1 | -91/+6 |
|
|
* | 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 | 2 | -4/+4 |
|
|
* | Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i... | Christian Heimes | 2007-12-02 | 17 | -126/+126 |
|
|
* | #1535: rename __builtin__ module to builtins. | Georg Brandl | 2007-12-02 | 5 | -28/+28 |
|
|
* | Merged revisions 59245-59254 via svnmerge from | Christian Heimes | 2007-12-01 | 1 | -0/+2 |
|
|
* | Merged revisions 59239-59244 via svnmerge from | Christian Heimes | 2007-11-30 | 1 | -2/+2 |
|
|
* | Merged revisions 59226-59233 via svnmerge from | Christian Heimes | 2007-11-30 | 1 | -5/+5 |
|
|
* | Partial fix for bug #1306 | Christian Heimes | 2007-11-30 | 2 | -0/+9 |
|
|
* | Merged revisions 59107-59186 via svnmerge from | Guido van Rossum | 2007-11-26 | 1 | -0/+2 |
|
|
* | Fixed bug in input() which broke pdb | Christian Heimes | 2007-11-25 | 1 | -1/+1 |
|
|
* | fix #1409: cell variables were not initialized, | Amaury Forgeot d'Arc | 2007-11-24 | 1 | -1/+1 |
|
|
* | PyString_AsString is permissive and accepts unicode strings. | Amaury Forgeot d'Arc | 2007-11-22 | 3 | -6/+6 |
|
|
* | Fix error messages for buffer objects to say "bytes" instead of "string". | Guido van Rossum | 2007-11-21 | 1 | -2/+2 |
|
|
* | Rename buffer -> bytearray. | Guido van Rossum | 2007-11-21 | 1 | -1/+1 |
|
|
* | Merged revisions 59005-59040 via svnmerge from | Christian Heimes | 2007-11-18 | 1 | -7/+20 |
|
|
* | Replace PyObject_Unicode with PyObject_Str everywhere, and remove the | Thomas Heller | 2007-11-15 | 1 | -4/+4 |
|
|
* | Added some additional checks for sys.std?? is None, see #1440 | Christian Heimes | 2007-11-15 | 4 | -9/+14 |
|
|
* | Moved the initalization of the exception before the initialization of sys. | Christian Heimes | 2007-11-14 | 1 | -3/+3 |
|
|
* | Paths and file names from the fs should always be decoded with PyUnicode_Deco... | Christian Heimes | 2007-11-14 | 1 | -3/+4 |
|
|
* | Another #1415 fix for Windows GUI apps | Christian Heimes | 2007-11-13 | 1 | -2/+6 |
|
|
* | Fixed space -> tab | Christian Heimes | 2007-11-13 | 1 | -3/+3 |
|
|
* | Fix for #1415 pythonw.exe fails because std streams a missing | Christian Heimes | 2007-11-13 | 1 | -12/+49 |
|
|
* | Correction for issue1265 (pdb bug with "with" statement). | Amaury Forgeot d'Arc | 2007-11-13 | 1 | -7/+12 |
|
|
* | Fix for refleak tests through regrtest.py -R:: bug #1414 | Christian Heimes | 2007-11-12 | 1 | -10/+9 |
|
|
* | Merged revisions 58939-58946 via svnmerge from | Christian Heimes | 2007-11-12 | 1 | -2/+1 |
|
|
* | Minimal change that disables (AFAICT) the interpolation of \u and \U inside | Guido van Rossum | 2007-11-12 | 1 | -8/+12 |
|
|
* | Merged revisions 58886-58929 via svnmerge from | Guido van Rossum | 2007-11-10 | 2 | -9/+20 |
|
|