The Zope publisher publishes Python objects on the web.
Project description
zope.publisher allows you to publish Python objects on the web. It
has support for plain HTTP/WebDAV clients, web browsers as well as
XML-RPC and FTP clients. Input and output streams are represented by
request and response objects which allow for easy client interaction
from Python. The behaviour of the publisher is geared towards WSGI
compatibility.
Changes
=======
3.4.1b2 (2007-08-02)
--------------------
* zope.publisher now works on Python 2.5.
* Fix a problem with request.get() when the object that's to be
retrieved is the request itself.
3.4.1b1 (2007-07-13)
--------------------
No changes.
3.4.0b2 (2007-07-05)
--------------------
* Fix https://bugs.launchpad.net/zope3/+bug/122054:
HTTPInputStream understands both the CONTENT_LENGTH and
HTTP_CONTENT_LENGTH environment variables. It is also now tolerant
of empty strings and will treat those as if the variable were
absent.
3.4.0b1 (2007-07-05)
--------------------
* Fix caching issue. The input stream never got cached in a temp file
because of a wrong content-length header lookup. Added CONTENT_LENGTH
header check in addition to the previous used HTTP_CONTENT_LENGTH. The
HTTP_ prefix is sometimes added by some CGI proxies, but CONTENT_LENGTH
is the right header info for the size.
* Fix https://bugs.launchpad.net/zope3/+bug/98413:
HTTPResponse.handleException should set the content type
3.4.0a1 (2007-04-22)
--------------------
Initial release as a separate project, corresponds to zope.publisher
from Zope 3.4.0a1
has support for plain HTTP/WebDAV clients, web browsers as well as
XML-RPC and FTP clients. Input and output streams are represented by
request and response objects which allow for easy client interaction
from Python. The behaviour of the publisher is geared towards WSGI
compatibility.
Changes
=======
3.4.1b2 (2007-08-02)
--------------------
* zope.publisher now works on Python 2.5.
* Fix a problem with request.get() when the object that's to be
retrieved is the request itself.
3.4.1b1 (2007-07-13)
--------------------
No changes.
3.4.0b2 (2007-07-05)
--------------------
* Fix https://bugs.launchpad.net/zope3/+bug/122054:
HTTPInputStream understands both the CONTENT_LENGTH and
HTTP_CONTENT_LENGTH environment variables. It is also now tolerant
of empty strings and will treat those as if the variable were
absent.
3.4.0b1 (2007-07-05)
--------------------
* Fix caching issue. The input stream never got cached in a temp file
because of a wrong content-length header lookup. Added CONTENT_LENGTH
header check in addition to the previous used HTTP_CONTENT_LENGTH. The
HTTP_ prefix is sometimes added by some CGI proxies, but CONTENT_LENGTH
is the right header info for the size.
* Fix https://bugs.launchpad.net/zope3/+bug/98413:
HTTPResponse.handleException should set the content type
3.4.0a1 (2007-04-22)
--------------------
Initial release as a separate project, corresponds to zope.publisher
from Zope 3.4.0a1
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
zope.publisher-3.4.1b2.tar.gz
(62.0 kB
view hashes)
Built Distribution
zope.publisher-3.4.1b2-py2.4.egg
(194.0 kB
view hashes)
Close
Hashes for zope.publisher-3.4.1b2-py2.4.egg
Algorithm | Hash digest | |
---|---|---|
SHA256 | 02c3360094b1bd96f82be5c4c9479c7016ede797c8288a9cf3a8322316713b1b |
|
MD5 | 0ab228724c18803c93513d1f2f68f636 |
|
BLAKE2b-256 | e57db0146cdf91513469b53f34298816aee1947c5f68d80f786e67c223fc9ae0 |