COMMITS
/ Python/pythonrun.c March 30, 2011
V
Issue #11393: Add the new faulthandler module
Victor Stinner committed
March 20, 2011
V
Fix #11586: typo in initfsencoding()
Victor Stinner committed
February 23, 2011
V
Issue #11272: Fix input() and sys.stdin for Windows newline
Victor Stinner committed
January 4, 2011
V
Issue #9566: use Py_ssize_t instead of int
Victor Stinner committed
December 28, 2010
G
Add sys.flags.quiet attribute for the new -q option, as noted missing by Eric in #1772833.
Georg Brandl committed
December 4, 2010
December 3, 2010
M
Merge branches/pep-0384.
Martin v. Löwis committed
November 30, 2010
G
Remove redundant includes of headers that are already included by Python.h.
Georg Brandl committed
November 20, 2010
A
Issue #10255: Fix reference leak in Py_InitializeEx(). Patch by Neil
Antoine Pitrou committed
November 10, 2010
A
Issue #10372: Import the warnings module only after the IO library is
Antoine Pitrou committed
October 30, 2010
H
Issue #10157: Fixed refleaks in pythonrun.c. Patch by Stefan Krah.
Hirokazu Yamamoto committed
October 29, 2010
B
decrement offset when it points to a newline (#10186 followup)
Benjamin Peterson committed
October 24, 2010
B
tighten loop
Benjamin Peterson committed
B
remove broken code accounting an offset the size of the line #10186
Benjamin Peterson committed
October 19, 2010
V
initfsencoding(): get_codeset() failure is now a fatal error
Victor Stinner committed
October 17, 2010
V
_PyImport_FixupExtension() and _PyImport_FindExtension() uses FS encoding
Victor Stinner committed
October 16, 2010
V
Fix ast_error_finish() and err_input(): filename can be NULL
Victor Stinner committed
V
Issue #9713, #10114: Parser functions (eg. PyParser_ASTFromFile) expects
Victor Stinner committed
October 15, 2010
V
Use locale encoding if Py_FileSystemDefaultEncoding is not set
Victor Stinner committed
V
redecode_filename(): don't need to initialize variables
Victor Stinner committed
October 13, 2010
V
Issue #9992: Remove PYTHONFSENCODING environment variable.
Victor Stinner committed
September 29, 2010
V
Issue #9630: Redecode filenames when setting the filesystem encoding
Victor Stinner committed
September 20, 2010
A
Issue #9901: Destroying the GIL in Py_Finalize() can fail if some other
Antoine Pitrou committed
September 13, 2010
A
Issue #9828: Destroy the GIL in Py_Finalize(), so that it gets properly
Antoine Pitrou committed
August 18, 2010
V
Issue #8622: Add PYTHONFSENCODING environment variable to override the
Victor Stinner committed
August 17, 2010
V
Issue #8063: Call _PyGILState_Init() earlier in Py_InitializeEx().
Victor Stinner committed
August 8, 2010
A
Issue #477863: Print a warning at shutdown if gc.garbage is not empty.
Antoine Pitrou committed
A
Issue #5319: Print an error if flushing stdout fails at interpreter
Antoine Pitrou committed
August 5, 2010
A
Issue #9079: Added _PyTime_gettimeofday(_PyTime_timeval *tp) to C API
Alexander Belopolsky committed
June 17, 2010
V
Issue #6543: Write the traceback in the terminal encoding instead of utf-8.
Victor Stinner committed
June 11, 2010
V
Issue #8965: initfsencoding() doesn't change the encoding on Mac OS X
Victor Stinner committed
June 8, 2010
V
Py_FatalError(): don't sys sys.last_xxx variables
Victor Stinner committed
May 21, 2010
V
Issue #3798: sys.exit(message) writes the message to sys.stderr file, instead
Victor Stinner committed
May 19, 2010
V
Issue #8766: Initialize _warnings module before importing the first module.
Victor Stinner committed
V
Issue #6697: Check that _PyUnicode_AsString() result is not NULL
Victor Stinner committed
May 17, 2010
V
handle_system_exit() flushs files to warranty the output order
Victor Stinner committed
May 15, 2010
V
Issue #8610: Load file system codec at startup, and display a fatal error on
Victor Stinner committed
May 14, 2010
V
Issue #4653: fix typo in flush_std_files()
Victor Stinner committed
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
J
Merged revisions 81007 via svnmerge from
Jean-Paul Calderone committed
May 8, 2010
V
err_input(): don't encode/decode the unicode message
Victor Stinner committed
March 14, 2010
G
* Replaces the internals of the subprocess module from fork through exec on
Gregory P. Smith committed
March 12, 2010
V
Merged revisions 78826 via svnmerge from
Victor Stinner committed
February 22, 2010
A
#4532: fixes to make 3.x compile on QNX 6.3.2 (reported by Matt Kraai)
Andrew M. Kuchling committed
November 28, 2009
A
Issue #4486: When an exception has an explicit cause, do not print its implicit context too.
Antoine Pitrou committed
October 20, 2009
A
Merged revisions 75570 via svnmerge from
Antoine Pitrou committed
May 10, 2009
B
bytes -> bytearray
Benjamin Peterson committed
May 5, 2009
M
Issue #5915: Implement PEP 383, Non-decodable Bytes in
Martin v. Löwis committed
April 4, 2009
M
Merged revisions 71152 via svnmerge from
Matthias Klose committed