- 02 Apr, 2013 5 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.
-
- 01 Apr, 2013 12 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
-
Ned Deily authored
-
- 31 Mar, 2013 10 commits
-
-
Roger Serwy authored
-
Roger Serwy authored
-
Roger Serwy authored
-
Antoine Pitrou authored
Patch by Roumen Petrov.
-
Charles-Francois Natali authored
-
Charles-Francois Natali authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
Roger Serwy authored
-
Roger Serwy authored
-
- 30 Mar, 2013 13 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
R David Murray authored
Patch by Denver Coneybeare with some test modifications by me.
-
R David Murray authored
Patch by Denver Coneybeare with some test modifications by me.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Ezio Melotti authored
-