| Commit message (Expand) | Author | Age | Files | Lines |
* | compile _bytesio and _stringio into the binary and initalize stdio before sit... | Benjamin Peterson | 2008-09-05 | 1 | -2/+2 |
|
|
* | #3663: extra DECREF on syntax errors. | Antoine Pitrou | 2008-08-26 | 1 | -1/+4 |
|
|
* | fix #3653 Python could segfault if invalid values were passed to sys.excepthook | Benjamin Peterson | 2008-08-23 | 1 | -0/+7 |
|
|
* | Rename PyUnicode_AsString -> _PyUnicode_AsString and | Marc-André Lemburg | 2008-08-07 | 1 | -8/+8 |
|
|
* | Merged revisions 65012,65035,65037-65040,65048,65057,65077,65091-65095,65097-... | Georg Brandl | 2008-07-23 | 1 | -6/+7 |
|
|
* | Merged revisions 64623,64640,64665,64687,64689-64690,64719,64721,64735,64742,... | Georg Brandl | 2008-07-16 | 1 | -12/+12 |
|
|
* | Make these files to compile again under Windows. | Thomas Heller | 2008-07-15 | 1 | -2/+3 |
|
|
* | implement chained exception tracebacks | Benjamin Peterson | 2008-07-15 | 1 | -90/+161 |
|
|
* | #2630: Implement PEP 3138. | Georg Brandl | 2008-06-11 | 1 | -1/+1 |
|
|
* | Issue 1342: Python could not start if installed in a directory | Amaury Forgeot d'Arc | 2008-06-11 | 1 | -1/+1 |
|
|
* | Implement PEP 3121: new module initialization and finalization API. | Martin v. Löwis | 2008-06-11 | 1 | -4/+2 |
|
|
* | Move the codec decode type checks to bytes/bytearray.decode(). | Marc-André Lemburg | 2008-06-06 | 1 | -8/+4 |
|
|
* | Fix uninitialized variable access, release memory. | Martin v. Löwis | 2008-06-02 | 1 | -0/+3 |
|
|
* | Forward-port PYTHONIOENCODING. | Martin v. Löwis | 2008-06-02 | 1 | -6/+17 |
|
|
* | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 1 | -1/+1 |
|
|
* | Renamed PyBytes to PyByteArray | Christian Heimes | 2008-05-26 | 1 | -2/+2 |
|
|
* | Merged revisions 63066-63076,63079,63081-63085,63087-63097,63099,63101-63104 ... | Alexandre Vassalotti | 2008-05-16 | 1 | -2/+2 |
|
|
* | Merged revisions 62774-62775,62785,62787-62788 via svnmerge from | Christian Heimes | 2008-05-06 | 1 | -0/+1 |
|
|
* | Added fast alternate io.BytesIO implementation and its test suite. | Alexandre Vassalotti | 2008-05-06 | 1 | -2/+2 |
|
|
* | Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,... | Christian Heimes | 2008-04-13 | 1 | -60/+15 |
|
|
* | Add a NEWS entry for issue2221. | Amaury Forgeot d'Arc | 2008-04-10 | 1 | -2/+3 |
|
|
* | Change command line processing API to use wchar_t. | Martin v. Löwis | 2008-04-05 | 1 | -10/+20 |
|
|
* | Issue2221: in Idle, exec('xx') raised a SystemError('error return without exc... | Amaury Forgeot d'Arc | 2008-04-04 | 1 | -0/+7 |
|
|
* | Merged revisions 61958-61959 via svnmerge from | Christian Heimes | 2008-03-26 | 1 | -4/+2 |
|
|
* | 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 | -5/+18 |
|
|
* | Issue2297: Fix a stack overflow in Windows caused by -v and -vv. When python... | Trent Nelson | 2008-03-19 | 1 | -3/+17 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-19 | 1 | -2/+8 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-09 | 1 | -0/+1 |
|
|
* | Merged revisions 60364-60378 via svnmerge from | Christian Heimes | 2008-01-27 | 1 | -0/+3 |
|
|
* | Merged revisions 59822-59841 via svnmerge from | Christian Heimes | 2008-01-07 | 1 | -0/+3 |
|
|
* | Interpreter wasn't displaying the location of a SyntaxError | Kurt B. Kaiser | 2008-01-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 |
|
|
* | Add an errors parameter to open() and TextIOWrapper() to specify error handling. | Guido van Rossum | 2007-12-03 | 1 | -3/+3 |
|
|
* | Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i... | Christian Heimes | 2007-12-02 | 1 | -4/+4 |
|
|
* | #1535: rename __builtin__ module to builtins. | Georg Brandl | 2007-12-02 | 1 | -8/+8 |
|
|
* | 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 | 1 | -0/+6 |
|
|
* | 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 | 1 | -4/+9 |
|
|
* | Moved the initalization of the exception before the initialization of sys. | Christian Heimes | 2007-11-14 | 1 | -3/+3 |
|
|
* | 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 |
|
|
* | Merging the py3k-pep3137 branch back into the py3k branch. | Guido van Rossum | 2007-11-06 | 1 | -4/+28 |
|
|
* | Patch 1352 (continued in issue 1329) by Christian Heimes. | Guido van Rossum | 2007-10-30 | 1 | -1/+8 |
|
|
* | Patch 1329 (partial) by Christian Heimes. | Guido van Rossum | 2007-10-30 | 1 | -4/+4 |
|
|
* | Issue 1267, continued. | Guido van Rossum | 2007-10-22 | 1 | -3/+3 |
|
|
* | Patch 1267 by Christian Heimes. | Guido van Rossum | 2007-10-19 | 1 | -2/+84 |
|
|
* | Patch #1272, by Christian Heimes and Alexandre Vassalotti. | Guido van Rossum | 2007-10-15 | 1 | -1/+2 |
|
|
* | get rid of some more PyString uses. | Guido van Rossum | 2007-10-10 | 1 | -15/+19 |
|
|