| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixes issue #9535: Fix pending signals that have been received but not | Gregory P. Smith | 2012-11-11 | 1 | -0/+16 |
|\ |
|
| * | Fixes issue #9535: Fix pending signals that have been received but not | Gregory P. Smith | 2012-11-11 | 1 | -0/+16 |
| |\ |
|
| | * | Fixes issue #9535: Fix pending signals that have been received but not | Gregory P. Smith | 2012-11-11 | 1 | -0/+16 |
|
|
* | | | #16135: Removal of OS/2 support (Modules/*) | Jesus Cea | 2012-10-05 | 1 | -5/+0 |
|/ / |
|
* | | Issue #13964: signal.sigtimedwait() timeout is now a float instead of a tuple | Victor Stinner | 2012-03-02 | 1 | -8/+3 |
|
|
* | | Merge. | Charles-François Natali | 2012-02-02 | 1 | -1/+3 |
|\ \
| |/ |
|
| * | Issue #13817: After fork(), reinit the ad-hoc TLS implementation earlier to fix | Charles-François Natali | 2012-02-02 | 1 | -1/+3 |
|
|
* | | Issue #12328: Under Windows, refactor handling of Ctrl-C events and | Antoine Pitrou | 2011-11-21 | 1 | -0/+36 |
|
|
* | | Issue #12303: Add sigwaitinfo() and sigtimedwait() to the signal module. | Ross Lagerwall | 2011-06-25 | 1 | -1/+153 |
|
|
* | | 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 |
|
|