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 59680-59695 via svnmerge from
Christian Heimes
2008-01-04
1
-1/+1
*
Fixed two small problems in regrtest found by Amaury. This fixes issue #1539....
Christian Heimes
2007-12-05
1
-2/+3
*
Removed PyInt_GetMax and sys.maxint
Christian Heimes
2007-12-04
1
-1/+1
*
Merged revisions 59245-59254 via svnmerge from
Christian Heimes
2007-12-01
1
-4/+6
*
abc's are subclasses of _Abstract, not instances.
Christian Heimes
2007-11-30
1
-2/+2
*
Fixed problem with regrtest caused by the additional of objects to _abcoll.
Christian Heimes
2007-11-30
1
-1/+6
*
remove now-obsolete test_socket_ssl
Bill Janssen
2007-11-17
1
-12/+0
*
Merged revisions 58886-58929 via svnmerge from
Guido van Rossum
2007-11-10
1
-4/+3
*
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum
2007-11-06
1
-2/+10
*
Merged revisions 58221-58741 via svnmerge from
Guido van Rossum
2007-11-01
1
-0/+1
*
Patch # 1331 by Christian Heimes.
Guido van Rossum
2007-10-26
1
-0/+1
*
Patch # 1302 by Christian Heimes (with some love from me :-).
Guido van Rossum
2007-10-25
1
-0/+9
*
Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from
Thomas Wouters
2007-09-19
1
-3/+7
*
Revert 57722. Move error dialog APIs to msvcrt instead,
Martin v. Löwis
2007-08-31
1
-2/+18
*
Merged revisions 57620-57771 via svnmerge from
Thomas Wouters
2007-08-30
1
-0/+1
*
Rename __whatever variables defined by ABCMeta to _abc_whatever, so as
Guido van Rossum
2007-08-20
1
-4/+4
*
Make the cleanup between -R passes deal better with ABC registries,
Guido van Rossum
2007-08-18
1
-9/+12
*
Allow -R4:3 instead of -R4:3: -- I never use the 3rd arg.
Guido van Rossum
2007-08-17
1
-7/+7
*
Change the usage() function. Don't print the entire multi-page
Guido van Rossum
2007-08-17
1
-10/+11
*
some RiscOS stuff I missed before (was only looking for "RISCOS")
Skip Montanaro
2007-08-17
1
-27/+0
*
Remove RISCOS support
Skip Montanaro
2007-08-16
1
-2/+2
*
Add -s/--start option that makes it easier to run the tests in batches
Neal Norwitz
2007-08-12
1
-3/+19
*
Make sure to flush output when writing dots during -R runs
Neal Norwitz
2007-08-12
1
-0/+1
*
SF patch# 1770008 by Christian Heimes (plus some extras).
Guido van Rossum
2007-08-09
1
-2/+2
*
Merged revisions 56492-56752 via svnmerge from
Guido van Rossum
2007-08-05
1
-3/+0
*
Merged revisions 56301-56442 via svnmerge from
Guido van Rossum
2007-07-18
1
-135/+25
*
Merged revisions 55962-56019 via svnmerge from
Guido van Rossum
2007-06-18
1
-3/+6
*
Merged revisions 55817-55961 via svnmerge from
Guido van Rossum
2007-06-13
1
-1/+5
*
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
[next]