- 03 Apr, 2013 12 commits
-
-
R David Murray authored
-
R David Murray authored
-
R David Murray authored
Patch by Thomas Heller.
-
R David Murray authored
Patch by Thomas Heller.
-
Giampaolo Rodola' authored
-
Roger Serwy authored
-
Roger Serwy authored
-
Roger Serwy authored
-
Roger Serwy authored
-
Roger Serwy authored
-
Victor Stinner authored
-
Victor Stinner authored
when possible
-
- 02 Apr, 2013 6 commits
-
-
Victor Stinner authored
Write a function to enable more optimizations: * If the substring is the whole string and overallocation is disabled, just keep a reference to the string, don't copy characters * Avoid a call to the expensive _PyUnicode_FindMaxChar() function when possible
-
Victor Stinner authored
Add an unit test to ensure that text files are rejectect (with TypeError)
-
Victor Stinner authored
Add an unit test to ensure that text files are rejectect (with TypeError)
-
R David Murray authored
We don't put coverage directives in the stdlib, but anyone looking at a coverage report for Random should see the comment and understand why the lines aren't covered.
-
R David Murray authored
Patch by Victor Terrón.
-
R David Murray authored
This was already done in Python3, but having it wrong leads to incorrect debug output, so it seems worth fixing in 2.7 as well. Patch by Victor Terrón.
-
- 01 Apr, 2013 13 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
This means we can remove our usage of qsort() than relied on undefined behavior.
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
-v/-vv that were lost in the transition to importlib.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Brett Cannon authored
category. Thanks to Westley Martinez for trying to fix the issue and Atsuo Ishimoto for an initial patch.
-
Roger Serwy authored
-
Roger Serwy authored
-
Roger Serwy authored
-
Ned Deily authored
-
- 31 Mar, 2013 9 commits
-
-
Roger Serwy authored
-
Roger Serwy authored
-
Roger Serwy authored
-
Roger Serwy authored
-
Antoine Pitrou authored
Patch by Roumen Petrov.
-
Charles-Francois Natali authored
-
Charles-Francois Natali authored
-
Charles-Francois Natali authored
-
Gregory P. Smith authored
-