- 05 Ock, 2005 5 kayıt (commit)
-
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
- 04 Ock, 2005 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 03 Ock, 2005 4 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Jack Jansen yazdı
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 yazdı
-
Raymond Hettinger yazdı
-
- 02 Ock, 2005 2 kayıt (commit)
-
-
Brett Cannon yazdı
in no way affect library or include directories the code must take that into account and not assume some options were found.
-
Raymond Hettinger yazdı
-
- 01 Ock, 2005 6 kayıt (commit)
-
-
Jack Jansen yazdı
-
Peter Astrand yazdı
prevent leaving zombies.
-
Peter Astrand yazdı
-
Raymond Hettinger yazdı
(Removed at Ping's request.)
-
Raymond Hettinger yazdı
(Contributed by Jiwon Seo.)
-
Raymond Hettinger yazdı
-
- 31 Ara, 2004 5 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Thomas Heller yazdı
-
Brett Cannon yazdı
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 yazdı
-
- 30 Ara, 2004 2 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
- 29 Ara, 2004 5 kayıt (commit)
-
-
Walter Dörwald yazdı
-
Walter Dörwald yazdı
-
Martin v. Löwis yazdı
-
Walter Dörwald yazdı
-
Andrew M. Kuchling yazdı
-
- 28 Ara, 2004 3 kayıt (commit)
-
-
Jack Jansen yazdı
- 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 yazdı
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 yazdı
[Bug #1083110] calling .flush() on decompress objects causes a segfault due to an uninitialized pointer: fixes the problem and adds a test case
-
- 27 Ara, 2004 3 kayıt (commit)
-
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
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 Ara, 2004 3 kayıt (commit)
-
-
Jack Jansen yazdı
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 yazdı
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 yazdı
-
- 24 Ara, 2004 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-