- 15 May, 2008 1 commit
-
-
Alexandre Vassalotti authored
As explained by Marc-Andre Lemburg, distutils needs to stay backward-compatible. Therefore, it should use the old ConfigParser module name.
-
- 14 May, 2008 1 commit
-
-
Alexandre Vassalotti authored
Updated the documentation to use the new name. Revert addition of the stub entry for the old name. Georg, I am reverting your changes since this commit should propagate to py3k.
-
- 11 May, 2008 3 commits
-
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
- 10 May, 2008 3 commits
-
-
Andrew M. Kuchling authored
-
Brett Cannon authored
-
Andrew M. Kuchling authored
Allow multiple repositories in .pypirc; see http://wiki.python.org/moin/EnhancedPyPI for discussion. The patch is slightly revised from Tarek's last patch: I've simplified the PyPIRCCommand.finalize_options() method to not look at sys.argv. Tests still pass.
-
- 09 May, 2008 1 commit
-
-
Christian Heimes authored
-
- 08 May, 2008 2 commits
-
-
Benjamin Peterson authored
-
Barry Warsaw authored
-
- 06 May, 2008 1 commit
-
-
Christian Heimes authored
-
- 02 May, 2008 1 commit
-
-
Mark Hammond authored
-
- 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 1 commit
-
-
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.
-