index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
test
/
regrtest.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #8713: Support alternative start methods in multiprocessing on Unix.
Richard Oudkerk
2013-08-14
1
-1
/
+1
*
Issue #18375: merge with 3.3
Florent Xicluna
2013-07-06
1
-0
/
+1
|
\
|
*
Issue #18375: Assume --randomize when --randseed is used for running the test...
Florent Xicluna
2013-07-06
1
-0
/
+1
*
|
Issue #15767: Excise the remaining instances of ModuleNotFoundError
Brett Cannon
2013-07-04
1
-8
/
+8
*
|
Issue #17914: Use os.cpu_count() instead of multiprocessing.cpu_count() where
Charles-Fran?ois Natali
2013-06-28
1
-6
/
+2
*
|
Issue #17206: test.regrtest and test.script_helper enable faulthandler module
Victor Stinner
2013-06-25
1
-1
/
+2
*
|
Issue #18228: Use locale.setlocale(name, None) instead of
Victor Stinner
2013-06-17
1
-2
/
+2
*
|
Issue #18228: Fix locale test of test.regrtest.saved_test_environment
Victor Stinner
2013-06-17
1
-2
/
+3
*
|
(Merge 3.3) regrtest.py: Fix another typo in the usage of the faulthandler mo...
Victor Stinner
2013-06-17
1
-442
/
+241
|
\
\
|
|
/
|
/
|
|
*
(Merge 3.3) regrtest.py: Fix typo in the usage of the faulthandler module
Victor Stinner
2013-06-17
1
-3
/
+3
|
|
\
|
*
|
Check that warnings.showwarning() is not changed.
Brett Cannon
2013-06-16
1
-1
/
+6
|
*
|
Move test___all__ over to unittest.main() and use ModuleNotFoundError
Brett Cannon
2013-06-12
1
-8
/
+8
|
*
|
Issue #14135: Let's try this again.
Brett Cannon
2013-04-01
1
-1
/
+15
|
*
|
Backed out changeset 4fcd50a6dca7 as it totally breaks the test suite here.
Antoine Pitrou
2013-04-01
1
-10
/
+1
|
*
|
Issue #14135: Make sure tests don't leave the locale changed for any
Brett Cannon
2013-04-01
1
-1
/
+10
|
*
|
Issue #17283: Share code between __main__.py and regrtest.py in Lib/test.
Chris Jerdonek
2013-02-27
1
-18
/
+20
|
*
|
#16259: delete some no-longer-used code from regrtest.
R David Murray
2013-01-12
1
-9
/
+1
|
*
|
Issue #16854: Fix regrtest.usage() regression introduced in 6e2e5adc0400.
Chris Jerdonek
2013-01-07
1
-24
/
+28
|
*
|
Issue #15302: Switch regrtest from using getopt to using argparse.
Chris Jerdonek
2012-12-27
1
-77
/
+147
|
*
|
Merge from 3.3: Issue #15324: Fix regrtest --fromfile, --match, --randomize.
Chris Jerdonek
2012-12-27
1
-327
/
+39
|
|
\
\
|
|
*
|
Replace IOError with OSError (#16715)
Andrew Svetlov
2012-12-25
1
-1
/
+1
|
|
*
|
Issue #13390: New function :func:`sys.getallocatedblocks()` returns the numbe...
Antoine Pitrou
2012-12-09
1
-17
/
+37
|
|
*
|
Issue #10966: Remove the concept of unexpected skipped tests.
Brett Cannon
2012-11-17
1
-293
/
+0
|
|
*
|
Use importlib instead of calling __import__ directly.
Brett Cannon
2012-11-14
1
-2
/
+1
|
|
*
|
merge #15889: make regrtest --start succeed in more cases.
R David Murray
2012-10-27
1
-2
/
+2
|
|
|
\
\
|
|
*
|
|
Closes #16135: Removal of OS/2 support
Jesus Cea
2012-10-05
1
-14
/
+0
*
|
|
|
|
regrtest.py: Fix another typo in the usage of the faulthandler module
Victor Stinner
2013-06-17
1
-1
/
+1
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
regrtest.py: Fix typo in the usage of the faulthandler module
Victor Stinner
2013-06-17
1
-3
/
+3
|
/
/
/
*
|
|
Merge from 3.2: Issue #15324: Fix regrtest --fromfile, --match, --randomize.
Chris Jerdonek
2012-12-27
1
-82
/
+199
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
merge #15889: make regrtest --start succeed in more cases.
R David Murray
2012-10-27
1
-82
/
+199
|
|
\
\
|
|
|
/
|
|
*
Closes #15632: regrtest.py: fix spurious refleaks due to various caches
Stefan Krah
2012-08-17
1
-4
/
+9
|
|
*
regrtest: give more information when a child process fails with an error
Victor Stinner
2012-08-08
1
-3
/
+5
|
|
*
Issue #15320: Make iterating the list of tests thread-safe when running tests...
Antoine Pitrou
2012-07-26
1
-75
/
+185
|
|
|
\
|
|
|
*
Close #15386: There was a loophole that meant importlib.machinery and imp wou...
Nick Coghlan
2012-07-20
1
-0
/
+3
|
|
|
*
Issue #15300: Ensure the temporary test working directories are in the same p...
Antoine Pitrou
2012-07-11
1
-75
/
+182
|
|
|
|
\
|
|
|
|
*
Flush stdout and stderr when running tests in parallel
Antoine Pitrou
2012-06-27
1
-0
/
+2
|
|
|
|
|
\
|
|
|
|
*
|
Packaging removal: also revert introduction of sysconfig.cfg.
?ric Araujo
2012-06-24
1
-10
/
+8
|
|
|
|
*
|
Remove packaging from the standard library.
?ric Araujo
2012-06-24
1
-41
/
+0
|
|
|
|
*
|
Implemented PEP 405 (Python virtual environments).
Vinay Sajip
2012-05-26
1
-1
/
+1
|
|
|
|
*
|
#14533: if a test has no test_main, use loadTestsFromModule.
R David Murray
2012-04-09
1
-7
/
+8
|
|
|
|
*
|
Closes #14158: merged test file resilience fix from 3.2.
Vinay Sajip
2012-03-02
1
-4
/
+19
|
|
|
|
|
\
\
|
|
|
|
*
\
\
Issue #13786: Remove unimplemented 'trace' long option from regrtest.py.
Meador Inge
2012-01-14
1
-1
/
+1
|
|
|
|
|
\
\
\
|
|
|
|
*
\
\
\
Issue #13725: regrtest does not recognize -d flag.
Meador Inge
2012-01-14
1
-68
/
+219
|
|
|
|
|
\
\
\
\
|
|
|
|
|
*
\
\
\
merge from 3.2 - Fix issue13726: -S accepts an argument just as --start.
Senthil Kumaran
2012-01-14
1
-1
/
+1
|
|
|
|
|
|
\
\
\
\
|
|
|
|
|
*
\
\
\
\
merge from 3.2
Senthil Kumaran
2012-01-14
1
-1
/
+1
|
|
|
|
|
|
\
\
\
\
\
|
|
|
|
|
*
\
\
\
\
\
merge from 3.2
Senthil Kumaran
2012-01-14
1
-2
/
+2
|
|
|
|
|
|
\
\
\
\
\
\
|
|
|
|
|
*
\
\
\
\
\
\
Merge 3.2
Éric Araujo
2011-11-29
1
-0
/
+18
|
|
|
|
|
|
\
\
\
\
\
\
\
|
|
|
|
|
*
\
\
\
\
\
\
\
Issue #13380: add an internal function for resetting the ctypes caches
Meador Inge
2011-11-25
1
-67
/
+219
|
|
|
|
|
|
\
\
\
\
\
\
\
\
|
|
|
|
|
|
*
\
\
\
\
\
\
\
Branch merge
Éric Araujo
2011-11-15
1
-0
/
+7
|
|
|
|
|
|
|
\
\
\
\
\
\
\
\
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
Mark test_devpoll as unexpected on most platforms
Antoine Pitrou
2011-11-15
1
-0
/
+7
[next]