- 18 Jun, 2003 1 commit
-
-
Tim Peters authored
new comment block explains the cause and the cure.
-
- 17 Jun, 2003 6 commits
-
-
Sidnei da Silva authored
which is aware of extension classes that fill 'tp_callable' but don't define '__call__'. - Made KeywordIndex be more robust about receiving a value that is not a string or an iterable type.
-
Brian Lloyd authored
-
Brian Lloyd authored
-
Brian Lloyd authored
-
Brian Lloyd authored
-
Brian Lloyd authored
-
- 13 Jun, 2003 7 commits
-
-
Chris McDonough authored
Add an sdist target to the Makefile which builds a tarball source distribution.
-
Chris McDonough authored
-
Chris McDonough authored
If the target version is not found, use the first "most acceptable" version found instead of the last.
-
Chris McDonough authored
-
Chris McDonough authored
a setup.py build_ext -i in order to prevent needing to needlessly rebuild C extensions after a straight 'make' is performed. Cleaned up makefile and added comments. Also, moved mkzopeinstance and mkzeoinstance into 'utilities'. It makes more sense for 'bin' to be disposable in the face of inplace builds.
-
Chris McDonough authored
-
Chris McDonough authored
Change directories for build-tmp, build-lib, and build-scripts so they don't get copied to the install directory during 'make install'. Also, change 'make clean' to remove '.so' files and not try to remove core files.
-
- 12 Jun, 2003 6 commits
-
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
- 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 1 commit
-
-
Jeremy Hylton authored
-