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
*
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
*
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
*
SF patch #736962: Port tests to unittest (Part 2)
Raymond Hettinger
2003-09-02
1
-12/+90
*
SF bug #785222: zlib monotonic test
Raymond Hettinger
2003-08-31
1
-11/+0
*
SF patch #736962: Port tests to unittest
Raymond Hettinger
2003-08-30
5
-33/+145
*
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
*
Add tests for meta- bit set
Andrew M. Kuchling
2003-08-29
1
-1/+4
*
Add simple unit test for ascii.unctrl() function
Andrew M. Kuchling
2003-08-29
1
-0/+13
*
Make sure parentheses are escaped when used in the format string.
Brett Cannon
2003-08-29
1
-0/+9
*
SF bug #795506: Wrong handling of string format code for float values.
Raymond Hettinger
2003-08-27
1
-0/+1
*
test_largefile can leave its temp file open if one of many tests fail. On
Jason Tishler
2003-08-26
1
-73/+81
*
Improvements to set.py:
Raymond Hettinger
2003-08-17
1
-11/+133
*
Keep doctests in sync with the docs.
Raymond Hettinger
2003-08-16
1
-5/+5
*
Make a copy of L before appending, so the global L remains
Walter Dörwald
2003-08-15
1
-4/+4
*
Fix for
Michael W. Hudson
2003-08-15
1
-0/+31
*
[Patch #739124] Add use_default_colors() to curses module
Andrew M. Kuchling
2003-08-13
1
-0/+3
*
Add a unicode prefix to the characters in the UnicodeEncodeError and
Walter Dörwald
2003-08-12
1
-9/+9
*
Enhance message for UnicodeEncodeError and UnicodeTranslateError.
Walter Dörwald
2003-08-12
1
-3/+35
*
Fix bug in test_bad_timezone where test was assuming locale knew of PDT.
Brett Cannon
2003-08-11
1
-2/+3
*
Unconditionally opening the temp file in text mode causes this test to fail
Jason Tishler
2003-08-11
1
-2/+5
*
Fix handling of bad locale setup where time.tzname[0] == time.tzname[1] and
Brett Cannon
2003-08-11
1
-0/+20
*
SF bug #778964: bad seed in python 2.3 random
Raymond Hettinger
2003-08-09
1
-1/+1
[next]