- 29 Mar, 2012 4 kayıt (commit)
-
-
R David Murray yazdı
Unlike the other facilities, we don't use a fallback for AUTHPRIV if it doesn't exist. Because it is intended for logging sensitive log messages, it is better that a program trying to log such messages fail than that it log them insecurely. Initial patch by Federico Reghenzani.
-
R David Murray yazdı
-
R David Murray yazdı
-
Georg Brandl yazdı
-
- 28 Mar, 2012 8 kayıt (commit)
-
-
Michael Foord yazdı
-
Michael Foord yazdı
-
Michael Foord yazdı
-
Michael Foord yazdı
-
Michael Foord yazdı
-
Michael Foord yazdı
-
Victor Stinner yazdı
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 yazdı
And call mach_absolute_time() after mach_timebase_info().
-
- 27 Mar, 2012 6 kayıt (commit)
-
-
Stefan Krah yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Éric Araujo yazdı
-
Eli Bendersky yazdı
-
- 26 Mar, 2012 18 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
These functions simplify the usage of static constant Unicode strings. Generalize the usage of _Py_Identifier in ceval.c and typeobject.c.
-
Victor Stinner yazdı
floattime() must not raise an error if the current time is 1970.1.1 at 00:00.
-
Andrew Svetlov yazdı
-
Andrew Svetlov yazdı
-
Andrew Svetlov yazdı
without mainloop. Thanks to Roger Serwy for patch.
-
Benjamin Peterson yazdı
-
Eli Bendersky yazdı
samples and a reference. Also fix the other nits mentioned in the issue. This also partially addresses issue #14006.
-
Sandro Tosi yazdı
-
Sandro Tosi yazdı
-
R David Murray yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Stefan Krah yazdı
-
Stefan Krah yazdı
in sys_update_path().
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 25 Mar, 2012 4 kayıt (commit)
-
-
Michael Foord yazdı
-
Michael Foord yazdı
-
Michael Foord yazdı
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 yazdı
-