Commit graph

7 commits

Author SHA1 Message Date
epg
a1603a7f38 Update to 1.7.2
-----

* In :mod:`paste.proxy`, added some more headers that are disallowed
  in WSGI (e.g., Keep-Alive).  Send Content-Length.  Also fix the
  missing query string when using :class:`paste.proxy.Proxy`
  (:class:`paste.proxy.TransparentProxy` already worked).

* Make :mod:`paste.debug.prints` work with Google App Engine.

* Make ``environ['wsgi.input']`` with :mod:`paste.httpserver` only
  have a ``seek`` method if it is wrapping something with a seek
  method (which usually it is not).

* In :mod:`paste.httpserver` re-raise KeyboardInterrupt in worker
  threads.

* Added support for the ``HttpOnly`` Cookie property to
  :mod:`paste.wsgiwrappers`

* Added :func:`paste.reloader.add_file_callback`, which lets you watch
  files based on a callback.

* Quiet Python 2.6 deprecation warnings.

* Fix :mod:`paste.auth.cookie` generating bad headers.

* Added :class:`paste.reloader.JythonMonitor` for an experimental,
  optimized reloader on Jython.
2009-11-10 17:08:24 +00:00
joerg
30e9948198 Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 22:00:14 +00:00
epg
32b74bcb63 Default EGG_NAME to ${DISTNAME} in egg.mk and drop EGG_NAME from packages that
set it to ${DISTNAME}.
2008-09-12 05:32:37 +00:00
epg
7f9c549bff Use egg.mk, cutting the Makefile in half (and fixing semi-automatic PLIST
generation, now that egg.mk does it).
2008-09-10 16:34:51 +00:00
joerg
ecefa4acd6 py-setuptools is only support for 2.4+ 2008-09-08 03:27:28 +00:00
epg
d15367d39e Oops, this doesn't require 2.5; DEPEND on setuptools and drop
PYTHON_VERSIONS_ACCEPTED (should work with any).
2008-09-04 17:17:15 +00:00
epg
399ab3a44d Import py-Paste-1.7.1.
These provide several pieces of "middleware" (or filters) that can be
nested to build web applications.  Each piece of middleware uses the WSGI
(`PEP 333`_) interface, and should be compatible with other middleware
based on those interfaces.
2008-09-04 16:49:17 +00:00