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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert r52798, r52803, r52824, r54342, as they don't fix
Martin v. Löwis
2008-03-02
1
-18/+1
*
Add extra SHA tests
Andrew M. Kuchling
2006-11-20
1
-1/+18
*
Back port from 2.4 branch:
Barry Warsaw
2006-05-01
1
-0/+10
*
For reference, add tests for PCRE fix; the tests aren't run by default becaus...
Andrew M. Kuchling
2005-08-31
1
-0/+18
*
sligtly strengthen unit tests for copy.py
Alex Martelli
2005-02-07
1
-1/+27
*
fix bug 1114776
Alex Martelli
2005-02-06
1
-0/+17
*
copy.py fixed to first lookup __copy__ from the instance being copied,
Anthony Baxter
2005-01-25
1
-1/+57
*
Use zlib test suite from the trunk (rev. 2.67) on the 2.3 maintenance branch
Andrew M. Kuchling
2004-12-28
1
-170/+93
*
Backport of fix for bug #1083645; skip test_imp if threading is not available.
Brett Cannon
2004-12-18
1
-1/+5
*
Don't have test_mkalias_relative exexute if sys.prefix does not exist.
Brett Cannon
2004-12-06
1
-0/+2
*
SF 1055820: weakref callback vs gc vs threads
Tim Peters
2004-10-31
1
-0/+199
*
Backport of fix for bug of year/<week of year>/<day of week> calculation that
Brett Cannon
2004-10-28
1
-4/+18
*
Add support for using %U and %W in strptime when year and day of the week are
Brett Cannon
2004-10-18
1
-0/+24
*
Fix for SF bug #1029475 : reload() doesn't work with PEP 302 loaders.
Phillip J. Eby
2004-09-23
1
-2/+16
*
backport ipv6 address fix
Skip Montanaro
2004-09-16
1
-0/+12
*
Backport [ 1010677 ] thread Module Breaks PyGILState_Ensure()
Mark Hammond
2004-09-01
1
-0/+3
*
- Bug #891637, patch #1005466: fix inspect.getargs() crash on def foo((bar)).
Matthias Klose
2004-08-15
1
-0/+8
*
Patch #995782: Add FreeBSD 5 expectations.
Martin v. Löwis
2004-07-26
1
-0/+1
*
Remove test for #919008. Users may have old PyXML versions installed,
Martin v. Löwis
2004-07-18
1
-35/+0
*
Backport:
Guido van Rossum
2004-07-14
1
-0/+1
*
ntpath now compresses erroneous slashes between the drive letter and rest of
Brett Cannon
2004-07-10
1
-6/+5
*
Raise an exception when trying to use shutil.move() to move a directory into
Brett Cannon
2004-06-19
1
-2/+13
*
SF 952807: Unpickling pickled instances of subclasses of
Tim Peters
2004-06-07
1
-0/+33
*
[Bug #954364] inspect.getframeinfo() sometimes produces incorrect traceback l...
Andrew M. Kuchling
2004-06-05
1
-2/+2
*
[Bug #841757] Patch from /F to allow Unicode strings as struct keys
Andrew M. Kuchling
2004-06-05
1
-0/+2
*
SF #965425: add WrapTestCase.test_punct_hyphens() to ensure that
Greg Ward
2004-06-03
1
-1/+18
*
[Bug #962631] Fix typo reported by Bryan Blackburn
Andrew M. Kuchling
2004-06-01
1
-1/+1
*
SF #847346: add test_fix_sentence_endings() to ensure that sentence
Greg Ward
2004-05-13
1
-4/+42
*
SF #950057: itertools.chain doesn't "process" exceptions as they occur
Raymond Hettinger
2004-05-08
1
-0/+30
*
SF #926075: Fixed the bug that returns a wrong pattern object for
Hye-Shik Chang
2004-04-20
1
-0/+8
*
Backport to 2.3:
Andrew MacIntyre
2004-04-11
1
-4/+19
*
Backport to 2.3:
Andrew MacIntyre
2004-04-04
1
-0/+17
*
Fix support for the "prog" keyword to the OptionParser constructor, as well
Fred Drake
2004-04-01
1
-0/+16
*
Backport 1.17:
Guido van Rossum
2004-03-31
1
-0/+1
*
Ensure super() lookup of descriptor from classmethod works (SF ID# 743627)
Phillip J. Eby
2004-03-25
1
-0/+14
*
Fix test_strftime.py to escape locale time values that have characters that
Brett Cannon
2004-03-20
1
-2/+14
*
Raise RuntimeError if the second argument to isinstance() or issubclass()
Brett Cannon
2004-03-20
1
-0/+19
*
commit the portion of PyXML patch #919008 that is relevant to the
Fred Drake
2004-03-20
1
-0/+35
*
Backport checkin:
Walter Dörwald
2004-03-15
2
-152/+149
*
adding passing test. testing for g(*Nothing()) where Nothing is a user-define...
Samuele Pedroni
2004-02-21
2
-0/+26
*
Backport checkin:
Walter Dörwald
2004-02-06
1
-1/+1
*
Backport checkin:
Walter Dörwald
2004-02-05
1
-0/+1
*
Allocating a new weakref object can cause existing weakref objects for
Fred Drake
2004-02-04
1
-0/+32
*
- add tests that exercise fixes for the PyWeakref_NewRef() and
Fred Drake
2004-02-03
1
-0/+49
*
backport:
Guido van Rossum
2003-12-03
1
-2/+2
*
Add testcases for _winreg segfault (SF 851056).
Guido van Rossum
2003-11-30
1
-1/+3
*
backport:
Anthony Baxter
2003-11-30
1
-1/+1
*
test_guess_all_types(): Use a more robust test for checking that
Barry Warsaw
2003-11-23
1
-4/+7
*
Reverted from rev 1.45.6.1 to rev 1.45: deep recursion is still part of
Tim Peters
2003-11-22
1
-9/+7
*
SF bug 839548: Bug in type's GC handling causes segfaults.
Tim Peters
2003-11-20
1
-0/+205
[next]