- 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 3 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Matthias Klose yazdı
-
Brett Cannon yazdı
Closes bug #1085300. Thanks unclewalrus.
-
- 23 Ara, 2004 5 kayıt (commit)
-
-
Armin Rigo yazdı
a minor change after the coercion, to accept two objects not necessarily of the same type but with the same tp_compare.
-
Fred Drake yazdı
difference between __builtins__ and __builtin__ (based on an email comment)
-
Fred Drake yazdı
-
Kurt B. Kaiser yazdı
exception.
-
Kurt B. Kaiser yazdı
was pending. Restored the quit() of the readline() mainloop(). http://mail.python.org/pipermail/idle-dev/2004-December/002307.html M NEWS.txt M PyShell.py
-
- 22 Ara, 2004 8 kayıt (commit)
-
-
Thomas Heller yazdı
-
Thomas Heller yazdı
trying to remove this file - the file was never removed before. Fixes [ 1067732 ] wininst --install-script leaves residual files Already backported.
-
Jeremy Hylton yazdı
Pass the full URL to find_user_password(), in particular so that hosts with port numbers can be looked up. Also specify the digest algorithm, even if it's MD5. Titus Brown verified that this fixes a problem with LiveJournal.
-
Jeremy Hylton yazdı
Bug fix candidate.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Walter Dörwald yazdı
-
Brett Cannon yazdı
referred to OS 9 semantics.
-
- 21 Ara, 2004 3 kayıt (commit)
-
-
Fred Drake yazdı
this is useful for locating supporting data files, just as it is in Python modules
-
Walter Dörwald yazdı
trying to return a complete line even if a size parameter was given (see http://www.python.org/sf/1076985). This leads to buffer overflows with long source lines under Windows if e.g. cp1252 is used as the source encoding. This patch reverts the behaviour of readline() to something that behaves more like Python 2.3: If a size parameter is given, read() is called only once. As a side effect of this, readline() now supports all types of linebreaks supported by unicode.splitlines(). Note that the tokenizer is still broken and it's possible to provoke segfaults (see http://www.python.org/sf/1089395).
-
Kurt B. Kaiser yazdı
remote registered objects. Changes to these attributes are local, however. M EditorWindow.py M NEWS.txt M PyShell.py M idlever.py M rpc.py M run.py
-