- 05 Apr, 2013 6 commits
-
-
Andrew Svetlov authored
-
Andrew Svetlov authored
-
Andrew Svetlov authored
-
Andrew Svetlov authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
- 04 Apr, 2013 5 commits
-
-
Andrew Svetlov authored
Patch by Berker Peksag
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 03 Apr, 2013 23 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
#17572: Avoid chained exceptions while passing bad directives to time.strptime(). Initial patch by Claudiu Popa.
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Richard Oudkerk authored
-
Richard Oudkerk authored
-
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.
-