- 27 Feb, 2010 3 commits
-
-
Florent Xicluna authored
-
Benjamin Peterson authored
-
Ezio Melotti authored
-
- 26 Feb, 2010 4 commits
-
-
Ezio Melotti authored
-
Andrew M. Kuchling authored
-
Florent Xicluna authored
-
Senthil Kumaran authored
-
- 25 Feb, 2010 4 commits
-
-
Martin v. Löwis authored
-
Ezio Melotti authored
#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 authored
-
Eric Smith authored
-
- 24 Feb, 2010 12 commits
-
-
Senthil Kumaran authored
a existing req object already having data.
-
Dirkjan Ochtman authored
-
Ezio Melotti authored
-
Senthil Kumaran authored
-
Eric Smith authored
Issue #7309: Unchecked pointer access when converting UnicodeEncodeError, UnicodeDecodeError, and UnicodeTranslateError to strings.
-
Dirkjan Ochtman authored
-
Dirkjan Ochtman authored
-
Dirkjan Ochtman authored
-
R. David Murray authored
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 authored
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 authored
should not have been included in the -OO patch, back it out.
-
Brett Cannon authored
-
- 23 Feb, 2010 17 commits
-
-
Amaury Forgeot d'Arc authored
-
Victor Stinner authored
=> raise an UnicodeDecodeError. Patch written by Ezio Melotti.
-
Georg Brandl authored
-
Georg Brandl authored
#8000: fix deprecated directive. What a shame to lose that glorious issue number to such a minor bug :)
-
Dirkjan Ochtman authored
Reviewed by skip.montanaro and thomas.wouters.
-
Thomas Heller authored
garbage collector, leading to possible leaks when using callback functions.
-
Jack Diederich authored
-
Jack Diederich authored
-
Michael Foord authored
unittest.TestResult can now be used with the TextTestRunner. TextTestRunner compatible with old TestResult objects.
-
Mark Dickinson authored
-
Mark Dickinson authored
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é authored
-
Tarek Ziadé authored
-
Tarek Ziadé authored
-
Tarek Ziadé authored
-
Tarek Ziadé authored
-
R. David Murray authored
with -OO. Tests requiring docstrings are skipped. Patch by Brian Curtin, thanks to Matias Torchinsky for helping review and improve the patch.
-