COMMITS
/ Python/pythonrun.c April 3, 2012
B
fix parse_syntax_error to clean up its resources
Benjamin Peterson committed
February 21, 2012
A
Fix test failure in test_cmd_line by initializing the hash secret at the earliest point.
Antoine Pitrou committed
February 20, 2012
G
G
Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime)
Georg Brandl committed
January 18, 2012
A
Fix a memory leak when initializing the standard I/O streams.
Antoine Pitrou committed
November 28, 2011
A
Issue #7111: Python can now be run without a stdin, stdout or stderr stream.
Antoine Pitrou committed
November 26, 2011
September 20, 2011
B
- Issue #13021: Missing decref on an error path. Thanks to Suman Saha for
Barry Warsaw committed
May 15, 2011
G
Merge #6498 fix from 3.1.
Georg Brandl committed
G
Closes #6498: fix several misspellings of "SystemExit" as "SystemError".
Georg Brandl committed
May 4, 2011
A
Issue #1856: Avoid crashes and lockups when daemon threads run while the
Antoine Pitrou committed
April 26, 2011
V
Issue #10914: Initialize correctly the filesystem codec when creating a new
Victor Stinner committed
V
Issue #10914: Py_NewInterpreter() uses PyErr_PrintEx(0)
Victor Stinner committed
March 20, 2011
V
Fix #11586: typo in initfsencoding()
Victor Stinner committed
February 23, 2011
V
Merged revisions 88530 via svnmerge from
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
Merged revisions 85980 via svnmerge from
Hirokazu Yamamoto committed
H
Issue #10157: Fixed refleaks in pythonrun.c. Patch by Stefan Krah.
Hirokazu Yamamoto committed
October 29, 2010
B
Merged revisions 85817,85904 via svnmerge from
Benjamin Peterson committed
B
decrement offset when it points to a newline (#10186 followup)
Benjamin Peterson committed
October 24, 2010
B
tighten loop
Benjamin Peterson committed
B
Merged revisions 85814 via svnmerge from
Benjamin Peterson committed
B
remove broken code accounting an offset the size of the line #10186
Benjamin Peterson committed
October 23, 2010
V
Issue #10077: Fix logging of site module errors at startup.
Victor Stinner committed
October 19, 2010
V
Recorded merge of revisions 85569-85570 via svnmerge from
Victor Stinner committed
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
Merged revisions 83854 via svnmerge from
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
Merged revisions 82059,82061 via svnmerge from
Victor Stinner committed
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