| Commit message (Expand) | Author | Age |
* | Port #6498 fix: fix several misspellings of "SystemExit" as "SystemError". | Georg Brandl | 2011-05-15 |
* | Merged revisions 85904 via svnmerge from | Benjamin Peterson | 2010-10-29 |
* | Merged revisions 85814 via svnmerge from | Benjamin Peterson | 2010-10-24 |
* | sys.stderr and sys.excepthook can be None at interpreter shutdown, | Antoine Pitrou | 2010-08-08 |
* | Issue #3798: Write sys.exit() message to sys.stderr to use stderr encoding and | Victor Stinner | 2010-05-25 |
* | Untabify C files. Will watch buildbots. | Antoine Pitrou | 2010-05-09 |
* | Skip signal handler re-installation if it is not necessary. Issue 8354. | Jean-Paul Calderone | 2010-05-08 |
* | Change to a Py_XDECREF and fix some whitespace. | Brett Cannon | 2010-05-05 |
* | Issue #3137: Don't ignore errors at startup, especially a keyboard interrupt | Victor Stinner | 2010-03-10 |
* | Issue #1722344: threading._shutdown() is now called in Py_Finalize(), which | Antoine Pitrou | 2009-10-20 |
* | - Issue #3845: In PyRun_SimpleFileExFlags avoid invalid memory access with | Matthias Klose | 2009-04-04 |
* | Issue 5619: Pass MS CRT debug flags into subprocesses | Jesse Noller | 2009-03-31 |
* | Issue #4258: Use 30-bit digits for Python longs, on 64-bit platforms. | Mark Dickinson | 2009-03-20 |
* | fix compilation on non-Windows platforms | Benjamin Peterson | 2009-01-02 |
* | Issue #4075: Use OutputDebugStringW in Py_FatalError. | Martin v. Löwis | 2009-01-02 |
* | #3996: On Windows, PyOS_CheckStack is supposed to protect the interpreter from | Amaury Forgeot d'Arc | 2008-11-22 |
* | make sure the parser flags and passed onto the compiler | Benjamin Peterson | 2008-10-31 |
* | Fix: | Neal Norwitz | 2008-08-24 |
* | #3378: in case of no memory, don't leak even more memory. :) | Georg Brandl | 2008-07-19 |
* | Fix tabs. | Georg Brandl | 2008-07-05 |
* | This reverts r63675 based on the discussion in this thread: | Gregory P. Smith | 2008-06-09 |
* | Typo: encoding -> codeset. | Martin v. Löwis | 2008-06-01 |
* | Move sys_stream and sys_isatty out of the have-langinfo block. | Martin v. Löwis | 2008-06-01 |
* | New environment variable PYTHONIOENCODING. | Martin v. Löwis | 2008-06-01 |
* | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 |
* | First step of the C API rename: | Christian Heimes | 2008-05-26 |
* | #2816: clarify error messages for EOF while scanning strings. | Georg Brandl | 2008-05-11 |
* | Implemented PEP 370 | Christian Heimes | 2008-05-06 |
* | Re-implement the 'warnings' module in C. This allows for usage of the | Brett Cannon | 2008-04-12 |
* | C89 compliance: Microsoft compilers want variable declarations at the top | Amaury Forgeot d'Arc | 2008-03-26 |
* | Initialize PyCompilerFlags cf_flags with 0 | Christian Heimes | 2008-03-26 |
* | Patch #2477: Added from __future__ import unicode_literals | Christian Heimes | 2008-03-26 |
* | Merged revisions 61750,61752,61754,61756,61760,61763,61768,61772,61775,61805,... | Christian Heimes | 2008-03-26 |
* | Backport of the print function, using a __future__ import. | Eric Smith | 2008-03-18 |
* | Perform correct handling of stack overflow for windows: Catch the correct exc... | Kristján Valur Jónsson | 2008-02-18 |
* | Deallocate content of the dict free list on interpreter shutdown | Christian Heimes | 2008-02-08 |
* | Added clear cache methods to clear the internal type lookup cache for ref lea... | Christian Heimes | 2008-01-27 |
* | Patch #602345 by Neal Norwitz and me: add -B option and PYTHONDONTWRITEBYTECO... | Georg Brandl | 2008-01-07 |
* | Issue #1402: PyInterpreterState_Clear() may still invoke user code | Amaury Forgeot d'Arc | 2007-11-29 |
* | Make pythoncore compile cleanly with VisualStudio 2005. Used an explicit typ... | Kristján Valur Jónsson | 2007-04-25 |
* | Bug #742342: make Python stop segfaulting on infinitely-recursive reload()s. ... | Collin Winter | 2007-03-12 |
* | Bug #1678647: write a newline after printing an exception in any | Georg Brandl | 2007-03-12 |
* | Patch #703779: unset __file__ in __main__ after running a file. This | Georg Brandl | 2007-03-07 |
* | Variant of patch #697613: don't exit the interpreter on a SystemExit | Georg Brandl | 2007-03-07 |
* | Bug #1674503: close the file opened by execfile() in an error condition. | Georg Brandl | 2007-03-06 |
* | SF patch #1630975: Fix crash when replacing sys.stdout in sitecustomize | Thomas Wouters | 2007-01-23 |
* | with and as are now keywords. There are some generated files I can't recreate. | Neal Norwitz | 2006-09-06 |
* | Handle a few more error conditions. | Neal Norwitz | 2006-08-21 |
* | PyModule_GetDict() can fail, produce fatal errors if this happens on startup. | Neal Norwitz | 2006-08-12 |
* | Whoops, how did that get in there. :-) Revert all the parts of 51227 that we... | Neal Norwitz | 2006-08-12 |