summaryrefslogtreecommitdiff
path: root/Lib/multiprocessing
Commit message (Expand)AuthorAgeFilesLines
* Fix #5162. Allow child spawning from Windows services (via pywin32).brian.curtin2011-04-111-2/+3
* Issue #8428: Fix a race condition in multiprocessing.Pool when terminatingAntoine Pitrou2011-04-111-2/+7
* Issue #11675: Zero-out newly-created multiprocessing.[Raw]Array objects.Mark Dickinson2011-03-261-1/+3
* Issue #11673: Fix multiprocessing.[Raw]Array constructor to accept a size of ...Mark Dickinson2011-03-251-1/+1
* Issue #11569: use absolute path to the sysctl command in multiprocessing toRonald Oussoren2011-03-161-1/+4
* Merged revisions 87225 via svnmerge fromR. David Murray2010-12-1414-13/+352
* Merged revisions 86077 via svnmerge fromBrian Curtin2010-11-011-1/+2
* Submit patch for bug 9144; broken imports due to r81380Jesse Noller2010-07-034-4/+4
* On finalize, don't try to join not started process.Florent Xicluna2010-03-081-5/+3
* Don't fail on a debug() statement, if the worker PID is (still) None.Florent Xicluna2010-03-081-1/+1
* Backport the Popen.poll() protection from subprocess to multiprocessing. See ...Florent Xicluna2010-03-071-1/+6
* #7805: wait until all workers are started before collecting their PIDsFlorent Xicluna2010-03-041-1/+1
* Issue #6963: Added maxtasksperchild argument to multiprocessing.PoolJesse Noller2010-01-272-17/+83
* allow Process name to be unicode #7571Benjamin Peterson2009-12-241-1/+1
* revert unintended change to multiprocessing/queues.pyJesse Noller2009-11-211-18/+2
* issue5738: The distribution example was confusing, and out of date. It's too ...Jesse Noller2009-11-211-2/+18
* Issue #7318: multiprocessing now uses a timeout when it fails to establishAntoine Pitrou2009-11-131-2/+13
* #6938: "ident" is always a string, so use a format code which works.Georg Brandl2009-09-181-1/+1
* Fix issue 4660: spurious task_done errors in multiprocessing, remove doc note...Jesse Noller2009-08-061-3/+16
* Issue 6433: multiprocessing.pool.map hangs on empty listJesse Noller2009-07-161-0/+2
* Resolves issues 5155, 5313, 5331 - bad file descriptor error with processes i...Jesse Noller2009-06-301-1/+2
* Typo fix.Georg Brandl2009-06-081-1/+1
* __enter__ and __exit__ must be on the classBenjamin Peterson2009-05-311-4/+12
* Add custom initializer argument to multiprocess.Manager*, courtesy of lekmaJesse Noller2009-04-022-3/+13
* Fix multiprocessing.event to match the new threading.Event APIJesse Noller2009-04-011-0/+5
* add JoinableQueue to __all__Jesse Noller2009-03-311-1/+1
* Issue 5177: use socket.SO_REUSEADDR on multiprocessing SocketManager socketsJesse Noller2009-03-301-0/+1
* Properly document multiprocessing's logging support, resolve outstanding issu...Jesse Noller2009-01-252-13/+26
* Issue 5009: multiprocessing: failure in manager._debug_info()Jesse Noller2009-01-211-3/+3
* issue 4301: patch logging to add processName, remove the old _check_logger_cl...Jesse Noller2009-01-181-24/+0
* Resolve issue 4449: AssertionError in mp_benchmarks.pyJesse Noller2009-01-181-4/+10
* issue4238: bsd support for cpu_countJesse Noller2008-11-281-1/+1
* Fix typo.Georg Brandl2008-11-221-1/+1
* issue3770: if SEM_OPEN is 0, disable the mp.synchronize module, rev. Nick Cog...Jesse Noller2008-09-301-0/+11
* use the new threading properties for multiprocessing (reviewed by Jesse #3927)Benjamin Peterson2008-09-221-6/+0
* revert r66114 for JesseBenjamin Peterson2008-09-015-39/+146
* Submit Nick's patch for issue 3589, reviewed by jnollerJesse Noller2008-09-014-132/+32
* Fix problem reported by pychecker where AuthenticationError wasn't imported.Neal Norwitz2008-08-251-1/+1
* issue3352: clean up the multiprocessing API to remove many get_/set_ methods ...Jesse Noller2008-08-198-40/+40
* patch up multiprocessing until it's API can be changed tooBenjamin Peterson2008-08-183-9/+9
* change a few uses of the threading APIsBenjamin Peterson2008-08-182-9/+9
* Fix the connection refused error part of issue 3419, use errno module instead...Jesse Noller2008-08-111-1/+2
* Remove the fqdn call for issue 3270Jesse Noller2008-08-111-4/+1
* Docstring typoMark Dickinson2008-08-061-1/+1
* Apply Amaury's patch to multiprocessing for issue 3125, removes the copy_reg ...Jesse Noller2008-07-165-57/+64
* Revert 3270 patch: self._address is in pretty widespread use, need to revisitJesse Noller2008-07-151-3/+5
* multiprocessing/connection.py patch to remove fqdn oddness for issue 3270Jesse Noller2008-07-151-4/+0
* fix isSet in _exposedBenjamin Peterson2008-06-261-2/+1
* use the new APIBenjamin Peterson2008-06-261-1/+1
* get rid of 2.6/3.0 switch statements in multiprocessingBenjamin Peterson2008-06-252-23/+6