COMMITS
/ Modules/threadmodule.c November 15, 2007
C
Added some additional checks for sys.std?? is None, see #1440
Christian Heimes committed
July 21, 2007
M
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis committed
June 20, 2007
W
Make "thread.local" key a unicode object.
Walter Dörwald committed
December 13, 2006
T
Four months of trunk changes (including a few releases...)
Thomas Wouters committed
August 24, 2006
G
Restructure comparison dramatically. There is no longer a default
Guido van Rossum committed
August 11, 2006
T
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters committed
June 8, 2006
T
Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn
Thomas Wouters committed
May 27, 2006
T
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters committed
April 21, 2006
T
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters committed
March 10, 2006
G
Um, I thought I'd already checked this in.
Guido van Rossum committed
February 28, 2006
G
Updates to the with-statement:
Guido van Rossum committed
January 19, 2006
N
Check return result from Py_InitModule*(). This API can fail.
Neal Norwitz committed
June 15, 2005
M
Consistently use hard tabs for indentation.
Michael W. Hudson committed
M
Add a missing incref.
Michael W. Hudson committed
June 2, 2005
A
Delete some vestigial code; execution will never reach the 'if' statement if args is NULL
Andrew M. Kuchling committed
February 20, 2005
G
The error message "can't start new thread" should not end in a
Guido van Rossum committed
August 24, 2004
M
Fix for [ 1010677 ] thread Module Breaks PyGILState_Ensure(),
Mark Hammond committed
July 14, 2004
J
Implemented thread-local data as proposed on python-dev:
Jim Fulton committed
March 24, 2004
N
Changed random calls to PyThreadState_Get() to use the macro
Nicholas Bastin committed
June 16, 2003
K
Correct function name.
Kurt B. Kaiser committed
June 13, 2003
K
Add interrupt_main() to thread module.
Kurt B. Kaiser committed
April 29, 2003
G
When an unhandled exception happens, report the repr() of the function
Guido van Rossum committed
September 5, 2002
N
--with(out)-thread is deprecated according to configure --help
Neal Norwitz committed
August 2, 2002
M
Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype
Mark Hammond committed
July 17, 2002
J
staticforward bites the dust.
Jeremy Hylton committed
June 13, 2002
M
Patch #568124: Add doc string macros.
Martin v. Löwis committed
April 7, 2002
G
Lock methods acquire() and locked() now return bools.
Guido van Rossum committed
March 31, 2002
N
Remove METH_OLDARGS:
Neal Norwitz committed
March 26, 2002
N
Missed change METH_OLDARGS to METH_NOARGS for two aliased functions
Neal Norwitz committed
March 25, 2002
N
Missed change METH_OLDARGS to METH_NOARGS for two aliased functions
Neal Norwitz committed
N
Remove many uses of PyArg_NoArgs macro, change METH_OLDARGS to METH_NOARGS.
Neal Norwitz committed
December 8, 2001
G
Patch supplied by Burton Radons for his own SF bug #487390: Modifying
Guido van Rossum committed
October 16, 2001
G
Partial patch from SF #452266, by Jason Petrone.
Guido van Rossum committed
October 5, 2001
A
Fix typo in docstring
Andrew M. Kuchling committed
January 23, 2001
G
Use PyThreadState_DeleteCurrent() instead of PyThreadState_Delete()
Guido van Rossum committed
October 20, 2000
F
t_bootstram(): Use PySys_WriteStderr() instead of fprintf(stderr,...).
Fred Drake committed
September 1, 2000
G
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum committed
G
The second argument to start_new_thread() is not a tuple, as pointed
Guido van Rossum committed
August 3, 2000
A
Use METH_OLDARGS instead of numeric constant 0 in method def. tables
Andrew M. Kuchling committed
A
Use METH_VARARGS instead of numeric constant 1 in method def. tables
Andrew M. Kuchling committed
July 21, 2000
T
Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',
Thomas Wouters committed
July 10, 2000
P
ANSI-fication
Peter Schneider-Kamp committed
June 30, 2000
G
Change copyright notice - 2nd try.
Guido van Rossum committed
G
Change copyright notice.
Guido van Rossum committed
May 3, 2000
G
Vladimir Marangozov's long-awaited malloc restructuring.
Guido van Rossum committed
February 29, 2000
G
Massive patch by Skip Montanaro to add ":name" to as many
Guido van Rossum committed
December 21, 1998
G
Thanks to Chris Herborth, the thread primitives now have proper Py*
Guido van Rossum committed
December 4, 1998
G
Add DL_EXPORT() to all modules that could possibly be used
Guido van Rossum committed