- 13 Mar, 2012 35 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
Patch by Roger Serwy.
-
Martin v. Löwis authored
Patch by Roger Serwy.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Martin v. Löwis authored
Patch by Guilherme Polo and Andrew Svetlov.
-
Martin v. Löwis authored
Patch by Guilherme Polo and Andrew Svetlov.
-
Ned Deily authored
-
Ned Deily authored
Mac OS X to prevent interpreter crashes when compiled on 10.7.
-
Victor Stinner authored
Use volatile keyword to disable localy unsafe float optimizations.
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
time.ctime(), gmtime(), time.localtime(), datetime.date.fromtimestamp(), datetime.datetime.fromtimestamp() and datetime.datetime.utcfromtimestamp() now raises an OverflowError, instead of a ValueError, if the timestamp does not fit in time_t. datetime.datetime.fromtimestamp() and datetime.datetime.utcfromtimestamp() now round microseconds towards zero instead of rounding to nearest with ties going away from zero.
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Michael Foord authored
-
Michael Foord authored
-
R David Murray authored
Patch by Tatiana Al-Chueyr.
-
Martin v. Löwis authored
Tkinter.Variables; harmonize exceptions to ValueError; only delete variables that have not been deleted; assert that variable names are strings Patch by Andrew Svetlov.
-
Sean Reifschneider authored
Contrary to the documentation, finditer() did not take pos and endpos keyword arguments.
-
Victor Stinner authored
-
- 12 Mar, 2012 5 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Victor Stinner authored
patch written by Nicholas Riley.
-
Łukasz Langa authored
-
Eric V. Smith authored
-