- 10 Jul, 2000 35 commits
-
-
Eric S. Raymond authored
a representation of the configuration state in .ini format that can be read back in by a future read() call. Thus this class is now a back end for .ini editors as well as parsers. This patch is complete and tested, but exposes a bug in the ConfigParser implementation which I have not yet fixed. Because case information is discarded during parsing, the output of write() has its case smashed. I wrote this for a SourceForge interface script called forgetool. Documentation for the new entry points included.
-
Peter Schneider-Kamp authored
-
Peter Schneider-Kamp authored
-
Peter Schneider-Kamp authored
-
Jeremy Hylton authored
test_string and test_userstring run same tests for string methods
-
Jeremy Hylton authored
-
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 5 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)
-