- 06 Feb, 2012 1 commit
-
-
Benjamin Peterson authored
-
- 04 Feb, 2012 4 commits
-
-
Benjamin Peterson authored
-
Charles-François Natali authored
multiprocessing.Connection socket can't be bound.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 03 Feb, 2012 2 commits
- 02 Feb, 2012 4 commits
-
-
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.
-
Petri Lehtinen authored
Closes #13402.
-
Stefan Krah authored
-
- 01 Feb, 2012 4 commits
-
-
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.
-
Raymond Hettinger authored
-
- 31 Jan, 2012 2 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
to PyShell.PyShell.transfer_path() and changing elsewhere as needed. Original patches by Marco Scataglini and Roger Serwy.
-
- 30 Jan, 2012 3 commits
-
-
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).
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 29 Jan, 2012 3 commits
-
-
Antoine Pitrou authored
Patch by Hynek Schlawack.
-
Georg Brandl 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
-
Charles-François Natali authored
by Matt Joiner.
-
- 27 Jan, 2012 8 commits
-
-
Mark Dickinson authored
Issue #13889: Add missing _Py_SET_53BIT_PRECISION_* calls around uses of dtoa.c functions in float round.
-
Antoine Pitrou authored
-
Benjamin Peterson 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
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
- 26 Jan, 2012 4 commits
-
-
Brett Cannon authored
-
Brett Cannon authored
-
Meador Inge authored
-
Raymond Hettinger authored
-
- 25 Jan, 2012 2 commits
-
-
Georg Brandl authored
-
Benjamin Peterson authored
-