- 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 2 commits
-
-
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.
-
Andreas Jung authored
-
- 12 Dec, 2002 1 commit
-
-
Barry Warsaw authored
the environment has been closed. Fortunately, there's another way. Add some more logging.
-
- 11 Dec, 2002 2 commits
-
-
Casey Duncan authored
Catalog empty results are now always a LazyCat([]) rather than a LazyCat(SomeEmptySequencishThingFromTheIndexes)
-
Evan Simpson authored
-
- 10 Dec, 2002 4 commits
-
-
Barry Warsaw authored
read_only flag on the config object, and BerkeleyBase sets self._is_read_only when this flag is true, but it leaves any ReadOnlyError raising to BaseStorage.
-
Barry Warsaw authored
function to clean up all the files that a FileStorage creates. Sometimes it's handy to do a cleanup if you have the instance, other times you only have the Data.fs file name.
-
Barry Warsaw authored
i.e. reason first, then oid. This is because there's always a reason but sometimes there isn't an oid (so we can default arg the oid).
-
Casey Duncan authored
Fixed getLexicon so that it can properly raise an error when it cannot find the proper lexicon object.
-
- 09 Dec, 2002 2 commits
-
-
Casey Duncan authored
-
Casey Duncan authored
* Changed logic for activating first sort algorithm to elminate bad performance with large result sets (20k+). The full sort is now faster for a larger proportion of cases. This algorithm is also skipped now if a sort limit value is passed. * Full sort now handles sort limits where the limit is 25% or greater of the total result where N-Best performance degrades. This allows the application to always apply a sort limit up to and beyond the result set length. * Added an "N-worst" sort handler to deal with forward sort limits (previously only reverse limits worked properly). * Small optimizations to N-best/worst to wring out a few more CPU cycles.
-