- 31 Mar, 2012 11 kayıt (commit)
-
-
Sandro Tosi yazdı
-
Sandro Tosi yazdı
-
Kristján Valur Jónsson yazdı
VS2010 defineds the old errno constants in addition to the WSA* ones.
-
Kristján Valur Jónsson yazdı
-
Andrew Svetlov yazdı
issue #3035: update PendingDeprecationWarning to DeprectionWarning, point deprecation in tkinter doc
-
Andrew Svetlov yazdı
-
Andrew Svetlov yazdı
-
Eli Bendersky yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 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 1 kayıt (commit)
-
-
Stefan Krah yazdı
-