- 03 Feb, 2012 4 commits
-
-
Brett Cannon authored
-
Ned Deily authored
-
Ned Deily authored
-
Ned Deily authored
-
- 02 Feb, 2012 11 commits
-
-
Georg Brandl authored
-
Charles-François Natali authored
-
Charles-François Natali authored
-
Charles-François Natali authored
-
Charles-François Natali authored
a random deadlock when fork() is called in a multithreaded process in debug mode, and make PyOS_AfterFork() more robust.
-
Charles-François Natali authored
a random deadlock when fork() is called in a multithreaded process in debug mode, and make PyOS_AfterFork() more robust.
-
Petri Lehtinen authored
Closes #13402.
-
Petri Lehtinen authored
Closes #13402.
-
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
-