- 12 Feb, 2012 4 commits
-
-
Petri Lehtinen authored
Closes #9750
-
Florent Xicluna authored
-
Éric Araujo authored
-
Éric Araujo authored
The code used to call os.path.join to build a regex but without escaping the backslash, which lead to test failures on Windows. Antoine Pitrou fixed it in 557a973709de by enhancing the code to accept both / and \, with proper escaping, but in my opinion this goes against the distutils feature freeze, hence this change.
-
- 11 Feb, 2012 1 commit
-
-
Ned Deily authored
has left two versions of customize_compiler, the original in distutils.sysconfig and another copy in distutils.ccompiler, with some parts of distutils calling one and others using the other. Complete the revert back to only having one in distutils.sysconfig as is the case in 3.x.
-
- 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.)
-
Éric Araujo authored
Reported by Miki Tebeka.
-
- 09 Feb, 2012 2 commits
-
-
Senthil Kumaran authored
-
Senthil Kumaran authored
where relevant, instead send method. Patch contributed by Brian Brazil.
-
- 08 Feb, 2012 1 commit
-
-
Charles-François Natali authored
can't be called reliably from a worker thread.
-
- 06 Feb, 2012 2 commits
-
-
Petri Lehtinen authored
-
Benjamin Peterson authored
-
- 05 Feb, 2012 6 commits
-
-
Ned Deily authored
-
Terry Jan Reedy authored
Patch by Guilherme Polo and Roger Serwy.
-
Terry Jan Reedy authored
-
Nadeem Vawda authored
-
Georg Brandl authored
-
Meador Inge authored
-
- 04 Feb, 2012 6 commits
-
-
Nadeem Vawda authored
-
Ned Deily authored
module, like hashlib. (Patch by Roger Serwy)
-
Antoine Pitrou 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 7 commits
-
-
Charles-François Natali authored
-
Petri Lehtinen authored
Closes #13402.
-
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.
-
Stefan Krah authored
Fedora buildbot.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 01 Feb, 2012 6 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Brian Curtin authored
-
Brian Curtin authored
-
Petri Lehtinen authored
Closes #13676.
-
Raymond Hettinger authored
-