- 8fdc75b Lock methods acquire() and locked() now return bools. by Guido van Rossum · 23 years ago
- ba3a16c Remove METH_OLDARGS: by Neal Norwitz · 23 years ago
- 4632117 Missed change METH_OLDARGS to METH_NOARGS for two aliased functions by Neal Norwitz · 23 years ago
- 2358425 Missed change METH_OLDARGS to METH_NOARGS for two aliased functions by Neal Norwitz · 23 years ago
- 3a6f978 Remove many uses of PyArg_NoArgs macro, change METH_OLDARGS to METH_NOARGS. by Neal Norwitz · 23 years ago
- 1464839 Patch supplied by Burton Radons for his own SF bug #487390: Modifying by Guido van Rossum · 23 years ago
- 3c28863 Partial patch from SF #452266, by Jason Petrone. by Guido van Rossum · 23 years ago
- 38300c6 Fix typo in docstring by Andrew M. Kuchling · 23 years ago
- 2528b19 Use PyThreadState_DeleteCurrent() instead of PyThreadState_Delete() by Guido van Rossum · 24 years ago
- 9c801ab t_bootstram(): Use PySys_WriteStderr() instead of fprintf(stderr,...). by Fred Drake · 24 years ago
- 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
- 38d45b7 The second argument to start_new_thread() is not a tuple, as pointed by Guido van Rossum · 24 years ago
- a1abb72 Use METH_OLDARGS instead of numeric constant 0 in method def. tables by Andrew M. Kuchling · 24 years ago
- e365fb8 Use METH_VARARGS instead of numeric constant 1 in method def. tables by Andrew M. Kuchling · 24 years ago
- f3f33dc Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', by Thomas Wouters · 24 years ago
- 3707efe ANSI-fication by Peter Schneider-Kamp · 24 years ago
- ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
- fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
- b18618d Vladimir Marangozov's long-awaited malloc restructuring. by Guido van Rossum · 25 years ago
- 43713e5 Massive patch by Skip Montanaro to add ":name" to as many by Guido van Rossum · 25 years ago
- 65d5b57 Thanks to Chris Herborth, the thread primitives now have proper Py* by Guido van Rossum · 26 years ago
- 3886bb6 Add DL_EXPORT() to all modules that could possibly be used on BeOS or Windows. by Guido van Rossum · 26 years ago
- 89bae99 Make gcc -Wall happy: Remove unused decls of getloclock() and is_lockobject(). by Guido van Rossum · 26 years ago
- 49b5606 Renamed thread.h to pythread.h. by Guido van Rossum · 26 years ago
- bcc2074 Changes for BeOS, QNX and long long, by Chris Herborth. by Guido van Rossum · 26 years ago
- d2264bb # Remove an extra blank line from a doc string. by Guido van Rossum · 26 years ago
- 75e9fc3 Added doc strings. Also export LockType from the modoule, and give it by Guido van Rossum · 26 years ago
- bebc97f t_bootstrap(): Use PyErr_ExceptionMatches(...) instead of PyErr_Occurred(...). by Fred Drake · 26 years ago
- 40769dd Don't store the exception info from an unhandled exception in a thread by Guido van Rossum · 27 years ago
- 0cb96de Apply two changes, systematically: by Guido van Rossum · 27 years ago
- b02158e Oops, one more checkin. Use the new tstate/interp interface. by Guido van Rossum · 27 years ago
- 75aa0d6 Use the new functions PyEval_AcquireThread() and by Guido van Rossum · 27 years ago
- a027efa Massive changes for separate thread state management. by Guido van Rossum · 28 years ago
- 64278cf initthread(): Removed extraneous Py_INCREF(ThreadError) by Barry Warsaw · 28 years ago
- d0c1042 Renamed. by Barry Warsaw · 28 years ago
- a376cc5 Keep gcc -Wall happy. by Guido van Rossum · 28 years ago
- d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
- 385e7c6 implement exit_thread through SystemExit exception by Guido van Rossum · 30 years ago
- a597dde cosmetic changes so these modules will work with the strict new naming scheme by Guido van Rossum · 30 years ago
- 524b588 Added 1995 to copyright message. by Guido van Rossum · 30 years ago
- 3bbc62e Another bulky set of minor changes. by Guido van Rossum · 30 years ago
- b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
- 66bca32 Port to Solaris 2.3. by Sjoerd Mullender · 31 years ago
- 234f942 * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. by Guido van Rossum · 31 years ago
- 34679b7 * Added Fixcprt.py: script to fix copyright message. by Guido van Rossum · 32 years ago
- ed59d20 Various changes. by Sjoerd Mullender · 32 years ago
- f9f2e82 New thread.c from Sjoerd, supports _exit_prog(). Use this in goaway() by Guido van Rossum · 32 years ago
- ff4949e * Makefile: cosmetics by Guido van Rossum · 32 years ago
- 1984f1e * Makefile adapted to changes below. by Guido van Rossum · 32 years ago