- 11 Feb, 2012 1 commit
-
-
Nadeem Vawda authored
Also, give a more helpful error message when opened with an invalid mode string.
-
- 10 Feb, 2012 3 commits
-
-
Benjamin Peterson authored
-
Ned Deily authored
Distutils-based packages with C extension modules may fail because Apple has removed gcc-4.2, the version used to build python.org 64-bit/32-bit Pythons. If the user does not explicitly override the default C compiler by setting the CC environment variable, Distutils will now attempt to compile extension modules with clang if gcc-4.2 is required but not found. Also as a convenience, if the user does explicitly set CC, substitute its value as the default compiler in the Distutils LDSHARED configuration variable for OS X. (Note, the python.org 32-bit-only Pythons use gcc-4.0 and the 10.4u SDK, neither of which are available in Xcode 4. This change does not attempt to override settings to support their use with Xcode 4.)
-
Ezio Melotti authored
-
- 09 Feb, 2012 2 commits
-
-
Senthil Kumaran authored
Reedy.
-
Senthil Kumaran authored
where relevant, instead send method.
-
- 08 Feb, 2012 1 commit
-
-
Charles-François Natali authored
can't be called reliably from a worker thread.
-
- 06 Feb, 2012 4 commits
-
-
Vinay Sajip authored
-
Petri Lehtinen authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 05 Feb, 2012 8 commits
-
-
Ned Deily authored
-
Terry Jan Reedy authored
Patch by Guilherme Polo and Roger Serwy.
-
Terry Jan Reedy authored
-
Éric Araujo authored
-
Éric Araujo authored
This dict entry is added a few lines after if the bzip2 module is available, but removing this line was forgotten.
-
Nadeem Vawda authored
-
Georg Brandl authored
-
Meador Inge authored
-
- 04 Feb, 2012 7 commits
-
-
Nadeem Vawda authored
-
Ned Deily authored
module, like hashlib. (Patch by Roger Serwy)
-
Antoine Pitrou authored
-
Benjamin Peterson authored
-
Charles-François Natali authored
multiprocessing.Connection socket can't be bound.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 03 Feb, 2012 3 commits
-
-
Ned Deily authored
-
Vinay Sajip authored
-
Ned Deily authored
-
- 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 1 commit
-
-
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).
-