- 16 Jan, 2010 2 commits
-
-
R. David Murray authored
headers in multipart/signed MIME parts, which fixes one of the sources of invalid modifications to such parts by Generator. Patch and tests by Martin von Gagern.
-
Sean Reifscheider authored
-
- 15 Jan, 2010 4 commits
-
-
Vinay Sajip authored
-
Benjamin Peterson authored
-
Brett Cannon authored
-
Antoine Pitrou authored
1-byte argument. Patch by Victor Stinner.
-
- 14 Jan, 2010 10 commits
-
-
Brett Cannon authored
Py3K warnings are DeprecationWarning by default this was causing -3 to essentially be a no-op. Now DeprecationWarning is only silenced if -3 is not used. Closes issue #7700. Thanks Ezio Melotti and Florent Xicluna for patch help.
-
Antoine Pitrou authored
argument values in debug mode. Patch by Victor Stinner.
-
Antoine Pitrou authored
binascii module. Backported from py3k by Florent Xicluna, with some additional tests.
-
Mark Dickinson authored
-
Mark Dickinson authored
Issue 7632: fix incorrect rounding for long input strings with values very close to a power of 2. (See Bug 4 in the tracker discussion.)
-
Mark Dickinson authored
-
Mark Dickinson authored
Fix off-by-one error introduced in r77483. I have a test for this, but it currently fails due to a different dtoa.c bug; I'll add the test once that bug is fixed.
-
Ezio Melotti authored
-
Benjamin Peterson authored
-
Skip Montanaro authored
partially before. Also add a comment describing how this might have to work with different versions of the interpreter.
-
- 13 Jan, 2010 15 commits
-
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Antoine Pitrou authored
even if identical. Patch by Florent Xicluna (again).
-
Antoine Pitrou authored
-
Antoine Pitrou authored
Patch by Brian Curtin.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
Patch by Florent Xicluna.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
methods of bytes, bytearray and unicode objects by using a common implementation based on stringlib's fast search. Patch by Florent Xicluna.
-
Ezio Melotti authored
-
- 12 Jan, 2010 6 commits
-
-
Mark Dickinson authored
-
Mark Dickinson authored
crashes in debug builds, for certain long numeric strings corresponding to subnormal values.
-
Antoine Pitrou authored
-
Alexandre Vassalotti authored
-
Ezio Melotti authored
-
Alexandre Vassalotti authored
-
- 11 Jan, 2010 3 commits
-
-
Tarek Ziadé authored
-
Alexandre Vassalotti authored
-
Alexandre Vassalotti authored
-