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
*
Merged revisions 55631-55794 via svnmerge from
Guido van Rossum
2007-06-06
1
-4/+2
*
Merged revisions 55407-55513 via svnmerge from
Guido van Rossum
2007-05-22
1
-9/+6
*
Merged revisions 55342-55406 via svnmerge from
Guido van Rossum
2007-05-17
1
-6/+2
*
Merged revisions 55328-55341 via svnmerge from
Guido van Rossum
2007-05-15
1
-3/+0
*
Merged revisions 55325-55327 via svnmerge from
Guido van Rossum
2007-05-14
1
-2/+3
*
Merged revisions 55225-55227,55229-55269 via svnmerge from
Guido van Rossum
2007-05-11
1
-99/+0
*
Don't insist on cStringIO.
Guido van Rossum
2007-05-09
1
-2/+2
*
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum
2007-04-27
1
-1/+1
*
Move test_unittest, test_doctest and test_doctest2 higher up in the test order
Collin Winter
2007-03-08
1
-0/+3
*
Add -d/--debug option to print traceback without -v/--verbose.
Guido van Rossum
2007-02-26
1
-7/+14
*
Fix an unfortunate mis-conversion: sometimes "print x," must be
Guido van Rossum
2007-02-09
1
-3/+3
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
1
-52/+52
*
Rip out 'long' and 'L'-suffixed integer literals.
Guido van Rossum
2007-01-15
1
-1/+1
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
1
-5/+5
*
Get rid of dict.has_key(). Boy this has a lot of repercussions!
Guido van Rossum
2006-08-18
1
-1/+0
*
test_bsddb runs fine on darwin.
Guido van Rossum
2006-08-18
1
-1/+0
*
Quite a few fixes to make the library and test suite more robust when
Guido van Rossum
2006-08-17
1
-6/+0
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
1
-3/+83
*
Merge the rest of the trunk.
Thomas Wouters
2006-06-08
1
-59/+74
*
Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn
Thomas Wouters
2006-06-08
1
-0/+3
*
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters
2006-05-27
1
-2/+28
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-2/+65
*
Merge trunk up to 43069, putting re.py back and hopefully making the branch
Thomas Wouters
2006-04-21
1
-2/+2
*
Merge part of the trunk changes into the p3yk branch. This merges from 43030
Thomas Wouters
2006-04-21
1
-3/+0
*
When the new -w option (yay! great idea) reruns a
Tim Peters
2006-03-10
1
-0/+2
*
Add regrtest -w option.
Martin v. Löwis
2006-03-10
1
-3/+20
*
Instead of printing the exception when you interrupt a test (Ctrl-C),
Neal Norwitz
2006-02-28
1
-1/+9
*
Patch #1276356: Implement new resource "urlfetch" for regrtest.
Hye-Shik Chang
2005-12-10
1
-21/+3
*
Cleanup a bit more references so test_urllibnet is stable (test_urllib2 is so...
Neal Norwitz
2005-11-25
1
-2/+4
*
- Changes donated by Elemental Security to make it work on AIX 5.3
Guido van Rossum
2005-09-14
1
-0/+28
*
[ sf.net patch # 1121611 ]
Gregory P. Smith
2005-08-21
1
-0/+3
*
Add support for FreeBSD 7.
Hye-Shik Chang
2005-07-17
1
-0/+1
*
yet another cache to clear when leak hunting.
Michael W. Hudson
2005-06-14
1
-0/+2
*
Add untokenize() function to allow full round-trip tokenization.
Raymond Hettinger
2005-06-10
1
-1/+3
*
Whitespace normalization.
Tim Peters
2005-03-28
1
-1/+1
*
Only run extensive subprocess tests if -usubprocess to regrtest is specified....
Peter Astrand
2005-03-03
1
-1/+3
*
Patch #1050475: Fix various x86_64 build issues
Martin v. Löwis
2004-11-13
1
-0/+4
*
Add options to regrtest.py to make it possible to specify where to put
Walter Dörwald
2004-11-12
1
-8/+18
*
Missed some occurrences of test_mpz
Andrew M. Kuchling
2004-08-31
1
-3/+0
*
Remove tests for mpz, rotor, xreadlines
Andrew M. Kuchling
2004-08-31
1
-4/+0
*
Add support for FreeBSD 6.
Hye-Shik Chang
2004-08-18
1
-0/+5
*
Report refleaks to stderr as the tests run as well as logging them
Michael W. Hudson
2004-08-12
1
-0/+2
*
Add a trivial test for the compiler package, guarded by compiler resource.
Jeremy Hylton
2004-08-07
1
-1/+5
*
test_threadsignals is an expected skip on win32.
Tim Peters
2004-08-04
1
-0/+1
*
Check in my refleak hunting code.
Michael W. Hudson
2004-08-03
1
-19/+91
*
Patch #995782: Add FreeBSD 5 expectations. Will backport to 2.3.
Martin v. Löwis
2004-07-26
1
-0/+1
*
test_codecmaps_hk is also expected to be skipped when a mapping file
Hye-Shik Chang
2004-07-19
1
-1/+2
*
Move Decimal from the sandbox into production.
Raymond Hettinger
2004-07-01
1
-1/+5
*
add -L flag to cause leaks(1) command to run just before exit
Skip Montanaro
2004-06-06
1
-2/+13
*
Patch #868499, adds -T option for code coverage. The implementation is a
Barry Warsaw
2004-02-07
1
-30/+51
[next]