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
Commit message (
Expand
)
Author
Age
Files
Lines
*
#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
2
-3/+53
*
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
2
-4/+24
*
Fix for Issue7540 ; urllib2 will raise a TypeError when you try to add_data to
Senthil Kumaran
2010-02-24
2
-0/+4
*
Fix for Issue3819 - urllib2 sends Basic auth across redirects
Senthil Kumaran
2010-02-24
2
-2/+3
*
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
2
-0/+6
*
Issue 7975: in python 2.6 bsddb.dbshelve switched from DictMixin to
R. David Murray
2010-02-24
1
-15/+6
*
Merged revisions 78407 via svnmerge from
Benjamin Peterson
2010-02-24
1
-15/+13
*
The primary copy of lib2to3 is not trunk, so the lib2to3 change
R. David Murray
2010-02-24
1
-3/+0
*
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
2
-0/+8
*
ctypes CThunkObject was not registered correctly with the cycle
Thomas Heller
2010-02-23
1
-0/+16
*
issue#6442 use in operator instead of has_key
Jack Diederich
2010-02-23
1
-1/+1
*
unittest.TestResult can now be used with the TextTestRunner. TextTestRunner c...
Michael Foord
2010-02-23
3
-7/+34
*
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
*
fixed #5801: removed spurious empty lines in wsgiref
Tarek Ziadé
2010-02-23
4
-177/+0
*
completed the __all__ list and changed the module doctest
Tarek Ziadé
2010-02-23
1
-4/+5
*
added make_archive (and secondary APIs) to shutil
Tarek Ziadé
2010-02-23
2
-2/+596
*
removed debugging code
Tarek Ziadé
2010-02-23
1
-4/+1
*
Issue 6292: for the moment at least, the test suite passes if run
R. David Murray
2010-02-23
17
-41/+190
*
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
3
-8/+77
*
* fix issue#7476
Jack Diederich
2010-02-22
2
-0/+5
*
fixes issue #1522237, bad init check in _threading_local
Jack Diederich
2010-02-22
2
-1/+16
*
#7627: MH.remove() would fail if the MH mailbox was locked;
Andrew M. Kuchling
2010-02-22
2
-10/+9
*
Issue #7988: Fix default alignment to be right aligned for complex.__format__...
Eric Smith
2010-02-22
1
-0/+2
*
Fix Issue7172 - BaseHTTPServer.BaseHTTPRequestHandler.responses[405] - changing
Senthil Kumaran
2010-02-22
1
-1/+1
*
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
*
Issue 7970: When email.Parser.Parser parses a MIME message of type
R. David Murray
2010-02-21
3
-2/+45
*
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
2
-2/+6
*
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
7
-5/+54
*
Fix for Issue7904. urlparse.urlsplit to handle schemes in the way defined by ...
Senthil Kumaran
2010-02-19
2
-2/+12
*
- apply patch from issue 7005
Fred Drake
2010-02-19
2
-38/+101
*
Fix unittest.TestCase.assertDictContainsSubset so it can't die with unicode i...
Michael Foord
2010-02-18
2
-9/+7
*
unittest.TestCase uses safe_repr for producing failure messages. Partial fix ...
Michael Foord
2010-02-18
3
-46/+72
*
Doctest fixes for decimal.py: add an integer-argument doctest for logical_in...
Mark Dickinson
2010-02-18
1
-18/+20
*
Issue #7633: Context method in the decimal module (with the exception
Mark Dickinson
2010-02-18
2
-18/+778
*
#7941: fix error message
Ezio Melotti
2010-02-16
1
-1/+1
*
#7930: fix stripid
Ezio Melotti
2010-02-16
2
-3/+14
*
Check that 'd' isn't allowed as an exponent specifier in inputs to the float ...
Mark Dickinson
2010-02-12
1
-0/+3
*
Adding TextTestResult to unittest.__all__
Michael Foord
2010-02-11
1
-1/+2
*
Improve issue 7835 fix per MAL to handle the case that the
R. David Murray
2010-02-11
1
-4/+5
[next]