- 25 Sep, 2002 3 commits
-
-
Jeremy Hylton authored
name is unbound at this point.
-
Andreas Jung authored
DTMLMethod.py
-
Andreas Jung authored
-
- 24 Sep, 2002 12 commits
-
-
Jeremy Hylton authored
-
Jeremy Hylton authored
Caught by pychecker.
-
Jeremy Hylton authored
-
Jeremy Hylton authored
Caught by pychecker.
-
Jeremy Hylton authored
-
Jeremy Hylton authored
Caught by pychecker.
-
Jeremy Hylton authored
caught by pychecker.
-
Jeremy Hylton authored
Caught by pychecker.
-
Jeremy Hylton authored
Had reference to TALCompiler -- the only one in TAL. I assume this was originally added for testing but has been subsumed by unit tests.
-
Jeremy Hylton authored
-
Jeremy Hylton authored
The code referenced several undefined globals (ListType, StringType) is not referenced anywhere in the Zope code base.
-
Andreas Jung authored
instead of the complete IOBTree
-
- 23 Sep, 2002 2 commits
-
-
Florent Guillaume authored
be placeful.
-
Andreas Jung authored
-
- 19 Sep, 2002 2 commits
-
-
Casey Duncan authored
-
Florent Guillaume authored
The merge point in Zope27 will be tagged mergepoint-to-Zope26.
-
- 18 Sep, 2002 2 commits
-
-
Shane Hathaway authored
adequate context for the security manager, resulting in excessive Unauthorized errors. The previous fix corrected traversal using __bobo_traverse__(); this fix corrects traversal using getattr(). The problem was solved by simply making use of AccessControl.ZopeGuards.guarded_getattr().
-
Florent Guillaume authored
Impacted code: - TAL: merge of the 2.7 i18n stuff, unicode fixes, tests. - PageTemplates: addition of a global translation service and of its use by the TALES engine, unicode fixes, tests. - StructuredText: unicode fixes, tests.
-
- 16 Sep, 2002 2 commits
-
-
Guido van Rossum authored
-
Toby Dickenson authored
merging toby-unicode-size-branch, a fix for a regression introduced by TaintedString changes, reported as collector #565
-
- 14 Sep, 2002 1 commit
-
-
Guido van Rossum authored
wide xterm or emacs window. So now, when using Python 2.3 or later, the textwrap module is used to wrap the message line, indenting subsequent lines past the timestamp. Details and tracebacks are left alone.
-
- 13 Sep, 2002 4 commits
-
-
Casey Duncan authored
-
Casey Duncan authored
-
Casey Duncan authored
-
Chris Withers authored
Fixed bug in manage_editProperties which used an incorrect default for several types of property when they were not found in the REQUEST.
-
- 12 Sep, 2002 8 commits
-
-
Shane Hathaway authored
access in certain situations when using a __bobo_traverse__ hook.
-
Shane Hathaway authored
__bobo_traverse__ hook, and the hook returns an object that comes from some other container, the security policy may incorrectly deny access. This fix determines the container of the object based on its aquisition wrappers, if available, and passes it to validate(). Also added a corresponding unit test.
-
Guido van Rossum authored
should fix the problem that messages from different processes or threads could be intermingled. The code was rewritten to build up the lines of the error message in a list which is joined by "\n" characters at the end.
-
Shane Hathaway authored
- Used a MappingStorage instead of a FileStorage, to avoid writing to disk. - Removed unnecessary docstrings and converted useful docstrings to comments to clean up the unit test output. - Updated to use unittest.main().
-
Shane Hathaway authored
-
Shane Hathaway authored
throw either AttributeError or KeyError; catch either.
-
Andreas Jung authored
-
Andreas Jung authored
-
- 11 Sep, 2002 1 commit
-
-
Barry Warsaw authored
loadmail() when deciding on the print format.
-
- 09 Sep, 2002 2 commits
-
-
Florent Guillaume authored
-
Florent Guillaume authored
Unicode-aware StringIO by monkey-patching two appropriate methods until one is completely integrated into Zope.
-
- 05 Sep, 2002 1 commit
-
-
Shane Hathaway authored
- You can pass the list of indexes to update to catalog_object(). - uids can be relative rather than absolute.
-