- 22 Ara, 2004 7 kayıt (commit)
-
-
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 5 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
-
Johannes Gijsbers yazdı
-
Sean Reifschneider yazdı
idle.
-
- 20 Ara, 2004 4 kayıt (commit)
-
-
Raymond Hettinger yazdı
(Patch by Armin Rigo.)
-
Armin Rigo yazdı
immediately segfaults, due to a typo! This was obviously never tested... Added a test for it, and also fixed the documentation.
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
* return an integer rather than a boolean
-
- 19 Ara, 2004 3 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 18 Ara, 2004 5 kayıt (commit)
-
-
Brett Cannon yazdı
Closes bug #1083645. Thanks Detlef Vollmann.
-
Brett Cannon yazdı
This is to avoid a problem that inconsistently comes up where the environment variable is unset while the Makefile clearly has the values set and are used during ``make``. Closes bug #1081045.
-
Raymond Hettinger yazdı
* The decimal module wouldn't load on builds without threads.
-
Raymond Hettinger yazdı
unsized iterable inputs.
-
Andrew MacIntyre yazdı
-
- 17 Ara, 2004 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
* Improve algorithm -- no more O(n) steps except sched.cancel(). * Improve thread safety of sched.run() and sched.empty() (other threads could alter the queue between the time the queue was first checked and when the lead event was deleted). * Localize variable access in sched.run() to minimize overhead.
-
- 16 Ara, 2004 5 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
* Added missing error checks. * Fixed O(n**2) growth pattern. Modeled after lists to achieve linear amortized resizing. Improves construction of "tuple(it)" when "it" is large and does not have a __len__ method. Other cases are unaffected.
-
Gregory P. Smith yazdı
-
- 15 Ara, 2004 1 kayıt (commit)
-
-
Walter Dörwald yazdı
-
- 14 Ara, 2004 2 kayıt (commit)
-
-
Walter Dörwald yazdı
-
Raymond Hettinger yazdı
-
- 13 Ara, 2004 6 kayıt (commit)
-
-
Marc-André Lemburg yazdı
doesn't seem to like "UTF-8"). Removed the UTF-8 aliases since these should be available for all locales.
-
Johannes Gijsbers yazdı
-
Gregory P. Smith yazdı
code. This version is much cleaner and makes a proper attempt at pairing up the correct header file and library.
-
Anthony Baxter yazdı
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
* bumped the module version number up to 4.3.0
-
- 12 Ara, 2004 1 kayıt (commit)
-
-
Johannes Gijsbers yazdı
- Doc/lib/libbase64.tex s/algorith/algorithm - Doc/lib/libpickle.tex s/interchangable/interchangeable - Doc/lib/libxmlrpclib.tex s/{_cmp__}/{__cmp__} leading underscore needs to be double, not single. - Doc/ref/ref6.tex 0/1 => False/True
-