- 19 Jul, 2002 1 commit
-
-
Chris McDonough authored
a call to it would create a session data object -- the hasSessionData call now does not create a session data object inadvertently as a result of its usage. Also updated tests.
-
- 18 Jul, 2002 8 commits
-
-
Albertas Agejevas authored
-
Barry Warsaw authored
Matt Kromer).
-
Barry Warsaw authored
here's a semi-kludgey one. It returns the size of the zodb_pickles table in bytes.
-
Barry Warsaw authored
-
Steve Alexander authored
hasattr(self, '_v_program') rather than self._v_program is not None.
-
Barry Warsaw authored
--inplace so use this instead. Copied from Zope3.
-
Barry Warsaw authored
-
Albertas Agejevas authored
-
- 17 Jul, 2002 1 commit
-
-
Jeremy Hylton authored
-
- 16 Jul, 2002 6 commits
-
-
Casey Duncan authored
Lazified computing the normalized score on text index search results. This can shave seconds off search times when you get a lot of results
-
Barry Warsaw authored
loadmail(): Make max<0 mean there's no max instead of using bunch-o-9's. Also change the base command so that max is optional (there'll be no max if not given). Also, get rid of the .invalidate(None) call since 1) the method doesn't accept a None argument anymore; 2) minimize() should do the trick anyway.
-
Barry Warsaw authored
-
Barry Warsaw authored
storage.
-
Casey Duncan authored
-
Barry Warsaw authored
versions or undo, but is hopefully more efficient for writes. This is not yet complete, but I'm checkpointing it. It still needs to get ConflictResolution added, as well as the iterator interface supported. It passes all the basic storage tests though. Also the autopack/reference counting bit isn't yet implemented.
-
- 13 Jul, 2002 1 commit
-
-
Chris McDonough authored
page. Caused the import button to be stylized properly.
-
- 11 Jul, 2002 2 commits
-
-
Toby Dickenson authored
-
Matt Behrens authored
people destroying their site-packages directories; this should hold us until the installer is done and merged... hopefully in 2.7... also detabify (I should do this more often)
-
- 10 Jul, 2002 2 commits
-
-
Guido van Rossum authored
-
Toby Dickenson authored
-
- 09 Jul, 2002 4 commits
-
-
Matt Behrens authored
-
Matt Behrens authored
-
Matt Behrens authored
all Zope software, based on the work in the installer branch. All tests still pass when built with python2.1 setup.py build_ext -i :-)
-
Guido van Rossum authored
-
- 08 Jul, 2002 1 commit
-
-
Evan Simpson authored
-
- 05 Jul, 2002 1 commit
-
-
Casey Duncan authored
-
- 04 Jul, 2002 2 commits
-
-
Florent Guillaume authored
-
Chris McDonough authored
standard output unless the "EVENT_LOG_FILE" or "STUPID_LOG_FILE" environment variable is set. - The much-hated name "STUPID_LOG_FILE" now has a preferred alias: "EVENT_LOG_FILE".
-
- 03 Jul, 2002 2 commits
-
-
Chris McDonough authored
-
Chris McDonough authored
The transient object container named 'session_data' was not created in the temp_folder if there was an acquirable object named 'session_data' in the root
-
- 02 Jul, 2002 3 commits
-
-
Chris McDonough authored
the id.
-
Casey Duncan authored
-
Casey Duncan authored
Restored behavior of ZCatalog when arguments with empty string are passed in. These values are effectively ignored by searchResults. If only empty values are passed, then it returns all results (assuming you passed an empty filter). Removed "optimize" argument which was an attempt to "fix" searchResults for programmatic use. Also replaced comments this optimized behavior. Eventually a new API will be added for "explicit" programmatic queries, for now we will suffer along with searchResults as it is. Extending it with additional dwim is not a path worth traveling.
-
- 30 Jun, 2002 5 commits
-
-
Chris McDonough authored
-
Chris McDonough authored
although TemporaryStorage does not actually support versions.
-
Chris McDonough authored
"bareword" except: pass in a try: statement. It now writes a log message before passing.
-
Chris McDonough authored
_apply_index or index_object. Fixed and added test cases to unittests.
-
Chris McDonough authored
-
- 29 Jun, 2002 1 commit
-
-
Florent Guillaume authored
parameter like "description:test" where test is a codec that's apparently registered but not found. (description:test was actually a typo in CMF's topic_editTopic.py)
-