- 10 Feb, 2012 2 commits
-
-
Ned Deily 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.)
-
- 05 Feb, 2012 2 commits
-
-
Éric Araujo authored
-
Éric Araujo authored
-
- 03 Feb, 2012 2 commits
- 18 Jan, 2012 6 commits
-
-
Jesus Cea authored
MERGE: And yet another emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't include bitness in the directory name
-
Jesus Cea authored
And yet another emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't include bitness in the directory name
-
Jesus Cea authored
MERGE: Emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't include bitness in the directory name
-
Jesus Cea authored
Emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't include bitness in the directory name
-
Jesus Cea authored
-
Jesus Cea authored
-
- 15 Jan, 2012 1 commit
-
-
Éric Araujo authored
Bug reported by Hartmut Goebel and patch contributed by Carl Robben. Carl tested the fix and we have a buildbot with rpm installed, so I’m committing even though I could not run this test (but I do understand the changed code :)
-
- 28 Dec, 2011 1 commit
-
-
Jason R. Coombs authored
-
- 26 Dec, 2011 1 commit
-
-
Jason R. Coombs authored
-
- 12 Nov, 2011 2 commits
-
-
Antoine Pitrou authored
packaging.manifest.Manifest under Windows. The "recursive-include" directive now recognizes both legal path separators.
-
Antoine Pitrou authored
-
- 03 Nov, 2011 7 commits
-
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
- 02 Nov, 2011 1 commit
-
-
Éric Araujo authored
- Actually check the contents of the file created by bdist_dumb. - Don’t use “RECORD” as filename for non-PEP 376 record file - Don’t start method name with “_test”, it smells like a disabled test method instead of an helper method - Fix some idioms (assertIn, addCleanup)
-
- 28 Oct, 2011 2 commits
-
-
Florent Xicluna authored
-
Florent Xicluna authored
-
- 17 Oct, 2011 4 commits
-
-
Mark Hammond authored
-
Mark Hammond authored
-
Mark Hammond authored
-
Mark Hammond authored
-
- 11 Oct, 2011 2 commits
-
-
Éric Araujo authored
-
Éric Araujo authored
Patch by Justin Love.
-
- 09 Oct, 2011 2 commits
-
-
Éric Araujo authored
-
Éric Araujo authored
-
- 08 Oct, 2011 2 commits
-
-
Éric Araujo authored
-
Éric Araujo authored
-
- 07 Oct, 2011 3 commits
-
-
Éric Araujo authored
-
Éric Araujo authored
Patch by Jeff Ramnani. Tested with -B, -O and -OO.
-
Éric Araujo authored
Patch by Hallvard B Furuseth.
-