- 24 May, 2008 1 commit
-
-
Martin v. Löwis authored
the testsuite.
-
- 18 May, 2008 1 commit
-
-
Georg Brandl authored
-
- 16 May, 2008 1 commit
-
-
Alexandre Vassalotti authored
If configparser is unavailable, try to import configparser using its old name. This is required for backward-compatibility with older Python versions.
-
- 15 May, 2008 4 commits
-
-
Alexandre Vassalotti authored
The distutils module should continue to use the old ConfigParser name, for backward-compatibility.
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
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 1 commit
-
-
Christian Heimes authored
-