- 02 Feb, 2012 3 commits
-
-
Petri Lehtinen authored
Change the coding declaration from ISO-8859-1 to iso-8859-1. Emacs doesn't understand the former.
-
Stefan Krah authored
Fedora buildbot.
-
Stefan Krah authored
-
- 01 Feb, 2012 8 commits
-
-
Brian Curtin authored
-
Brian Curtin authored
-
Brian Curtin authored
-
Brian Curtin authored
People searcing for the way to get a "service pack" will never find that we provide it here, and people that find this function won't know what CSD is until they run the function. On top of this, they won't know what the value means unless they really have a service pack installed. CSD, or Customer Service Diagnostics, is apparently no longer used, and was rarely used term at that. Most references to it online are from universities making Windows 2000 and XP service packs available to students.
-
Petri Lehtinen authored
Closes #13676.
-
Petri Lehtinen authored
Closes #13676.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 31 Jan, 2012 9 commits
-
-
Victor Stinner authored
-
Brett Cannon authored
-
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 3 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
-