- 14 Ock, 2010 1 kayıt (commit)
-
-
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 7 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
R. David Murray yazdı
tree may be mutated when serialized.
-
Senthil Kumaran yazdı
-
Mark Dickinson yazdı
-
Martin v. Löwis yazdı
-
Brett Cannon yazdı
This was originally suggested by Guido, discussed on the stdlib-sig mailing list, and given the OK by Guido directly to me. What this change essentially means is that Python has taken a policy of silencing warnings that are only of interest to developers by default. This should prevent users from seeing warnings which are triggered by an application being run against a new interpreter before the app developer has a chance to update their code. Closes issue #7319. Thanks to Antoine Pitrou, Ezio Melotti, and Brian Curtin for helping with the issue.
-
Brett Cannon yazdı
r77400.
-
- 09 Ock, 2010 4 kayıt (commit)
-
-
Alexandre Vassalotti yazdı
-
Mark Dickinson yazdı
classes. Patch by Florent Xicluna.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-