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
*
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
*
Backport of fix for [ 765456 ]: testAFakeZlib failed on platforms that use
Just van Rossum
2003-11-18
1
-0/+7
*
subtype_dealloc(): A more complete fix for critical bug 840829 +
Tim Peters
2003-11-13
1
-0/+19
*
Backport of fix for SF bug 840829, memory corruption in some cases of
Tim Peters
2003-11-13
1
-0/+20
*
Overallocate target buffer for normalization more early. Fixes #834676.
Martin v. Löwis
2003-11-06
1
-0/+3
*
On RH10, the PIE additions to gcc mean that id() can sometimes be a very
Anthony Baxter
2003-11-06
1
-1/+4
*
get tests working again. partial backport of 1.46 - I fixed the
Anthony Baxter
2003-11-04
1
-7/+9
*
Patch #830858: Correct the number of is-functions.
Martin v. Löwis
2003-10-31
1
-0/+4
*
Backport checkin:
Walter Dörwald
2003-10-24
1
-0/+12
*
Patch #813200: Quote executable path on Windows. Fixes #811082.
Martin v. Löwis
2003-10-23
1
-2/+10
*
Backport checkin:
Walter Dörwald
2003-10-20
4
-4/+4
*
Revert previous checkin, as it breaks on Unix.
Martin v. Löwis
2003-10-18
1
-6/+2
*
Patch #813200: Properly quote executable on Windows. Fixes #811082.
Martin v. Löwis
2003-10-18
1
-2/+6
*
SF bug #812202: randint is always even
Raymond Hettinger
2003-10-05
1
-0/+32
*
Adopt Christian Stork's suggested argument order for quantifier examples.
Raymond Hettinger
2003-10-05
1
-11/+11
*
Backport Tim's fix to test_winsound.py
Raymond Hettinger
2003-09-22
1
-1/+12
*
Backport Tim's fix to SF #809915.
Raymond Hettinger
2003-09-21
1
-1/+8
*
Fix documentation bugs.
Raymond Hettinger
2003-09-16
1
-73/+158
*
Backport addition of the __all__ attribute for unittest.py
Raymond Hettinger
2003-09-16
1
-1/+2
*
**kwds arg was missing from __init__ for Dict{Reader,Writer} classes.
Skip Montanaro
2003-09-06
1
-0/+7
*
SF bug #801342: Bug (documentation or real, your choice) in random.sample.
Raymond Hettinger
2003-09-05
1
-0/+11
*
Only apply case-insensitivity test on appropriate platforms.' test_filecmp.py
Raymond Hettinger
2003-09-02
1
-2/+6
*
SF bug #453515: filecmp.dircmp case sensitivity bug
Raymond Hettinger
2003-09-02
1
-2/+6
*
Fix failing test
Raymond Hettinger
2003-09-02
1
-1/+1
*
SF bug #785222: zlib monotonic test
Raymond Hettinger
2003-08-31
1
-11/+0
*
* Add news item for the previous bugfix
Raymond Hettinger
2003-08-30
1
-4/+13
*
SF bug 797650: Infinite loop in textwrap.py
Raymond Hettinger
2003-08-30
1
-0/+10
*
SF bug #793826: using itertools.izip to mutate tuples
Raymond Hettinger
2003-08-29
1
-1/+32
[next]