- 29 Mar, 2012 1 commit
-
-
Georg Brandl authored
-
- 28 Mar, 2012 8 commits
-
-
Michael Foord authored
-
Michael Foord authored
-
Michael Foord authored
-
Michael Foord authored
-
Michael Foord authored
-
Michael Foord authored
-
Victor Stinner authored
clock_gettime(CLOCK_REALTIME) has a better resolution than gettimeofday(). time.time() falls back on gettimeofday() (and then on other functions) on error.
-
Victor Stinner authored
And call mach_absolute_time() after mach_timebase_info().
-
- 27 Mar, 2012 6 commits
-
-
Stefan Krah authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Éric Araujo authored
-
Eli Bendersky authored
-
- 26 Mar, 2012 18 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
These functions simplify the usage of static constant Unicode strings. Generalize the usage of _Py_Identifier in ceval.c and typeobject.c.
-
Victor Stinner authored
floattime() must not raise an error if the current time is 1970.1.1 at 00:00.
-
Andrew Svetlov authored
-
Andrew Svetlov authored
-
Andrew Svetlov authored
without mainloop. Thanks to Roger Serwy for patch.
-
Benjamin Peterson authored
-
Eli Bendersky authored
samples and a reference. Also fix the other nits mentioned in the issue. This also partially addresses issue #14006.
-
Sandro Tosi authored
-
Sandro Tosi authored
-
R David Murray authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Stefan Krah authored
-
Stefan Krah authored
in sys_update_path().
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 25 Mar, 2012 7 commits
-
-
Michael Foord authored
-
Michael Foord authored
-
Michael Foord authored
unittest.mock: a mock created by patch with a spec as the list argument will be callable if __call__ is in the spec
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Michael Foord authored
-