- 26 Jan, 2012 6 commits
-
-
Victor Stinner authored
of ValueError on failure. time.ctime() and time.asctime() now raises an OSError if localtime() failed.
-
Meador Inge authored
-
Meador Inge authored
-
Brett Cannon authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 25 Jan, 2012 18 commits
-
-
Brett Cannon authored
does not need to be exposed from C code for bootstrapping reasons.
-
Victor Stinner authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Nadeem Vawda authored
-
Vinay Sajip authored
-
Vinay Sajip authored
Closes #13859: Replaced reference to StandardError with reference to Exception. Thanks to Matt Joiner for spotting this and submitting a patch.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Nadeem Vawda authored
-
Nadeem Vawda authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
(rather than `-m test.regrtest`)
-
- 24 Jan, 2012 8 commits
-
-
Antoine Pitrou authored
Issue #11235: Fix OverflowError when trying to import a source file whose modification time doesn't fit in a 32-bit timestamp.
-
Antoine Pitrou authored
Issue #11235: Fix OverflowError when trying to import a source file whose modification time doesn't fit in a 32-bit timestamp.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Antoine Pitrou authored
target's type (file or directory). The detection was buggy and made the call non-atomic (therefore prone to race conditions).
-
Antoine Pitrou authored
target's type (file or directory). The detection was buggy and made the call non-atomic (therefore prone to race conditions).
-
Victor Stinner authored
Move wallclock() at the end.
-
- 23 Jan, 2012 7 commits
-
-
Victor Stinner authored
may return the same time.
-
Amaury Forgeot d'Arc authored
-
Amaury Forgeot d'Arc authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 22 Jan, 2012 1 commit
-
-
Georg Brandl authored
-