| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 61849 via svnmerge from | Martin v. Löwis | 2008-03-24 | 1 | -0/+2 |
|
|
* | Merged revisions 61846-61847 via svnmerge from | Martin v. Löwis | 2008-03-24 | 1 | -3/+149 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-23 | 1 | -0/+33 |
|
|
* | Merged revisions 59565-59594 via svnmerge from | Christian Heimes | 2007-12-24 | 1 | -1/+52 |
|
|
* | Merged revisions 59450-59464 via svnmerge from | Christian Heimes | 2007-12-11 | 1 | -5/+26 |
|
|
* | Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i... | Christian Heimes | 2007-12-02 | 1 | -40/+40 |
|
|
* | Check return result from Py_InitModule*(). This API can fail. | Neal Norwitz | 2006-01-19 | 1 | -0/+2 |
|
|
* | - Changes donated by Elemental Security to make it work on AIX 5.3 | Guido van Rossum | 2005-09-14 | 1 | -0/+1 |
|
|
* | Patch #975056 - fixes for restartable signals on *BSD. In addition, | Anthony Baxter | 2004-10-13 | 1 | -6/+0 |
|
|
* | silly typo | Michael W. Hudson | 2004-06-17 | 1 | -1/+1 |
|
|
* | Patch [ 776725 ] add SIGRTMIN, SIGRTMAX to signalmodule.c | Anthony Baxter | 2003-07-31 | 1 | -0/+10 |
|
|
* | Take out my (long since disabled) POSIX signal mask handling code. | Michael W. Hudson | 2003-03-13 | 1 | -171/+0 |
|
|
* | - PyEval_GetFrame() is now declared to return a PyFrameObject * | Guido van Rossum | 2003-02-19 | 1 | -1/+1 |
|
|
* | Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype | Mark Hammond | 2002-08-02 | 1 | -1/+1 |
|
|
* | Patch #569753: Remove support for WIN16. | Martin v. Löwis | 2002-06-30 | 1 | -1/+1 |
|
|
* | SF # 533070 Silence AIX C Compiler Warnings | Neal Norwitz | 2002-06-13 | 1 | -1/+1 |
|
|
* | Patch #568124: Add doc string macros. | Martin v. Löwis | 2002-06-13 | 1 | -19/+18 |
|
|
* | This is patch | Michael W. Hudson | 2002-05-27 | 1 | -0/+171 |
|
|
* | Remove METH_OLDARGS: | Neal Norwitz | 2002-03-31 | 1 | -7/+7 |
|
|
* | Add type cast. | Neil Schemenauer | 2002-03-28 | 1 | -1/+2 |
|
|
* | Remove many uses of PyArg_NoArgs macro, change METH_OLDARGS to METH_NOARGS. | Neal Norwitz | 2002-03-25 | 1 | -5/+2 |
|
|
* | OS/2 EMX port changes (Modules part of patch #450267): | Andrew MacIntyre | 2002-03-03 | 1 | -1/+1 |
|
|
* | Export SIGINFO. Fixes #502077. | Martin v. Löwis | 2002-01-12 | 1 | -0/+5 |
|
|
* | Include <unistd.h> in Python.h. Fixes #500924. | Martin v. Löwis | 2002-01-12 | 1 | -4/+0 |
|
|
* | SF patch [#466877] SIGBREAK is missing from signal module. | Tim Peters | 2001-10-01 | 1 | -0/+5 |
|
|
* | Make more warnings go away on the SGI compiler. | Fred Drake | 2001-07-19 | 1 | -1/+1 |
|
|
* | Document SIG_* warning causes on Solaris. | Martin v. Löwis | 2001-03-06 | 1 | -0/+5 |
|
|
* | 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 |
|
|