- 01 Dec, 2004 1 commit
-
-
Thomas Heller authored
-
- 28 Nov, 2004 1 commit
-
-
Tim Peters authored
-
- 24 Nov, 2004 1 commit
-
-
Fredrik Lundh authored
This patch offers a better explanation in case the MS VC++ (free) toolkit is installed but the .NET Framework SDK is not.
-
- 10 Nov, 2004 2 commits
-
-
Martin v. Löwis authored
-
Thomas Heller authored
info will always be in a .pdb file.
-
- 27 Oct, 2004 1 commit
-
-
Mark Hammond authored
-
- 14 Oct, 2004 1 commit
-
-
Anthony Baxter authored
-
- 13 Oct, 2004 3 commits
-
-
Anthony Baxter authored
Python's own setup.py that did the same thing (and tested on Solaris, where LDSHARED is needed...)
-
Anthony Baxter authored
-
Anthony Baxter authored
This support was only a first cut, and doesn't deserve to be in a released version (where we have to support it in an ongoing manner)
-
- 17 Sep, 2004 2 commits
-
-
Sean Reifschneider authored
"AutoReq: 0" to disable automatic dependency searching.
-
Sean Reifschneider authored
os.path.abspath(self.rpm_base) instead of os.getcwd() + '/' + self.rpm_base
-
- 12 Sep, 2004 1 commit
-
-
Tim Peters authored
-
- 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
-