- 14 Ock, 2010 10 kayıt (commit)
-
-
Brett Cannon yazdı
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 yazdı
argument values in debug mode. Patch by Victor Stinner.
-
Antoine Pitrou yazdı
binascii module. Backported from py3k by Florent Xicluna, with some additional tests.
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
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 yazdı
-
Mark Dickinson yazdı
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 yazdı
-
Benjamin Peterson yazdı
-
Skip Montanaro yazdı
partially before. Also add a comment describing how this might have to work with different versions of the interpreter.
-
- 13 Ock, 2010 15 kayıt (commit)
-
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
Antoine Pitrou yazdı
even if identical. Patch by Florent Xicluna (again).
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
Patch by Brian Curtin.
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
Patch by Florent Xicluna.
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
methods of bytes, bytearray and unicode objects by using a common implementation based on stringlib's fast search. Patch by Florent Xicluna.
-
Ezio Melotti yazdı
-
- 12 Ock, 2010 6 kayıt (commit)
-
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
crashes in debug builds, for certain long numeric strings corresponding to subnormal values.
-
Antoine Pitrou yazdı
-
Alexandre Vassalotti yazdı
-
Ezio Melotti yazdı
-
Alexandre Vassalotti yazdı
-
- 11 Ock, 2010 7 kayıt (commit)
-
-
Tarek Ziadé yazdı
-
Alexandre Vassalotti yazdı
-
Alexandre Vassalotti yazdı
-
Tarek Ziadé yazdı
-
Alexandre Vassalotti yazdı
-
Alexandre Vassalotti yazdı
-
Mark Dickinson yazdı
-
- 10 Ock, 2010 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
R. David Murray yazdı
tree may be mutated when serialized.
-