Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #13165: stringbench is now available in the Tools/stringbench folder. | Antoine Pitrou | 2012-04-09 | 4 | -0/+1560 |
* | Rename test_ file that is really a support file to remove test_ prefix. | R David Murray | 2012-04-09 | 12 | -64/+64 |
* | Reflow paragraph (not that it helped much). | R David Murray | 2012-04-09 | 1 | -10/+9 |
* | #14533: if a test has no test_main, use loadTestsFromModule. | R David Murray | 2012-04-09 | 3 | -22/+31 |
* | #12537: in mailbox avoid depending on knowledge of email package internals | R David Murray | 2012-04-09 | 3 | -3/+38 |
* | Remove redundancy in listing of all mailbox classes in test_mailbox. | R David Murray | 2012-04-09 | 1 | -15/+9 |
* | Null merge | Antoine Pitrou | 2012-04-08 | 0 | -0/+0 |
|\ | |||||
| * | Fix the patch for issue #7978: select() raises select.error before 3.3, not O... | Antoine Pitrou | 2012-04-08 | 2 | -3/+3 |
* | | Fix flakiness in test_socketserver | Antoine Pitrou | 2012-04-08 | 1 | -1/+4 |
|\ \ | |/ | |||||
| * | Fix flakiness in test_socketserver | Antoine Pitrou | 2012-04-08 | 1 | -1/+4 |
* | | Issue #7978: socketserver now restarts the select() call when EINTR is returned. | Antoine Pitrou | 2012-04-08 | 4 | -2/+52 |
|\ \ | |/ | |||||
| * | Issue #7978: socketserver now restarts the select() call when EINTR is returned. | Antoine Pitrou | 2012-04-08 | 4 | -2/+52 |
* | | Merge: Make test_mailbox runnable via python -m unittest. | R David Murray | 2012-04-08 | 1 | -17/+17 |
|\ \ | |/ | |||||
| * | Make test_mailbox runnable via python -m unittest. | R David Murray | 2012-04-08 | 1 | -17/+17 |
* | | Remove unused variable from gcmodule.c. The code no longer tests for the | Kristján Valur Jónsson | 2012-04-08 | 1 | -9/+0 |
* | | Merged logging cookbook update from 3.2. | Vinay Sajip | 2012-04-08 | 1 | -0/+228 |
|\ \ | |/ | |||||
| * | Added multiprocessing example to logging cookbook. | Vinay Sajip | 2012-04-08 | 1 | -0/+229 |
* | | Issue #14522: Avoid duplicating socket handles in multiprocessing.connection. | Antoine Pitrou | 2012-04-07 | 2 | -12/+6 |
* | | Issue #14310: Catch testing errors when trying to create unsupported socket | Kristján Valur Jónsson | 2012-04-07 | 1 | -1/+4 |
* | | struct timeval.tv_usec is 4 bytes on 64-bit OS X as it should be, but | Brett Cannon | 2012-04-07 | 1 | -1/+5 |
* | | Determine opensearch URL from current version. | Georg Brandl | 2012-04-07 | 1 | -1/+1 |
* | | Closes #14511: merge with 3.2 | Georg Brandl | 2012-04-07 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Closes #14511: fix wrong opensearch link for 3.2 docs. | Georg Brandl | 2012-04-07 | 1 | -1/+1 |
* | | Merge. | Stefan Krah | 2012-04-07 | 12 | -19/+258 |
|\ \ | |||||
| * | | Issue #14310: inter-process socket duplication for windows | Kristján Valur Jónsson | 2012-04-07 | 5 | -8/+208 |
| * | | Don't Py_DECREF NULL variable in io.IncrementalNewlineDecoder. | Ross Lagerwall | 2012-04-07 | 2 | -1/+3 |
| * | | merge 3.2 | Benjamin Peterson | 2012-04-06 | 0 | -0/+0 |
| |\ \ | | |/ | |||||
| | * | merge heads | Benjamin Peterson | 2012-04-06 | 15 | -96/+187 |
| | |\ | |||||
| * | \ | merge heads | Benjamin Peterson | 2012-04-06 | 1 | -1/+5 |
| |\ \ \ | |||||
| | * | | | Issue #14500: Fix importlib.test.import_.test_packages to clean up | Brett Cannon | 2012-04-06 | 1 | -1/+5 |
| * | | | | merge 3.2 | Benjamin Peterson | 2012-04-06 | 1 | -0/+2 |
| |\ \ \ \ | | |/ / / | |/| / / | | |/ / | |||||
| | * | | port 3.1.5rc2 tag | Benjamin Peterson | 2012-04-06 | 1 | -0/+1 |
| | * | | merge 3.1 | Benjamin Peterson | 2012-04-06 | 1 | -0/+1 |
| | |\ \ | |||||
| | | * | | Added tag v3.1.5 for changeset 7395330e495e | Benjamin Peterson | 2012-04-06 | 1 | -0/+1 |
| | | * | | bump to 3.1.5 finalv3.1.5 | Benjamin Peterson | 2012-04-06 | 5 | -7/+7 |
| | | * | | Added tag v3.1.5rc2 for changeset 75db2bc69fc9 | Benjamin Peterson | 2012-03-15 | 1 | -0/+1 |
| | | * | | merge headsv3.1.5rc2 | Benjamin Peterson | 2012-03-15 | 12 | -69/+142 |
| | | |\ \ | |||||
| | | * | | | bump to 3.1.5rc2 | Benjamin Peterson | 2012-03-15 | 5 | -5/+10 |
| * | | | | | merge | Brett Cannon | 2012-04-06 | 65 | -334/+2748 |
| |\ \ \ \ \ | |||||
| | * | | | | | Set a time threshold in test_asyncore.capture_server so that tests don't | Kristján Valur Jónsson | 2012-04-06 | 1 | -3/+4 |
| | * | | | | | Issue #14502: it's RuntimeError on 3.3 | Sandro Tosi | 2012-04-06 | 1 | -1/+1 |
| | * | | | | | Merge #14492: fix some bugs in Tools/scripts/pdeps.py. | R David Murray | 2012-04-06 | 2 | -5/+32 |
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | | | |||||
| | | * | | | | #14492: fix some bugs in Tools/scripts/pdeps.py. | R David Murray | 2012-04-06 | 2 | -5/+32 |
| | * | | | | | merge 3.2 | Benjamin Peterson | 2012-04-06 | 1 | -1/+1 |
| | |\ \ \ \ \ | | | |/ / / / | |||||
| | | * | | | | Issue #14502: release() and unlocked lock generates a ThreadError | Sandro Tosi | 2012-04-05 | 1 | -1/+1 |
| * | | | | | | Fix test_site from modifying sysconfig._CONFIG_VARS. | Brett Cannon | 2012-04-04 | 1 | -1/+4 |
* | | | | | | | 1) Fix comment. | Stefan Krah | 2012-04-07 | 1 | -15/+12 |
| |/ / / / / |/| | | | | | |||||
* | | | | | | merge heads | Sandro Tosi | 2012-04-05 | 2 | -27/+35 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Close #14249: Use bit shifts instead of an union, it's more efficient. | Victor Stinner | 2012-04-05 | 2 | -27/+35 |
* | | | | | | | Issue #14502: merge with 3.2 | Sandro Tosi | 2012-04-05 | 1 | -1/+1 |
|/ / / / / / |