- 06 Jan, 2003 1 commit
-
-
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 17 commits
-
-
Evan Simpson authored
-
Evan Simpson authored
-
Shane Hathaway authored
-
R. David Murray authored
someone tries to use 'client' as an argument to a zsql method.
-
Evan Simpson authored
-
Evan Simpson authored
-
Toby Dickenson authored
-
Chris McDonough authored
-
Chris McDonough authored
-
Chris McDonough authored
Support getattr on PermissionRole instances to allow access to _p, _d, __name__m and __roles__ (patch submitted by Dieter Maurer in collector #161).
-
Shane Hathaway authored
ZODB works around this situation, but it probably shouldn't. AdaptableStorage doesn't allow it.
-
Casey Duncan authored
Collector #479: Catalog tab now correctly puts "Unknown" in the type column for cataloged objects with no meta_type metadata column
-
Lennart Regebro authored
-
Chris McDonough authored
-
Lennart Regebro authored
Merge with HEAD: Collector #256: Added a check in _doChangeUser to make sure passwords isn't encrypted twice.
-
Barry Warsaw authored
-
Toby Dickenson authored
-
- 13 Dec, 2002 1 commit
-
-
Barry Warsaw authored
_dorestore(): Adopt the FileStorage semantics for when the transaction pointed to by prev_txn does not exist. This can happen if we're restoring to a storage where that transaction has been packed away. In that case, treat prev_txn as a hint and ignore it. :) _TransactionsIterator.__len__(): Give this a dummy (and lying) implementation which is just good enough for Python 2.1.3 support.
-