| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | When an unhandled exception happens, report the repr() of the function | Guido van Rossum | 2003-04-29 | 1 | -5/+13 | 
| *  | --with(out)-thread is deprecated according to configure --help | Neal Norwitz | 2002-09-05 | 1 | -1/+1 | 
| *  | Excise DL_EXPORT/DL_IMPORT from Modules/*.  Required adding a prototype | Mark Hammond | 2002-08-02 | 1 | -1/+1 | 
| *  | staticforward bites the dust. | Jeremy Hylton | 2002-07-17 | 1 | -1/+1 | 
| *  | Patch #568124: Add doc string macros. | Martin v. Löwis | 2002-06-13 | 1 | -18/+18 | 
| *  | Lock methods acquire() and locked() now return bools. | Guido van Rossum | 2002-04-07 | 1 | -7/+7 | 
| *  | Remove METH_OLDARGS: | Neal Norwitz | 2002-03-31 | 1 | -11/+8 | 
| *  | Missed change METH_OLDARGS to METH_NOARGS for two aliased functions | Neal Norwitz | 2002-03-26 | 1 | -2/+2 | 
| *  | Missed change METH_OLDARGS to METH_NOARGS for two aliased functions | Neal Norwitz | 2002-03-25 | 1 | -2/+2 | 
| *  | Remove many uses of PyArg_NoArgs macro, change METH_OLDARGS to METH_NOARGS. | Neal Norwitz | 2002-03-25 | 1 | -22/+10 | 
| *  | Patch supplied by Burton Radons for his own SF bug #487390: Modifying | Guido van Rossum | 2001-12-08 | 1 | -1/+1 | 
| *  | Partial patch from SF #452266, by Jason Petrone. | Guido van Rossum | 2001-10-16 | 1 | -9/+10 | 
| *  | Fix typo in docstring | Andrew M. Kuchling | 2001-10-05 | 1 | -1/+1 | 
| *  | Use PyThreadState_DeleteCurrent() instead of PyThreadState_Delete() | Guido van Rossum | 2001-01-23 | 1 | -2/+1 | 
| *  | t_bootstram():  Use PySys_WriteStderr() instead of fprintf(stderr,...). | Fred Drake | 2000-10-20 | 1 | -1/+1 | 
| *  | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 | 1 | -9/+0 | 
| *  | The second argument to start_new_thread() is not a tuple, as pointed | Guido van Rossum | 2000-09-01 | 1 | -2/+2 | 
| *  | Use METH_OLDARGS instead of numeric constant 0 in method def. tables | Andrew M. Kuchling | 2000-08-03 | 1 | -16/+22 | 
| *  | Use METH_VARARGS instead of numeric constant 1 in method def. tables | Andrew M. Kuchling | 2000-08-03 | 1 | -2/+4 | 
| *  | Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', | Thomas Wouters | 2000-07-21 | 1 | -2/+2 | 
| *  | ANSI-fication | Peter Schneider-Kamp | 2000-07-10 | 1 | -31/+11 | 
| *  | 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 | 
| *  | Vladimir Marangozov's long-awaited malloc restructuring. | Guido van Rossum | 2000-05-03 | 1 | -3/+3 | 
| *  | Massive patch by Skip Montanaro to add ":name" to as many | Guido van Rossum | 2000-02-29 | 1 | -1/+1 | 
| *  | Thanks to Chris Herborth, the thread primitives now have proper Py* | Guido van Rossum | 1998-12-21 | 1 | -43/+36 | 
| *  | Add DL_EXPORT() to all modules that could possibly be used | Guido van Rossum | 1998-12-04 | 1 | -1/+1 | 
| *  | Make gcc -Wall happy: | Guido van Rossum | 1998-10-07 | 1 | -12/+0 | 
| *  | Renamed thread.h to pythread.h. | Guido van Rossum | 1998-10-01 | 1 | -1/+1 | 
| *  | Changes for BeOS, QNX and long long, by Chris Herborth. | Guido van Rossum | 1998-08-04 | 1 | -1/+8 | 
| *  | # Remove an extra blank line from a doc string. | Guido van Rossum | 1998-06-27 | 1 | -1/+0 | 
| *  | Added doc strings.  Also export LockType from the modoule, and give it | Guido van Rossum | 1998-06-27 | 1 | -15/+102 | 
| *  | t_bootstrap():  Use PyErr_ExceptionMatches(...) instead of PyErr_Occurred(...). | Fred Drake | 1998-05-28 | 1 | -1/+1 | 
| *  | Don't store the exception info from an unhandled exception in a thread | Guido van Rossum | 1998-02-06 | 1 | -1/+1 | 
| *  | Apply two changes, systematically: | Guido van Rossum | 1997-10-01 | 1 | -5/+1 | 
| *  | Oops, one more checkin.  Use the new tstate/interp interface. | Guido van Rossum | 1997-08-02 | 1 | -1/+2 | 
| *  | Use the new functions PyEval_AcquireThread() and | Guido van Rossum | 1997-07-18 | 1 | -5/+3 | 
| *  | Massive changes for separate thread state management. | Guido van Rossum | 1997-05-05 | 1 | -27/+64 | 
| *  | initthread(): Removed extraneous Py_INCREF(ThreadError) | Barry Warsaw | 1997-01-13 | 1 | -1/+0 | 
| *  | Renamed. | Barry Warsaw | 1996-12-17 | 1 | -102/+102 | 
| *  | Keep gcc -Wall happy. | Guido van Rossum | 1996-12-05 | 1 | -1/+1 | 
| *  | New permission notice, includes CNRI. | Guido van Rossum | 1996-10-25 | 1 | -13/+20 | 
| *  | implement exit_thread through SystemExit exception | Guido van Rossum | 1995-03-17 | 1 | -7/+8 | 
| *  | cosmetic changes so these modules will work with the strict new naming scheme | Guido van Rossum | 1995-01-10 | 1 | -2/+0 | 
| *  | Added 1995 to copyright message. | Guido van Rossum | 1995-01-04 | 1 | -2/+2 | 
| *  | Another bulky set of minor changes. | Guido van Rossum | 1995-01-02 | 1 | -2/+6 | 
| *  | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 1 | -26/+52 | 
| *  | Port to Solaris 2.3. | Sjoerd Mullender | 1993-12-03 | 1 | -1/+1 | 
| *  | * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. | Guido van Rossum | 1993-06-17 | 1 | -1/+1 | 
| *  | * Added Fixcprt.py: script to fix copyright message. | Guido van Rossum | 1993-01-26 | 1 | -2/+2 |