COMMITS
/ Python/pythonrun.c October 13, 2004
A
Patch #975056 - fixes for restartable signals on *BSD. In addition,
Anthony Baxter committed
October 11, 2004
T
SF patch 1044089: New C API function PyEval_ThreadsInitialized(), by Nick
Tim Peters committed
October 7, 2004
R
Finalize the freelist of list objects.
Raymond Hettinger committed
August 19, 2004
M
Patch #900727: Add Py_InitializeEx to allow embedding without signals.
Martin v. Löwis committed
July 21, 2004
M
Patch #984714: Properly diagnose E_DECODE errors.
Martin v. Löwis committed
July 7, 2004
M
This closes patch:
Michael W. Hudson committed
March 24, 2004
N
Changed random calls to PyThreadState_Get() to use the macro
Nicholas Bastin committed
March 22, 2004
A
Lost reference.
Armin Rigo committed
February 10, 2004
S
remove support for missing ANSI C header files (limits.h, stddef.h, etc).
Skip Montanaro committed
December 1, 2003
T
Py_Finalize(): disabled the second call of cyclic gc, and added extensive
Tim Peters committed
November 20, 2003
J
Getting rid of all the code inside #ifdef macintosh too.
Jack Jansen committed
November 19, 2003
J
Getting rid of support for the ancient Apple MPW compiler.
Jack Jansen committed
November 13, 2003
M
Patch #804543: strdup saved locales. Backported to 2.3.
Martin v. Löwis committed
October 12, 2003
R
Simplify and speedup uses of Py_BuildValue():
Raymond Hettinger committed
August 11, 2003
M
Fix refcounting and cut & paste error (?) in last checkin.
Michael W. Hudson committed
August 9, 2003
M
Move initialization of sys.std{in,out}.encoding to Py_Initialize.
Martin v. Löwis committed
July 16, 2003
M
Correct previous patch looking for warnings module: sys.modules, not
Mark Hammond committed
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