- 22 Oct, 2001 11 commits
-
-
Jeremy Hylton authored
-
Jeremy Hylton authored
This code was correct, because of the outer try/finally that set tb to None. This change localizes the handling of the traceback, so that it's safety can be determined by local inspection.
-
Jeremy Hylton authored
-
matt@zope.com authored
for object expiry.
-
Evan Simpson authored
-
Evan Simpson authored
-
matt@zope.com authored
-
Andreas Jung authored
-
Andreas Jung authored
did not show the Webdav LockManager entry in the control panel
-
Chris McDonough authored
-
Chris McDonough authored
- "active" in detailed output is now slightly more meaningful. It is > 0 only if other requests started after it started but before it finished. The greater the active count, the more likely it is that something was going on at the time in which the request ran that caused a slowdown. - multiple files may be analyzed at the same time. Also, script recognizes "U" opcode in big M logs as meaning a restart.
-
- 19 Oct, 2001 20 commits
-
-
Shane Hathaway authored
- Implemented stemming in a simpler way. - Made checkSynword() easier to read. - Used PyList_GetItem() to do bounds checking in Splitter_item(). - Made Splitter_indexes slightly faster by keeping a local copy of the length. - splitUnicodeString() now returns -1 on error. - Made splitUnicodeString() easier to read. - prepareString() performs a copy the standard way.
-
Shane Hathaway authored
-
Jeremy Hylton authored
This silences a DeprecationWarning when running the Zope tests. It's kosher, because the trunk requires Python 2.1.
-
Jeremy Hylton authored
This silences extraneous output when running the TAL tests with a Python without expat.
-
Shane Hathaway authored
-
Shane Hathaway authored
-
Shane Hathaway authored
Application instance on the fly.
-
Shane Hathaway authored
-
Shane Hathaway authored
their disobedience.
-
Andreas Jung authored
-
Shane Hathaway authored
- Made some corrections to the DTML tests, which aren't currently working in testrunner but work when run directly. ??
-
Andreas Jung authored
-
Tres Seaver authored
- Remove the need to 'import Zope' in one of the last tests which does so (ZCatalog tests still need it, on account of ZClass base class stuff).
-
Brian Lloyd authored
-
Brian Lloyd authored
-
Andreas Jung authored
- added script to recreate regression reference files - added another test
-
Amos Latteier authored
s Appendix B.
-
Amos Latteier authored
-
Amos Latteier authored
-
Amos Latteier authored
-
- 18 Oct, 2001 9 commits
-
-
Amos Latteier authored
Added documentation for the AccessControl.getSecurityManager function and the SecurityManager class. They are usuable from Python-based scripts and ZPT.
-
Amos Latteier authored
-
Amos Latteier authored
-
Shane Hathaway authored
- Revert to old Unauthorized exceptions when zExceptions module is not present.
-
Shane Hathaway authored
of these tests, so it was worth the effort. :-) )
-
Shane Hathaway authored
-
Andreas Jung authored
-
Fred Drake authored
-
Fred Drake authored
-