| Commit message (Expand) | Author | Age |
* | Issue #9630: Redecode filenames when setting the filesystem encoding | Victor Stinner | 2010-09-29 |
* | Issue #9901: Destroying the GIL in Py_Finalize() can fail if some other | Antoine Pitrou | 2010-09-20 |
* | Issue #9828: Destroy the GIL in Py_Finalize(), so that it gets properly | Antoine Pitrou | 2010-09-13 |
* | Issue #8622: Add PYTHONFSENCODING environment variable to override the | Victor Stinner | 2010-08-18 |
* | Issue #8063: Call _PyGILState_Init() earlier in Py_InitializeEx(). | Victor Stinner | 2010-08-17 |
* | Issue #477863: Print a warning at shutdown if gc.garbage is not empty. | Antoine Pitrou | 2010-08-08 |
* | Issue #5319: Print an error if flushing stdout fails at interpreter | Antoine Pitrou | 2010-08-08 |
* | Issue #9079: Added _PyTime_gettimeofday(_PyTime_timeval *tp) to C API | Alexander Belopolsky | 2010-08-05 |
* | Issue #6543: Write the traceback in the terminal encoding instead of utf-8. | Victor Stinner | 2010-06-17 |
* | Issue #8965: initfsencoding() doesn't change the encoding on Mac OS X | Victor Stinner | 2010-06-11 |
* | Py_FatalError(): don't sys sys.last_xxx variables | Victor Stinner | 2010-06-08 |
* | Issue #3798: sys.exit(message) writes the message to sys.stderr file, instead | Victor Stinner | 2010-05-21 |
* | Issue #8766: Initialize _warnings module before importing the first module. | Victor Stinner | 2010-05-19 |
* | Issue #6697: Check that _PyUnicode_AsString() result is not NULL | Victor Stinner | 2010-05-19 |
* | handle_system_exit() flushs files to warranty the output order | Victor Stinner | 2010-05-17 |
* | Issue #8610: Load file system codec at startup, and display a fatal error on | Victor Stinner | 2010-05-15 |
* | Issue #4653: fix typo in flush_std_files() | Victor Stinner | 2010-05-14 |
* | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 |
* | Merged revisions 81007 via svnmerge from | Jean-Paul Calderone | 2010-05-09 |
* | err_input(): don't encode/decode the unicode message | Victor Stinner | 2010-05-08 |
* | PEP 3147 | Barry Warsaw | 2010-04-17 |
* | * Replaces the internals of the subprocess module from fork through exec on | Gregory P. Smith | 2010-03-14 |
* | Merged revisions 78826 via svnmerge from | Victor Stinner | 2010-03-12 |
* | #4532: fixes to make 3.x compile on QNX 6.3.2 (reported by Matt Kraai) | Andrew M. Kuchling | 2010-02-22 |
* | Issue #4486: When an exception has an explicit cause, do not print its implic... | Antoine Pitrou | 2009-11-28 |
* | Merged revisions 75570 via svnmerge from | Antoine Pitrou | 2009-10-20 |
* | bytes -> bytearray | Benjamin Peterson | 2009-05-10 |
* | Issue #5915: Implement PEP 383, Non-decodable Bytes in | Martin v. Löwis | 2009-05-05 |
* | Merged revisions 71152 via svnmerge from | Matthias Klose | 2009-04-04 |
* | The BDFL has retired! Long live the FLUFL (Friendly Language Uncle For Life)! | Brett Cannon | 2009-04-01 |
* | Merged revisions 70908 via svnmerge from | Jesse Noller | 2009-03-31 |
* | merge the io-c branch: C implementation of the io module | Benjamin Peterson | 2009-03-04 |
* | ignore the coding cookie in compile(), exec(), and eval() if the source is a ... | Benjamin Peterson | 2009-03-02 |
* | Followup of #4705: we can't skip the binary buffering layer for stdin because... | Antoine Pitrou | 2009-01-26 |
* | Fix bug introduced in r68451: stdio must always be opened in line-buffered mode | Antoine Pitrou | 2009-01-09 |
* | Issue #4705: Fix the -u ("unbuffered binary stdout and stderr") command-line | Antoine Pitrou | 2009-01-09 |
* | Merged revisions 68174 via svnmerge from | Benjamin Peterson | 2009-01-02 |
* | Merged revisions 68172-68173 via svnmerge from | Martin v. Löwis | 2009-01-02 |
* | Merged revisions 67295,67301-67302,67318,67330,67342-67343 via svnmerge from | Amaury Forgeot d'Arc | 2008-11-22 |
* | Merged revisions 67066 via svnmerge from | Benjamin Peterson | 2008-10-31 |
* | Issue 3723: Fixed initialization of subinterpreters | Christian Heimes | 2008-10-30 |
* | Issue #4213: The file system encoding is now normalized by the codec subsyste... | Christian Heimes | 2008-10-30 |
* | compile _bytesio and _stringio into the binary and initalize stdio before sit... | Benjamin Peterson | 2008-09-05 |
* | #3663: extra DECREF on syntax errors. | Antoine Pitrou | 2008-08-26 |
* | fix #3653 Python could segfault if invalid values were passed to sys.excepthook | Benjamin Peterson | 2008-08-23 |
* | Rename PyUnicode_AsString -> _PyUnicode_AsString and | Marc-André Lemburg | 2008-08-07 |
* | Merged revisions 65012,65035,65037-65040,65048,65057,65077,65091-65095,65097-... | Georg Brandl | 2008-07-23 |
* | Merged revisions 64623,64640,64665,64687,64689-64690,64719,64721,64735,64742,... | Georg Brandl | 2008-07-16 |
* | Make these files to compile again under Windows. | Thomas Heller | 2008-07-15 |
* | implement chained exception tracebacks | Benjamin Peterson | 2008-07-15 |