summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Substantial refactor of webob.dec.wsgifyianb-decorator-experimentIan Bicking2009-08-072-354/+89
* use urlparse.parse_qsl if available (this was moved in Python 2.6)Ian Bicking2009-07-071-1/+5
* A couple doc typosIan Bicking2009-07-012-2/+2
* revert the incomplete update to decIan Bicking2009-06-101-61/+172
* Merging 7880:7937 from trunkIan Bicking2009-06-109-233/+322
* Make wsgify create dual WSGI/req-taking applicationsIan Bicking2009-06-022-26/+8
* clone __name__ and __doc__ from wrapped functionIan Bicking2009-05-301-0/+4
* instantiating feature for webob.decIan Bicking2009-05-282-11/+123
* docstringIan Bicking2009-05-231-0/+9
* Add a forced wsgi wrapperIan Bicking2009-05-231-1/+4
* Minor improvements to the decorator. Also remove exception normalizationIan Bicking2009-05-232-73/+102
* make webob.django at least importableIan Bicking2009-05-191-12/+9
* rename test_decorator to match webob.decIan Bicking2009-05-161-0/+0
* test HostMap didn't need to be from UserDictIan Bicking2009-05-151-2/+1
* Don't try to shortcut the wrapping of the app in wsgify.middlewareIan Bicking2009-05-152-4/+34
* rename unwrap to reverseIan Bicking2009-05-151-6/+6
* A controller exampleIan Bicking2009-05-151-0/+123
* add a .wsgi_app check to get_responseIan Bicking2009-05-151-0/+2
* fix the descriptorIan Bicking2009-05-151-1/+1
* branch for playing with decoratorsIan Bicking2009-05-144-0/+374
* typosIan Bicking2009-05-141-9/+9
* some mimeparse tests copied overIan Bicking2009-05-141-0/+43
* webob:Sergey Schetinin2009-04-241-3/+3
* changelog r7830Philip Jenvey2009-03-141-0/+3
* add shorthand for the content_disposition header to ResponsePhilip Jenvey2009-03-143-0/+10
* WebOb not optional in Pylons 0.9.7Philip Jenvey2009-03-141-1/+1
* Add a section comparing WebOb to PHPIan Bicking2009-03-121-0/+58
* Use Content-Type consistently (not content-type)Ian Bicking2009-03-114-18/+21
* remove debugging printsIan Bicking2009-03-021-2/+0
* Strip quotes from charset. Fix the charset backward compatibility and add a ...Ian Bicking2009-02-251-3/+7
* fix the backward incompatibility from the last commitIan Bicking2009-02-252-3/+5
* Backward-incompatible change; read charset from Content-Type of requestIan Bicking2009-02-252-4/+87
* Auto-update of version stringsIan Bicking2009-02-112-3/+3
* Seek the body in Request.body when available0.9.6.1Ian Bicking2009-02-113-12/+21
* Fix charset in Response.__init__Ian Bicking2009-02-112-2/+7
* Auto-update of version stringsIan Bicking2009-02-101-1/+1
* update versions for release0.9.6Ian Bicking2009-02-102-3/+3
* add line numbers to examplesIan Bicking2009-02-101-0/+4
* Remove support for webob.Request(environ_getter), from mcdonc.Ian Bicking2009-01-283-44/+12
* tweak to make Response.copy fasterIan Bicking2009-01-261-2/+5
* added Response.copy (not tested)Ian Bicking2009-01-262-1/+13
* Fixes for the tests, from mcdoncIan Bicking2009-01-235-13/+14
* include more instructionsIan Bicking2009-01-221-0/+3
* Alias self.__dict__ in Request.__init__Ian Bicking2009-01-221-5/+6
* Note Request was also sped up someIan Bicking2009-01-221-1/+2
* put in a little shortcut for the common case of text/htmlIan Bicking2009-01-221-1/+2
* More Response speedups (this time with setting the body)Ian Bicking2009-01-223-10/+28
* speedups for Response.__init__Ian Bicking2009-01-222-17/+26
* make the invocation a bit more flexibleIan Bicking2009-01-221-2/+7
* add a performance test that uses repoze.profileIan Bicking2009-01-221-0/+43