| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix #9600. Don't use relative imports for _multiprocessing on Windows. | Brian Curtin | 2010-08-14 | 4 | -4/+4 |
|
|
| * | Merged revisions 77038 via svnmerge from | Benjamin Peterson | 2009-12-24 | 1 | -1/+1 |
|
|
| * | Merged revisions 76245 via svnmerge from | Antoine Pitrou | 2009-11-13 | 1 | -2/+13 |
|
|
| * | Merged revisions 73206,73232,73299,73683,74020,74185,74544,74643,74647,74817,... | Georg Brandl | 2009-10-27 | 1 | -1/+1 |
|
|
| * | Merged revisions 74903 via svnmerge from | Georg Brandl | 2009-09-18 | 1 | -1/+1 |
|
|
| * | Merge fix for 4660 back to 26 maint | Jesse Noller | 2009-08-06 | 1 | -3/+16 |
|
|
| * | Merged revisions 73708,73738 via svnmerge from | R. David Murray | 2009-07-21 | 1 | -1/+2 |
|
|
| * | Merged revisions 68915 via svnmerge from | Jesse Noller | 2009-03-31 | 2 | -13/+26 |
|
|
| * | merge 70792 to 26 maint | Jesse Noller | 2009-03-31 | 1 | -1/+1 |
|
|
| * | Merge 70717 to 26maint | Jesse Noller | 2009-03-30 | 1 | -0/+1 |
|
|
| * | Merged revisions 68737 via svnmerge from | Benjamin Peterson | 2009-03-13 | 1 | -24/+0 |
|
|
| * | Merged revisions 68708 via svnmerge from | Benjamin Peterson | 2009-01-18 | 1 | -4/+10 |
|
|
| * | Merged revisions 67398,67423-67424,67432,67440-67441,67444-67445,67454,67457,... | Georg Brandl | 2008-12-05 | 1 | -1/+1 |
|
|
| * | Merged revisions 67245,67277,67289,67295,67301-67303,67307,67330,67332,67336,... | Georg Brandl | 2008-12-05 | 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 |
|
|
| * | 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 |
|
|
| * | 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 |
|
|