- 25 Apr, 2002 9 commits
-
-
Andreas Jung authored
(without converting their contents...needs reindexing)
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
Toby Dickenson authored
-
Andreas Jung authored
be needed for the ZMI
-
Andreas Jung authored
unneeded imports
-
Toby Dickenson authored
-
- 24 Apr, 2002 7 commits
-
-
Andreas Jung authored
to retrieve the id of an index from index.id to index.getId()
-
Andreas Jung authored
-
Andreas Jung authored
Pluggable indexes no longer subclass PluggableIndex.PluggableIndex. Instead PluggableIndex.py only contains the interface description.
-
Toby Dickenson authored
-
Toby Dickenson authored
-
Toby Dickenson authored
-
Jim Fulton authored
I only ran it as a script.
-
- 23 Apr, 2002 1 commit
-
-
Jim Fulton authored
Added computed attribute for mapply to make up for removal of func_* attributes from normal state in previous fix
-
- 22 Apr, 2002 1 commit
-
-
Jim Fulton authored
was really stupid. It caused problems because func_defaults might be non-unpicklable (e.g. includes somemodule.rfind). Added simple unit test to allow me to fix the bug.
-
- 19 Apr, 2002 3 commits
-
-
Andreas Jung authored
Collector #348: decapitate() now recognizes both \r\n and \n\n to be compliant with the HTTP RFC
-
Andreas Jung authored
to be compliant with the HTTP RFC
-
Andreas Jung authored
-
- 18 Apr, 2002 2 commits
-
-
Andreas Jung authored
-
Andreas Jung authored
-
- 17 Apr, 2002 5 commits
-
-
Casey Duncan authored
-
Casey Duncan authored
signature.
-
Toby Dickenson authored
1. Out by one error where it would not unravel links in the final path element 2. Correct handling of link destinations which are relative paths This needs a unit test, but doesnt yet have one.
-
Toby Dickenson authored
-
Toby Dickenson authored
-
- 16 Apr, 2002 1 commit
-
-
Fred Drake authored
I *think* this fixes the misleading test failure on Windows Python 2.1.*.
-
- 15 Apr, 2002 8 commits
-
-
Brian Lloyd authored
-
Brian Lloyd authored
-
Andreas Jung authored
-
Toby Dickenson authored
-
Toby Dickenson authored
-
Toby Dickenson authored
-
Toby Dickenson authored
-
Toby Dickenson authored
-
- 13 Apr, 2002 1 commit
-
-
Chris McDonough authored
Committing patch from Albert Ting on Zope maillist 4/12. Regex change which fixes a table parsing problem.
-
- 12 Apr, 2002 2 commits
-
-
Andreas Jung authored
-
Fred Drake authored
from ExtensionClass, and reminded me that the 2.1 version of isinstance() does not deal with the more general constructs that newer versions of Python can handle.
-