| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 82059,82061 via svnmerge from | Victor Stinner | 2010-06-17 | 1 | -1/+1 |
|
|
* | Merged revisions 81844 via svnmerge from | Victor Stinner | 2010-06-08 | 1 | -1/+1 |
|
|
* | Recorded merge of revisions 81364 via svnmerge from | Victor Stinner | 2010-05-20 | 1 | -1/+3 |
|
|
* | Merged revisions 81250-81253 via svnmerge from | Victor Stinner | 2010-05-17 | 1 | -0/+4 |
|
|
* | Merged revisions 81156 via svnmerge from | Victor Stinner | 2010-05-14 | 1 | -1/+1 |
|
|
* | Recorded merge of revisions 81032 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -1642/+1642 |
|
|
* | Merged revisions 81016 via svnmerge from | Jean-Paul Calderone | 2010-05-09 | 1 | -0/+4 |
|
|
* | Revert my change on initsite(): don't change import site error handler in 3.1, | Victor Stinner | 2010-03-21 | 1 | -4/+14 |
|
|
* | Merged revisions 78872 via svnmerge from | Victor Stinner | 2010-03-21 | 1 | -16/+9 |
|
|
* | Merged revisions 76573 via svnmerge from | Antoine Pitrou | 2009-11-28 | 1 | -1/+1 |
|
|
* | Merged revisions 75571,75576-75577 via svnmerge from | Antoine Pitrou | 2009-10-20 | 1 | -0/+32 |
|
|
* | bytes -> bytearray | Benjamin Peterson | 2009-05-10 | 1 | -1/+1 |
|
|
* | Issue #5915: Implement PEP 383, Non-decodable Bytes in | Martin v. Löwis | 2009-05-05 | 1 | -16/+16 |
|
|
* | Merged revisions 71152 via svnmerge from | Matthias Klose | 2009-04-04 | 1 | -2/+3 |
|
|
* | The BDFL has retired! Long live the FLUFL (Friendly Language Uncle For Life)! | Brett Cannon | 2009-04-01 | 1 | -0/+2 |
|
|
* | Merged revisions 70908 via svnmerge from | Jesse Noller | 2009-03-31 | 1 | -0/+1 |
|
|
* | merge the io-c branch: C implementation of the io module | Benjamin Peterson | 2009-03-04 | 1 | -1/+1 |
|
|
* | ignore the coding cookie in compile(), exec(), and eval() if the source is a ... | Benjamin Peterson | 2009-03-02 | 1 | -3/+11 |
|
|
* | Followup of #4705: we can't skip the binary buffering layer for stdin because... | Antoine Pitrou | 2009-01-26 | 1 | -2/+7 |
|
|
* | Fix bug introduced in r68451: stdio must always be opened in line-buffered mode | Antoine Pitrou | 2009-01-09 | 1 | -7/+15 |
|
|
* | Issue #4705: Fix the -u ("unbuffered binary stdout and stderr") command-line | Antoine Pitrou | 2009-01-09 | 1 | -9/+76 |
|
|
* | Merged revisions 68174 via svnmerge from | Benjamin Peterson | 2009-01-02 | 1 | -0/+2 |
|
|
* | Merged revisions 68172-68173 via svnmerge from | Martin v. Löwis | 2009-01-02 | 1 | -3/+17 |
|
|
* | Merged revisions 67295,67301-67302,67318,67330,67342-67343 via svnmerge from | Amaury Forgeot d'Arc | 2008-11-22 | 1 | -1/+1 |
|
|
* | Merged revisions 67066 via svnmerge from | Benjamin Peterson | 2008-10-31 | 1 | -6/+12 |
|
|
* | Issue 3723: Fixed initialization of subinterpreters | Christian Heimes | 2008-10-30 | 1 | -0/+16 |
|
|
* | Issue #4213: The file system encoding is now normalized by the codec subsyste... | Christian Heimes | 2008-10-30 | 1 | -9/+32 |
|
|
* | 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 |
|
|