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
*
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
*
Remove unused imports in test modules.
Georg Brandl
2010-02-07
1
-3/+2
*
#7092: Silence more py3k warnings. Patch by Florent Xicluna.
Ezio Melotti
2010-02-03
1
-1/+2
*
Remove obsolete warning filters in regrtest.py (from issue #7092 -- patch by
Antoine Pitrou
2010-01-08
1
-9/+0
*
Reverting the Revision: 77368. I committed Flox's big patch for tests by
Senthil Kumaran
2010-01-08
1
-7/+10
*
Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ...
Senthil Kumaran
2010-01-08
1
-10/+7
*
Issue #7396: fix -s, which was broken by the -j enhancement.
R. David Murray
2009-12-16
1
-11/+9
*
remove lib2to3 resource
Benjamin Peterson
2009-12-16
1
-2/+0
*
Account for another cache when hunting ref leaks
Nick Coghlan
2009-11-16
1
-3/+16
*
Remove 'g' from regrtest getopt argument string, since there's no
R. David Murray
2009-11-15
1
-1/+1
*
Issue 7324: add a sanity check to regrtest argument parsing to
R. David Murray
2009-11-15
1
-0/+4
*
Issue #7312 (new feature): Add a -F flag to run the selected tests in
R. David Murray
2009-11-14
1
-27/+50
*
Fix constant name.
Georg Brandl
2009-10-29
1
-1/+1
*
Use constants instead of magic integers for test result. Do not re-run with ...
Georg Brandl
2009-10-29
1
-30/+37
*
Remove variable that is no longer used.
R. David Murray
2009-10-28
1
-1/+1
*
Reformat the regrtest command-line option help and group the options into sec...
Georg Brandl
2009-10-27
1
-20/+35
*
Add a regrtest option to re-run in verbose mode immediately after a test fail...
Georg Brandl
2009-10-27
1
-10/+17
*
Eliminate warning message that looks like an error message. When it was
R. David Murray
2009-10-19
1
-2/+0
*
Issue #7151: regrtest would generate a JSON failure if there was output
R. David Murray
2009-10-18
1
-13/+16
*
Also check and restore identity of sys.path, sys.argv and os.environ rather t...
Nick Coghlan
2009-10-17
1
-6/+9
*
Formatting tweak so that before and after values are vertically aligned
Nick Coghlan
2009-10-17
1
-2/+2
*
Enhancement to the new environment checking code to print the changed items u...
Nick Coghlan
2009-10-17
1
-15/+39
*
Enhanced Issue 7058 patch, which will not be backported. Refactors the
R. David Murray
2009-10-14
1
-37/+128
*
Issue #7058: Added save/restore for argv and os.environ to runtest_inner
R. David Murray
2009-10-05
1
-0/+15
*
"Fix" for the refleak report: the ABC classes are now in the _pyio module
Amaury Forgeot d'Arc
2009-07-28
1
-2/+2
*
Backport fix for buglet from py3k
Antoine Pitrou
2009-06-29
1
-1/+2
*
Issue #6152: New option '-j'/'--multiprocess' for regrtest allows running
Antoine Pitrou
2009-05-31
1
-59/+140
*
Issue 6024: make regrtest.py promote refleaks to test failures.
Collin Winter
2009-05-14
1
-1/+11
*
make sure mode is removable while cleaning up test droppings
Benjamin Peterson
2009-04-29
1
-0/+5
*
Issue 5665: add more pickling tests.
Collin Winter
2009-04-09
1
-1/+6
*
Remove the regrtest check that turns any ImportError into a skipped test.
R. David Murray
2009-03-31
1
-1/+1
*
Remove references to test_socket_ssl which was deleted in trunk
R. David Murray
2009-03-30
1
-12/+0
*
Add the ability to control the random seed used by regrtest.py -r.
Collin Winter
2009-03-29
1
-3/+15
*
remove test_support.TestSkipped and just use unittest.SkipTest
Benjamin Peterson
2009-03-26
1
-1/+2
*
Some tests for Tkinter.Text.search
Guilherme Polo
2009-02-09
1
-0/+4
*
Issue #5083: New 'gui' resource for regrtest.
Guilherme Polo
2009-01-28
1
-1/+3
*
* Renaming test_tk_* to test_ttk_* since that is what they are testing.
Guilherme Polo
2009-01-28
1
-0/+8
*
issue3770: if SEM_OPEN is 0, disable the mp.synchronize module, rev. Nick Cog...
Jesse Noller
2008-09-30
1
-0/+3
*
now that test_lib2to3 actually works and isn't extremely slow, we don't need ...
Benjamin Peterson
2008-07-18
1
-2/+2
*
Keep below 80 chars.
Georg Brandl
2008-07-05
1
-2/+2
*
make regrtest aware of the lib2to3 resource
Benjamin Peterson
2008-07-05
1
-1/+3
*
skip test_macostools when UCS4 is enabled
Benjamin Peterson
2008-06-19
1
-0/+3
*
test_macos can be skipped on non-mac platforms.
Amaury Forgeot d'Arc
2008-06-19
1
-1/+1
*
Revert copy_reg -> copyreg rename.
Georg Brandl
2008-05-20
1
-5/+5
*
Added module stub for copy_reg renaming in 3.0.
Alexandre Vassalotti
2008-05-11
1
-5/+5
*
Deprecate the dircache module for 3.0.
Brett Cannon
2008-05-10
1
-1/+2
*
Revert bogus checkin in r62724 to that file.
Martin v. Löwis
2008-05-05
1
-1/+1
*
Issue #1734346: Support Unicode file names for zipfiles.
Martin v. Löwis
2008-05-05
1
-1/+1
*
Some tests did not pass on repeated calls (regrtest -R::)
Amaury Forgeot d'Arc
2008-04-18
1
-0/+5
[next]