- 06 Nov, 2010 3 commits
-
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
- 05 Nov, 2010 2 commits
-
-
Éric Araujo authored
-
Éric Araujo authored
-
- 29 Oct, 2010 1 commit
-
-
Brett Cannon authored
during the build from setup.py.
-
- 23 Oct, 2010 1 commit
-
-
Victor Stinner authored
handler to parse the Makefile file. Avoid a UnicodeDecodeError if the source code directory name contains a non-ASCII character and the locale encoding is ASCII.
-
- 22 Oct, 2010 1 commit
-
-
Barry Warsaw authored
with and without --enable-shared on Ubuntu 10.10. Hopefully this finally solves bug 10126. Will check 3.1 next.
-
- 21 Oct, 2010 1 commit
-
-
Éric Araujo authored
Fixes bug #10126 for Python 3.2 by using $RUNSHARED to find the directory to the shared library. test_distutils now passes when Python was built with --enable-shared (Barry didn’t have the error but I did).
-
- 16 Oct, 2010 1 commit
-
-
Barry Warsaw authored
* Expose the build flags to Python as sys.abiflags * Shared library libpythonX.Y<abiflags>.so * python-config --abiflags * Make two distutils tests that failed with --enable-shared (even before this patch) succeed. * Fix a few small style issues.
-
- 10 Oct, 2010 2 commits
-
-
Georg Brandl authored
-
Antoine Pitrou authored
-
- 03 Oct, 2010 1 commit
-
-
Tarek Ziadé authored
-
- 20 Sep, 2010 2 commits
-
-
Vinay Sajip authored
-
Vinay Sajip authored
-
- 19 Sep, 2010 1 commit
-
-
Senthil Kumaran authored
-
- 18 Sep, 2010 1 commit
-
-
Senthil Kumaran authored
-
- 17 Sep, 2010 1 commit
-
-
Senthil Kumaran authored
-
- 13 Sep, 2010 2 commits
-
-
Hirokazu Yamamoto authored
Try to fix buildbot error in other way.
-
Hirokazu Yamamoto authored
-
- 12 Sep, 2010 1 commit
-
-
Hirokazu Yamamoto authored
-
- 11 Sep, 2010 1 commit
-
-
Éric Araujo authored
-
- 10 Sep, 2010 1 commit
-
-
Antoine Pitrou authored
be built as a shared library. Patch by Sébastien Sablé.
-
- 08 Sep, 2010 1 commit
-
-
Éric Araujo authored
Thanks to Konrad Delong for writing a test for upload_docs --show-response in distutils2, letting me catch my mistake.
-
- 07 Sep, 2010 2 commits
-
-
Éric Araujo authored
-
Éric Araujo authored
-
- 05 Sep, 2010 1 commit
-
-
Georg Brandl authored
-
- 03 Sep, 2010 1 commit
-
- 30 Aug, 2010 1 commit
-
-
Florent Xicluna authored
-
- 14 Aug, 2010 1 commit
-
-
Éric Araujo authored
-
- 02 Aug, 2010 1 commit
-
-
Georg Brandl authored
-
- 31 Jul, 2010 2 commits
-
-
Georg Brandl authored
#8292: Fix three instances of truth tests on return values of filter() (which is always true in Python 3).
-
Georg Brandl authored
-
- 23 Jul, 2010 1 commit
-
-
Ronald Oussoren authored
in distutils.sysconfig matches that in the toplevel sysconfig module. Without this patch universal builds on OSX are broken. Als add a test that checks that the two version of get_config_vars agree on important values.
-
- 22 Jul, 2010 1 commit
-
-
Tarek Ziadé authored
reverted distutils its 3.1 state. All new work is now happening in disutils2, and distutils is now feature-frozen.
-
- 12 Jul, 2010 1 commit
-
-
Ezio Melotti authored
-
- 27 Jun, 2010 1 commit
-
-
Ronald Oussoren authored
svn+ssh://pythondev@svn.python.org/python/trunk ........ r82272 | ronald.oussoren | 2010-06-27 14:36:16 +0200 (Sun, 27 Jun 2010) | 8 lines Two small fixes for the support for SDKs on MacOSX: 1) The code that checks if an path should be located in the SDK explicitly excludes /usr/local. This fixes issue9046 2) The SDK variant for filtering "db_dirs_to_check" in setup.py was not doing anything because of a missing assignment. ........
-
- 21 Jun, 2010 1 commit
-
-
Benjamin Peterson authored
svn+ssh://pythondev@svn.python.org/python/trunk ........ r82130 | benjamin.peterson | 2010-06-21 10:27:46 -0500 (Mon, 21 Jun 2010) | 1 line fix finding visual studio 2008 on 64 bit #8854 ........
-
- 15 Jun, 2010 1 commit
-
-
Ronald Oussoren authored
will fail when builddir != srcdir (that is, when you run configure in a directory that is not the top of the source tree).
-
- 03 Jun, 2010 1 commit
-
-
Ronald Oussoren authored
svn+ssh://pythondev@svn.python.org/python/trunk ........ r81662 | ronald.oussoren | 2010-06-03 11:47:21 +0200 (Thu, 03 Jun 2010) | 9 lines Fix for issue #7724: ensure that distutils and python's own setup.py honor the MacOSX SDK when one is specified. This is needed to be able to build using the 10.4u SDK while running on OSX 10.6. This is a fixed version of the patch in r80963, I've tested this patch on OSX and Linux. ........
-