- 14 Jan, 2003 2 commits
-
-
Barry Warsaw authored
Also, set the FullOpenCloseTest's level to 2 so testCloseWithCheckpointingThread() isn't normally run, even if you have BerkeleyDB installed. This is the single longest test in the --all suite. This shaves about 21 seconds off the tests.
-
Barry Warsaw authored
Also, set the suite's test level to 2 so these aren't normally run (even if you have BerkeleyDB installed). These tests take a long time.
-
- 13 Jan, 2003 3 commits
-
-
Christian Zagrodnick authored
contained 'None', which lead to 'None' as connection hook.
-
Fred Drake authored
no other handlers are provided. This is needed to avoid warnings on stderr from the logging package.
-
Guido van Rossum authored
-
- 11 Jan, 2003 1 commit
-
-
Andreas Jung authored
-
- 10 Jan, 2003 3 commits
-
-
Fred Drake authored
Needs more work, but can deal with at least logging to files and STDERR. Log rotation has been tested.
-
Fred Drake authored
- add a way to control how logging is re-initialized
-
Fred Drake authored
-
- 09 Jan, 2003 2 commits
-
-
Chris McDonough authored
-
Chris McDonough authored
-
- 07 Jan, 2003 1 commit
-
-
Guido van Rossum authored
- Cache the translations from severity to level and string in dicts, so these are normally done with a single dict.get() call rather than a Python function call. - Extract the PEP 282 level first, and check it against the effective level of the logger, so we can take an early exit if the logger won't handle the event. - Got rid of textwrap. It slows things down, can frustrate grepping programs, and wasn't effective unless you were using Python 2.3 anyway. - Got rid of the addHandler(NullHandler()) (seems like superstition). - Got rid of the log_format class variable (YAGNI).
-
- 06 Jan, 2003 6 commits
-
-
Chris McDonough authored
trunk.
-
Chris Withers authored
-
Chris Withers authored
-
Chris Withers authored
why security assertions should be placed
-
Chris Withers authored
PASSWORD() function add to lib/python/AccessControl/AuthEncoding.py.
-
Andreas Jung authored
using list comprehensions (20-30% speedup under Python 2.2).
-
- 05 Jan, 2003 3 commits
-
-
Chris McDonough authored
-
Chris McDonough authored
- 03 Jan, 2003 2 commits
-
-
Barry Warsaw authored
available or not, and also fixes to all the tests so they won't crap out or complain if not. To test whether these storages are avialable (including all package dependencies), do: import BDBStorage if BDBStorage.is_available: # okay to use Also, in BDBStorage/__init__.py do some cross-platform compatibility for the bsddb module; in Python 2.3 we can just use the built-in module, but in earlier Pythons we have to use bsddb3. Now you can just use "from BDBStorage import db" to get the proper db object.
-
Jeremy Hylton authored
-
- 02 Jan, 2003 1 commit
-
-
Toby Dickenson authored
-
- 22 Dec, 2002 3 commits
-
-
Chris McDonough authored
-
Florent Guillaume authored
Ensured that all HTTP headers are sent as normal strings and not Unicode.
-
Florent Guillaume authored
Removed most <dtml-var> to replace them with &dtml-foo;. This corrects a number of potential XSS holes, and simplifies auditability of the remaining legitimate <dtml-var>.
-
- 20 Dec, 2002 1 commit
-
-
Toby Dickenson authored
-
- 19 Dec, 2002 2 commits
-
-
Andreas Jung authored
-
Guido van Rossum authored
version: - If the setlocale() call fails, don't fail the test -- just skip it silently. XXX This is not ideal, but what else can we do? Locale names are not standardized; the test fails on Mac OSX, and apparently on older Linux versions (e.g. my Mandrake 8.1). - Don't use non-ASCII literals; use \xXX escapes.
-
- 18 Dec, 2002 2 commits
-
-
Barry Warsaw authored
bsddb3Storage becomes BDBStorage Full becomes BDBFullStorage Minimal becomes BDBMinimalStorage Removing MinimalReplicated.py, Packless.py, and base.py
-
Chris Withers authored
manage_afterClone in the saem way that manage_pasteObjects does.
-
- 17 Dec, 2002 7 commits
-
-
Shane Hathaway authored
-
Lennart Regebro authored
-
Chris Withers authored
that are not Zope products.
-
Fred Drake authored
-
Lennart Regebro authored
Some calls to os.system('chmod') has been replaced with the more portable os.chmod() call, to make install work properly on Windows.
-
Lennart Regebro authored
Merge to HEAD: The ZEO unit tests and wo_pcgi.py didn't run on Windows if the path to the python executable included a space.
-
Andy McKay authored
-
- 16 Dec, 2002 1 commit
-
-
Evan Simpson authored
-