| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #12328: Fix multiprocessing's use of overlapped I/O on Windows. | Antoine Pitrou | 2012-03-05 | 1 | -27/+42 |
|
|
* | Issue #14125: Fix multiprocessing refleak on Windows. Patch by sbt. | Stefan Krah | 2012-02-27 | 1 | -1/+4 |
|
|
* | Issue #8184: multiprocessing: On Windows, don't set SO_REUSEADDR on Connection | Charles-François Natali | 2012-02-08 | 1 | -0/+1 |
|
|
* | Fix compilation warning on Windows | Amaury Forgeot d'Arc | 2011-12-17 | 1 | -1/+1 |
|
|
* | Issue #10350: Read and save errno before calling a function which might overw... | Antoine Pitrou | 2011-12-16 | 1 | -1/+3 |
|\ |
|
| * | Issue #10350: Read and save errno before calling a function which might overw... | Antoine Pitrou | 2011-12-16 | 1 | -1/+3 |
|
|
| * | Issue #4028: Make multiprocessing build on SunOS. | Charles-François Natali | 2011-12-14 | 1 | -1/+1 |
|
|
* | | Issue #12328: Under Windows, refactor handling of Ctrl-C events and | Antoine Pitrou | 2011-11-21 | 4 | -70/+36 |
|
|
* | | Issue #12981: rewrite multiprocessing_{sendfd,recvfd} in Python. | Charles-François Natali | 2011-09-24 | 2 | -137/+1 |
|
|
* | | Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor wa... | Jesus Cea | 2011-09-21 | 1 | -0/+11 |
|\ \
| |/ |
|
| * | Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor wa... | Jesus Cea | 2011-09-21 | 1 | -0/+11 |
|
|
| * | Close #12950: multiprocessing "test_fd_transfer" fails under OpenIndiana | Jesus Cea | 2011-09-10 | 1 | -11/+23 |
|
|
* | | Close #12950: multiprocessing "test_fd_transfer" fails under OpenIndiana | Jesus Cea | 2011-09-10 | 1 | -11/+23 |
|
|
* | | Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe. | Antoine Pitrou | 2011-08-23 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe. | Antoine Pitrou | 2011-08-23 | 1 | -2/+2 |
|
|
* | | Issue #9205: concurrent.futures.ProcessPoolExecutor now detects killed | Antoine Pitrou | 2011-06-08 | 1 | -16/+374 |
|
|
* | | Remove dead code from _multiprocessing | Antoine Pitrou | 2011-05-09 | 3 | -58/+3 |
|
|
* | | Issue #11743: Rewrite multiprocessing connection classes in pure Python. | Antoine Pitrou | 2011-05-09 | 6 | -923/+168 |
|
|
* | | Issue #8914: fix various warnings from the Clang static analyzer v254. | Brett Cannon | 2011-02-22 | 1 | -1/+1 |
|/ |
|
* | Fix compiler warnings about formatting pid_t as an int, by always casting to ... | Georg Brandl | 2010-10-18 | 1 | -1/+1 |
|
|
* | fix strict aliasing warnings | Benjamin Peterson | 2010-10-17 | 1 | -2/+2 |
|
|
* | Fix multiprocessing Semaphore's on netbsd5. SEM_VALUE_MAX is defined | Gregory P. Smith | 2010-10-17 | 1 | -2/+13 |
|
|
* | Merged revisions 81692 via svnmerge from | Martin v. Löwis | 2010-06-04 | 1 | -0/+6 |
|
|
* | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 7 | -1449/+1449 |
|
|
* | Merged revisions 76432,76558 via svnmerge from | Mark Dickinson | 2009-11-28 | 2 | -3/+4 |
|
|
* | Revert last change, which was incorrect. | Kristján Valur Jónsson | 2009-07-04 | 1 | -0/+6 |
|
|
* | http://bugs.python.org/issue6381 | Kristján Valur Jónsson | 2009-07-04 | 1 | -6/+0 |
|
|
* | Merged revisions 73767 via svnmerge from | Jesus Cea | 2009-07-02 | 1 | -1/+1 |
|
|
* | Merged revisions 70908,70939,71009,71022,71036 via svnmerge from | Benjamin Peterson | 2009-04-05 | 5 | -14/+35 |
|
|
* | Merged revisions 70953 via svnmerge from | Jesse Noller | 2009-04-01 | 1 | -0/+3 |
|
|
* | Merged revisions 70908 via svnmerge from | Jesse Noller | 2009-03-31 | 1 | -0/+6 |
|
|
* | merge 70783 to py3k | Jesse Noller | 2009-03-31 | 1 | -1/+1 |
|
|
* | Issue #1717: rename tp_compare to tp_reserved. I'll change the | Mark Dickinson | 2009-02-02 | 2 | -2/+2 |
|
|
* | merge r68787 to py3k | Jesse Noller | 2009-01-20 | 1 | -3/+1 |
|
|
* | merge r68768 to py3k | Jesse Noller | 2009-01-19 | 2 | -2/+14 |
|
|
* | Merged revisions 67348,67355,67359,67362,67364-67365,67367-67368,67398,67423-... | Benjamin Peterson | 2008-11-30 | 1 | -1/+1 |
|
|
* | Merged revisions 67098 via svnmerge from | Martin v. Löwis | 2008-11-04 | 1 | -0/+2 |
|
|
* | Merged revisions 66377 via svnmerge from | Amaury Forgeot d'Arc | 2008-09-10 | 2 | -4/+3 |
|
|
* | merge 66184 to fix issue3110 to py3k | Jesse Noller | 2008-09-03 | 1 | -0/+11 |
|
|
* | Merged revisions 65654 via svnmerge from | Martin v. Löwis | 2008-08-13 | 1 | -9/+27 |
|
|
* | Merged revisions 65385 via svnmerge from | Benjamin Peterson | 2008-08-02 | 1 | -1/+1 |
|
|
* | Merge 65376 into 3k, fix for issue 3399 | Jesse Noller | 2008-08-02 | 3 | -19/+28 |
|
|
* | fix multiprocessing line endings in py3k | Benjamin Peterson | 2008-06-13 | 4 | -887/+887 |
|
|
* | Merged revisions 64223-64224 via svnmerge from | Benjamin Peterson | 2008-06-13 | 1 | -6/+12 |
|
|
* | Correctly export the module init function. Needed on Windows. | Amaury Forgeot d'Arc | 2008-06-11 | 1 | -1/+1 |
|
|
* | Adaptation to py3k. | Amaury Forgeot d'Arc | 2008-06-11 | 1 | -1/+1 |
|
|
* | Merged revisions 64104,64117 via svnmerge from | Benjamin Peterson | 2008-06-11 | 7 | -0/+2201 |
|
|