| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #8184: Fix a potential file descriptor leak when a | Charles-François Natali | 2012-02-04 | 1 | -4/+8 |
|
|
* | Issue #13565: Increase multiprocessing's server socket backlog, to avoid | Charles-François Natali | 2011-12-23 | 1 | -1/+1 |
|
|
* | Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitely | Antoine Pitrou | 2011-11-09 | 1 | -1/+5 |
|
|
* | Issue #10332: multiprocessing: fix a race condition when a Pool is closed | Charles-François Natali | 2011-10-24 | 1 | -1/+5 |
|
|
* | Remove duplication. | Ezio Melotti | 2011-10-19 | 1 | -1/+1 |
|
|
* | Issue #4106: Fix occasional exceptions printed out by multiprocessing on inte... | Antoine Pitrou | 2011-08-24 | 1 | -7/+1 |
|
|
* | Issue #12352: Fix a deadlock in multiprocessing.Heap when a block is freed by | Charles-François Natali | 2011-07-02 | 1 | -6/+33 |
|
|
* | Issue #12285: multiprocessing.Pool() raises a ValueError if the number of | Victor Stinner | 2011-06-20 | 1 | -0/+2 |
|
|
* | Fix #5162. Allow child spawning from Windows services (via pywin32). | brian.curtin | 2011-04-11 | 1 | -2/+3 |
|
|
* | Issue #8428: Fix a race condition in multiprocessing.Pool when terminating | Antoine Pitrou | 2011-04-10 | 1 | -2/+7 |
|
|
* | Issue #11675: Zero-out newly-created multiprocessing.[Raw]Array objects. | Mark Dickinson | 2011-03-26 | 1 | -1/+3 |
|
|
* | Issue #11673: Fix multiprocessing.[Raw]Array constructor to accept a size of ... | Mark Dickinson | 2011-03-25 | 1 | -1/+1 |
|
|
* | Issue #11569: use absolute path to the sysctl command in multiprocessing to | Ronald Oussoren | 2011-03-16 | 1 | -1/+4 |
|
|
* | Merged revisions 87225 via svnmerge from | R. David Murray | 2010-12-14 | 14 | -13/+352 |
|
|
* | Merged revisions 86077 via svnmerge from | Brian Curtin | 2010-11-01 | 1 | -1/+2 |
|
|
* | Submit patch for bug 9144; broken imports due to r81380 | Jesse Noller | 2010-07-03 | 4 | -4/+4 |
|
|
* | On finalize, don't try to join not started process. | Florent Xicluna | 2010-03-08 | 1 | -5/+3 |
|
|
* | Don't fail on a debug() statement, if the worker PID is (still) None. | Florent Xicluna | 2010-03-08 | 1 | -1/+1 |
|
|
* | Backport the Popen.poll() protection from subprocess to multiprocessing. See ... | Florent Xicluna | 2010-03-07 | 1 | -1/+6 |
|
|
* | #7805: wait until all workers are started before collecting their PIDs | Florent Xicluna | 2010-03-04 | 1 | -1/+1 |
|
|
* | Issue #6963: Added maxtasksperchild argument to multiprocessing.Pool | Jesse Noller | 2010-01-27 | 2 | -17/+83 |
|
|
* | allow Process name to be unicode #7571 | Benjamin Peterson | 2009-12-24 | 1 | -1/+1 |
|
|
* | revert unintended change to multiprocessing/queues.py | Jesse Noller | 2009-11-21 | 1 | -18/+2 |
|
|
* | issue5738: The distribution example was confusing, and out of date. It's too ... | Jesse Noller | 2009-11-21 | 1 | -2/+18 |
|
|
* | Issue #7318: multiprocessing now uses a timeout when it fails to establish | Antoine Pitrou | 2009-11-13 | 1 | -2/+13 |
|
|
* | #6938: "ident" is always a string, so use a format code which works. | Georg Brandl | 2009-09-18 | 1 | -1/+1 |
|
|
* | Fix issue 4660: spurious task_done errors in multiprocessing, remove doc note... | Jesse Noller | 2009-08-06 | 1 | -3/+16 |
|
|
* | Issue 6433: multiprocessing.pool.map hangs on empty list | Jesse Noller | 2009-07-16 | 1 | -0/+2 |
|
|
* | Resolves issues 5155, 5313, 5331 - bad file descriptor error with processes i... | Jesse Noller | 2009-06-30 | 1 | -1/+2 |
|
|
* | Typo fix. | Georg Brandl | 2009-06-08 | 1 | -1/+1 |
|
|
* | __enter__ and __exit__ must be on the class | Benjamin Peterson | 2009-05-31 | 1 | -4/+12 |
|
|
* | Add custom initializer argument to multiprocess.Manager*, courtesy of lekma | Jesse Noller | 2009-04-02 | 2 | -3/+13 |
|
|
* | Fix multiprocessing.event to match the new threading.Event API | Jesse Noller | 2009-04-01 | 1 | -0/+5 |
|
|
* | add JoinableQueue to __all__ | Jesse Noller | 2009-03-31 | 1 | -1/+1 |
|
|
* | Issue 5177: use socket.SO_REUSEADDR on multiprocessing SocketManager sockets | Jesse Noller | 2009-03-30 | 1 | -0/+1 |
|
|
* | Properly document multiprocessing's logging support, resolve outstanding issu... | Jesse Noller | 2009-01-25 | 2 | -13/+26 |
|
|
* | Issue 5009: multiprocessing: failure in manager._debug_info() | Jesse Noller | 2009-01-21 | 1 | -3/+3 |
|
|
* | issue 4301: patch logging to add processName, remove the old _check_logger_cl... | Jesse Noller | 2009-01-18 | 1 | -24/+0 |
|
|
* | Resolve issue 4449: AssertionError in mp_benchmarks.py | Jesse Noller | 2009-01-18 | 1 | -4/+10 |
|
|
* | issue4238: bsd support for cpu_count | Jesse Noller | 2008-11-28 | 1 | -1/+1 |
|
|
* | Fix typo. | Georg Brandl | 2008-11-22 | 1 | -1/+1 |
|
|
* | issue3770: if SEM_OPEN is 0, disable the mp.synchronize module, rev. Nick Cog... | Jesse Noller | 2008-09-30 | 1 | -0/+11 |
|
|
* | use the new threading properties for multiprocessing (reviewed by Jesse #3927) | Benjamin Peterson | 2008-09-22 | 1 | -6/+0 |
|
|
* | revert r66114 for Jesse | Benjamin Peterson | 2008-09-01 | 5 | -39/+146 |
|
|
* | Submit Nick's patch for issue 3589, reviewed by jnoller | Jesse Noller | 2008-09-01 | 4 | -132/+32 |
|
|
* | Fix problem reported by pychecker where AuthenticationError wasn't imported. | Neal Norwitz | 2008-08-25 | 1 | -1/+1 |
|
|
* | issue3352: clean up the multiprocessing API to remove many get_/set_ methods ... | Jesse Noller | 2008-08-19 | 8 | -40/+40 |
|
|
* | patch up multiprocessing until it's API can be changed too | Benjamin Peterson | 2008-08-18 | 3 | -9/+9 |
|
|
* | change a few uses of the threading APIs | Benjamin Peterson | 2008-08-18 | 2 | -9/+9 |
|
|
* | Fix the connection refused error part of issue 3419, use errno module instead... | Jesse Noller | 2008-08-11 | 1 | -1/+2 |
|
|