- 05 Jan, 2005 3 commits
-
-
Skip Montanaro authored
-
Skip Montanaro authored
-
Skip Montanaro authored
-
- 04 Jan, 2005 1 commit
-
-
Raymond Hettinger authored
-
- 03 Jan, 2005 4 commits
-
-
Martin v. Löwis authored
-
Jack Jansen authored
something (overridable through Install-command entry) - Hidden status is now determined by flavor == hidden, not by missing Download-URL. Hidden packages behave like installer packages. - Made some error messages a bit more understandable. Because there's new functionality the version has been upped to 0.5.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 02 Jan, 2005 2 commits
-
-
Brett Cannon authored
in no way affect library or include directories the code must take that into account and not assume some options were found.
-
Raymond Hettinger authored
-
- 01 Jan, 2005 6 commits
-
-
Jack Jansen authored
-
Peter Astrand authored
prevent leaving zombies.
-
Peter Astrand authored
-
Raymond Hettinger authored
(Removed at Ping's request.)
-
Raymond Hettinger authored
(Contributed by Jiwon Seo.)
-
Raymond Hettinger authored
-
- 31 Dec, 2004 5 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Thomas Heller authored
-
Brett Cannon authored
LDFLAGS and CPPFLAGS for library and include directories, respectively. Solves issue of either env var containing other options that do not pertain to the directories being searched for.
-
Raymond Hettinger authored
-
- 30 Dec, 2004 2 commits
-
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
- 29 Dec, 2004 5 commits
-
-
Walter Dörwald authored
-
Walter Dörwald authored
-
Martin v. Löwis authored
-
Walter Dörwald authored
-
Andrew M. Kuchling authored
-
- 28 Dec, 2004 3 commits
-
-
Jack Jansen authored
- using a different database for non-final releases should only be done for X.Y.0. Non-final micro releases can use the default database just fine, as they are required to be backward compatible.
-
Jack Jansen authored
the MACOSX_DEPLOYMENT_TARGET environment variable to 10.3 when calling the loader. And we do this with "env" because distutils apparently doesn't understand environment variable assignments before command names.
-
Andrew M. Kuchling authored
[Bug #1083110] calling .flush() on decompress objects causes a segfault due to an uninitialized pointer: fixes the problem and adds a test case
-
- 27 Dec, 2004 3 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
option to various tools, and do the right thing when we're doing a destroot install. Will backport to 2.4 and 2.3.
-
- 26 Dec, 2004 3 commits
-
-
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.
-
Jack Jansen authored
needs to run it in the Makefile). After installing a newer framework Python the apple-installed Python can no longer build extension modules, because they will inadvertantly be linked against the newer framework. This script modifies lib/config/Makefile so it will link extensions with "-undefined dynamic_lookup", which forestalls this problem. Will backport to 2.4 and 2.3.
-
Skip Montanaro authored
-
- 24 Dec, 2004 3 commits
-
-
Martin v. Löwis authored
-
Matthias Klose authored
-
Brett Cannon authored
Closes bug #1085300. Thanks unclewalrus.
-