- 14 Jan, 2010 1 commit
-
-
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 7 commits
-
-
Tarek Ziadé authored
-
Alexandre Vassalotti authored
-
Alexandre Vassalotti authored
-
Tarek Ziadé authored
-
Alexandre Vassalotti authored
-
Alexandre Vassalotti authored
-
Mark Dickinson authored
-
- 10 Jan, 2010 7 commits
-
-
Benjamin Peterson authored
-
R. David Murray authored
tree may be mutated when serialized.
-
Senthil Kumaran authored
-
Mark Dickinson authored
-
Martin v. Löwis authored
-
Brett Cannon authored
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 authored
r77400.
-
- 09 Jan, 2010 4 commits
-
-
Alexandre Vassalotti authored
-
Mark Dickinson authored
classes. Patch by Florent Xicluna.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-