- 07 May, 2002 1 commit
-
-
Toby Dickenson authored
refactored much code that conditionally called v.read(). Also, allow the input to a converter to be a unicode string. This is not used by ZPublisher, but is helpful for other code that uses the converters such as OFS.PropertyManager
-
- 06 May, 2002 1 commit
-
-
Andreas Jung authored
-
- 03 May, 2002 2 commits
-
-
Andreas Jung authored
(revision 1.72 or Catalog.py). TTW searches are no longer optimized to restore the old behaviour (user does not fill out any form fields -> return all hits) For application related searches we keep the optimization but it is possible to disable optimization by passing 'optimize=0' as additional parameters to searchResults().
-
Andreas Jung authored
-
- 30 Apr, 2002 3 commits
-
-
Jeremy Hylton authored
-
Jeremy Hylton authored
-
Jeremy Hylton authored
Simplify initZopeSplitter() and remove unnecessary PyErr_Occurred(). Use string macros for objects that are guaranteed to be strings. Remove unnecessary \ at end of line. In innermost loop of splitter function, replace ASSIGN() macro with Py_DECREF() and simple assignment. The macro was doing more work than necessary because it called XDECREF on an object that was guaranteed not to be NULL. Use less horizontal whitespace in next_word().
-
- 26 Apr, 2002 2 commits
-
-
Janko Hauser authored
-
Toby Dickenson authored
-
- 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 2 commits
-
-
Brian Lloyd authored
-
Brian Lloyd authored
-