summaryrefslogtreecommitdiffstats
path: root/Modules/_multiprocessing/semaphore.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #9586: MergeRichard Oudkerk2013-01-011-0/+7
|\
| * Issue #9586: Redefine SEM_FAILED on MacOSX to keep compiler happy.Richard Oudkerk2013-01-011-0/+7
* | Mark multiprocessing files with "Licensed to PSF under a Contributor Agreement"Richard Oudkerk2012-04-301-1/+2
* | Issue #10350: Read and save errno before calling a function which might overw...Antoine Pitrou2011-12-161-1/+3
|\ \ | |/
| * Issue #10350: Read and save errno before calling a function which might overw...Antoine Pitrou2011-12-161-1/+3
* | Issue #12328: Under Windows, refactor handling of Ctrl-C events andAntoine Pitrou2011-11-211-32/+20
* | Remove dead code from _multiprocessingAntoine Pitrou2011-05-091-2/+2
|/
* Fix compiler warnings about formatting pid_t as an int, by always casting to ...Georg Brandl2010-10-181-1/+1
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-446/+446
* Merged revisions 70908,70939,71009,71022,71036 via svnmerge fromBenjamin Peterson2009-04-051-5/+5
* merge 70783 to py3kJesse Noller2009-03-311-1/+1
* Issue #1717: rename tp_compare to tp_reserved. I'll change theMark Dickinson2009-02-021-1/+1
* Merged revisions 67348,67355,67359,67362,67364-67365,67367-67368,67398,67423-...Benjamin Peterson2008-11-301-1/+1
* Merged revisions 64104,64117 via svnmerge fromBenjamin Peterson2008-06-111-0/+625