- 13 Mar, 2012 21 kayıt (commit)
-
-
Victor Stinner yazdı
Use volatile keyword to disable localy unsafe float optimizations.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
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 yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
Michael Foord yazdı
-
Michael Foord yazdı
-
R David Murray yazdı
Patch by Tatiana Al-Chueyr.
-
Martin v. Löwis yazdı
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 yazdı
Contrary to the documentation, finditer() did not take pos and endpos keyword arguments.
-
Victor Stinner yazdı
-
- 12 Mar, 2012 19 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Victor Stinner yazdı
patch written by Nicholas Riley.
-
Łukasz Langa yazdı
-
Eric V. Smith yazdı
-
Eric V. Smith yazdı
str.format_map tests don't do what they say: fix to actually implement the intent of the test. Closes #13450. Patch by Akira Li.
-
Michael Foord yazdı
-
Michael Foord yazdı
-
Eric V. Smith yazdı
-
Eric V. Smith yazdı
str.format_map tests don't do what they say: fix to actually implement the intent of the test. Closes #13450.
-
Łukasz Langa yazdı
-
Łukasz Langa yazdı
-
Ezio Melotti yazdı
#13394: add more tests for the aifc module and use warnings.warn instead of print. Patch by Oleg Plakhotnyuk.
-
Ezio Melotti yazdı
-
Michael Foord yazdı
-
Michael Foord yazdı
-
Łukasz Langa yazdı
-
Łukasz Langa yazdı
Thanks for James Sanders for the bug report and the patch.
-
Benjamin Peterson yazdı
-