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
*
test_hash(): The test here is different enough from the one in the bug
Tim Peters
2004-06-01
1
-3/+7
*
[Bug #962631] Fix typo reported by Bryan Blackburn
Andrew M. Kuchling
2004-06-01
1
-1/+1
*
SF bug #942952: Weakness in tuple hash
Raymond Hettinger
2004-06-01
1
-0/+19
*
Patch #963318: Add support for client-side cookie management.
Martin v. Löwis
2004-05-31
2
-23/+1696
*
Port the dictionary tests from test_types.py to unittest. Collect as much
Walter Dörwald
2004-05-31
7
-361/+705
*
Add weakref support to sockets and re pattern objects.
Raymond Hettinger
2004-05-31
2
-0/+22
*
Add weakref support to array.array and file objects.
Raymond Hettinger
2004-05-31
2
-0/+25
*
Make sets and deques weak referencable.
Raymond Hettinger
2004-05-30
2
-0/+15
*
* teach repr.repr() about collections.deque()
Raymond Hettinger
2004-05-21
1
-0/+4
*
* Updated repr.py to handle set() and frozenset().
Raymond Hettinger
2004-05-21
1
-0/+14
*
Add a test to verify an early call to iter() on the outermost for
Raymond Hettinger
2004-05-20
1
-0/+9
*
SF patch #872326: Generator expression implementation
Raymond Hettinger
2004-05-19
4
-1/+304
*
ConfigParser:
Fred Drake
2004-05-18
2
-0/+23
*
ConfigParser:
Fred Drake
2004-05-18
1
-0/+31
*
ConfigParser:
Fred Drake
2004-05-18
1
-4/+4
*
test_alias_nofallback(): Someone broke this test, after 2.3, by
Tim Peters
2004-05-16
1
-2/+18
*
SF #847346: merge from release23-maint branch: remove misguided
Greg Ward
2004-05-13
1
-4/+42
*
Make sure "del d[n]" is properly supported. Was necessary because the
Raymond Hettinger
2004-05-12
1
-3/+14
*
Temporarily disable doctest until genexps are in CVS
Raymond Hettinger
2004-05-10
1
-1/+1
*
Add more examples.
Raymond Hettinger
2004-05-09
1
-0/+51
*
SF #950057: itertools.chain doesn't "process" exceptions as they occur
Raymond Hettinger
2004-05-08
1
-0/+30
*
Fix _sre.CODESIZE on 64-bit machines in UCS-4 mode. Fixes #931848.
Martin v. Löwis
2004-05-07
1
-0/+9
*
Do not use the default namespace for attributes.
Martin v. Löwis
2004-05-02
1
-0/+14
*
Add a test script for the colorsys module.
Walter Dörwald
2004-04-28
1
-0/+76
*
SF #926075: Fixed the bug that returns a wrong pattern object for
Hye-Shik Chang
2004-04-20
1
-0/+8
*
Special case normalization of empty strings. Fixes #924361.
Martin v. Löwis
2004-04-17
1
-0/+1
*
* Add unittests for iterators that report their length
Raymond Hettinger
2004-04-12
1
-0/+245
*
Fixes for AF_UNIX support on OS/2:
Andrew MacIntyre
2004-04-11
1
-4/+19
*
If a file is opened with an explicit buffer size >= 1, repeated
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
*
When /tmp has certain sticky bits set, newly created subdirectories
Guido van Rossum
2004-03-31
1
-0/+1
*
SF bug 924242: socket._fileobject._getclosed() returns wrong value
Tim Peters
2004-03-28
1
-0/+8
*
Fix test failure for test_tcl on OS/X and Windows if a
David Ascher
2004-03-26
1
-7/+1
*
Marshal clean-up (SF patch #873224)
Armin Rigo
2004-03-26
1
-0/+5
*
Ensure super() lookup of descriptor from classmethod works (SF #743627)
Phillip J. Eby
2004-03-25
1
-0/+14
*
Enable the profiling of C functions (builtins and extensions)
Nicholas Bastin
2004-03-24
2
-2/+14
*
Add test case for unicode(somestring, "idna").
Martin v. Löwis
2004-03-24
1
-1/+6
*
Added global runctx function to profile to fix SF Bug #716587
Nicholas Bastin
2004-03-22
2
-6/+20
*
The fix in ceval.c 2.386 allows iteration-by-iteration line tracing even in
Armin Rigo
2004-03-22
1
-0/+23
*
Fix (really) for tight loop line events
Nicholas Bastin
2004-03-22
1
-1/+2
*
Test for tight loop line event fix, SF bug #765624
Nicholas Bastin
2004-03-22
1
-0/+25
*
Test for lack of implicit return line event
Nicholas Bastin
2004-03-22
1
-9/+27
*
SF bug 847019 datetime.datetime initialization needs more strict checking
Tim Peters
2004-03-21
1
-0/+20
*
Normalized files in test_unicode_file to eliminate failure on OSX
Nicholas Bastin
2004-03-21
1
-9/+29
*
Deal with case of when locale time values has characters that can be mistaken
Brett Cannon
2004-03-20
1
-2/+14
*
Limit the nesting depth of a tuple passed as the second argument to
Brett Cannon
2004-03-20
1
-1/+18
*
commit the portion of PyXML patch #919008 that is relevant to the
Fred Drake
2004-03-20
1
-0/+35
*
Port test_binascii.py to PyUnit and enhance tests.
Walter Dörwald
2004-03-15
2
-152/+149
*
SF feature request #686323: Minor array module enhancements
Raymond Hettinger
2004-03-14
1
-0/+7
*
SF bug #910986: copy.copy fails for array.array
Raymond Hettinger
2004-03-13
1
-0/+7
[next]