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 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
*
SF bug #770485: cStringIO does not set closed attr
Raymond Hettinger
2003-08-08
1
-0/+10
*
Modified itertools.izip() to match the behavior of __builtin__.zip()
Raymond Hettinger
2003-08-08
1
-1/+6
*
Re-sync doc tests with the doc updates.
Raymond Hettinger
2003-08-08
1
-3/+7
*
Repair refcounting on error return from type_set_bases.
Michael W. Hudson
2003-08-07
1
-0/+7
*
Demonstrate and fix [ 783882 ] os.lstat crashes with Unicode filename.
Mark Hammond
2003-08-06
1
-0/+2
*
Remove useless import.
Walter Dörwald
2003-08-05
1
-1/+1
*
Check both __div__ and __truediv__ in division tests.
Walter Dörwald
2003-08-05
1
-1/+9
*
Support trailing dots in DNS names. Fixes #782510. Will backport to 2.3.
Martin v. Löwis
2003-08-05
1
-0/+4
*
Correct URL of normalization file. Fixes #781065. Will backport to 2.3.
Martin v. Löwis
2003-08-05
1
-2/+2
*
Re-introduce caching of TimeRE and compiled regexes with added thread-safety.
Brett Cannon
2003-08-05
1
-60/+54
*
protect against test problems with Jython
Skip Montanaro
2003-08-03
1
-6/+7
*
added test for bug 782369
Skip Montanaro
2003-08-03
1
-0/+9
*
more extension marshal tests and conversion to unittest - was surprised to
Skip Montanaro
2003-08-02
1
-39/+183
*
As discussed on python-dev, changed builtin.zip() to handle zero arguments
Raymond Hettinger
2003-08-02
2
-2/+6
*
Remove caching of TimeRE (and thus LocaleTime) instance. Error was being
Brett Cannon
2003-07-24
1
-7/+10
*
Restored commented-out line checked in by mistake.
Tim Peters
2003-07-23
1
-1/+1
*
locale-restoration code: Don't leave comparison to None implicit. For
Tim Peters
2003-07-23
2
-2/+2
*
Fred wasn't kidding -- there really are docs for the locale module <wink>.
Tim Peters
2003-07-23
1
-11/+20
*
Fix error in test of not comparing against 0 item of a list
Brett Cannon
2003-07-22
1
-1/+1
*
Patch #775784: YA Cygwin expected regression test skip patch
Jason Tishler
2003-07-22
1
-0/+1
*
Change the zipimport implementation to accept files containing
Thomas Heller
2003-07-22
1
-1/+20
*
Make sure mimetypes is reinitialized before running the tests.
Jeremy Hylton
2003-07-18
1
-0/+1
*
Restore the locale to "C" on exit.
Jeremy Hylton
2003-07-18
1
-2/+5
*
Reflow long line.
Jeremy Hylton
2003-07-17
1
-2/+2
[next]