- 25 Sep, 2001 5 commits
-
-
Andreas Jung authored
-
Brian Lloyd authored
escaping logic.
-
Andreas Jung authored
DTML stuff is now roughly 8-10% faster.
-
Brian Lloyd authored
makes Dreamweaver happier.
-
Amos Latteier authored
-
- 24 Sep, 2001 3 commits
-
-
Fred Drake authored
[Synchronizing the HTMLParser module with the Python standard library.] Re-factor the HTMLParser class to use the new markupbase.ParserBase class. Use a new internal method, error(), consistently to raise parse errors; the new base class also uses this.
-
Fred Drake authored
[Synchonizing the HTMLParser module with the Python standard library; the HTMLParser module is now dependent on this module.] New base class for the SGMLParser and HTMLParser classes from the sgmllib and HTMLParser modules (and indirectly for the htmllib.HTMLParser class). This has all the support for scanning over DOCTYPE declarations; it warrants having a base class since this is a fair amount of tedious code (since it's fairly strict), and should be in a separate module to avoid compiling many REs that are not used (which would happen if this were placed in either then sgmllib or HTMLParser module).
-
Evan Simpson authored
handled correctly.
-
- 21 Sep, 2001 1 commit
-
-
Barry Warsaw authored
self.assertEqual() and friends since this gives much better output.
-
- 20 Sep, 2001 5 commits
-
-
Amos Latteier authored
-
Andreas Jung authored
This increases performances by about 6 % (using ab).
-
Andreas Jung authored
(GET http://hostname:port/ HTTP/1.0)
-
Shane Hathaway authored
-
Shane Hathaway authored
to make it easer to tell what configuration of Zope is running.
-
- 18 Sep, 2001 1 commit
-
-
Andreas Jung authored
-
- 17 Sep, 2001 4 commits
-
-
Amos Latteier authored
-
Amos Latteier authored
-
Andreas Jung authored
and number of requests per time unit for a given date range.
-
Andreas Jung authored
-
- 14 Sep, 2001 5 commits
-
-
Shane Hathaway authored
if the context object was the root of the hierarchy, a condition which normally does not occur in Zope, but can occur in scripts.
-
Brian Lloyd authored
-
Brian Lloyd authored
-
Brian Lloyd authored
-
Shane Hathaway authored
execution.
-
- 13 Sep, 2001 3 commits
-
-
Brian Lloyd authored
not mask missing docstring errors when not in debug mode.
-
Andreas Jung authored
-
Shane Hathaway authored
Added a framework for password digest schemes.
-
- 12 Sep, 2001 3 commits
-
-
Andreas Jung authored
-
Andreas Jung authored
settings is not a good idea. string.letters delivers also locale base characters when the locale module is not included.
-
Amos Latteier authored
-
- 11 Sep, 2001 2 commits
-
-
Andreas Jung authored
-
Evan Simpson authored
-
- 10 Sep, 2001 4 commits
-
-
Shane Hathaway authored
-
Shane Hathaway authored
-
Shane Hathaway authored
described in the proposal at: http://dev.zope.org/Wikis/DevSite/Proposals/EncryptedUserfolderPasswords There is now a "properties" tab in user folders where you can select whether passwords are stored encrypted. The only question is whether it should be initially on or off.
-
Andreas Jung authored
-
- 07 Sep, 2001 1 commit
-
-
Guido van Rossum authored
keys in sorted order, which makes the output independent from the hash table order (which can differ bewteen Python versions).
-
- 06 Sep, 2001 1 commit
-
-
Chris McDonough authored
-
- 05 Sep, 2001 2 commits
-
-
Shane Hathaway authored
-
Brian Lloyd authored
-