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
*
subtype_dealloc(): A more complete fix for critical bug 840829 +
Tim Peters
2003-11-13
1
-0/+19
*
Patch #839877: Remove unused lambda expression.
Martin v. Löwis
2003-11-13
1
-4/+0
*
SF bug 840829: weakref callbacks and gc corrupt memory.
Tim Peters
2003-11-12
1
-0/+20
*
Improve the implementation of itertools.tee().
Raymond Hettinger
2003-11-12
1
-24/+31
*
Update test to handle list.__reversed__().
Raymond Hettinger
2003-11-08
1
-0/+1
*
Convert heapq.py to a C implementation.
Raymond Hettinger
2003-11-08
1
-1/+0
*
Overallocate target buffer for normalization more early. Fixes #834676.
Martin v. Löwis
2003-11-06
1
-0/+3
*
Implement and apply PEP 322, reverse iteration
Raymond Hettinger
2003-11-06
1
-1/+19
*
* Use weakref's of DBCursor objects for the iterator cursors to avoid a
Gregory P. Smith
2003-11-03
1
-3/+76
*
* Fix the singlethreaded deadlocks occurring in the simple bsddb interface.
Gregory P. Smith
2003-11-02
1
-1/+52
*
Patch #830858: Correct the number of is-functions. Backported to 2.3 and 2.2.
Martin v. Löwis
2003-10-31
1
-0/+4
*
Update test to include "sorted" in dir(list).
Raymond Hettinger
2003-10-29
1
-1/+2
*
Add list.sorted() classmethod.
Raymond Hettinger
2003-10-29
1
-0/+58
*
Deleting cyclic object comparison.
Armin Rigo
2003-10-28
4
-69/+43
*
Replace the window() example with pairwise() which demonstrates tee().
Raymond Hettinger
2003-10-26
1
-13/+10
*
Minor improvements to itertools.tee():
Raymond Hettinger
2003-10-26
1
-0/+12
*
Fix a bug in the memory reallocation code of PyUnicode_TranslateCharmap().
Walter Dörwald
2003-10-24
1
-0/+12
*
Added itertools.tee()
Raymond Hettinger
2003-10-24
1
-61/+130
*
Patch #813200: Quote executable path on Windows. Fixes #811082.
Martin v. Löwis
2003-10-23
1
-2/+10
*
Fix a bunch of typos in documentation, docstrings and comments.
Walter Dörwald
2003-10-20
4
-4/+4
*
Implemented non-recursive SRE matching.
Gustavo Niemeyer
2003-10-17
1
-7/+7
*
* list.sort() now supports three keyword arguments: cmp, key, and reverse.
Raymond Hettinger
2003-10-16
1
-45/+101
*
Add test__locale to expected skip list for Darwin.
Brett Cannon
2003-10-13
1
-0/+1
*
Patch #810914: Return absolute path for mkstemp. Fixes #810408.
Martin v. Löwis
2003-10-12
1
-1/+7
*
see rev. 1.13 for log message
Brett Cannon
2003-10-12
1
-5/+2
*
Fix for SF bug [ 817156 ] invalid \U escape gives 0=length unistr.
Jeremy Hylton
2003-10-06
1
-0/+7
*
Adopt Christian Stork's suggested argument order for the logic quantifiers.
Raymond Hettinger
2003-10-05
1
-11/+11
*
SF bug #812202: randint is always even
Raymond Hettinger
2003-10-05
1
-0/+78
*
Make the fieldnames argument optional in the DictReader. If self.fieldnames
Skip Montanaro
2003-10-03
1
-1/+10
*
Add more identity tests.
Raymond Hettinger
2003-09-24
1
-0/+11
*
PlaySoundTest.test_alias_nofallback(): Simplified the coding by using
Tim Peters
2003-09-22
1
-7/+2
*
PlaySoundTest.test_alias_fallback(): Disabled this test, and explained
Tim Peters
2003-09-22
1
-1/+12
*
Improve and expand identity tests.
Raymond Hettinger
2003-09-21
1
-11/+18
*
SF patch 809915: Fix bogus address to hopefully always break.
Tim Peters
2003-09-20
1
-1/+8
*
test__locale (two underscores) can't pass on Windows: RADIXCHAR doesn't
Tim Peters
2003-09-20
1
-0/+1
*
Patch #707167: Pass dircache exceptions to the caller. Fixes #682813.
Martin v. Löwis
2003-09-20
1
-1/+1
*
SF patch #806246: use basestring where possible
Raymond Hettinger
2003-09-17
1
-1/+1
*
Test __all__ for unittest.py
Raymond Hettinger
2003-09-16
1
-1/+2
*
* Converted test to unittest format.
Raymond Hettinger
2003-09-13
1
-85/+158
*
Simplify doctest of tee().
Raymond Hettinger
2003-09-13
1
-6/+2
*
Patch #790000: Allow os.access to handle Unicode file name.
Martin v. Löwis
2003-09-12
1
-0/+1
*
SF #662923
Raymond Hettinger
2003-09-12
1
-6/+18
*
Oops. Really fix the indentation problem this time.
Jeremy Hylton
2003-09-10
1
-13/+13
*
Fix inconsistent mix of tabs and spaces that caused test to fail.
Jeremy Hylton
2003-09-10
1
-5/+4
*
Add an example to address a common question of how to split iterators.
Raymond Hettinger
2003-09-08
1
-4/+30
*
SF bug 801631: file.truncate fault on windows.
Tim Peters
2003-09-07
1
-0/+28
*
**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-06
1
-0/+10
*
SF bug #800796: Difference between hash() and __hash__()
Raymond Hettinger
2003-09-05
1
-0/+5
*
Patch #798145: Return correct information from nl_langinfo(RADIXCHAR).
Martin v. Löwis
2003-09-04
1
-0/+34
[next]