- 31 Mar, 2012 2 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 30 Mar, 2012 10 commits
-
-
R David Murray authored
Patch by Sandro Tosi.
-
R David Murray authored
Patch by Sandro Tosi.
-
Raymond Hettinger authored
-
Eli Bendersky authored
-
Stefan Krah authored
-
Stefan Krah authored
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 authored
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 authored
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 authored
-
Eli Bendersky authored
-
- 29 Mar, 2012 10 commits
-
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Andrew Svetlov authored
-
Ross Lagerwall authored
-
Andrew Svetlov authored
Patch by Roger Serwy.
-
Michael Foord authored
-
R David Murray authored
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 authored
-
R David Murray authored
-
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 4 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
-