- 20 Mar, 2005 1 commit
-
-
Fred Drake authored
-
- 12 Mar, 2005 1 commit
-
-
Tim Peters authored
Bug #1160802: Can't build Zope on Windows w/ 2.4.1c1. MSVCCompiler.initialize(): set self.initialized to True, as suggested by AMK. Else we keep growing the PATH endlessly, with each new C extension built, until putenv() complains. No change to NEWS because the patch that created this bug is also new for 2.5a1 (so there's no change here to any code yet released from HEAD).
-
- 05 Mar, 2005 2 commits
-
-
Brett Cannon authored
-
Brett Cannon authored
-
- 04 Mar, 2005 1 commit
-
-
Martin v. Löwis authored
to build. Will backport to 2.4
-
- 03 Mar, 2005 2 commits
-
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
- 03 Feb, 2005 1 commit
-
-
Thomas Heller authored
-
- 20 Jan, 2005 1 commit
-
-
Thomas Heller authored
Will backport myself.
-
- 26 Dec, 2004 1 commit
-
-
Jack Jansen authored
to make using "-undefined dynamic_lookup" for linking extensions more automatic on 10.3 and later. So if we're on that platform and MACOSX_DEPLOYMENT_TARGET is not set we now set it to the current OSX version during configure. Additionally, distutils will pick up the configure-time value by default. Will backport.
-
- 22 Dec, 2004 1 commit
-
-
Thomas Heller authored
-
- 02 Dec, 2004 1 commit
-
-
Marc-André Lemburg authored
-
- 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 1 commit
-
-
Thomas Heller authored
-