summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Issue #13165: stringbench is now available in the Tools/stringbench folder.Antoine Pitrou2012-04-094-0/+1560
* | | | Rename test_ file that is really a support file to remove test_ prefix.R David Murray2012-04-0912-64/+64
* | | | Reflow paragraph (not that it helped much).R David Murray2012-04-091-10/+9
* | | | #14533: if a test has no test_main, use loadTestsFromModule.R David Murray2012-04-093-22/+31
* | | | #12537: in mailbox avoid depending on knowledge of email package internalsR David Murray2012-04-093-3/+38
* | | | Remove redundancy in listing of all mailbox classes in test_mailbox.R David Murray2012-04-091-15/+9
* | | | Null mergeAntoine Pitrou2012-04-080-0/+0
|\ \ \ \ | |/ / /
| * | | Fix the patch for issue #7978: select() raises select.error before 3.3, not O...Antoine Pitrou2012-04-082-3/+3
* | | | Fix flakiness in test_socketserverAntoine Pitrou2012-04-081-1/+4
|\ \ \ \ | |/ / /
| * | | Fix flakiness in test_socketserverAntoine Pitrou2012-04-081-1/+4
* | | | Issue #7978: socketserver now restarts the select() call when EINTR is returned.Antoine Pitrou2012-04-084-2/+52
|\ \ \ \ | |/ / /
| * | | Issue #7978: socketserver now restarts the select() call when EINTR is returned.Antoine Pitrou2012-04-084-2/+52
* | | | Merge: Make test_mailbox runnable via python -m unittest.R David Murray2012-04-081-17/+17
|\ \ \ \ | |/ / /
| * | | Make test_mailbox runnable via python -m unittest.R David Murray2012-04-081-17/+17
* | | | Remove unused variable from gcmodule.c. The code no longer tests for theKristján Valur Jónsson2012-04-081-9/+0
* | | | Merged logging cookbook update from 3.2.Vinay Sajip2012-04-081-0/+228
|\ \ \ \ | |/ / /
| * | | Added multiprocessing example to logging cookbook.Vinay Sajip2012-04-081-0/+229
* | | | Issue #14522: Avoid duplicating socket handles in multiprocessing.connection.Antoine Pitrou2012-04-072-12/+6
* | | | Issue #14310: Catch testing errors when trying to create unsupported socketKristján Valur Jónsson2012-04-071-1/+4
* | | | struct timeval.tv_usec is 4 bytes on 64-bit OS X as it should be, butBrett Cannon2012-04-071-1/+5
* | | | Determine opensearch URL from current version.Georg Brandl2012-04-071-1/+1
* | | | Closes #14511: merge with 3.2Georg Brandl2012-04-071-1/+1
|\ \ \ \ | |/ / /
| * | | Closes #14511: fix wrong opensearch link for 3.2 docs.Georg Brandl2012-04-071-1/+1
* | | | Merge.Stefan Krah2012-04-0712-19/+258
|\ \ \ \
| * | | | Issue #14310: inter-process socket duplication for windowsKristján Valur Jónsson2012-04-075-8/+208
| * | | | Don't Py_DECREF NULL variable in io.IncrementalNewlineDecoder.Ross Lagerwall2012-04-072-1/+3
| * | | | merge 3.2Benjamin Peterson2012-04-060-0/+0
| |\ \ \ \ | | |/ / /
| | * | | merge headsBenjamin Peterson2012-04-0615-96/+187
| | |\ \ \
| * | \ \ \ merge headsBenjamin Peterson2012-04-061-1/+5
| |\ \ \ \ \
| | * | | | | Issue #14500: Fix importlib.test.import_.test_packages to clean upBrett Cannon2012-04-061-1/+5
| * | | | | | merge 3.2Benjamin Peterson2012-04-061-0/+2
| |\ \ \ \ \ \ | | |/ / / / / | |/| / / / / | | |/ / / /
| | * | | | port 3.1.5rc2 tagBenjamin Peterson2012-04-061-0/+1
| | * | | | merge 3.1Benjamin Peterson2012-04-061-0/+1
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | Added tag v3.1.5 for changeset 7395330e495eBenjamin Peterson2012-04-061-0/+1
| | | * | | bump to 3.1.5 finalv3.1.5Benjamin Peterson2012-04-065-7/+7
| | | * | | Added tag v3.1.5rc2 for changeset 75db2bc69fc9Benjamin Peterson2012-03-151-0/+1
| | | * | | merge headsv3.1.5rc2Benjamin Peterson2012-03-1512-69/+142
| | | |\ \ \
| | | * | | | bump to 3.1.5rc2Benjamin Peterson2012-03-155-5/+10
| * | | | | | mergeBrett Cannon2012-04-0665-334/+2748
| |\ \ \ \ \ \
| | * | | | | | Set a time threshold in test_asyncore.capture_server so that tests don'tKristján Valur Jónsson2012-04-061-3/+4
| | * | | | | | Issue #14502: it's RuntimeError on 3.3Sandro Tosi2012-04-061-1/+1
| | * | | | | | Merge #14492: fix some bugs in Tools/scripts/pdeps.py.R David Murray2012-04-062-5/+32
| | |\ \ \ \ \ \ | | | | |_|_|/ / | | | |/| | | |
| | | * | | | | #14492: fix some bugs in Tools/scripts/pdeps.py.R David Murray2012-04-062-5/+32
| | * | | | | | merge 3.2Benjamin Peterson2012-04-061-1/+1
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | Issue #14502: release() and unlocked lock generates a ThreadErrorSandro Tosi2012-04-051-1/+1
| * | | | | | | Fix test_site from modifying sysconfig._CONFIG_VARS.Brett Cannon2012-04-041-1/+4
* | | | | | | | 1) Fix comment.Stefan Krah2012-04-071-15/+12
| |/ / / / / / |/| | | | | |
* | | | | | | merge headsSandro Tosi2012-04-052-27/+35
|\ \ \ \ \ \ \
| * | | | | | | Close #14249: Use bit shifts instead of an union, it's more efficient.Victor Stinner2012-04-052-27/+35
* | | | | | | | Issue #14502: merge with 3.2Sandro Tosi2012-04-051-1/+1
|/ / / / / / /