- 10 Sep, 2004 2 commits
-
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
- 29 Aug, 2004 1 commit
-
-
Martin v. Löwis authored
-
- 26 Aug, 2004 1 commit
-
-
Martin v. Löwis authored
-
- 25 Aug, 2004 3 commits
-
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
- 17 Aug, 2004 1 commit
-
-
Thomas Heller authored
calculates. Spotted by Cort Danger Stratton.
-
- 04 Aug, 2004 1 commit
-
-
Tim Peters authored
-
- 03 Aug, 2004 3 commits
-
-
Fred Drake authored
-
Fred Drake authored
scripts without modifying either the distutils installation or the setup.py scripts of packages with which the new commands will be used. Specifically, an option is added to distutils that allows additional packages to be searched for command implementations in addition to distutils.command. The additional packages can be specified on the command line or via the installation or personal configuration files already loaded by distutils. For discussion, see the thread starting with: http://mail.python.org/pipermail/distutils-sig/2004-August/004112.html This closes SF patch #102241.
-
Martin v. Löwis authored
Python was built with VC 7.1.
-
- 02 Aug, 2004 1 commit
-
-
Fred Drake authored
- fix broken assert statement; should just raise
-
- 28 Jul, 2004 1 commit
-
-
Fred Drake authored
can contain more than just .py files. Make sure we only report bytecode files for the .py files.
-
- 23 Jul, 2004 3 commits
-
-
Thomas Heller authored
-
Thomas Heller authored
must be literally contained here, because it is still possible to install this distutils in older Python versions.
-
Thomas Heller authored
with umlauts in the author argument and others. Fixes sf # 993943.
-
- 21 Jul, 2004 1 commit
-
-
Fred Drake authored
results when byte-code compilation is requested (in particular, make sure that package data doesn't get a bogus byte-code listing generated)
-
- 19 Jul, 2004 2 commits
-
-
Thomas Heller authored
change as well. Recompiled binaries after this change.
-
Thomas Heller authored
change as well. Add a comment explaining this.
-
- 18 Jul, 2004 1 commit
-
-
Tim Peters authored
-
- 16 Jul, 2004 1 commit
-
-
Thomas Heller authored
If someone has other ideas for the numbering scheme, please change to something else (1.1.0 ?).
-
- 14 Jul, 2004 1 commit
-
-
Thomas Heller authored
-
- 06 Jul, 2004 1 commit
-
-
Thomas Heller authored
Patch from Mark Hammond: bdist_wininst attempts to use the correct MSVC runtime for the current version of Python. This doesn't work correctly when --target-version is set. In that case, bdist_wininst still uses the *current* sys.version (ie, 2.4) rather than the version specified as --target-version. Thus, the msvc7 runtime based executable stub is *always* used. This patch "hard-codes" knowledge of earlier Python versions, providing the correct result when Python 2.4 is used to build Python 2.3 and earlier distributions. Remove the short variant (-v) of the --target-version command line options, it conflicts with the --verbose/-v standard distutils switch.
-
- 02 Jul, 2004 1 commit
-
-
Thomas Heller authored
Patch from Mark Hammond. Recompiled binary. Already packported to the 2.3 branch.
-
- 25 Jun, 2004 2 commits
-
-
Fred Drake authored
-
Fred Drake authored
-
- 21 Jun, 2004 1 commit
-
-
Fred Drake authored
-
- 18 Jun, 2004 3 commits
-
-
Fred Drake authored
-
Sjoerd Mullender authored
immediately (since None is not a sequence you can iterate over).
-
Thomas Heller authored
-
- 17 Jun, 2004 2 commits
-
-
Fred Drake authored
-
Fred Drake authored
-
- 15 Jun, 2004 2 commits
-
-
Fred Drake authored
-
Fred Drake authored
We need to write more; hopefully the barrier is a little lower now.
-
- 11 Jun, 2004 2 commits
-
-
Fred Drake authored
This is basically the support for package data from Phillip Eby's setuptools package. I've changed it only to fit it into the core implementation rather than to live in subclasses, and added documentation.
-
Anthony Baxter authored
Ignore it, rather than breaking. Will backport. (and r1.1000 for Misc/NEWS!)
-
- 05 Jun, 2004 1 commit
-
-
Hye-Shik Chang authored
used in cygwin and mingw32. (Reported by Michael Droettboom)
-
- 03 Jun, 2004 1 commit
-
-
Jack Jansen authored
of hard linking against the framework). If $MACOSX_DEPLOYMENT_TARGET is set, and >= 10.3, during configure we setup extensions to link with dynamic lookup. We also record the value in the Makefile. Distutils checks whether a value for MACOSX_DEPLOYMENT_TARGET was recorded in the Makefile, and if it was insists that the current value matches. This is only a partial fix because it only applies to 2.4, and the "two python problem" exists with Python 2.3 shipped with MacOSX 10.3, which we have no influence over.
-
- 31 May, 2004 1 commit
-
-
Tim Peters authored
The disutils sdist command now ignores .svn directories.
-