- 23 May, 2001 16 commits
-
-
Evan Simpson authored
Allow setting of individual permissions to fail, and note that failure in the message screen. Otherwise, faulty __ac_permission__ information can prevent changes to security.
-
Evan Simpson authored
WebDAV to be turned on or off. It defaults to the same access as "Access contents information", the old controlling permission.
-
Shane Hathaway authored
- Updated parameter declaration style. - Used casts to PyCFunction where the function signature is compatible. I don't like this but it retains all current behavior. I see a potential for segfaults.
-
Shane Hathaway authored
- Removed ASSIGN macros, never used. - Changed empty parameter list to "void".
-
Shane Hathaway authored
- Removed the ASSIGN macros, which are never used. - Removed the unused functions _PER_RETURN and _PER_INT_RETURN. - Removed a dereference operation whose result is never used. - Changed empty parameter list to "void". - Put inline assignment in parantheses.
-
Shane Hathaway authored
- Added parentheses to inline assignments. - Removed the unused function "Twople". - Unnecessarily initialized "iv" of BTree_ini(). (Compiler isn't smart enough to see that "iv" is never used uninitialized.) - Added curly braces. - Removed unused var "v" from BTree_setstate. - Used "void" in place of empty parameter lists.
-
Shane Hathaway authored
-
Shane Hathaway authored
-
Shane Hathaway authored
imported rather than silently ignore the test.
-
Shane Hathaway authored
-
Shane Hathaway authored
-
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 2 commits
-
-
Evan Simpson authored
-
Shane Hathaway authored
-