- 15 Mar, 2012 9 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
Issue #13248: Removed docs for two deprecated unittest features. To be conservative, the code is left in for one more release.
-
Gregory P. Smith authored
-
Gregory P. Smith authored
using --with-system-expat working when the system expat does not have salted hash support.
-
Senthil Kumaran authored
-
Gregory P. Smith authored
using --with-system-expat working when the system expat does not have salted hash support.
-
Senthil Kumaran authored
-
Victor Stinner authored
timeout in queue and threading modules to not be affected of system time update.
-
Victor Stinner authored
-
- 14 Mar, 2012 31 commits
-
-
Victor Stinner authored
* On Mac OS X, time.steady() now uses mach_absolute_time(), a monotonic clock * Optimistic change: bet that CLOCK_MONOTONIC and CLOCK_REALTIME are available when clock_gettime() is available * Rewrite time.steady() documentation
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Matthias Klose authored
-
Matthias Klose authored
-
Matthias Klose authored
-
Matthias Klose authored
-
Matthias Klose authored
-
Matthias Klose authored
-
Matthias Klose authored
-
Matthias Klose authored
- change references from configure.in to configure.ac
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
in the hash table internal to the pyexpat module's copy of the expat library to avoid a denial of service due to hash collisions. Patch by David Malcolm with some modifications by the expat project.
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
Michael Foord authored
-
Georg Brandl authored
-
Gregory P. Smith authored
in the hash table internal to the pyexpat module's copy of the expat library to avoid a denial of service due to hash collisions. Patch by David Malcolm with some modifications by the expat project.
-
Michael Foord authored
-
Georg Brandl authored
-
Gregory P. Smith authored
in the hash table internal to the pyexpat module's copy of the expat library to avoid a denial of service due to hash collisions. Patch by David Malcolm with some modifications by the expat project.
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Andrew Svetlov authored
-
Andrew Svetlov authored
-
Senthil Kumaran authored
-
Michael Foord authored
-
Andrew Svetlov authored
UnicodeEncodeError is raised for strings contains non-BMP characters. For eval results unicode escaping is used, print() calls display exception with traceback as usual.
-