- 10 Tem, 2000 30 kayıt (commit)
-
-
Jeremy Hylton yazdı
-
Peter Schneider-Kamp yazdı
-
Peter Schneider-Kamp yazdı
have already been checked in) UNTESTED!
-
Fredrik Lundh yazdı
-
Guido van Rossum yazdı
-
Fredrik Lundh yazdı
for #100836, but implemented in a different way)
-
Guido van Rossum yazdı
to match addition to test_unicode.py.
-
Guido van Rossum yazdı
-
Jeremy Hylton yazdı
-
Jeremy Hylton yazdı
-
Andrew M. Kuchling yazdı
There is a silly bug in the fall-back dumbdbm.py database package in the Python 1.5.2 standard distro. This bug causes any changes to an existing item to generate a new key, even when the key already exists. After many updates, the .dir file used by dumbdbm grows to a huge size, and can cause filesystem problems.
-
Peter Schneider-Kamp yazdı
-
Peter Schneider-Kamp yazdı
-
Peter Schneider-Kamp yazdı
added excplicit node * parameter to termvalid argument in validate_two_chain_ops of parsermodule.c (as proposed by fred)
-
Peter Schneider-Kamp yazdı
-
Peter Schneider-Kamp yazdı
-
Peter Schneider-Kamp yazdı
-
Peter Schneider-Kamp yazdı
-
Peter Schneider-Kamp yazdı
-
Peter Schneider-Kamp yazdı
-
Peter Schneider-Kamp yazdı
-
Peter Schneider-Kamp yazdı
-
Peter Schneider-Kamp yazdı
-
Peter Schneider-Kamp yazdı
-
Peter Schneider-Kamp yazdı
-
Sjoerd Mullender yazdı
an attribute value was not escaped, you could get two syntax errors: one about a missing semicolon and one about an unknown entity. Now you get only one about a bogus ampersand.
-
Vladimir Marangozov yazdı
conditionally in the code.
-
Vladimir Marangozov yazdı
(cf. the rest of the headers in the distribution)
-
Vladimir Marangozov yazdı
-
Fred Drake yazdı
-
- 09 Tem, 2000 10 kayıt (commit)
-
-
Fredrik Lundh yazdı
(write, read, ...), based on feedback from GvR. - added tuple-swapping code to popen2.py - fixed some runaway indentation in posixmodule.c
-
Fredrik Lundh yazdı
checked for the wrong exception. my fault. sorry. (first reported by Alex Coventry)
-
Barry Warsaw yazdı
variable. This crushes another memory leak. Slight rewrite included.
-
Barry Warsaw yazdı
font-locking. This complets the merge with Mailman's version.
-
Fredrik Lundh yazdı
(the PYTHONHOMEHELP define) - ANSI-fication (patch #100794 by Peter Schneider-Kamp)
-
Fredrik Lundh yazdı
(patch #100805 by Peter Schneider-Kamp)
-
Fred Drake yazdı
uses the BrowserControl module. BrowserControl is not removed to allow IDLE to be distributed separately and still be used with Python 1.5.2.
-
Fredrik Lundh yazdı
windows. - added optional mode argument to popen2/popen3 for unix; if the second argument is an integer, it's assumed to be the buffer size. - changed nt.popen2/popen3/popen4 return values to match the popen2 module (stdout first, not stdin).
-
Fredrik Lundh yazdı
for the moment, this argument must be left out or set to -1 (only the default bufsize is supported, that is)
-
Fredrik Lundh yazdı
function is overridden by a python version which accepts *either* a string (old behaviour) or a locale tuple. - renamed a few methods (for consistency): get_locale => getlocale get_default_locale => getdefaultlocale set_to_default => resetlocale (!) - the _locale implementation module can now implement an optional _getdefaultlocale function. if that function isn't available, a POSIX-based approach is used (checking LANG and other environment variables, as usual). (patch #100765)
-