- 23 May, 2001 2 commits
-
-
Andreas Jung authored
-
Fred Drake authored
Update a comment describing the usage and basic API.
-
- 22 May, 2001 2 commits
-
-
Evan Simpson authored
One for non-Zope use, one for pre-2.4 Zope use, and one for Zope 2.4+ use.
-
Evan Simpson authored
-
- 21 May, 2001 9 commits
-
-
Chris McDonough authored
-
Evan Simpson authored
-
Evan Simpson authored
-
Chris McDonough authored
-
Chris McDonough authored
-
Chris McDonough authored
Add 'Authenticated' role as a standard Zope role. The Authenticated role is provided to those users who have succesfully authenticated to Zope in any manner (basically, all users who are not the Anonymous User) by default.
-
Evan Simpson authored
-
Evan Simpson authored
-
Chris McDonough authored
Fix memleak bug reported on Zope list. This is instead of moving from Secret Lab's development release of xmlrpclib (0.9.9).
-
- 20 May, 2001 1 commit
-
-
Jim Fulton authored
intrspection.
-
- 18 May, 2001 10 commits
-
-
Guido van Rossum authored
At least this now passes Evan's test_metal1.html! I had to restructure attrAction() and the macroStack() quite a bit. The macro stack now has a mostly abstract interface (a few lookups still dig directly into the stack). Weekend!
-
Guido van Rossum authored
the test input filename contains the substring "metal".
-
Guido van Rossum authored
quite easy to accidentally set off an infinite recursion here.
-
Evan Simpson authored
-
Evan Simpson authored
-
Evan Simpson authored
-
Evan Simpson authored
-
Evan Simpson authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 17 May, 2001 9 commits
-
-
Evan Simpson authored
-
Shane Hathaway authored
-
Shane Hathaway authored
-
Shane Hathaway authored
-
Fred Drake authored
Remove unnecessary "global" statement -- already in global context. Python 2.1 complained about this because the global was assigned to before the global statement, all in a single scope.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
dict of the raw attribute values. Also, put beginScope/endScope around each tag for which a tagDict is emitted, rather than only for tags using define or repeat. This affects the generated code, but doesn't affect semantics (according to the tests).
-
Guido van Rossum authored
tag.
-
- 16 May, 2001 7 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
- Define-slot can now be nested inside fill-slot, so that a macro can call another macro and use one of its slots to fill that other macro's slots. (This is essential for sensible semantics of nested macros.) - Inside a use-macro, if the macro defines a slot that's not filled, the define-slot turns into fill-slot. (This is just a convenience feature.) To implement this, the current macro call and its slots are turned into a stack (they already had stack behavior but the stack was inaccessible) and added a variable indicating the macro currently being defined (if any). In the process, refactored startTagCommon a bit, turning the decision procedure for argument replacement into a separate method (attrAction()). Added a safeguard to the attribute-wrapping feature: if the alignment column is too far to the right (half of the wrap column), change alignment to 4 spaces. This solves the problem reported by Gregor Hoffleit with attribute wrapping in a long line containing several elements.
-
matt@zope.com authored
that the issues remain to allowing unicode objects through Zope that are not addressed herin, but are related to type('') not equalling type(u''); much special case code exists that handles strings differently that needs review to handle unicode as well.
-
Evan Simpson authored
-
Evan Simpson authored
-
matt@zope.com authored
after changes applied; tutorial functional with gadfly.
-
Guido van Rossum authored
in setLocal() was improperly indented. Evan: please, Please, PLEASE, run the test suite before checking in changes!
-