- 28 Jan, 2012 7 commits
-
-
Antoine Pitrou authored
Issue #13806: The size check in audioop decompression functions was too strict and could reject valid compressed data. Patch by Oleg Plakhotnyuk.
-
Antoine Pitrou authored
Issue #13806: The size check in audioop decompression functions was too strict and could reject valid compressed data. Patch by Oleg Plakhotnyuk.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Nadeem Vawda authored
-
Charles-François Natali authored
by Matt Joiner.
-
Charles-François Natali authored
by Matt Joiner.
-
- 27 Jan, 2012 18 commits
-
-
Mark Dickinson authored
-
Mark Dickinson authored
Issue #13889: Add missing _Py_SET_53BIT_PRECISION_* calls around uses of dtoa.c functions in float round.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
Issue #13812: When a multiprocessing Process child raises an exception, flush stderr after printing the exception traceback.
-
Antoine Pitrou authored
Issue #13812: When a multiprocessing Process child raises an exception, flush stderr after printing the exception traceback.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Brett Cannon authored
-
Brett Cannon authored
This required updating the code to use posix instead of os. This is all being done to make bootstrapping easier to removing dependencies that are kept in importlib.__init__ and thus outside of the single file to bootstrap from.
-
Victor Stinner authored
Skip the test if we are unable to find an invalid time_t value.
-
- 26 Jan, 2012 12 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
is not available or its value cannot be represented
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Victor Stinner authored
of ValueError on failure. time.ctime() and time.asctime() now raises an OSError if localtime() failed.
-
Meador Inge authored
-
Meador Inge authored
-
Brett Cannon authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 25 Jan, 2012 3 commits
-
-
Brett Cannon authored
does not need to be exposed from C code for bootstrapping reasons.
-
Victor Stinner authored
-
Georg Brandl authored
-