| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix issue 3395, update _debugInfo to be _debug_info | Jesse Noller | 2008-07-17 | 1 | -1/+1 |
| | | |||||
| * | remove sys.version_info check for 3.0 | Benjamin Peterson | 2008-07-13 | 1 | -5/+1 |
| | | |||||
| * | remove bytes alias | Benjamin Peterson | 2008-07-13 | 1 | -7/+0 |
| | | |||||
| * | Add #!/usr/bin/env python for ben | Jesse Noller | 2008-07-02 | 1 | -0/+2 |
| | | |||||
| * | Reenable the manager tests with Amaury's threading fix | Jesse Noller | 2008-07-02 | 1 | -17/+13 |
| | | |||||
| * | Remove test_listener_client to remove possible race condition in the ↵ | Jesse Noller | 2008-06-18 | 1 | -2/+2 |
| | | | | | multiprocessing tests | ||||
| * | Attempt RLock creation prior to test execution on Linux, if it raises the ↵ | Jesse Noller | 2008-06-18 | 1 | -3/+6 |
| | | | | | OSError in issue 3111, skip the test suite | ||||
| * | add needed import | Benjamin Peterson | 2008-06-17 | 1 | -0/+1 |
| | | |||||
| * | skip test_multiprocessing when /dev/shm doesn't exist. This seems to be a ↵ | Benjamin Peterson | 2008-06-17 | 1 | -0/+3 |
| | | | | | chroot problem in the buildbot env. | ||||
| * | reduce the test_multiprocessing load to ones that shouldn't hang. These will ↵ | Benjamin Peterson | 2008-06-16 | 1 | -19/+20 |
| | | | | | be reenabled gradually as we find the problems. | ||||
| * | convert multiprocessing to unix line endings | Benjamin Peterson | 2008-06-13 | 1 | -1791/+1791 |
| | | |||||
| * | give the threading API PEP 8 names | Benjamin Peterson | 2008-06-11 | 1 | -3/+3 |
| | | |||||
| * | fix import of multiprocessing by juggling imports | Benjamin Peterson | 2008-06-11 | 1 | -1/+1 |
| | | |||||
| * | add the multiprocessing package to fulfill PEP 371 | Benjamin Peterson | 2008-06-11 | 1 | -0/+1791 |
