- 12 Jun, 2003 1 commit
-
- 11 Jun, 2003 4 commits
-
-
Jim Fulton authored
contains a version name. If it does, then we check whether the user globally has permission to join/leave versions. If they don't, we clear cookie and raise Unauthorized. This will abort any changes that might have been made during traversal. (If some traversal code makes changes and commits them, then we still lose and probably deserve to.)
-
Andreas Jung authored
- Collector #937: UnicodeError exception available within PythonScripts
-
Andreas Jung authored
-
Jeremy Hylton authored
With current CVS, the test runner reports: Ran 2135 tests in 569.700s OK
-
- 10 Jun, 2003 8 commits
-
-
Evan Simpson authored
-
Evan Simpson authored
-
Fred Drake authored
-
Guido van Rossum authored
-
Guido van Rossum authored
Add 2.3b1, 2.2.2 as acceptable targets. Strip trailing '+' from version number in Python.
-
Shane Hathaway authored
-
Shane Hathaway authored
The Zope security policy now raises Unauthorized for all denied access. This is designed to make it easier to diagnose problems in security settings, since the Unauthorized error will propagate to something that can display or log the error. All 2000+ of the Zope unit tests pass with this change, but I suspect there may be code that expects the security policy to return 0 instead of raising Unauthorized. If any severe issues surface, we can revert this change.
-
Shane Hathaway authored
In Python 2.2 and above, getattr operations distinguish AttributeErrors from other kinds of operations. But Wrapper_acquire was masking some errors as AttributeErrors. Fixed. Added a comment explaining apply_filter, added curly brackets to disambiguate nesting in Wrapper_acquire, and re-indented to clarify.
-
- 09 Jun, 2003 3 commits
-
-
Sidnei da Silva authored
-
Shane Hathaway authored
-
Jens Vagelpohl authored
-
- 08 Jun, 2003 1 commit
-
-
Andreas Jung authored
- Collector #928: DateIndex ignored timezones when indexing and querying
-
- 07 Jun, 2003 1 commit
-
-
Andreas Jung authored
-
- 06 Jun, 2003 1 commit
-
-
Richard Jones authored
-
- 05 Jun, 2003 1 commit
-
-
Casey Duncan authored
- Indexes and Lexicon now much less likely to generate write conflicts. Previously *any* concurrent index/unindex operation would conflict - Performance and scalability fix for queries
-
- 30 May, 2003 4 commits
-
-
Jeremy Hylton authored
-
Barry Warsaw authored
uncreated.
-
Brian Lloyd authored
being added to built-in types.
-
Toby Dickenson authored
-
- 28 May, 2003 5 commits
-
-
Chris McDonough authored
-
Shane Hathaway authored
Jamie Heilman discovered it was possible for anonymous users to add ZClass permission objects. The newly created permission objects had no real effect on security, but anonymous users should not be able to do this anyway, so this patch fixes the bug. The problem was that PermissionManager never got initiatized. While I was here, I took the opportunity to initialize other classes as well, update the security declaration style, and apply the 'Define permissions' permission.
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
- 27 May, 2003 9 commits
-
-
Jeremy Hylton authored
-
Jeremy Hylton authored
Remove signals file, since the only signal you actually need to use is for log-file rotation.
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
Jeremy Hylton authored
A few changes to the rST formatting.
-
Jeremy Hylton authored
-
Casey Duncan authored
- Exterminate bare excepts - Port performance fixes from 2.6 branch - Add some comments to questionable areas - Simplify where possible - Add some spacing for readability (hahahahahah, sorry I crack myself up) TODO: Fix inefficient __len__ and numObjects implementations
-
Casey Duncan authored
-
Casey Duncan authored
Remove dependancy on PlugInIndexes product by using randint directly to generate rids. randint now works properly with negative number in Python 2.2 Fix bare except. Simplify python implementation of safe_callable
-
- 25 May, 2003 2 commits
-
-
Andreas Jung authored
-
Andreas Jung authored
branch *damn CVS*
-