- 27 Sep, 1999 3 commits
-
-
Amos Latteier authored
-
Jim Fulton authored
links.
-
Jim Fulton authored
-
- 26 Sep, 1999 2 commits
-
-
Ken Manheimer authored
raise an error (there should be some standard index error class). A bit of docstring refinement. In particular, name the index types exactly.
-
Ken Manheimer authored
-
- 24 Sep, 1999 6 commits
-
-
Amos Latteier authored
Added a debug logging facility to trace ZServer requests. Updated the HTTP and PCGI servers to work with the debug logger. Eventially this facility will be rolled into zLOG.
-
Amos Latteier authored
-
Amos Latteier authored
Corrected PCGI Server to work with RESPONSE.write. Added a bit of info logging to let you know that the server has started.
-
Michel Pelletier authored
It's helps not to check in incomplete code.
-
Michel Pelletier authored
-
Michel Pelletier authored
-
- 23 Sep, 1999 7 commits
-
-
Jim Fulton authored
to use temporary files.
-
Ken Manheimer authored
explicit 'lexicon is not None', instead.
-
Ken Manheimer authored
-
Jim Fulton authored
be clever about keeping the data out of memory.
-
Jim Fulton authored
You must set headers before you write and the first write causes the headers to be output.
-
Jim Fulton authored
objects can control what happens with their data. The ORB will call this method, rather than str-ing and writing the response itself.
-
Jim Fulton authored
-
- 22 Sep, 1999 5 commits
-
-
Christopher Petrilli authored
-
Christopher Petrilli authored
-
Christopher Petrilli authored
comparison operator is used for comparison. Patch from Hugh (hugh@embertech.com).
-
Michel Pelletier authored
I overdocumented.
-
Michel Pelletier authored
-
- 21 Sep, 1999 6 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
by the desire to avoid excess wrapper allocation with a wrapper free list.
-
Jim Fulton authored
-
Jeffrey Shell authored
-
Jeffrey Shell authored
-
Jim Fulton authored
ExternalMethods.
-
- 20 Sep, 1999 5 commits
-
-
Michel Pelletier authored
is still a hack but is much cleaner (ie, in it's own module).
-
Michel Pelletier authored
-
Michel Pelletier authored
-
Michel Pelletier authored
are intern'ed, untextindex.__getitem__ modified to look up word in lexicon
-
Jeffrey Shell authored
-
- 17 Sep, 1999 6 commits
-
-
Michel Pelletier authored
-
Michel Pelletier authored
-
Michel Pelletier authored
and vocab methods, and put resultlist in it's own module
-
Michel Pelletier authored
-
Michel Pelletier authored
-