COMMITS
/ Python/pythonrun.c October 14, 2011
M
Port SetAttrString/HasAttrString to SetAttrId/GetAttrId.
Martin v. Löwis committed
M
Rename _Py_identifier to _Py_IDENTIFIER.
Martin v. Löwis committed
October 10, 2011
M
Use identifier API for PyObject_GetAttrString.
Martin v. Löwis committed
October 9, 2011
M
Add API for static strings, primarily good for identifiers.
Martin v. Löwis committed
September 20, 2011
B
- Issue #13021: Missing decref on an error path. Thanks to Suman Saha for
Barry Warsaw committed
B
- Issue #13021: Missing decref on an error path. Thanks to Suman Saha for
Barry Warsaw committed
July 4, 2011
V
Issue #9642: Fix filesystem encoding initialization: use the ANSI code page on
Victor Stinner committed
May 26, 2011
V
print_exception(): handle correctly PyObject_GetAttrString() failure
Victor Stinner committed
May 15, 2011
G
Merge #6498 fix from 3.2.
Georg Brandl committed
G
Merge #6498 fix from 3.1.
Georg Brandl committed
G
Closes #6498: fix several misspellings of "SystemExit" as "SystemError".
Georg Brandl committed
May 7, 2011
V
faulthandler: dump all threads by default
Victor Stinner committed
May 4, 2011
A
Issue #1856: Avoid crashes and lockups when daemon threads run while the
Antoine Pitrou committed
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: Initialize correctly the filesystem codec when creating a new
Victor Stinner committed
V
Issue #10914: Py_NewInterpreter() uses PyErr_PrintEx(0)
Victor Stinner committed
V
Issue #10914: Py_NewInterpreter() uses PyErr_PrintEx(0)
Victor Stinner committed
April 4, 2011
V
Issue #10785: Store the filename as Unicode in the Python parser.
Victor Stinner committed
April 1, 2011
V
Issue #11393: The fault handler handles also SIGABRT
Victor Stinner committed
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
V
Fix #11586: typo in initfsencoding()
Victor Stinner committed
February 23, 2011
V
Merged revisions 88530 via svnmerge from
Victor Stinner committed
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
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