| Commit message (Expand) | Author | Age | Files | Lines |
* | remove pointless keys() call | Benjamin Peterson | 2015-12-06 | 1 | -1/+1 |
|
|
* | make consulting save_modules O(1) rather than O(n) | Benjamin Peterson | 2015-12-05 | 1 | -1/+1 |
|
|
* | Issue #25523: Backported a-to-an corrections. | Serhiy Storchaka | 2015-11-02 | 1 | -1/+1 |
|
|
* | Issue #25188: Clean up code to pass the --pgo flag to subprocesses | Brett Cannon | 2015-10-16 | 1 | -4/+2 |
|
|
* | Fix indentation | Brett Cannon | 2015-10-02 | 1 | -4/+4 |
|
|
* | Issue #25188: Add -P/--pgo to test.regrtest for PGO building. | Brett Cannon | 2015-10-02 | 1 | -33/+50 |
|
|
* | Issue #24751: Fix running regrtest with '-w' flag in case of test failures. | Zachary Ware | 2015-08-09 | 1 | -8/+6 |
|
|
* | Issue #24751: When running regrtest with '-w', don't fail if re-run succeeds. | Zachary Ware | 2015-08-05 | 1 | -3/+8 |
|
|
* | Close #24508: Backport the 3.5 MSBuild project files. | Zachary Ware | 2015-07-16 | 1 | -0/+9 |
|
|
* | Backport b80d141a044e | Zachary Ware | 2015-07-13 | 1 | -1/+0 |
|
|
* | Issue #22390: Fix typo in regrtest, support => test_support | Victor Stinner | 2015-03-29 | 1 | -3/+3 |
|
|
* | Issue #22390: test.regrtest now emits a warning if temporary files or | Serhiy Storchaka | 2015-03-29 | 1 | -1/+12 |
|
|
* | test_spwd skipping is expected on win32. | Serhiy Storchaka | 2015-01-31 | 1 | -0/+1 |
|
|
* | regrtest: backport "[ 1/399]" progress back from Python 3 | Victor Stinner | 2014-09-05 | 1 | -4/+15 |
|
|
* | backout 369bf9fbaeff | Benjamin Peterson | 2014-02-16 | 1 | -7/+4 |
|
|
* | clear zip stat cache after each ref leak run | Benjamin Peterson | 2014-01-09 | 1 | -4/+7 |
|
|
* | Import shutil for restore_test_support_TESTFN(). | Serhiy Storchaka | 2013-02-10 | 1 | -1/+1 |
|
|
* | Issue #15324: Fix regrtest parsing of --fromfile and --randomize options. | Chris Jerdonek | 2012-12-28 | 1 | -2/+2 |
|
|
* | Flush stdout and stderr when running tests in parallel | Antoine Pitrou | 2012-06-27 | 1 | -0/+2 |
|
|
* | Closes #14158: We now track test_support.TESTFN cleanup, and test_mailbox use... | Vinay Sajip | 2012-03-06 | 1 | -1/+18 |
|
|
* | Issue #13380: add an internal function for resetting the ctypes caches | Meador Inge | 2011-11-26 | 1 | -0/+7 |
|
|
* | Issue #11719: Fix message about unexpected test_msilib skip. | Ross Lagerwall | 2011-04-09 | 1 | -1/+1 |
|
|
* | Merged revisions 86542,87136,87216,87221,87228,87256,87337-87338,87372,87516,... | R. David Murray | 2011-02-11 | 1 | -14/+8 |
|
|
* | Merged revisions 87704-87705 via svnmerge from | Antoine Pitrou | 2011-01-03 | 1 | -3/+9 |
|
|
* | Merged revisions 85086 via svnmerge from | R. David Murray | 2010-12-04 | 1 | -6/+6 |
|
|
* | Merged revisions 85926 via svnmerge from | Antoine Pitrou | 2010-10-31 | 1 | -3/+6 |
|
|
* | Merged revisions 85935-85936 via svnmerge from | Antoine Pitrou | 2010-10-31 | 1 | -0/+4 |
|
|
* | test_gdb should be skipped on darwin (not up to v7 yet) | Skip Montanaro | 2010-10-25 | 1 | -0/+1 |
|
|
* | Merged revisions 85482 via svnmerge from | Antoine Pitrou | 2010-10-14 | 1 | -6/+2 |
|
|
* | Merged revisions 85469 via svnmerge from | Antoine Pitrou | 2010-10-14 | 1 | -5/+3 |
|
|
* | Merged revisions 83524,84776 via svnmerge from | Florent Xicluna | 2010-09-13 | 1 | -1/+7 |
|
|
* | Merged revisions 84176 via svnmerge from | Antoine Pitrou | 2010-08-18 | 1 | -1/+2 |
|
|
* | Merged revisions 84086 via svnmerge from | Antoine Pitrou | 2010-08-16 | 1 | -1/+10 |
|
|
* | Revert the additional OS X information (r81140). Keep the endianness informa... | Florent Xicluna | 2010-05-13 | 1 | -5/+1 |
|
|
* | Add sensible information about the OS X platform to diagnose issue #8423: | Florent Xicluna | 2010-05-13 | 1 | -1/+6 |
|
|
* | In a number of places code still revers | Ronald Oussoren | 2010-05-05 | 1 | -36/+1 |
|
|
* | Issue #7449, part 2: regrtest.py -j option requires thread support | Victor Stinner | 2010-04-27 | 1 | -1/+5 |
|
|
* | Issue 8325: Improve regrtest --help text. | R. David Murray | 2010-04-26 | 1 | -26/+33 |
|
|
* | Fix the "regrtest -s" switch. | Florent Xicluna | 2010-04-23 | 1 | -8/+9 |
|
|
* | Remove ImportWarnings filters. They become obsolete after r79310, issue #8205. | Florent Xicluna | 2010-04-23 | 1 | -8/+0 |
|
|
* | Switch regrtest to use StringIO instead of cStringIO for test_multiprocessing... | Michael Foord | 2010-04-08 | 1 | -2/+2 |
|
|
* | #8263: Now regrtest.py will report a failure if it receives a KeyboardInterru... | Florent Xicluna | 2010-03-30 | 1 | -12/+18 |
|
|
* | Ensure that the failed or unexpected tests are sorted before printing. | Florent Xicluna | 2010-03-26 | 1 | -7/+2 |
|
|
* | Skip test_ascii_formatd if _ctypes is not available (BSD, ...). | Florent Xicluna | 2010-03-24 | 1 | -0/+2 |
|
|
* | Fix a trivial class of (hypothetical, future) false-positive refleaks, discov... | Collin Winter | 2010-03-17 | 1 | -2/+3 |
|
|
* | Do not print the header lines when running a single test. | Florent Xicluna | 2010-03-06 | 1 | -7/+9 |
|
|
* | Backport "test.regrtest -R 2:3" syntax from py3k branch, and other minor adju... | Florent Xicluna | 2010-03-06 | 1 | -22/+21 |
|
|
* | Print platform information to stdout, to help troubleshooting platform-specif... | Florent Xicluna | 2010-03-06 | 1 | -2/+12 |
|
|
* | Keep the test files in the ./build/ subdirectory, if Python is not installed. | Florent Xicluna | 2010-03-06 | 1 | -44/+33 |
|
|
* | #7712: add a temp_cwd context manager to test_support and use it in regrtest ... | Ezio Melotti | 2010-02-10 | 1 | -4/+44 |
|
|