- 30 Jan, 2012 5 commits
-
-
Brett Cannon authored
-
Brett Cannon authored
Thanks to os.environ under Windows only updating the dict and not the environment itself (as exposed by nt.environ), tests using PYTHONCASEOK always fail. Now the tests are skipped when os.environ does not do what is expected.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 29 Jan, 2012 9 commits
-
-
Victor Stinner authored
On Windows, localtime(-1) fails, but not gmtime(1).
-
Victor Stinner authored
Clang 3.0 removes "y = *x;" instruction if the optimisation level is 3.
-
Antoine Pitrou authored
Patch by Hynek Schlawack.
-
Antoine Pitrou authored
Patch by Hynek Schlawack.
-
Charles-François Natali authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 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 1 commit
-
-
Victor Stinner authored
-