Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #13565: Increase multiprocessing's server socket backlog, to avoid | Charles-François Natali | 2011-12-23 | 1 | -1/+1 |
| | | | | dropped connections in case of simultaneous connection requests. | ||||
* | Merged revisions 87225 via svnmerge from | R. David Murray | 2010-12-14 | 1 | -1/+27 |
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87225 | r.david.murray | 2010-12-13 20:38:16 -0500 (Mon, 13 Dec 2010) | 2 lines 9162: fix license in multiprocessing files ........ | ||||
* | #6938: "ident" is always a string, so use a format code which works. | Georg Brandl | 2009-09-18 | 1 | -1/+1 |
| | |||||
* | Add custom initializer argument to multiprocess.Manager*, courtesy of lekma | Jesse Noller | 2009-04-02 | 1 | -3/+10 |
| | |||||
* | Issue 5009: multiprocessing: failure in manager._debug_info() | Jesse Noller | 2009-01-21 | 1 | -3/+3 |
| | |||||
* | revert r66114 for Jesse | Benjamin Peterson | 2008-09-01 | 1 | -7/+14 |
| | |||||
* | issue3352: clean up the multiprocessing API to remove many get_/set_ methods ↵ | Jesse Noller | 2008-08-19 | 1 | -5/+5 |
| | | | | and convert them to properties. Update the docs and the examples included. | ||||
* | patch up multiprocessing until it's API can be changed too | Benjamin Peterson | 2008-08-18 | 1 | -1/+1 |
| | |||||
* | change a few uses of the threading APIs | Benjamin Peterson | 2008-08-18 | 1 | -8/+8 |
| | |||||
* | Apply Amaury's patch to multiprocessing for issue 3125, removes the copy_reg ↵ | Jesse Noller | 2008-07-16 | 1 | -3/+2 |
| | | | | and replaces it with ForkingPickler.register(), which should resolve the conflict with the global registry/ctypes | ||||
* | fix isSet in _exposed | Benjamin Peterson | 2008-06-26 | 1 | -2/+1 |
| | |||||
* | use the new API | Benjamin Peterson | 2008-06-26 | 1 | -1/+1 |
| | |||||
* | get rid of 2.6/3.0 switch statements in multiprocessing | Benjamin Peterson | 2008-06-25 | 1 | -5/+0 |
| | |||||
* | remove bytes alias in multiprocessing | Benjamin Peterson | 2008-06-25 | 1 | -9/+0 |
| | |||||
* | darn! I converted half of the files the wrong way. | Benjamin Peterson | 2008-06-13 | 1 | -1092/+1092 |
| | |||||
* | convert multiprocessing to unix line endings | Benjamin Peterson | 2008-06-13 | 1 | -25/+25 |
| | |||||
* | give the threading API PEP 8 names | Benjamin Peterson | 2008-06-11 | 1 | -11/+11 |
| | |||||
* | add the multiprocessing package to fulfill PEP 371 | Benjamin Peterson | 2008-06-11 | 1 | -0/+1092 |