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
*
Feature request #935915: Add os.path.devnull.
Martin v. Löwis
2004-06-08
1
-0/+9
*
SF 952807: Unpickling pickled instances of subclasses of datetime.date,
Tim Peters
2004-06-07
1
-0/+34
*
Try to improve test coverage for utime()
Neal Norwitz
2004-06-06
1
-0/+4
*
Look for the multibyte codec map files in the parent directory too
Neal Norwitz
2004-06-06
1
-2/+7
*
add -L flag to cause leaks(1) command to run just before exit
Skip Montanaro
2004-06-06
1
-2/+13
*
Remove a number of tests that differ only in input data size. It seems
Neil Schemenauer
2004-06-05
1
-161/+59
*
Remove lots of magic constants.
Neil Schemenauer
2004-06-05
1
-23/+38
*
Rewrote to use temporary files instead of StringIO objects in most places.
Skip Montanaro
2004-06-05
1
-113/+253
*
[Bug #921657] Allow '@' in unquoted HTML attributes. Not strictly legal acco...
Andrew M. Kuchling
2004-06-05
1
-0/+4
*
[Bug #954364] inspect.getframeinfo() sometimes produces incorrect traceback l...
Andrew M. Kuchling
2004-06-05
1
-2/+2
*
Fix a bug that robotparser starves memory when the server responses
Hye-Shik Chang
2004-06-05
1
-0/+34
*
[Bug #841757] Exercise handling of Unicode strings
Andrew M. Kuchling
2004-06-05
1
-0/+2
*
Refactored site.py into functions. Also moved over to using sets.
Brett Cannon
2004-06-05
1
-0/+199
*
Reuse width/iswide tests from strings_test. (Suggested by Walter Dörwald)
Hye-Shik Chang
2004-06-04
1
-21/+2
*
Fix typo.
Hye-Shik Chang
2004-06-04
1
-1/+1
*
Add iswide() and width() method for UserString according as the
Hye-Shik Chang
2004-06-04
2
-1/+27
*
SF #965425: fix so hyphenated words surrounded by punctuation are
Greg Ward
2004-06-03
1
-1/+18
*
Rename class attribute containing the class to be tested, so the name is the
Walter Dörwald
2004-06-02
5
-16/+16
*
Remove pre module
Andrew M. Kuchling
2004-06-02
1
-3/+0
*
- SF #962502: Add two more methods for unicode type; width() and
Hye-Shik Chang
2004-06-02
1
-0/+20
*
Copyright year changed
Vinay Sajip
2004-06-02
1
-1/+1
*
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
[next]