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
*
Whitespace normalization.
Tim Peters
2001-10-30
1
-1/+1
*
SF patch #474590 -- RISC OS support
Guido van Rossum
2001-10-24
1
-2/+44
*
test_curses is an expected skip on Linux too.
Guido van Rossum
2001-10-23
1
-0/+1
*
Record that test_curses doesn't run on win32.
Tim Peters
2001-10-22
1
-0/+1
*
Patch #473187: Add a test script that exercises most of the functions in
Andrew M. Kuchling
2001-10-22
1
-1/+4
*
Whitespace normalization.
Tim Peters
2001-10-18
1
-1/+1
*
Make sure the output lists are sorted, even if run with -r.
Jeremy Hylton
2001-10-17
1
-0/+6
*
Remove an infelicitous space.
Fred Drake
2001-09-28
1
-1/+1
*
regrtest's -g option stopped working, during the changes to improve
Tim Peters
2001-09-28
1
-1/+1
*
Guido points out that sys.__stdout__ is a bit bucket under IDLE. So keep
Tim Peters
2001-09-25
1
-0/+1
*
Get rid of the increasingly convoluted global tricks w/ sys.stdout, in
Tim Peters
2001-09-25
1
-2/+2
*
Since the most likely failure mode for an expected-output test is a change
Tim Peters
2001-09-22
1
-15/+22
*
reportdiff(): print a "plain diff" style diff.
Guido van Rossum
2001-09-21
1
-4/+30
*
Oops. I didn't expect that some tests (test_cookie) have expected
Guido van Rossum
2001-09-21
1
-9/+2
*
Change the way unexpected output is reported: rather than stopping at
Guido van Rossum
2001-09-21
1
-78/+40
*
Get rid of a superfluous space after "--" in the message printed for a
Guido van Rossum
2001-09-18
1
-2/+1
*
Make test_socketserver require the network resource.
Tim Peters
2001-09-18
1
-0/+1
*
I don't expect test_socketserver to get skipped on Windows anymore.
Tim Peters
2001-09-18
1
-1/+0
*
Teach regrtest how to pass on doctest failure msgs. This is done via a
Tim Peters
2001-09-09
1
-2/+6
*
Two small changes to the resource usage option:
Guido van Rossum
2001-09-06
1
-2/+3
*
Patch #453627: Adds a list of tests that are expected to be skipped for UnixW...
Martin v. Löwis
2001-09-05
1
-0/+24
*
Whitespace normalization (tabs -> 4 spaces) in the Mac expectations.
Guido van Rossum
2001-09-02
1
-35/+35
*
Added list of tests expected to be skipped on the mac.
Jack Jansen
2001-08-28
1
-0/+36
*
Removed --have-resources flag in favor of the more granular -u/--use
Barry Warsaw
2001-08-20
1
-22/+61
*
Fix SF bug [ #450245 ] Error in parsing future stmts
Jeremy Hylton
2001-08-20
1
-0/+1
*
Modify _Set to support iteration.
Jeremy Hylton
2001-08-12
1
-0/+3
*
Make the output of tests skipped readable (i.e., deliberately break it
Tim Peters
2001-08-12
1
-6/+30
*
Add the list of expected skips for Linux 2.x. Restructured the code a
Guido van Rossum
2001-08-12
1
-28/+51
*
Move line; reported on python-dev by Mark Favas (thanks!).
Tim Peters
2001-08-12
1
-1/+1
*
Teach regrtest which tests we *expect* to skip on Win32. Please teach it
Tim Peters
2001-08-12
1
-0/+85
*
runtest(): When generating output, if the result is a single line with the
Fred Drake
2001-05-29
1
-1/+19
*
Implementing an idea from Guido on the checkins list:
Tim Peters
2001-05-22
1
-1/+8
*
If the file containing expected output does not exist, assume that it
Fred Drake
2001-05-21
1
-1/+6
*
Fix compileall.py so that it fails on SyntaxErrors
Jeremy Hylton
2001-04-18
1
-5/+0
*
Add regression test for future statements. This adds eight files, but
Jeremy Hylton
2001-02-28
1
-0/+7
*
Describe -s a little more generically.
Barry Warsaw
2001-02-23
1
-5/+6
*
String method conversion.
Eric S. Raymond
2001-02-09
1
-4/+3
*
Christmas present to myself: changed regrtest in two ways:
Tim Peters
2000-12-30
1
-4/+30
*
Update the code to better reflect recommended style:
Fred Drake
2000-12-12
1
-1/+1
*
Make reindent.py happy (convert everything to 4-space indents!).
Fred Drake
2000-10-23
1
-3/+3
*
Make the regrtest.py -l (findleaks) option considerably less obnoxious.
Neil Schemenauer
2000-10-13
1
-4/+10
*
- Replace debugleak flag with findleaks flag. The new SAVEALL GC option is
Neil Schemenauer
2000-09-22
1
-6/+14
*
When skipping a test, do not include a spurious space between the exception
Fred Drake
2000-08-23
1
-1/+1
*
When a KeyboardInterrupt is caught, just use the "raise" syntax to
Fred Drake
2000-08-18
1
-2/+2
*
Add largefile support for Linux64 and WIn64. Add test_largefile and some minor
Trent Mick
2000-08-11
1
-7/+12
*
Make test_support.TestSkipped errors work the same way as ImportErrors:
Thomas Wouters
2000-08-04
1
-1/+1
*
Added a -l/--leakdebug option which turns on DEBUG_LEAK if the gc
Barry Warsaw
2000-08-03
1
-12/+23
*
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
Thomas Wouters
2000-07-16
1
-1/+1
*
fix bug #42 reported by Andrew Dalke
Jeremy Hylton
2000-07-11
1
-0/+2
*
* added a randomize flag and corresponding -r command line argument that
Skip Montanaro
2000-06-30
1
-8/+13
[next]