Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove the fqdn call for issue 3270 | Jesse Noller | 2008-08-11 | 1 | -4/+1 | |
| | ||||||
* | Docstring typo | Mark Dickinson | 2008-08-06 | 1 | -1/+1 | |
| | ||||||
* | Apply Amaury's patch to multiprocessing for issue 3125, removes the copy_reg ↵ | Jesse Noller | 2008-07-16 | 5 | -57/+64 | |
| | | | | and replaces it with ForkingPickler.register(), which should resolve the conflict with the global registry/ctypes | |||||
* | Revert 3270 patch: self._address is in pretty widespread use, need to revisit | Jesse Noller | 2008-07-15 | 1 | -3/+5 | |
| | ||||||
* | multiprocessing/connection.py patch to remove fqdn oddness for issue 3270 | Jesse Noller | 2008-07-15 | 1 | -4/+0 | |
| | ||||||
* | 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 | 2 | -23/+6 | |
| | ||||||
* | use byte literals in multiprocessing | Benjamin Peterson | 2008-06-25 | 1 | -8/+3 | |
| | ||||||
* | remove bytes alias in multiprocessing | Benjamin Peterson | 2008-06-25 | 2 | -14/+0 | |
| | ||||||
* | darn! I converted half of the files the wrong way. | Benjamin Peterson | 2008-06-13 | 12 | -4726/+4726 | |
| | ||||||
* | convert multiprocessing to unix line endings | Benjamin Peterson | 2008-06-13 | 14 | -540/+540 | |
| | ||||||
* | give the threading API PEP 8 names | Benjamin Peterson | 2008-06-11 | 6 | -39/+39 | |
| | ||||||
* | fix import of multiprocessing by juggling imports | Benjamin Peterson | 2008-06-11 | 1 | -1/+3 | |
| | ||||||
* | add the multiprocessing package to fulfill PEP 371 | Benjamin Peterson | 2008-06-11 | 14 | -0/+4928 | |