| Commit message (Expand) | Author | Age | Files | Lines |
* | Close #11577: Improve binhex test coverage and fix ResourceWarning | Nick Coghlan | 2011-03-17 | 1 | -0/+11 |
|
|
* | #11578: add unit tests for timeit module. | R David Murray | 2011-03-16 | 2 | -1/+305 |
|
|
* | Closes issue 11503. Improves test coverage of posixpath. | Michael Foord | 2011-03-16 | 1 | -0/+63 |
|
|
* | Backport improved test coverage for string.py | Nick Coghlan | 2011-03-16 | 2 | -0/+37 |
|
|
* | Close #11560: Improve test coverage of shutil | Nick Coghlan | 2011-03-16 | 1 | -36/+64 |
|
|
* | Close #11548: Correctly handle format argument in shutil.unpack_archive | Nick Coghlan | 2011-03-16 | 1 | -0/+8 |
|
|
* | #11565: Merge with 3.1. | Ezio Melotti | 2011-03-16 | 27 | -34/+34 |
|\ |
|
| * | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 | 27 | -34/+34 |
|
|
| * | Fix whitespace in test_subprocess | Antoine Pitrou | 2011-03-15 | 1 | -1/+1 |
|
|
* | | Close issue #8600: test_gdb failures because innocuous warnings | Jesus Cea | 2011-03-16 | 1 | -0/+3 |
|
|
* | | Closes issue 11133. Fixes two cases where inspect.getattr_static could trigge... | Michael Foord | 2011-03-15 | 1 | -0/+47 |
|
|
* | | Issue 11510: Fix BUILD_SET optimizer bug. | Raymond Hettinger | 2011-03-15 | 1 | -1/+13 |
|
|
* | | Merge fix for issue #11501 | Antoine Pitrou | 2011-03-15 | 1 | -0/+33 |
|\ \
| |/ |
|
| * | On behalf of Tarek: Issue #11501: disutils.archive_utils.make_zipfile no | Antoine Pitrou | 2011-03-15 | 1 | -0/+33 |
|
|
* | | revert the test_main() change from 08daf3ef6509 so that regrtest continues to... | Gregory P. Smith | 2011-03-15 | 1 | -1/+14 |
|
|
* | | Add unittests demonstrating issue #11432. | Gregory P. Smith | 2011-03-15 | 1 | -15/+21 |
|
|
* | | #11554: reactivate test_email_codecs, and make it pass. | R David Murray | 2011-03-15 | 1 | -0/+2 |
|
|
* | | merge 141bbcb19c06 | Gregory P. Smith | 2011-03-15 | 1 | -2/+5 |
|\ \
| |/ |
|
| * | Fix the @test_NNNN_tmp file terds being left in whatever your $PWD was | Gregory P. Smith | 2011-03-15 | 1 | -2/+5 |
|
|
* | | #11515: Merge with 3.1. | Ezio Melotti | 2011-03-15 | 9 | -10/+10 |
|\ \
| |/ |
|
| * | #11515: fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-15 | 8 | -9/+9 |
|
|
* | | Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified I... | Ronald Oussoren | 2011-03-14 | 1 | -1/+34 |
|\ \
| |/ |
|
| * | Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified I... | Ronald Oussoren | 2011-03-14 | 1 | -1/+34 |
|
|
| * | Fix #11491. When dbm.open was called with a file which already exists and | briancurtin | 2011-03-14 | 1 | -0/+8 |
|
|
* | | #11496: skip history test if clear_history is not available. | R David Murray | 2011-03-14 | 1 | -0/+4 |
|
|
* | | Fix #11491. When dbm.open was called with a file which already exists and | briancurtin | 2011-03-14 | 1 | -0/+8 |
|
|
* | | Skip test that requires zlib when zlib is not available. | Ezio Melotti | 2011-03-14 | 1 | -0/+1 |
|
|
* | | Merge #11488 patch from 3.1. | R David Murray | 2011-03-14 | 1 | -0/+17 |
|\ \
| |/ |
|
| * | #11488: Add tests for writelines method of SpooledTemporaryFile. | R David Murray | 2011-03-14 | 1 | -0/+17 |
|
|
* | | Fix whitespace | R David Murray | 2011-03-14 | 1 | -1/+1 |
|
|
* | | Merge fix for #11490 from 3.1. | R David Murray | 2011-03-14 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | #11490: EACCES can also mean command not found | R David Murray | 2011-03-14 | 1 | -1/+2 |
|
|
* | | Issue #11223: Fix test_threadsignals to fail, not hang, when the | Antoine Pitrou | 2011-03-13 | 1 | -2/+17 |
|
|
* | | Merge #11131 | Mark Dickinson | 2011-03-12 | 1 | -0/+70 |
|\ \
| |/ |
|
| * | Issue 11131: Fix sign of zero result on decimal.Decimal plus and minus operat... | Mark Dickinson | 2011-03-12 | 1 | -0/+70 |
|
|
* | | #Issue 11424: added equivalent fixes for dictConfig. | Vinay Sajip | 2011-03-07 | 1 | -1/+104 |
|
|
* | | #Issue 11424: merged fix from 3.1. | Vinay Sajip | 2011-03-07 | 1 | -0/+113 |
|\ \
| |/ |
|
| * | Issue #11424: Fix bug in determining child loggers. | Vinay Sajip | 2011-03-07 | 1 | -0/+113 |
|
|
* | | Merge build identification to 3.2 branch. | Georg Brandl | 2011-03-06 | 1 | -1/+5 |
|\ \
| |/ |
|
| * | Adapt platform and test_platform to the build identification changes. | Georg Brandl | 2011-03-05 | 1 | -1/+5 |
|
|
* | | Merge fix for issue #11391 | Antoine Pitrou | 2011-03-06 | 1 | -0/+8 |
|\ \
| |/ |
|
| * | Fix buildbot failure following 97a5590b9291 | Antoine Pitrou | 2011-03-06 | 1 | -3/+3 |
|
|
| * | Issue #11391: Writing to a mmap object created with | Antoine Pitrou | 2011-03-06 | 1 | -0/+8 |
|
|
| * | Add updated .hgeol file and fix newlines in the 3.1 branch. | Georg Brandl | 2011-03-05 | 112 | -51896/+51896 |
|
|
| * | Apparently, skipUnless() doesn't prevent the execution of | Antoine Pitrou | 2011-03-01 | 1 | -4/+4 |
|
|
| * | Merged revisions 88460,88464,88466,88486,88511,88652 via svnmerge from | Antoine Pitrou | 2011-02-28 | 3 | -4/+122 |
|
|
| * | Merged revisions 87101,87146,87156,87172,87175,87371,87378,87522-87524,87526-... | Georg Brandl | 2011-02-25 | 2 | -15/+11 |
|
|
| * | Merged revisions 86537,86867-86868,86881,86887,86913-86915,86931-86933,86960,... | Georg Brandl | 2011-02-25 | 1 | -1/+2 |
|
|
| * | Merged revisions 87921 via svnmerge from | Alexander Belopolsky | 2011-02-15 | 1 | -1/+2 |
|
|
| * | Merged revisions 87919 via svnmerge from | Alexander Belopolsky | 2011-02-15 | 1 | -0/+9 |
|
|