Commits
User selector
Commit History
Commits on Jan 23, 2007
Backport trunk revision 53527:
Show description for 1e42ab6committed
Commits on Oct 5, 2006
[Backport r50685 | neal.norwitz]
Show description for e67841fcommitted
Commits on Oct 3, 2006
[Backport r51443 | neal.norwitz]
Show description for 58e5c11committed[Backport r51231 | neal.norwitz]
Show description for fec7674committed
Commits on Apr 12, 2006
Ignore the references to the dummy objects used as deleted keys
Show description for 337c143committed
Commits on Oct 2, 2005
Backported:
Show description for d00e54bcommitted
Commits on Aug 24, 2005
Commits on Mar 29, 2005
Move exception finalisation later in the shutdown process - this
Show description for 4d381b1committed
Commits on Oct 13, 2004
Patch #975056 - fixes for restartable signals on *BSD. In addition,
Show description for 9ceaa72committed
Commits on Oct 11, 2004
SF patch 1044089: New C API function PyEval_ThreadsInitialized(), by Nick
Show description for 7f468f2committed
Commits on Oct 7, 2004
Commits on Aug 19, 2004
Commits on Jul 21, 2004
Patch #984714: Properly diagnose E_DECODE errors.
Show description for c2632a5committed
Commits on Jul 7, 2004
This closes patch:
Show description for 30ea2f2committed
Michael W. Hudson
Commits on Mar 24, 2004
Commits on Mar 22, 2004
- committed
Commits on Feb 10, 2004
- committed
Skip Montanaro
Commits on Dec 1, 2003
Py_Finalize(): disabled the second call of cyclic gc, and added extensive
Show description for 1d7323ecommitted
Commits on Nov 20, 2003
Commits on Nov 19, 2003
Commits on Nov 13, 2003
Commits on Oct 12, 2003
Simplify and speedup uses of Py_BuildValue():
Show description for 8ae4689committed
Commits on Aug 11, 2003
Fix refcounting and cut & paste error (?) in last checkin.
Show description for 68debc9committed
Michael W. Hudson
Commits on Aug 9, 2003
Move initialization of sys.std{in,out}.encoding to Py_Initialize.
Show description for a2c17c5committed
Commits on Jul 16, 2003
Correct previous patch looking for warnings module: sys.modules, not
Show description for 5f4e8cacommitted
Commits on Jul 15, 2003
Fix [ 771097 ] frozen programs fail due to implicit import of "warnings".
Show description for edd0773committed
Commits on Apr 22, 2003
Commits on Apr 19, 2003
handle_system_exit(): This leaked the current exception info, in
Show description for cf615b5committed- committed
Commits on Apr 17, 2003
_Py_PrintReferences(): Changed to print object address at start of each
Show description for 269b2a6committed- New C API PyGC_Collect(), same as calling gc.collect().
Show description for e13ddc9committedA missing piece of the PEP 269 patch: add PyParser_SetError(), a
Show description for 66ebd91committed- committed
Py_Finalize(): Reverted recent changes that tried to move the
Show description for 9cf25cecommitted
Commits on Apr 15, 2003
- pythunrun.c, Py_Finalize(): move the call to _Py_PrintReferences()
Show description for 0fc8f00committed