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
*
Try to fix buildbot breakage from r78384.
Dirkjan Ochtman
2010-03-04
1
-1/+2
*
#7805: wait until all workers are started before collecting their PIDs
Florent Xicluna
2010-03-04
1
-1/+9
*
Fix transient refleak in test_popen2.
Florent Xicluna
2010-03-04
1
-1/+7
*
Issue #1054943: Fix unicodedata.normalize('NFC', text) for the Public Review
Victor Stinner
2010-03-04
1
-0/+5
*
Issue #7232: Add support for the context manager protocol
Lars Gustäbel
2010-03-03
1
-0/+60
*
Fix wording.
Florent Xicluna
2010-03-02
1
-2/+2
*
plug ref leaks
Benjamin Peterson
2010-03-02
1
-0/+4
*
Issue #7820: The parser tokenizer restores all bytes in the right if the BOM
Victor Stinner
2010-03-02
1
-0/+11
*
remove cross-version compatibility code
Benjamin Peterson
2010-03-02
1
-22/+2
*
remove code to avoid BaseException.message bug
Benjamin Peterson
2010-03-02
1
-6/+0
*
Test test_pep277 is only relevant for Unicode-friendly filesystems.
Florent Xicluna
2010-03-02
1
-4/+6
*
convert deprecated fail* methods to assert* variants
Benjamin Peterson
2010-03-02
1
-16/+16
*
use test_main() in __main__ section
Benjamin Peterson
2010-03-02
1
-1/+1
*
prevent warning filter adjustment from altering other tests
Benjamin Peterson
2010-03-02
1
-24/+23
*
enable running of argparse tests and fix two that failed in the new environment
Benjamin Peterson
2010-03-02
1
-4/+11
*
remove another coding cookie
Benjamin Peterson
2010-03-02
1
-3/+1
*
set svn:eol-style
Benjamin Peterson
2010-03-02
1
-4206/+4206
*
Tentatively enable test_pep277 on all platforms.
Florent Xicluna
2010-03-02
1
-3/+7
*
Refactor test_dict using assertRaises.
Florent Xicluna
2010-03-02
1
-68/+47
*
Initial commit of the argparse library, based on argparse 1.1.
Steven Bethard
2010-03-02
1
-0/+4206
*
Fix test to be skipped on windows.
Gregory P. Smith
2010-03-01
1
-4/+2
*
Fixes issue #7999: os.setreuid() and os.setregid() would refuse to accept
Gregory P. Smith
2010-03-01
1
-0/+2
*
Cleanup the test added in r78517 based on Ezio Melotti's feedback.
Gregory P. Smith
2010-03-01
1
-8/+4
*
Fix the new test on windows (skip it, its posix only)
Gregory P. Smith
2010-03-01
1
-0/+1
*
Adds the hashlib.algorithms attribute. See issue7418.
Gregory P. Smith
2010-03-01
1
-0/+5
*
Issue #7242: On Solaris 9 and earlier calling os.fork() from within a
Gregory P. Smith
2010-03-01
1
-1/+41
*
Issue #1068268: The subprocess module now handles EINTR in internal
Gregory P. Smith
2010-03-01
1
-1/+21
*
Issue #7481: When a threading.Thread failed to start it would leave the
Gregory P. Smith
2010-02-28
1
-0/+19
*
Fix an oversight in r78508: p.wait() should be compared to 0
Florent Xicluna
2010-02-27
1
-4/+4
*
Clean test_subprocess: use assertRaises, skipIf, skipUnless helpers and a cus...
Florent Xicluna
2010-02-27
1
-318/+299
*
#7793: Fix RuntimeError when running "regrtest -R" for multibyte codecs.
Florent Xicluna
2010-02-27
1
-18/+3
*
Issue #1729305: Fix doctest to handle encode error with "backslashreplace". ...
Florent Xicluna
2010-02-27
1
-1/+44
*
Add a test for normpath to test_macpath.
Ezio Melotti
2010-02-27
1
-0/+6
*
#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
[next]