- 03 Oct, 2002 3 commits
-
-
Jeremy Hylton authored
-
Andreas Jung authored
-
Andreas Jung authored
-
- 01 Oct, 2002 3 commits
-
-
Evan Simpson authored
-
Guido van Rossum authored
This is a SyntaxWarning in Python 2.3 and will be an error in 2.4.
-
Toby Dickenson authored
merged toby-unicode-properties-fix-branch; a fix for non-latin1 property names, and non-latin1 property renderign when there are no other unicode properties defined
-
- 30 Sep, 2002 2 commits
-
-
Casey Duncan authored
-
Casey Duncan authored
rls like absolute_url can
-
- 27 Sep, 2002 5 commits
-
-
Martijn Pieters authored
XML-RPC request.
-
Guido van Rossum authored
be too long, but breaking these at an arbitrary character looks wrong (and can occasionally prevent you from finding a search string).
-
Andreas Jung authored
-
Chris McDonough authored
-
Chris McDonough authored
export of an "INST_HOME" environment variable.
-
- 26 Sep, 2002 4 commits
-
-
Evan Simpson authored
longer try to call a value returned by that alternate.
-
Evan Simpson authored
-
Brian Lloyd authored
-
Evan Simpson authored
Fixed Collector #580 by making evaluateBoolean() an alias for evaluate().
-
- 25 Sep, 2002 5 commits
-
-
Evan Simpson authored
Tidy up inconsistency use of getattr/guarded_getattr.
-
Fred Drake authored
uncovered.
-
Jeremy Hylton authored
name is unbound at this point.
-
Andreas Jung authored
- Collector #587: fixed wrong migration to string methods in 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.
-