index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Python
/
pystate.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Assorted patches from Armin Rigo:
Michael W. Hudson
2002-11-08
1
-0/+11
*
missed this one on the previous multi-file checkin - see
Skip Montanaro
2002-09-03
1
-2/+0
*
Add a low-level API to access interpreters, for David Beazley.
Guido van Rossum
2001-07-19
1
-0/+25
*
Patch #412229: Add functions sys.getdlopenflags and sys.setdlopenflags.
Martin v. Löwis
2001-07-18
1
-0/+17
*
This change adjusts the profiling/tracing support so that the common
Fred Drake
2001-07-03
1
-0/+1
*
Revise the interface to the profiling and tracing support for the
Fred Drake
2001-06-27
1
-4/+8
*
Add a new API, PyThreadState_DeleteCurrent() that combines
Guido van Rossum
2001-01-23
1
-4/+27
*
PyInterpreterState_New is not thread-safe, and the recent fix to _PyPclose
Tim Peters
2000-09-02
1
-0/+4
*
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum
2000-09-01
1
-9/+0
*
Removing warnings by gcc -Wall -- cast ugly || to void.
Moshe Zadka
2000-08-04
1
-1/+1
*
Mass ANSIfication of function definitions. Doesn't cover all 'extern'
Thomas Wouters
2000-07-22
1
-17/+10
*
Change copyright notice - 2nd try.
Guido van Rossum
2000-06-30
1
-6/+0
*
Change copyright notice.
Guido van Rossum
2000-06-30
1
-22/+7
*
CRITICAL PATCH!
Guido van Rossum
1999-06-18
1
-5/+23
*
Make current_tstate a global, _PyThreadState_Current. This is to
Guido van Rossum
1998-12-21
1
-10/+10
*
/* An extension mechanism to store arbitrary additional per-thread state.
Guido van Rossum
1998-04-10
1
-0/+21
*
The warning about thread still having a frame now only happens in
Guido van Rossum
1997-11-03
1
-1/+1
*
Added missing newline to warning msg
Guido van Rossum
1997-08-21
1
-1/+1
*
The last of the mass checkins for separate (sub)interpreters.
Guido van Rossum
1997-08-02
1
-26/+102
*
Remove confusing usage comments at end.
Guido van Rossum
1997-07-19
1
-28/+0
*
Don't use function prototypes in function definition headers.
Guido van Rossum
1997-05-20
1
-4/+8
*
Massive changes for separate thread state management.
Guido van Rossum
1997-05-05
1
-0/+163