| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | #3743: PY_FORMAT_SIZE_T is designed for the OS "printf" functions, not for | Amaury Forgeot d'Arc | 2008-09-10 | 1 | -1/+0 |
| | | | | | | | | | | PyString_FromFormat which has an independent implementation, and uses "%zd". This makes a difference on win64, where printf needs "%Id" to display 64bit values. For example, queue.__repr__ was incorrect. Reviewed by Martin von Loewis. | ||||
| * | Fix issue 3110 - solaris compilation of multiprocessing fails, reviewed by ↵ | Jesse Noller | 2008-09-03 | 1 | -0/+11 |
| | | | | | pitrou | ||||
| * | convert multiprocessing to unix line endings | Benjamin Peterson | 2008-06-13 | 1 | -163/+163 |
| | | |||||
| * | add the multiprocessing package to fulfill PEP 371 | Benjamin Peterson | 2008-06-11 | 1 | -0/+163 |
