- 07 Apr, 2008 1 commit
-
-
Mark Hammond authored
-
- 05 Apr, 2008 1 commit
-
-
Thomas Wouters authored
directory that is not the source directory (ie, one created using '/path/to/source/configure'.) Leaves this test very slightly degraded in that particular case, compared to the build-in-sourcedir case, but that case isn't a particularly strong test either: neither test the actual path that will be used after installing. There isn't a particularly good way to test this, and a poor test beats a failing test.
-
- 04 Apr, 2008 3 commits
-
-
Fred Drake authored
-
Fred Drake authored
directory to the directory in which the setup.py script lived (which made __file__ wrong) fixed, with test that the script is run in the current directory of the caller
-
Fred Drake authored
controlled environment will more closely mirror the typical script environment. This supports setup.py scripts that refer to data files.
-
- 03 Apr, 2008 1 commit
-
-
Barry Warsaw authored
-
- 19 Mar, 2008 1 commit
-
-
Trent Nelson authored
Issue2290: Support x64 Windows builds that live in pcbuild/amd64. Without it, sysutils._python_build() returns the wrong directory, which causes the test_get_config_h_filename method in Lib/distutils/tests/test_sysconfig.py to fail.
-
- 06 Mar, 2008 1 commit
-
-
Georg Brandl authored
-
- 23 Feb, 2008 1 commit
-
-
Christian Heimes authored
-
- 21 Feb, 2008 2 commits
-
-
Guido van Rossum authored
callable() from copy_reg.py, so the interpreter now starts up without warnings when '-3' is given. More work like this needs to be done in the rest of the stdlib.
-
Andrew M. Kuchling authored
This change doesn't make any difference to CPython, but is a necessary fix for Jython.
-
- 05 Feb, 2008 1 commit
-
-
Marc-André Lemburg authored
-
- 03 Feb, 2008 1 commit
-
-
Christian Heimes authored
Use vsbuild instead of devenv in build.bat and _bsddb.vcproj
-
- 01 Feb, 2008 1 commit
-
-
Marc-André Lemburg authored
-
- 21 Jan, 2008 1 commit
-
-
Georg Brandl authored
-
- 02 Jan, 2008 1 commit
-
-
Guido van Rossum authored
-
- 01 Jan, 2008 1 commit
-
-
Christian Heimes authored
-
- 31 Dec, 2007 1 commit
-
-
Christian Heimes authored
Integrated bdist_wininst into PCBuild9 directory
-
- 14 Dec, 2007 1 commit
-
-
Christian Heimes authored
The detection now works on Unix with Makefile, Makefile with VPATH and on Windows.
-
- 13 Dec, 2007 1 commit
-
-
Christian Heimes authored
-
- 06 Dec, 2007 2 commits
-
-
Christian Heimes authored
-
Christian Heimes authored
Fixed get_config_h_filename for Windows. Without the patch it can't find the pyconfig.h file inside a build tree. Added several small unit tests for sysconfig.
-
- 05 Dec, 2007 1 commit
-
-
Christian Heimes authored
-
- 03 Dec, 2007 1 commit
-
-
Christian Heimes authored
The new msvc9compiler module supports VS 2005 and VS 2008. I've also fixed build_ext to support PCbuild8 and PCbuild9 and backported my fix for xxmodule.c from py3k. The old code msvccompiler is still in place in case somebody likes to build an extension with VS 2003 or earlier. I've also updated the cygwin compiler module for VS 2005 and VS 2008. It works with VS 2005 but I'm unable to test it with VS 2008. We have to wait for a new version of cygwin.
-
- 12 Sep, 2007 1 commit
-
-
Georg Brandl authored
and smtpd.py scripts that are installed by setup.py. That way, they work when only "make altinstall" is used.
-
- 08 Sep, 2007 1 commit
-
-
Skip Montanaro authored
-
- 21 Aug, 2007 2 commits
-
-
Mark Hammond authored
As discussed on distutils-sig: Allows the generated installer name on 64bit Windows platforms to be different than the name generated for 32bit Windows platforms.
-
Mark Hammond authored
As discussed on distutils-sig: Allows the generated installer name on 64bit Windows platforms to be different than the name generated for 32bit Windows platforms.
-
- 25 Jul, 2007 1 commit
-
-
Martin v. Löwis authored
-
- 11 Jun, 2007 1 commit
-
-
Neal Norwitz authored
Move an import in mworkscompiler so that this module can be imported on any platform. Hopefully this works on all platforms.
-
- 01 Jun, 2007 1 commit
-
-
Neal Norwitz authored
even if package_dir is empty. This needs to be backported. I'm too tired tonight. It would be great if someone backports this if the buildbots are ok with it. Otherwise, I will try to get to it tomorrow.
-
- 24 Apr, 2007 1 commit
-
-
Georg Brandl authored
(as opposed to the command line) will now write file names ending in ".cpp" too.
-
- 01 Apr, 2007 1 commit
-
-
Neal Norwitz authored
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. Will backport.
-
- 30 Mar, 2007 1 commit
-
-
Marc-André Lemburg authored
the 2.5.0 release.
-
- 13 Mar, 2007 1 commit
-
-
Georg Brandl authored
directory within sys.exec_prefix.
-
- 09 Feb, 2007 1 commit
-
-
Martin v. Löwis authored
lib/python/config, on "linux" and "gnu" systems. Will backport.
-
- 03 Dec, 2006 1 commit
-
-
Matthias Klose authored
-
- 12 Nov, 2006 1 commit
-
-
Martin v. Löwis authored
file name mangling. Will backport to 2.5.
-
- 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).
-
- 04 Nov, 2006 1 commit
-
-
Martin v. Löwis authored
bdist_rpm Will backport to 2.5.
-