| Commit message (Expand) | Author | Age | Files | Lines |
* | Make better use of GNU Pth -- patch by Andy Dustman. | Guido van Rossum | 2000-09-19 | 1 | -0/+9 |
|
|
* | Use typedef PyOS_sighandler_t and APIs PyOS_getsig() and | Guido van Rossum | 2000-09-16 | 1 | -25/+12 |
|
|
* | REMOVED all CWI, CNRI and BeOpen copyright markings. | Guido van Rossum | 2000-09-01 | 1 | -9/+0 |
|
|
* | Charles Waldman's patch to reinitialize the interpreter lock after a | Guido van Rossum | 2000-08-27 | 1 | -0/+1 |
|
|
* | Use METH_OLDARGS instead of numeric constant 0 in method def. tables | Andrew M. Kuchling | 2000-08-03 | 1 | -6/+6 |
|
|
* | Use 'void' directly instead of the ANY #define, now that all code is ANSI C. | Thomas Wouters | 2000-07-25 | 1 | -1/+1 |
|
|
* | Removed all instances of RETSIGTYPE from the source code: signal | Tim Peters | 2000-07-23 | 1 | -7/+6 |
|
|
* | Missed a return from a signal handler -- thanks to /F for pointing | Tim Peters | 2000-07-23 | 1 | -1/+1 |
|
|
* | Recent ANSIfication introduced a couple instances of | Tim Peters | 2000-07-23 | 1 | -3/+1 |
|
|
* | Further ANSIfication of functionpointers and declarations. Also, make sure | Thomas Wouters | 2000-07-22 | 1 | -7/+16 |
|
|
* | Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', | Thomas Wouters | 2000-07-21 | 1 | -8/+8 |
|
|
* | ANSI-fication | Peter Schneider-Kamp | 2000-07-10 | 1 | -17/+6 |
|
|
* | Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. | Tim Peters | 2000-07-09 | 1 | -2/+2 |
|
|
* | Fixed symbol search for defining NSIG. It now also checks _NSIG | Marc-André Lemburg | 2000-07-04 | 1 | -5/+9 |
|
|
* | 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 |
|
|
* | Fix another error on AIX by using a proper cast. | Guido van Rossum | 2000-06-30 | 1 | -2/+2 |
|
|
* | Trent Mick: | Guido van Rossum | 2000-06-28 | 1 | -2/+2 |
|
|
* | Thanks to Chris Herborth, the thread primitives now have proper Py* | Guido van Rossum | 1998-12-21 | 1 | -5/+5 |
|
|
* | Add DL_EXPORT() to all modules that could possibly be used | Guido van Rossum | 1998-12-04 | 1 | -1/+1 |
|
|
* | Renamed thread.h to pythread.h. | Guido van Rossum | 1998-10-01 | 1 | -1/+1 |
|
|
* | When we have siginterrupt(), use it to disable restarting interrupted | Guido van Rossum | 1998-09-21 | 1 | -0/+6 |
|
|
* | (pause_doc): Sun CC complains about newline in string literal | Barry Warsaw | 1998-07-21 | 1 | -2/+2 |
|
|
* | # Added missing semicolon (was #ifdef'ed out in edit on Windows). | Guido van Rossum | 1998-06-28 | 1 | -1/+1 |
|
|
* | Added doc strings. | Guido van Rossum | 1998-06-28 | 1 | -8/+68 |
|
|
* | Use (void) to throw away a function result, not (void *) ! | Guido van Rossum | 1998-05-01 | 1 | -1/+1 |
|
|
* | os2 patch by Jeff Rush | Guido van Rossum | 1997-11-22 | 1 | -0/+5 |
|
|
* | This fix (across 4 files in 3 directories) solves a subtle problem with | Guido van Rossum | 1997-11-14 | 1 | -0/+9 |
|
|
* | Change the signal finialization so that it also resets the signal | Guido van Rossum | 1997-11-03 | 1 | -1/+7 |
|
|
* | Added configuration tests for presence of alarm(), pause(), and getpwent() | Guido van Rossum | 1997-08-22 | 1 | -4/+4 |
|
|
* | Add finialization routines; fixed some memory leaks related to this. | Guido van Rossum | 1997-08-02 | 1 | -4/+35 |
|
|
* | Add sys/types.h include for pid_t when threading. | Guido van Rossum | 1997-06-06 | 1 | -0/+1 |
|
|
* | Tweaks to keep the Microsoft compiler quier. | Guido van Rossum | 1997-04-09 | 1 | -1/+8 |
|
|
* | djgpp fix (SIGMAX). | Guido van Rossum | 1997-02-14 | 1 | -0/+4 |
|
|
* | Arrange for PyErr_CheckSignals() to be called via Py_AddPendingCall(). | Guido van Rossum | 1997-01-21 | 1 | -1/+3 |
|
|
* | initsignal(): Py_DECREFs really should be Py_XDECREFs in case the | Barry Warsaw | 1997-01-09 | 1 | -34/+34 |
|
|
* | Several changes: | Barry Warsaw | 1997-01-03 | 1 | -105/+157 |
|
|
* | initsignal(): Added SIGXCPU and SIGXFSZ. Left in the definitions for | Barry Warsaw | 1996-12-16 | 1 | -0/+8 |
|
|
* | Keep gcc -Wall happy. | Guido van Rossum | 1996-12-05 | 1 | -0/+4 |
|
|
* | New permission notice, includes CNRI. | Guido van Rossum | 1996-10-25 | 1 | -13/+20 |
|
|
* | Use correct field of sigaction struct | Guido van Rossum | 1996-05-29 | 1 | -1/+1 |
|
|
* | Use sigaction if possible | Guido van Rossum | 1996-05-23 | 1 | -0/+6 |
|
|
* | use PyCallable_Check; split some lines | Guido van Rossum | 1995-03-16 | 1 | -12/+19 |
|
|
* | added PyErr_SetInterrupt(); NT ifdefs | Guido van Rossum | 1995-03-10 | 1 | -1/+16 |
|
|
* | rename sigcheck so signal handling works again | Guido van Rossum | 1995-01-22 | 1 | -1/+1 |
|
|
* | cosmetics | Guido van Rossum | 1995-01-12 | 1 | -1/+1 |
|
|
* | cosmetic changes so these modules will work with the strict new naming scheme | Guido van Rossum | 1995-01-10 | 1 | -7/+6 |
|
|
* | do not call newmethodobject directly | Guido van Rossum | 1995-01-07 | 1 | -5/+3 |
|
|
* | 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 | -3/+6 |
|
|