COMMITS
/ Python/pystate.c 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
G
Change copyright notice.
Guido van Rossum committed
June 18, 1999
G
CRITICAL PATCH!
Guido van Rossum committed
December 21, 1998
G
Make current_tstate a global, _PyThreadState_Current. This is to
Guido van Rossum committed
April 10, 1998
G
/* An extension mechanism to store arbitrary additional per-thread state.
Guido van Rossum committed
November 3, 1997
G
The warning about thread still having a frame now only happens in
Guido van Rossum committed
August 21, 1997
G
Added missing newline to warning msg
Guido van Rossum committed
August 2, 1997
G
The last of the mass checkins for separate (sub)interpreters.
Guido van Rossum committed
July 19, 1997
G
Remove confusing usage comments at end.
Guido van Rossum committed
May 20, 1997
G
Don't use function prototypes in function definition headers.
Guido van Rossum committed
May 5, 1997
G
Massive changes for separate thread state management.
Guido van Rossum committed