index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
regrtest.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-37359: Add --cleanup option to python3 -m test (GH-14332) (GH-14333)
Victor Stinner
2019-06-24
1
-1/+20
*
bpo-36560: Fix reference leak hunting in regrtest (GH-12744) (GH-12745)
Victor Stinner
2019-04-09
1
-18/+38
*
bpo-34279, regrtest: Issue a warning if no tests have been executed (GH-10801)
Victor Stinner
2018-11-29
1
-1/+16
*
[2.7] bpo-33873: Backport regrtest from master (GH-7936)
Victor Stinner
2018-06-26
1
-17/+42
*
bpo-33718: regrtest: use "xxx then yyy" result if re-run (GH-7521) (GH-7562)
Victor Stinner
2018-06-09
1
-1/+7
*
bpo-31731: test_io hangs with --huntrleaks: exclude it (GH-7459)
Victor Stinner
2018-06-06
1
-0/+6
*
bpo-18174: regrtest -R 3:3 now also detects FD leak (#7409)
Victor Stinner
2018-06-05
1
-20/+42
*
[2.7] bpo-33718: Update regrtest from master (GH-7402)
Victor Stinner
2018-06-04
1
-87/+136
*
test.regrtest: flush stdout to display progress (#7120)
Victor Stinner
2018-05-28
1
-1/+2
*
bpo-31324: Optimize support._match_test() (#4523) (#4524)
Victor Stinner
2017-11-23
1
-3/+3
*
bpo-30871: Add test.pythoninfo (#3174) (#3175)
Victor Stinner
2017-08-22
1
-1/+0
*
regrtest: fix test to choose if header should be displayed (#3172)
Victor Stinner
2017-08-21
1
-12/+12
*
bpo-30263: regrtest: add system load average (#3165)
Victor Stinner
2017-08-21
1
-3/+33
*
[2.7] bpo-31160: Backport reap_children fixes from master to 2.7 (#3063)
Victor Stinner
2017-08-10
1
-0/+4
*
bpo-30822: regrtest: fix -u extralargefile (#2788)
Victor Stinner
2017-07-21
1
-4/+10
*
bpo-30759: regrtest: list_cases() now unload modules (#2582)
Victor Stinner
2017-07-05
1
-4/+12
*
bpo-30843: regrtest fixes sys.path, restore test.bisect (#2567)
Victor Stinner
2017-07-05
1
-0/+8
*
regrtest: fix --list-cases --verbose (#2547)
Victor Stinner
2017-07-03
1
-15/+16
*
[2.7] bpo-29512, bpo-30764: Backport regrtest enhancements from 3.5 to 2.7 (#...
Victor Stinner
2017-07-03
1
-1/+3
*
[2.7] bpo-30523, bpo-30764, bpo-30776: Sync regrtest from master (#2444)
Victor Stinner
2017-06-27
1
-6/+34
*
bpo-30540, bpo-30523: Add --matchfile and --list-cases options to regrtest (#...
Victor Stinner
2017-06-16
1
-10/+62
*
bpo-30675: Fix refleak hunting in regrtest (#2227)
Victor Stinner
2017-06-16
1
-0/+17
*
[2.7] bpo-30283: regrtest: backport test_slow_interrupted() and test_coverage...
Victor Stinner
2017-05-11
1
-23/+28
*
bpo-30283: Backport regrtest features from master to 2.7 (#1516)
Victor Stinner
2017-05-09
1
-46/+176
*
[2.7] bpo-30283: Backport test_regrtest from master to 2.7 (#1513)
Victor Stinner
2017-05-09
1
-22/+48
*
bpo-30258: Fix handling of child error in regrtest (#1477)
Victor Stinner
2017-05-05
1
-8/+8
*
[2.7] bpo-30236: Backported regrtest options -m and -G. (#1394)
Serhiy Storchaka
2017-05-03
1
-5/+22
*
bpo-30258: regrtest handles child process crash (#1431)
Victor Stinner
2017-05-03
1
-8/+27
*
regrtest: always show before/after of modified env (#1407) (#1409)
Victor Stinner
2017-05-03
1
-4/+3
*
bpo-30223: Add global in regrtest main_in_temp_cwd (#1399)
Victor Stinner
2017-05-02
1
-0/+2
*
[2.7] bpo-30223: Add Lib/test/__main__.py. (#1373)
Serhiy Storchaka
2017-05-02
1
-10/+15
*
Issue #23839: Various caches now are cleared before running every test file.
Serhiy Storchaka
2016-11-11
1
-24/+92
*
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
[next]