- 27 Şub, 2010 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 26 Şub, 2010 4 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Andrew M. Kuchling yazdı
-
Florent Xicluna yazdı
-
Senthil Kumaran yazdı
-
- 25 Şub, 2010 4 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Ezio Melotti yazdı
#7649: "u'%c' % char" now behaves like "u'%s' % char" and raises a UnicodeDecodeError if 'char' is a byte string that can't be decoded using the default encoding.
-
Eric Smith yazdı
-
Eric Smith yazdı
-
- 24 Şub, 2010 12 kayıt (commit)
-
-
Senthil Kumaran yazdı
a existing req object already having data.
-
Dirkjan Ochtman yazdı
-
Ezio Melotti yazdı
-
Senthil Kumaran yazdı
-
Eric Smith yazdı
Issue #7309: Unchecked pointer access when converting UnicodeEncodeError, UnicodeDecodeError, and UnicodeTranslateError to strings.
-
Dirkjan Ochtman yazdı
-
Dirkjan Ochtman yazdı
-
Dirkjan Ochtman yazdı
-
R. David Murray yazdı
MutableMapping, and thereby lost functionality because the replacement functionality was implemented incorrectly or incompletely). Since bsddb isn't in py3k, this patch just goes back to using DictMixin in order to correct the regression.
-
Benjamin Peterson yazdı
svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r78407 | benjamin.peterson | 2010-02-23 20:21:34 -0600 (Tue, 23 Feb 2010) | 1 line rewrite test to not rely on __doc__ being present ........
-
R. David Murray yazdı
should not have been included in the -OO patch, back it out.
-
Brett Cannon yazdı
-
- 23 Şub, 2010 18 kayıt (commit)
-
-
Amaury Forgeot d'Arc yazdı
-
Victor Stinner yazdı
=> raise an UnicodeDecodeError. Patch written by Ezio Melotti.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
#8000: fix deprecated directive. What a shame to lose that glorious issue number to such a minor bug :)
-
Dirkjan Ochtman yazdı
Reviewed by skip.montanaro and thomas.wouters.
-
Thomas Heller yazdı
garbage collector, leading to possible leaks when using callback functions.
-
Jack Diederich yazdı
-
Jack Diederich yazdı
-
Michael Foord yazdı
unittest.TestResult can now be used with the TextTestRunner. TextTestRunner compatible with old TestResult objects.
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
Make global variable overflowok into a keyword argument; this fixes a failure when running ./python -m test.regrtest -R 3:2: test_format
-
Tarek Ziadé yazdı
-
Tarek Ziadé yazdı
-
Tarek Ziadé yazdı
-
Tarek Ziadé yazdı
-
Tarek Ziadé yazdı
-
R. David Murray yazdı
with -OO. Tests requiring docstrings are skipped. Patch by Brian Curtin, thanks to Matias Torchinsky for helping review and improve the patch.
-
Eric Smith yazdı
-
- 22 Şub, 2010 1 kayıt (commit)
-
-
Michael Foord yazdı
-