| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #8407: signal.sigwait() releases the GIL | Victor Stinner | 2011-06-09 | 1 | -0/+2 |
|
|
* | Issue #8407: Fix the signal handler of the signal module: if it is called | Victor Stinner | 2011-05-25 | 1 | -4/+5 |
|
|
* | (Merge 3.2) Issue #12060: Use sig_atomic_t type and volatile keyword in the | Victor Stinner | 2011-05-15 | 1 | -3/+3 |
|\ |
|
| * | (Merge 3.1) Issue #12060: Use sig_atomic_t type and volatile keyword in the | Victor Stinner | 2011-05-15 | 1 | -3/+3 |
| |\ |
|
| | * | Issue #12060: Use sig_atomic_t type and volatile keyword in the signal module. | Victor Stinner | 2011-05-15 | 1 | -3/+3 |
|
|
* | | | Issue #12011: signal.signal() and signal.siginterrupt() raise an OSError, | Victor Stinner | 2011-05-10 | 1 | -2/+2 |
|
|
* | | | Issue #8407: Use an explicit cast for FreeBSD | Victor Stinner | 2011-05-09 | 1 | -1/+1 |
|
|
* | | | Issue #8407: The signal handler writes the signal number as a single byte | Victor Stinner | 2011-05-08 | 1 | -2/+5 |
|
|
* | | | Issue #8407: Add pthread_kill(), sigpending() and sigwait() functions to the | Victor Stinner | 2011-05-07 | 1 | -2/+100 |
|
|
* | | | Issue #8407: signal.pthread_sigmask() returns a set instead of a list | Victor Stinner | 2011-05-04 | 1 | -26/+35 |
|
|
* | | | Issue #8407: pthread_sigmask() checks immediatly if signal handlers have been | Victor Stinner | 2011-05-03 | 1 | -0/+4 |
|
|
* | | | cleanup signalmodule.c: use PyModule_AddIntMacro() | Victor Stinner | 2011-05-02 | 1 | -14/+6 |
|
|
* | | | Issue #8407, issue #11859: Add signal.pthread_sigmask() function to fetch | Victor Stinner | 2011-04-30 | 1 | -1/+138 |
|/ / |
|
* | | Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_* | Antoine Pitrou | 2011-04-27 | 1 | -0/+1 |
|
|
* | | (Merge 3.1) Issue #11768: The signal handler of the signal module only calls | Victor Stinner | 2011-04-18 | 1 | -10/+16 |
|\ \
| |/ |
|
| * | Issue #11768: The signal handler of the signal module only calls | Victor Stinner | 2011-04-18 | 1 | -10/+16 |
|
|
| * | Merged revisions 86214 via svnmerge from | Antoine Pitrou | 2010-11-05 | 1 | -14/+20 |
|
|
| * | Merged revisions 85140 via svnmerge from | Brian Curtin | 2010-10-01 | 1 | -0/+5 |
|
|
| * | Merged revisions 84556 via svnmerge from | Brian Curtin | 2010-09-06 | 1 | -11/+10 |
|
|
| * | Include Windows.h for BOOL. 2.7 and 3.2 already had this due to | Brian Curtin | 2010-08-06 | 1 | -0/+3 |
|
|
| * | Merged revisions 83763 via svnmerge from | Brian Curtin | 2010-08-06 | 1 | -0/+15 |
|
|
| * | Recorded merge of revisions 81032 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -430/+430 |
|
|
| * | Merged revisions 81016 via svnmerge from | Jean-Paul Calderone | 2010-05-09 | 1 | -0/+5 |
|
|
| * | Merged revisions 74745 via svnmerge from | Benjamin Peterson | 2009-09-11 | 1 | -1/+1 |
|
|
* | | Remove redundant includes of headers that are already included by Python.h. | Georg Brandl | 2010-11-30 | 1 | -1/+0 |
|
|
* | | Issue #10311: The signal module now restores errno before returning from | Antoine Pitrou | 2010-11-05 | 1 | -14/+20 |
|
|
* | | _PyImport_FixupExtension() and _PyImport_FindExtension() uses FS encoding | Victor Stinner | 2010-10-17 | 1 | -1/+1 |
|
|
* | | Fix #10003. Add SIGBREAK to the set of valid signals on Windows. | Brian Curtin | 2010-10-01 | 1 | -0/+5 |
|
|
* | | Clean up the fix to #9324 with some of the suggestions raised on python-dev | Brian Curtin | 2010-09-06 | 1 | -11/+10 |
|
|
* | | Fix #9324: Add parameter validation to signal.signal on Windows in order | Brian Curtin | 2010-08-06 | 1 | -0/+15 |
|
|
* | | 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 |
|
|