COMMITS
/ Python/pythonrun.c July 15, 2003
M
Fix [ 771097 ] frozen programs fail due to implicit import of "warnings".
Mark Hammond committed
April 22, 2003
M
PyGILState cleanup was too early - destructors called via module cleanup may use the API.
Mark Hammond committed
April 19, 2003
T
handle_system_exit(): This leaked the current exception info, in
Tim Peters committed
M
New PyGILState_ API - implements pep 311, from patch 684256.
Mark Hammond committed
April 17, 2003
T
_Py_PrintReferences(): Changed to print object address at start of each
Tim Peters committed
G
- New C API PyGC_Collect(), same as calling gc.collect().
Guido van Rossum committed
G
A missing piece of the PEP 269 patch: add PyParser_SetError(), a
Guido van Rossum committed
T
Trimmed trailing whitespace.
Tim Peters committed
T
Py_Finalize(): Reverted recent changes that tried to move the
Tim Peters committed
April 15, 2003
G
- pythunrun.c, Py_Finalize(): move the call to _Py_PrintReferences()
Guido van Rossum committed
G
Move the call to _Py_PrintReferences() a bit further down. This
Guido van Rossum committed
April 10, 2003
N
Move declaration of enc to scope where it is used
Neal Norwitz committed
March 19, 2003
G
Fixed SF bug #663074. The codec system was using global static
Gustavo Niemeyer committed
March 5, 2003
F
Declare all variables at the start of their scope.
Fred Drake committed
M
Always initialize Py_FileSystemDefaultEncoding on Unix in Py_Initialize,
Martin v. Löwis committed
February 25, 2003
J
Addendum to #683658:
Just van Rossum committed
February 19, 2003
M
Fix bug 683658 - PyErr_Warn may cause import deadlock.
Mark Hammond committed
February 13, 2003
G
- Finally fixed the bug in compile() and exec where a string ending
Guido van Rossum committed
January 24, 2003
January 22, 2003
M
Patch #671459: Invoke import hooks in Py_NewInterpreter.
Martin v. Löwis committed
December 31, 2002
N
Since the *_Init() are private, prefix with _, suggested by Skip
Neal Norwitz committed
December 30, 2002
N
SF #561244, Micro optimizations
Neal Norwitz committed
J
PEP 302 + zipimport:
Just van Rossum committed
December 13, 2002
J
Added missing casts.
Jack Jansen committed
December 11, 2002
M
Constify filenames and scripts. Fixes #651362.
Martin v. Löwis committed
November 17, 2002
N
Remove _Py_ResetReferences. Fixes bug #529750 "Circular reference makes
Neil Schemenauer committed
October 17, 2002
F
If we have a filename and __main__.__file__ hasn't already been set,
Fred Drake committed
October 5, 2002
T
s/_alloca/alloca/g; Windows doesn't need the former, at least not unless
Tim Peters committed
August 15, 2002
S
provide less mysterious error messages when seeing end-of-line in
Skip Montanaro committed
August 4, 2002
M
Patch #534304: Implement phase 1 of PEP 263.
Martin v. Löwis committed
July 9, 2002
T
_Py_AskYesNo(): Removed this function. It was defined only in a
Tim Peters committed
T
Fix SF Bug 564931: compile() traceback must include filename.
Thomas Heller committed
T
The Py_REF_DEBUG/COUNT_ALLOCS/Py_TRACE_REFS macro minefield: added
Tim Peters committed
June 30, 2002
M
Patch #569753: Remove support for WIN16.
Martin v. Löwis committed
April 23, 2002
J
Ignore SIGXFSZ.
Jeremy Hylton committed
April 13, 2002
T
_PyObject_DebugDumpStats: renamed to _PyObject_DebugMallocStats.
Tim Peters committed
April 8, 2002
M
Move Unicode finalization further down in the chain.
Marc-André Lemburg committed
April 1, 2002
N
Get rid of another use of PyArg_Parse()
Neal Norwitz committed
March 22, 2002
N
Disable the parser hacks that enabled the "yield" keyword using a future
Neil Schemenauer committed
March 3, 2002
M
Patch #50002: Display line information for bad \x escapes:
Martin v. Löwis committed
January 12, 2002
M
Include <unistd.h> in Python.h. Fixes #500924.
Martin v. Löwis committed
December 7, 2001
J
Missing DECREFs when exception is raised in sys.excepthook.
Jeremy Hylton committed
December 6, 2001
T
SF bug #488514: -Qnew needs work
Tim Peters committed
November 28, 2001
J
Use PyOS_snprintf instead of sprintf.
Jeremy Hylton committed
November 13, 2001
B
PyOS_getsig(), PyOS_setsig(): The minimal amount of work to avoid the
Barry Warsaw committed
October 12, 2001
G
SF patch #467455 : Enhanced environment variables, by Toby Dickenson.
Guido van Rossum committed
August 31, 2001
G
Add warning mode for classic division, almost exactly as specified in
Guido van Rossum committed
August 17, 2001
M
Patch #445762: Support --disable-unicode
Martin v. Löwis committed
August 16, 2001
G
Oops. Two fixes for SF bug #422004 are not needed. :-)
Guido van Rossum committed
G
Bunchathings:
Guido van Rossum committed