COMMITS
/ Python/pystate.c May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
May 3, 2010
J
Make (most of) Python's tests pass under Thread Sanitizer.
Jeffrey Yasskin committed
March 3, 2010
V
Merged revisions 78638 via svnmerge from
Victor Stinner committed
November 10, 2009
A
Merge in the new GIL.
Antoine Pitrou committed
November 17, 2008
M
Issue #3327: Don't overallocate in the modules_by_index list.
Martin v. Löwis committed
October 30, 2008
C
Issue 3723: Fixed initialization of subinterpreters
Christian Heimes committed
August 12, 2008
June 11, 2008
M
Implement PEP 3121: new module initialization and finalization API.
Martin v. Löwis committed
January 21, 2008
C
Merged revisions 60143-60149 via svnmerge from
Christian Heimes committed
December 2, 2007
C
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
Christian Heimes committed
June 10, 2007
M
Make identifiers str (not str8) objects throughout.
Martin v. Löwis committed
April 27, 2007
G
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum committed
December 13, 2006
T
Four months of trunk changes (including a few releases...)
Thomas Wouters committed
August 21, 2006
T
Merge current trunk into p3yk. This includes the PyNumber_Index API change,
Thomas Wouters committed
August 11, 2006
T
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters committed
April 21, 2006
T
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters committed
February 27, 2006
T
Patch 1413181, by Gabriel Becedillas.
Tim Peters committed
September 30, 2005
M
Forward port bugfix:
Michael W. Hudson committed
June 16, 2005
M
You can have more than one thread state for a thread if they
Michael W. Hudson committed
February 8, 2005
G
Close the discussion in SF bug 1069160.
Guido van Rossum committed
November 8, 2004
T
SF bug 1061968: threads: segfault or Py_FatalError at exit
Tim Peters committed
October 10, 2004
T
Revert rev 2.35. It was based on erroneous reasoning -- the current
Tim Peters committed
T
PyInterpreterState_New(), PyThreadState_New(): use malloc/free directly.
Tim Peters committed
October 9, 2004
T
PyGILState_Release(): If we need to delete the TLS entry for this thread,
Tim Peters committed
T
_PyGILState_Init(), PyGILState_Ensure(): Since PyThread_set_key_value()
Tim Peters committed
T
Style guide & consistency changes. No semantic changes.
Tim Peters committed
T
Trim trailing whitespace.
Tim Peters committed
June 8, 2004
M
Patch #510695: Add TSC profiling for the VM.
Martin v. Löwis committed
March 24, 2004
N
Changed random calls to PyThreadState_Get() to use the macro
Nicholas Bastin committed
July 13, 2003
M
Initialize thread_id to 0 in unthreaded build. Fixes #770247.
Martin v. Löwis committed
June 28, 2003
G
Add PyThreadState_SetAsyncExc(long, PyObject *).
Guido van Rossum committed
May 1, 2003
M
Patch #729300: Disable error message if Python is not built for threads.
Martin v. Löwis committed
April 19, 2003
M
New PyGILState_ API - implements pep 311, from patch 684256.
Mark Hammond committed
April 15, 2003
G
- pythunrun.c, Py_Finalize(): move the call to _Py_PrintReferences()
Guido van Rossum committed
March 19, 2003
G
Fixed SF bug #663074. The codec system was using global static
Gustavo Niemeyer committed
February 19, 2003
G
- PyEval_GetFrame() is now declared to return a PyFrameObject *
Guido van Rossum committed
November 8, 2002
M
Assorted patches from Armin Rigo:
Michael W. Hudson committed
September 3, 2002
S
missed this one on the previous multi-file checkin - see
Skip Montanaro committed
July 19, 2001
G
Add a low-level API to access interpreters, for David Beazley.
Guido van Rossum committed
July 18, 2001
M
Patch #412229: Add functions sys.getdlopenflags and sys.setdlopenflags.
Martin v. Löwis committed
July 3, 2001
F
This change adjusts the profiling/tracing support so that the common
Fred Drake committed
June 27, 2001
F
Revise the interface to the profiling and tracing support for the
Fred Drake committed
January 23, 2001
G
Add a new API, PyThreadState_DeleteCurrent() that combines
Guido van Rossum committed
September 2, 2000
T
PyInterpreterState_New is not thread-safe, and the recent fix to _PyPclose
Tim Peters committed
September 1, 2000
G
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum committed
August 4, 2000
M
Removing warnings by gcc -Wall -- cast ugly || to void.
Moshe Zadka committed
July 22, 2000
T
Mass ANSIfication of function definitions. Doesn't cover all 'extern'
Thomas Wouters committed
June 30, 2000
G
Change copyright notice - 2nd try.
Guido van Rossum committed