- 30 Mar, 2012 10 kayıt (commit)
-
-
R David Murray yazdı
Patch by Sandro Tosi.
-
R David Murray yazdı
Patch by Sandro Tosi.
-
Raymond Hettinger yazdı
-
Eli Bendersky yazdı
-
Stefan Krah yazdı
-
Stefan Krah yazdı
in libmpdec to prevent undefined behavior if an invalid context is used. This cannot occur for the _decimal module since user input for the context is validated.
-
Kristján Valur Jónsson yazdı
PyFloatObjects are now allocated using PyObject_MALLOC like all other internal types, but maintain a limited freelist of objects at hand for performance. This will result in more consistent memory usage by Python.
-
Eli Bendersky yazdı
Removed the useless explanation of the Element data structure that started the documentation page. Instead, the documentation now starts with a brief tutorial skimming some of the capabilities of the module. The tutorial can be followed by additional topic-specific sections (such as XPath support), and eventually by a reference that goes over the module's classes and functions, as usual.
-
Eli Bendersky yazdı
-
Eli Bendersky yazdı
-
- 29 Mar, 2012 10 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Andrew Svetlov yazdı
-
Ross Lagerwall yazdı
-
Andrew Svetlov yazdı
Patch by Roger Serwy.
-
Michael Foord yazdı
-
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 6 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.
-