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-30822: regrtest: remove tzdata (#2782)
Victor Stinner
2017-07-20
1
-4/+1
*
bpo-30822: Exclude tzdata from regrtest --all (#2775) (#2781)
Victor Stinner
2017-07-20
1
-3/+12
*
[3.5] bpo-29512, bpo-30764, bpo-30776: Backport regrtest enhancements from 3....
Victor Stinner
2017-07-03
1
-10/+6
*
[3.5] bpo-30523, bpo-30764, bpo-30776: Sync regrtest from master (#2442)
Victor Stinner
2017-06-27
1
-5/+35
*
[3.5] bpo-30383: Backport regrtest and test_regrtest enhancements from master...
Victor Stinner
2017-06-19
1
-38/+73
*
[3.5] bpo-30540, bpo-30523: Add --matchfile and --list-cases options to regrt...
Victor Stinner
2017-06-16
1
-31/+89
*
bpo-30675: Fix multiprocessing code in regrtest (#2220)
Victor Stinner
2017-06-15
1
-47/+63
*
bpo-27103: regrtest disables -W if -R is used (#1660)
Victor Stinner
2017-05-19
1
-0/+5
*
regrtest: always show before/after of modified env (#1407)
Victor Stinner
2017-05-03
1
-4/+3
*
Backport fix for spurious refleak failures (#482)
Ivan Levkivskyi
2017-03-05
1
-3/+8
*
Issue #28950: Disallow -j0 combined with -T/-l/-M in regrtest.
Xiang Zhang
2016-12-19
1
-3/+3
*
Issue #28688: Remove warnings.filters check from regrtest
Victor Stinner
2016-11-21
1
-7/+1
*
Issue #23839: Various caches now are cleared before running every test file.
Serhiy Storchaka
2016-11-11
1
-25/+85
*
Issue #28649: Clear the typing module caches when search for reference leaks.
Serhiy Storchaka
2016-11-09
1
-0/+8
*
Issue #28409: regrtest: fix the parser of command line arguments.
Victor Stinner
2016-10-17
1
-4/+7
*
Issue #27829: regrtest -W displays stderr if env changed
Victor Stinner
2016-09-23
1
-1/+1
*
regrtest: accept options after test names
Victor Stinner
2016-09-10
1
-1/+1
*
Issue #27787: Clean up weak references before checking for dangling threads
Martin Panter
2016-08-20
1
-0/+1
*
Issue #26643: Add missing shutil resources to regrtest.py
Victor Stinner
2016-03-29
1
-0/+1
*
Issue #25523: Merge a-to-an corrections from 3.4.
Serhiy Storchaka
2015-11-02
1
-1/+1
|
\
|
*
Issue #25523: Further a-to-an corrections.
Serhiy Storchaka
2015-11-02
1
-1/+1
*
|
lose #25373: Fix regrtest --slow with interrupted test
Victor Stinner
2015-10-11
1
-1/+2
*
|
Issue #23919: Prevents assert dialogs appearing in the test suite.
Steve Dower
2015-10-08
1
-2/+11
*
|
Issue #25188: Add a -P/--pgo flag to regrtest to silence error output.
Brett Cannon
2015-10-02
1
-34/+50
*
|
Merge 3.4
Zachary Ware
2015-08-09
1
-4/+2
|
\
\
|
|
/
|
*
regrtest: the 'bad' and 'environment_changed' sets of tests don't intersect a...
Zachary Ware
2015-08-09
1
-4/+2
*
|
Issue #24751: Merge with 3.4
Zachary Ware
2015-08-05
1
-1/+8
|
\
\
|
|
/
|
*
Issue #24751: When running regrtest with '-w', don't fail if re-run succeeds.
Zachary Ware
2015-08-05
1
-3/+8
*
|
Issue #24245: Eliminated senseless expect clauses that have no any effect.
Serhiy Storchaka
2015-05-20
1
-4/+0
*
|
Issue #22390: test.regrtest now emits a warning if temporary files or
Serhiy Storchaka
2015-03-29
1
-15/+11
|
\
\
|
|
/
|
*
Issue #22390: test.regrtest now emits a warning if temporary files or
Serhiy Storchaka
2015-03-29
1
-15/+11
*
|
Issue #23145: regrtest now shows errors and raises an exception if
Victor Stinner
2015-01-06
1
-0/+4
|
/
*
Issue #22104: Don't hold a reference to the loaded TestSuite in runtest_inner
Zachary Ware
2014-08-04
1
-2/+4
*
merge 3.3
Benjamin Peterson
2014-02-16
1
-6/+3
|
\
|
*
backout fafac90b69c4
Benjamin Peterson
2014-02-16
1
-7/+4
*
|
merge 3.3
Benjamin Peterson
2014-01-09
1
-3/+6
|
\
\
|
|
/
|
*
clear zip stat cache after each ref leak run
Benjamin Peterson
2014-01-09
1
-4/+7
*
|
ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'.
Christian Heimes
2013-11-20
1
-0/+2
*
|
Remove unused --debug option of regrtest.
Eli Bendersky
2013-09-03
1
-9/+7
*
|
Fix docstring and some indentation
Eli Bendersky
2013-09-02
1
-4/+4
*
|
Refactor the main function of regrtest a bit.
Eli Bendersky
2013-09-02
1
-23/+33
*
|
Issue #11798: fix tests for regrtest -R :
Andrew Svetlov
2013-09-01
1
-0/+5
*
|
Issue #8713: Cleanup before saving process._dangling.
Richard Oudkerk
2013-08-29
1
-2/+6
*
|
Issue #16799: Switched from getopt to argparse style in regrtest's argument
Serhiy Storchaka
2013-08-29
1
-290/+243
*
|
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
[next]