- 02 Jan, 2008 1 commit
-
-
Guido van Rossum authored
-
- 22 Nov, 2007 1 commit
-
-
Ronald Oussoren authored
A test that should test for osx >= 10.4.0 actually tested for os versions <= 10.4. The end result is that a universal ("fat") build will claim to be a single-architecture on on OSX 10.5 (Leopard). This patch fixes this issue.
-
- 25 Jul, 2007 1 commit
-
-
Martin v. Löwis authored
-
- 02 Jun, 2007 1 commit
-
-
Neal Norwitz authored
SF 1668596/1720897: distutils now copies data files even if package_dir is empty.
-
- 25 Apr, 2007 1 commit
-
-
Neal Norwitz authored
-
- 24 Apr, 2007 1 commit
-
-
Georg Brandl authored
(as opposed to the command line) will now write file names ending in ".cpp" too. (backport from rev. 54941)
-
- 01 Apr, 2007 1 commit
-
-
Neal Norwitz authored
SF #1685563, MSVCCompiler creates redundant and long PATH strings If MSVCCompiler.initialize() was called multiple times, the path would get duplicated. On Windows, this is a problem because the path is limited to 4k. There's no benefit in adding a path multiple times, so prevent that from occuring. We also normalize the path before checking for duplicates so things like /a and /a/ won't both be stored.
-
- 31 Mar, 2007 1 commit
-
-
Marc-André Lemburg authored
since the 2.5.0 release. Backport of r54615.
-
- 13 Mar, 2007 1 commit
-
-
Georg Brandl authored
directory within sys.exec_prefix. (backport from rev. 54331)
-
- 09 Feb, 2007 1 commit
-
-
Martin v. Löwis authored
lib/python/config, on "linux" and "gnu" systems.
-
- 03 Dec, 2006 1 commit
-
-
Matthias Klose authored
-
- 12 Nov, 2006 1 commit
-
-
Martin v. Löwis authored
file name mangling.
-
- 10 Nov, 2006 1 commit
-
-
Phillip J. Eby authored
installing .egg-info for a project that contains no modules or packages, while using --root (as in bdist_rpm). (Backport from trunk)
-
- 04 Nov, 2006 1 commit
-
-
Martin v. Löwis authored
bdist_rpm
-
- 09 Oct, 2006 1 commit
-
-
Andrew M. Kuchling authored
-
- 08 Oct, 2006 2 commits
-
-
Ronald Oussoren authored
-
Ronald Oussoren authored
-
- 16 Aug, 2006 1 commit
-
-
Marc-André Lemburg authored
-
- 30 Jul, 2006 2 commits
-
-
Martin v. Löwis authored
Fixes #1257728.
-
Martin v. Löwis authored
no longer maintained separatedly.
-
- 27 Jul, 2006 1 commit
-
-
Martin v. Löwis authored
have been introduced since 2.4.
-
- 10 Jul, 2006 3 commits
-
-
Phillip J. Eby authored
-
Martin v. Löwis authored
Change error message to indicate that VS2003 is necessary to build extension modules, not the .NET SDK.
-
Martin v. Löwis authored
SDK environment should be used. Fixes #1508010.
-
- 03 Jul, 2006 1 commit
-
-
Martin v. Löwis authored
spec file generated by bdist_rpm.
-
- 27 Jun, 2006 1 commit
-
-
Ronald Oussoren authored
OSX 10.3 when using a binary distribution build on 10.4.
-
- 26 May, 2006 1 commit
-
-
Bob Ippolito authored
-
- 23 May, 2006 3 commits
-
-
Tim Peters authored
-
Ronald Oussoren authored
This patchs makes it possible to create a universal build on OSX 10.4 and use the result to build extensions on 10.3. It also makes it possible to override the '-arch' and '-isysroot' compiler arguments for specific extensions.
-
Ronald Oussoren authored
#1487105.
-
- 01 May, 2006 1 commit
-
-
Martin v. Löwis authored
in turn matches Microsoft's documentation). Drop unused parameter in CAB.append.
-
- 30 Apr, 2006 1 commit
-
-
Georg Brandl authored
-
- 29 Apr, 2006 1 commit
-
-
Ronald Oussoren authored
-
- 28 Apr, 2006 1 commit
-
-
Georg Brandl authored
since this value is used to name the build directory.
-
- 25 Apr, 2006 1 commit
-
-
Trent Mick authored
an installed VC6. Otherwise only the first such tree gets checked and this warning doesn't get displayed.
-
- 17 Apr, 2006 2 commits
-
-
Ronald Oussoren authored
configure time. The current check is too strict and doesn't allow building extensions that can only run on newer versions of the OS than the version python was build for, that is python build for 10.3 or later and an extension for 10.4. This patch relaxes this check. This turned out to be a reimplementation of patch 1193190.
-
Armin Rigo authored
/path/to/uninstalled/python setup.py build_ext now failed with pyconfig.h not found. Prior to r45232 the above command did not look for pyconfig.h, but the bug is really in the look-up code: expecting to find it in os.curdir is a rather fragile idea.
-
- 10 Apr, 2006 1 commit
-
-
Martin v. Löwis authored
--enable-shared. Fixes #832799.
-
- 01 Apr, 2006 1 commit
-
-
Georg Brandl authored
msg strings with '%', but without format args.
-
- 30 Mar, 2006 1 commit
-
-
Anthony Baxter authored
-