- 26 Apr, 1999 4 commits
-
-
Amos Latteier authored
Worked around a problem with detecting a closed HTTP connection when the headers are set in literal mode. Thanks to Martijn Pieters for pointing out that this happens in some WebDAV responses.
-
- 23 Apr, 1999 6 commits
-
-
Jim Fulton authored
into the package so they would be picklable.
-
Jim Fulton authored
-
Jim Fulton authored
if name[:3]=='aq_' and name != 'aq_parent' and name != 'aq_explicit': return 0
-
Jim Fulton authored
-
Jim Fulton authored
implicit wrapper to an explicit one.
-
Amos Latteier authored
Changed __bobo_traverse__ to call the Response's notFoundError, instead of raising a NotFound. This allows the Application to use the Response's standard error template.
-
- 22 Apr, 1999 6 commits
-
-
Amos Latteier authored
Made ZPublisher errors more pretty. Made all errors mention 'Zope' and point out that more info is available in the HTML source.
-
Amos Latteier authored
-
Amos Latteier authored
Fixed HTTP reply line (whoops). Fixed content-length setting so that it doesn't happen when transfer-encoding. Renamed request, 'response' in ChannelPipe.finish(). Tweaked 204 response setting to avoid returning 204 on WebDAV OPTIONS response when IE5 expects 200.
-
- 21 Apr, 1999 11 commits
-
-
Michel Pelletier authored
configurable number of seconds.
-
Michel Pelletier authored
-
Michel Pelletier authored
-
Amos Latteier authored
-
Amos Latteier authored
-
Amos Latteier authored
-
Amos Latteier authored
-
Amos Latteier authored
-
Amos Latteier authored
-
Amos Latteier authored
-
Amos Latteier authored
-
- 20 Apr, 1999 5 commits
-
-
Amos Latteier authored
-
Paul Everitt authored
-
Amos Latteier authored
-
Amos Latteier authored
Added a safe 'range' function to the _ namespace. Contributed by Martijn Pieters. This function is limited to ranges of 1000 items or less.
-
Amos Latteier authored
Added a try tag with except blocks. This tag is based on work by Jordan B. Baker, and has been debugged and expanded to handle class-based exceptions.
-
- 19 Apr, 1999 8 commits
-
-
Jim Fulton authored
"builtin" subclassable things.
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
Z classes that are subclassable.
-
Jim Fulton authored
It was possible to create methods that overrode properties, which led to all sorts of strange behavior.
-
Amos Latteier authored
-
Michel Pelletier authored
-
Michel Pelletier authored
tweaked some other cosmetic things.
-