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
...
*
#691291: codecs.open() should not convert end of lines on reading and writing.
Florent Xicluna
2010-02-26
1
-0/+15
*
Fix for Issue7540 ; urllib2 will raise a TypeError when you try to add_data to
Senthil Kumaran
2010-02-24
1
-0/+1
*
Fix for Issue3819 - urllib2 sends Basic auth across redirects
Senthil Kumaran
2010-02-24
1
-1/+2
*
Issue #7309: Unchecked pointer access when converting UnicodeEncodeError, Uni...
Eric Smith
2010-02-24
1
-0/+37
*
Issue #7427: improve the representation of httplib.BadStatusLine exceptions.
Dirkjan Ochtman
2010-02-24
1
-0/+4
*
Issue #7649: Fix u'%c' % char for character in range 0x80..0xFF
Victor Stinner
2010-02-23
1
-0/+13
*
Fix #1537721: add writeheader() method to csv.DictWriter.
Dirkjan Ochtman
2010-02-23
1
-0/+4
*
unittest.TestResult can now be used with the TextTestRunner. TextTestRunner c...
Michael Foord
2010-02-23
1
-1/+18
*
Fix spacing nit. Thanks Eric Smith for the public humiliation.
Mark Dickinson
2010-02-23
1
-4/+4
*
Make global variable overflowok into a keyword argument; this fixes a failur...
Mark Dickinson
2010-02-23
1
-16/+16
*
added make_archive (and secondary APIs) to shutil
Tarek Ziadé
2010-02-23
1
-1/+316
*
Issue 6292: for the moment at least, the test suite passes if run
R. David Murray
2010-02-23
12
-27/+132
*
Issue #6902: Fix problem with built-in types format incorrectly with 0 padding.
Eric Smith
2010-02-23
1
-0/+32
*
Support for old TestResult object (unittest) with warnings when using unsuppo...
Michael Foord
2010-02-22
1
-1/+49
*
* fix issue#7476
Jack Diederich
2010-02-22
1
-0/+2
*
fixes issue #1522237, bad init check in _threading_local
Jack Diederich
2010-02-22
1
-0/+15
*
#7627: MH.remove() would fail if the MH mailbox was locked;
Andrew M. Kuchling
2010-02-22
1
-0/+7
*
Issue #7988: Fix default alignment to be right aligned for complex.__format__...
Eric Smith
2010-02-22
1
-0/+2
*
Silence UnicodeWarning in crazy unittest test.
Michael Foord
2010-02-21
1
-4/+7
*
Reduce number of random tests in test_strtod, to avoid hogging buildbot time.
Mark Dickinson
2010-02-21
1
-36/+30
*
Issue #7384: skip test_curses on FreeBSD, in order to allow other buildbot t...
Mark Dickinson
2010-02-21
1
-0/+6
*
Issue #5211: Fix complex type to avoid implicit calls to
Mark Dickinson
2010-02-21
1
-0/+55
*
skip tests with a non-ascii cwd when the file system encoding is ascii
Ezio Melotti
2010-02-20
4
-17/+32
*
Fix for Issue7751: urllib.urlopen("///C|/foo/bar/spam.foo")
Senthil Kumaran
2010-02-20
1
-1/+5
*
Remove e assertIs definitions and use correct assert* methods.
Ezio Melotti
2010-02-20
6
-45/+28
*
#3426: os.path.abspath now returns unicode when its arg is unicode.
Ezio Melotti
2010-02-20
3
-1/+32
*
Fix for Issue7904. urlparse.urlsplit to handle schemes in the way defined by ...
Senthil Kumaran
2010-02-19
1
-1/+10
*
- apply patch from issue 7005
Fred Drake
2010-02-19
1
-20/+57
*
Fix unittest.TestCase.assertDictContainsSubset so it can't die with unicode i...
Michael Foord
2010-02-18
1
-6/+3
*
unittest.TestCase uses safe_repr for producing failure messages. Partial fix ...
Michael Foord
2010-02-18
1
-12/+20
*
Issue #7633: Context method in the decimal module (with the exception
Mark Dickinson
2010-02-18
1
-0/+438
*
#7930: fix stripid
Ezio Melotti
2010-02-16
1
-0/+13
*
Check that 'd' isn't allowed as an exponent specifier in inputs to the float ...
Mark Dickinson
2010-02-12
1
-0/+3
*
Issue 5754: tweak shelve doc wording to make it clearer that even when
R. David Murray
2010-02-11
1
-0/+11
*
#7712: add a temp_cwd context manager to test_support and use it in regrtest ...
Ezio Melotti
2010-02-10
3
-25/+93
*
Fix for unittest tests, to be merged to py3k
Michael Foord
2010-02-10
1
-3/+3
*
Issue 7893 and Issue 7588
Michael Foord
2010-02-10
1
-10/+45
*
Issue #2746: Don't escape ampersands and angle brackets ("&", "<", ">")
Antoine Pitrou
2010-02-09
1
-0/+17
*
Convert test failure from output-producing to self.fail().
Georg Brandl
2010-02-08
1
-6/+5
*
Make assertMultiLineEqual the default for comparing unicode strings.
Michael Foord
2010-02-08
1
-2/+3
*
Fix missing string formatting placeholder.
Georg Brandl
2010-02-08
1
-1/+1
*
logging: gingerly re-enabling skipped tests after improving thread sync code ...
Vinay Sajip
2010-02-08
1
-2/+0
*
Issue #7857: Another attempt to keep the buildbots happy.
Vinay Sajip
2010-02-08
1
-1/+3
*
logging: skipped listening tests because they're not working reliably.
Vinay Sajip
2010-02-08
1
-0/+2
*
Removed spurious print statement in test.
Vinay Sajip
2010-02-08
1
-1/+0
*
Fix test_fnmatch.
Georg Brandl
2010-02-08
1
-5/+5
*
Skip test_strtod entirely when correctly-rounded string->float isn't implemented
Mark Dickinson
2010-02-07
1
-2/+4
*
Issue 6003: ZipFile.writestr "compression_type" argument
Ronald Oussoren
2010-02-07
1
-0/+14
*
assertRaises as context manager now allows you to access exception as documented
Michael Foord
2010-02-07
1
-2/+7
*
Remove unused imports in test modules.
Georg Brandl
2010-02-07
74
-135/+40
[prev]
[next]