- 10 May, 2002 1 commit
-
-
matt@zope.com authored
from 2.5 branch.
-
- 09 May, 2002 2 commits
-
-
Andreas Jung authored
- Collector 386: workaround for hanging FTP connections with NcFTP
-
Toby Dickenson authored
-
- 07 May, 2002 5 commits
-
-
Guido van Rossum authored
don't have a corresponding .py file, to prevent tests that import deleted modules from running using the stale bytecode files. This has bitten enough people enough times that it's time it became a standard part of every test suite runner. (Zope3 already has it.) Somebody merge this into the Zope2 trunk please.
-
Shane Hathaway authored
-
Toby Dickenson authored
-
Toby Dickenson authored
-
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 1 commit
-
-
Casey Duncan authored
-