- 31 Jan, 2012 7 commits
-
-
Brett Cannon authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
- Issue #13506: Add '' to path for IDLE Shell when started and restarted with Restart Shell. Original patches by Marco Scataglini and Roger Serwy. Merge 3.2 #13506 Add '' to path for interactive interpreter by adding with_cwd parameter to PyShell.PyShell.transfer_path() and changing elsewhere as needed. Original patches by Marco Scataglini and Roger Serwy.
-
Terry Jan Reedy authored
to PyShell.PyShell.transfer_path() and changing elsewhere as needed. Original patches by Marco Scataglini and Roger Serwy.
-
Brett Cannon authored
-
Brett Cannon authored
results to (and to compare against previous runs). * * * Move importlib.test.benchmark to argparse.
-
- 30 Jan, 2012 8 commits
-
-
Gregory P. Smith authored
being read from the header vs the values being used by fseek and ftell (Py_ssize_t for those). Updates the Py_BuildValue format string to match (including several existing wrong 'i's that should have been 'l's).
-
Gregory P. Smith authored
being read from the header vs the values being used by fseek and ftell (Py_ssize_t for those) and how they are computed. Py_ssize_t is used for actual file offsets so that files greater than 2gigs could be supported. Updates the Py_BuildValue format string to match (including several existing wrong 'i's that should have been 'l's).
-
Antoine Pitrou authored
-
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 9 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.
-