summaryrefslogtreecommitdiffstats
path: root/Lib/multiprocessing
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 68708 via svnmerge fromBenjamin Peterson2009-01-181-4/+10
* Merged revisions 67398,67423-67424,67432,67440-67441,67444-67445,67454,67457,...Georg Brandl2008-12-051-1/+1
* Merged revisions 67245,67277,67289,67295,67301-67303,67307,67330,67332,67336,...Georg Brandl2008-12-051-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
* use byte literals in multiprocessingBenjamin Peterson2008-06-251-8/+3
* remove bytes alias in multiprocessingBenjamin Peterson2008-06-252-14/+0
* darn! I converted half of the files the wrong way.Benjamin Peterson2008-06-1312-4726/+4726
* convert multiprocessing to unix line endingsBenjamin Peterson2008-06-1314-540/+540
* give the threading API PEP 8 namesBenjamin Peterson2008-06-116-39/+39
* fix import of multiprocessing by juggling importsBenjamin Peterson2008-06-111-1/+3
* add the multiprocessing package to fulfill PEP 371Benjamin Peterson2008-06-1114-0/+4928