summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* update news for release1.3ianb2007-03-071-2/+2
* rest syntaxianb2007-03-071-1/+1
* allow ConfigMiddleware to use a different DispatchingConfigpjenvey2007-03-061-3/+4
* Updated the way httpexception response objects are created, in response to da...ianb2007-03-061-1/+1
* Added paste.util.import_string.try_import_moduleianb2007-03-062-0/+47
* Make allowed headers settable in paste.fileapp.DataAppianb2007-03-062-3/+13
* in template: Added a function that can be used with Paste Script; fixed an is...ianb2007-03-061-1/+9
* Make paste.util.template trim whitespace around statements on their own lineianb2007-03-063-5/+68
* - keep lookups as default, since that's how it was beforecce2007-03-051-1/+1
* making host address lookups optionalcce2007-03-051-5/+13
* Call exc_clear after worker threads are done, to remove any lingering frames ...ianb2007-02-211-1/+12
* minor change to StackedObjectProxy's reprpjenvey2007-02-211-1/+1
* Add tracebacks of each thread under Python 2.5 (thanks to Alexander Schremmer...ianb2007-02-213-5/+69
* add .response() method to HTTPException objects (from damjam)ianb2007-02-192-4/+18
* make guess_type overridableianb2007-02-192-2/+6
* Prefer ETags over Last-Modified when calculating 304sianb2007-02-182-12/+24
* reindent r6247pjenvey2007-02-181-14/+13
* added WSGIRequest.__repr__pjenvey2007-02-181-0/+20
* o self.__class__.__module__ is more appropriate than __name__ herepjenvey2007-02-181-3/+3
* paste.config testspjenvey2007-02-161-0/+63
* fixed the AuthCookieHandler examplepjenvey2007-02-161-1/+1
* unused importpjenvey2007-02-161-1/+1
* Also calculate QUERY_STRING in translogger before dispatching the requestianb2007-02-151-2/+2
* added __all__pjenvey2007-02-151-0/+2
* updated license yearpjenvey2007-02-151-1/+1
* removed deprecated current_obj/push_object/pop_boject methodspjenvey2007-02-151-26/+0
* Figure out the request URI earlier in translogger (so later rewrites won't ch...ianb2007-02-151-3/+5
* Added a command-line form of the template to fill static filesianb2007-02-151-0/+75
* In debug.watchthreads: better time formatting; fix expanding environ bugianb2007-02-151-7/+21
* tests for wsgiwrappers new charset stuff.pjenvey2007-02-081-0/+144
* alphabatize __all__pjenvey2007-02-051-8/+6
* added add_start_close, catch_errors_app and unicode_app_iter to __all__pjenvey2007-02-051-6/+7
* make sure missing attribute raise an AttributeError in bunches, not KeyErrorianb2007-02-052-1/+10
* Do not set REMOTE_HOST, as it requires a reverse DNS lookupianb2007-02-051-1/+11
* Auto-update of version stringsianb2007-02-011-1/+1
* updated news for 1.2.11.2.1ianb2007-02-011-2/+8
* Allow httpserver's readline to take an optional argument (max length) which t...ianb2007-02-012-3/+3
* Auto-update of version stringsianb2007-02-011-1/+1
* Fix for FileApp replying to non-GET requests, and giving the body for HEAD re...1.2ianb2007-02-013-2/+33
* path from Robert Almeida, to re-enable the internal redirect to the login for...ianb2007-02-011-5/+5
* More features, yay\!ianb2007-02-011-8/+66
* don't test profile middleware if hotshot isn't availableianb2007-02-011-20/+25
* o remove paste.pycgiwrapper referencepjenvey2007-02-011-3/+14
* Remove long-deprecated modules (most moved elsewhere -- actually removing now...ianb2007-02-016-55/+1
* Remove long-deprecated modules (most moved elsewhere)ianb2007-02-011-1/+4
* Fix up docstrings for reST validityianb2007-02-015-11/+17
* Add most doctests to the automatic testing; fix some problems in testsianb2007-02-014-10/+47
* Fix up looperianb2007-02-011-8/+50
* Switching mime-type parsing to be a WSGIRequest function instead of attribute.bbangert2007-01-313-28/+17
* Moved wsgiwrapper news to wsgiwrappers section.bbangert2007-01-311-7/+7