| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert r82089. Commit was intended for a branch. | Jean-Paul Calderone | 2010-06-19 | 1 | -180/+0 |
|
|
* | merge forward from the python 2.x branch | Jean-Paul Calderone | 2010-06-19 | 1 | -0/+180 |
|
|
* | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -430/+430 |
|
|
* | Merged revisions 81007 via svnmerge from | Jean-Paul Calderone | 2010-05-09 | 1 | -0/+5 |
|
|
* | Port #1220212 (os.kill for Win32) to py3k. | Brian Curtin | 2010-04-12 | 1 | -0/+13 |
|
|
* | Merged revisions 78338,78345-78346,78561-78562,78566,78574,78581,78634,78660,... | Benjamin Peterson | 2010-03-21 | 1 | -1/+6 |
|
|
* | Merged revisions 74277,74321,74323,74326,74355,74465,74467,74488,74492,74513,... | Benjamin Peterson | 2009-09-11 | 1 | -1/+1 |
|
|
* | Merged revisions 66748 via svnmerge from | Christian Heimes | 2008-10-02 | 1 | -1/+1 |
|
|
* | Merged revisions 66006 via svnmerge from | Neal Norwitz | 2008-08-24 | 1 | -1/+2 |
|
|
* | Merged revisions 64212 via svnmerge from | Benjamin Peterson | 2008-06-13 | 1 | -0/+1 |
|
|
* | Implement PEP 3121: new module initialization and finalization API. | Martin v. Löwis | 2008-06-11 | 1 | -9/+25 |
|
|
* | 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 |
|
|