- 10 Jul, 2000 29 commits
-
-
Peter Schneider-Kamp authored
-
Peter Schneider-Kamp authored
have already been checked in) UNTESTED!
-
Fredrik Lundh authored
-
Guido van Rossum authored
-
Fredrik Lundh authored
for #100836, but implemented in a different way)
-
Guido van Rossum authored
to match addition to test_unicode.py.
-
Guido van Rossum authored
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
Andrew M. Kuchling authored
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 authored
-
Peter Schneider-Kamp authored
-
Peter Schneider-Kamp authored
added excplicit node * parameter to termvalid argument in validate_two_chain_ops of parsermodule.c (as proposed by fred)
-
Peter Schneider-Kamp authored
-
Peter Schneider-Kamp authored
-
Peter Schneider-Kamp authored
-
Peter Schneider-Kamp authored
-
Peter Schneider-Kamp authored
-
Peter Schneider-Kamp authored
-
Peter Schneider-Kamp authored
-
Peter Schneider-Kamp authored
-
Peter Schneider-Kamp authored
-
Peter Schneider-Kamp authored
-
Peter Schneider-Kamp authored
-
Sjoerd Mullender authored
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 authored
conditionally in the code.
-
Vladimir Marangozov authored
(cf. the rest of the headers in the distribution)
-
Vladimir Marangozov authored
-
Fred Drake authored
-
- 09 Jul, 2000 11 commits
-
-
Fredrik Lundh authored
(write, read, ...), based on feedback from GvR. - added tuple-swapping code to popen2.py - fixed some runaway indentation in posixmodule.c
-
Fredrik Lundh authored
checked for the wrong exception. my fault. sorry. (first reported by Alex Coventry)
-
Barry Warsaw authored
variable. This crushes another memory leak. Slight rewrite included.
-
Barry Warsaw authored
font-locking. This complets the merge with Mailman's version.
-
Fredrik Lundh authored
(the PYTHONHOMEHELP define) - ANSI-fication (patch #100794 by Peter Schneider-Kamp)
-
Fredrik Lundh authored
(patch #100805 by Peter Schneider-Kamp)
-
Fred Drake authored
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 authored
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 authored
for the moment, this argument must be left out or set to -1 (only the default bufsize is supported, that is)
-
Fredrik Lundh authored
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)
-
Fred Drake authored
more information.
-