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
*
Complete the absolute import patch for the test suite. All relative
Barry Warsaw
2002-07-30
1
-3/+23
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
1
-2/+1
*
Add missing comma.
Jeremy Hylton
2002-07-17
1
-1/+1
*
Add a rather generous set of tests allowed to be skipped on sunos5.
Guido van Rossum
2002-07-17
1
-0/+23
*
Whitespace normalization.
Tim Peters
2002-07-16
1
-27/+27
*
printlist(): Replaced the guts with a call to textwrap. Yay!
Tim Peters
2002-07-04
1
-30/+19
*
Patch #488073: AtheOS port.
Martin v. Löwis
2002-06-11
1
-0/+28
*
Added -t (--threshold) option to call gc.set_threshold(N).
Guido van Rossum
2002-06-07
1
-25/+30
*
regrtest has a new
Tim Peters
2002-06-02
1
-7/+34
*
Fred's recent changes to support "-u all" resulted in subset resource
Andrew MacIntyre
2002-04-30
1
-1/+1
*
test_resource has no chance of running on Windows.
Tim Peters
2002-04-23
1
-0/+1
*
Enable universal newlines on Windows. Note that NEWS needs more words!
Tim Peters
2002-04-21
1
-1/+0
*
Expect test_email_codecs to be skipped -- few users or developers will
Guido van Rossum
2002-04-16
1
-0/+1
*
OK, don't call resetwarnings().
Tim Peters
2002-04-16
1
-2/+0
*
It makes more sense to call resetwarnings() after every test runs than
Tim Peters
2002-04-16
1
-0/+2
*
I expect test_univnewlines to be skipped on Windows. I expect this
Tim Peters
2002-04-15
1
-0/+1
*
Clean up the "all" support for -u.
Fred Drake
2002-04-11
1
-1/+2
*
I don't expect test_email_codecs to run on Windows.
Tim Peters
2002-04-11
1
-0/+1
*
Added the resource name "all" to enable all of the optional resource uses.
Fred Drake
2002-04-11
1
-2/+11
*
We expect to skip the new test_mpz on Windows.
Tim Peters
2002-04-01
1
-1/+5
*
first cut at skip-list for hp-ux 11 based upon input from Bill Lawler at HP.
Skip Montanaro
2002-03-15
1
-0/+30
*
Fix typo
Neal Norwitz
2002-02-08
1
-1/+1
*
Added test_socketserver and test_unicode_file to tests expected to be
Jack Jansen
2001-12-14
1
-0/+2
*
sys.platform on Mac OS X is now "darwin", without any version number appended.
Jack Jansen
2001-12-05
1
-1/+1
*
Added tests expected to be skipped on Mac OS X.
Jack Jansen
2001-12-02
1
-0/+21
*
Merged changes made on r22b2-branch between r22b2 and r22b2-mac (the
Jack Jansen
2001-11-30
1
-0/+1
*
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
[next]