| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | support creating cookies for deletion | Michael Merickel | 2013-11-07 | 1 | -1/+6 |
| | | |||||
| * | expose ``webob.cookies.make_cookie`` public api | Michael Merickel | 2013-11-07 | 1 | -0/+75 |
| | | |||||
| * | Add support for urlencoded HTTP PATCH params | Luke Cyca | 2013-05-27 | 1 | -4/+4 |
| | | |||||
| * | Add code -> reason entry for 450. | Tres Seaver | 2013-03-29 | 1 | -0/+1 |
| | | |||||
| * | Merge pull request #58 from mpirnat/status-451 | Tres Seaver | 2013-03-29 | 1 | -0/+19 |
| |\ | | | | | Adds support for draft HTTP error code '451: Unavailable For Legal Reaso... | ||||
| | * | Adds support for draft HTTP error code '451: Unavailable For Legal Reasons' | Mike Pirnat | 2012-06-12 | 1 | -0/+19 |
| | | | |||||
| * | | Merge pull request #98 from Batterii/pullrequest_85 | Tres Seaver | 2013-03-29 | 1 | -2/+12 |
| |\ \ | | | | | | | Pullrequest 85 + test coverage | ||||
| | * \ | Merge commit '07667668338f239856c94b637bd12ccf8ce01d83' into pullrequest_85 | Tom Willis | 2013-03-23 | 1 | -2/+12 |
| | |\ \ | |||||
| | | * | | Added a fix and modified the unit tests to accomodate. | Rishi Ramraj | 2012-11-22 | 1 | -2/+12 |
| | | | | | |||||
| * | | | | make more similar to original code | Chris McDonough | 2013-03-23 | 1 | -2/+3 |
| |/ / / | |||||
| * | | | change iteritems to items for python 3 support. | Tom Willis | 2013-03-19 | 1 | -3/+3 |
| | | | | |||||
| * | | | Merge branch 'master' of github.com:Batterii/webob | Tom Willis | 2013-03-18 | 12 | -34/+88 |
| |\ \ \ | |||||
| | * \ \ | Merge pull request #89 from zyluo/multidict_getall | Tres Seaver | 2013-01-29 | 1 | -5/+1 |
| | |\ \ \ | | | | | | | | | | | Use list comprehension for multidict getall | ||||
| | | * | | | Use list comprehension for multidict getall | Zhongyue Luo | 2012-12-28 | 1 | -5/+1 |
| | | |/ / | |||||
| | * | | | Fixes PEP8 warnings | Zhongyue Luo | 2012-12-28 | 5 | -6/+3 |
| | |/ / | |||||
| | * | | Ignore invalid mime wildcards in MIMEAccept | Ryan Kelly | 2012-11-09 | 1 | -0/+4 |
| | | | | |||||
| | * | | Add new HTTP status codes per RFC 6585. | Jonathan Feinberg | 2012-10-24 | 1 | -0/+4 |
| | | | | |||||
| | * | | coverage | Chris McDonough | 2012-10-11 | 1 | -2/+2 |
| | | | | |||||
| | * | | version 1.2.3 | Johan Euphrosine | 2012-10-11 | 1 | -1/+1 |
| | | | | |||||
| | * | | multidict: reindent | Johan Euphrosine | 2012-08-14 | 1 | -7/+7 |
| | | | | |||||
| | * | | multidict: use binascii for PY3K compat | Johan Euphrosine | 2012-08-14 | 1 | -3/+13 |
| | | | | |||||
| | * | | multidict: remove print | Johan Euphrosine | 2012-08-14 | 1 | -2/+0 |
| | | | | |||||
| | * | | multidict: handle Content-Transfer-Encoding | Johan Euphrosine | 2012-08-14 | 1 | -1/+7 |
| | | | | |||||
| | * | | version 1.2.21.2.2 | Sergey Schetinin | 2012-08-10 | 1 | -1/+1 |
| | | | | |||||
| | * | | py3 - make sure the MultiDict.from_fieldstorage actually decodes the values ↵ | Sergey Schetinin | 2012-08-09 | 1 | -1/+4 |
| | | | | | | | | | | | | | in non-utf8 encodings | ||||
| | * | | fix issue #64 - multidict.from_fieldstorage: decode fields value using charset. | Johan Euphrosine | 2012-08-08 | 1 | -4/+5 |
| | | | | |||||
| | * | | fix issue #63 - res.cache_expires(seconds=0) then ↵ | Sergey Schetinin | 2012-07-29 | 1 | -0/+2 |
| | | | | | | | | | | | | | res.cache_expires(seconds=1) should clear pragma header and various cache-control tokens | ||||
| | * | | version 1.2.11.2.1 | Sergey Schetinin | 2012-07-25 | 1 | -1/+1 |
| | | | | |||||
| | * | | Make the "bytes=" unit case-insensitive in Range header | Pete Zaitcev | 2012-07-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I was unable to find any clear guidance in RFC-2616 or elsewhere. It looks like they simply forgot to mention if token called "bytes-unit" is case-sensitive or not. Generally fields are not sensitive, but there are exceptions. Certainly, it is valid to accept extra units, if we deem "bytes=" and "BYTES=" different. This patch came about because OpenStack Swift throws an exception on WebOb 1.2. It worked in WebOb 1.0.8, where we had a code that invoked .lower() before matching. | ||||
| | * | | Add index page support to webob.static.DirectoryApp. | Ian Bicking | 2012-07-03 | 1 | -6/+36 |
| | | | | |||||
| | * | | Make error message in webob.static more useful when directory doesn't exist | Ian Bicking | 2012-07-03 | 1 | -1/+3 |
| | |/ | |||||
| | * | Merge pull request #56 from lmctv/feature.mixedcase-accept | Sergey Schetinin | 2012-06-07 | 1 | -7/+8 |
| | |\ | | | | | | | Fix case-sensitive behaviour in MIMEAccept and AcceptCharset. | ||||
| | | * | Fix case-sensitive behaviour in MIMEAccept and AcceptCharset. | Lorenzo M. Catucci | 2012-06-06 | 1 | -7/+8 |
| | | | | | | | | | | | | | | | | RFC 2616 requires case-insensitive matching for media ranges and character sets. | ||||
| | * | | Python 3 constructor fix | Gryanko Alexander | 2012-06-07 | 1 | -1/+1 |
| | |/ | |||||
| | * | Range header fields can have LWS | iryoung jeong | 2012-06-05 | 1 | -1/+1 |
| | | | |||||
| * | | in the rare case when order matters for clients you need to use a MultiDict ↵ | Tom Willis | 2013-03-18 | 1 | -4/+3 |
| |/ | | | | | | and insert in the intended order | ||||
| * | get mime_type from file_name and use as content-type if can't be | Tom Willis | 2012-05-28 | 1 | -0/+10 |
| | | | | | determined in other ways | ||||
| * | version 1.21.2 | Sergey Schetinin | 2012-05-23 | 1 | -1/+1 |
| | | |||||
| * | typo | Sergey Schetinin | 2012-05-23 | 1 | -1/+1 |
| | | |||||
| * | get test coverage to back 100% | Sergey Schetinin | 2012-05-23 | 1 | -5/+8 |
| | | |||||
| * | docstring typo | Sergey Schetinin | 2012-05-21 | 1 | -1/+1 |
| | | |||||
| * | fix compat.long on py2 | Sergey Schetinin | 2012-05-21 | 1 | -0/+1 |
| | | |||||
| * | fix reference to long on py3 | Sergey Schetinin | 2012-05-21 | 1 | -0/+1 |
| | | |||||
| * | fix req.retry_after = <long> (issue #46) | Sergey Schetinin | 2012-05-21 | 1 | -1/+1 |
| | | |||||
| * | Fix #49, use simplejson when possible in webob.request | Ian Bicking | 2012-05-16 | 1 | -1/+4 |
| | | |||||
| * | Adds HTTP exception classes for RFC 6585 | Mike Pirnat | 2012-05-15 | 1 | -0/+63 |
| | | |||||
| * | webob.client: there's no errno.ENODATA on win | Sergey Schetinin | 2012-05-15 | 1 | -2/+2 |
| | | |||||
| * | version 1.2rc11.2rc1 | Sergey Schetinin | 2012-05-15 | 1 | -1/+1 |
| | | |||||
| * | Add actual fix. | Graham Higgins | 2012-05-12 | 1 | -1/+2 |
| | | |||||
| * | give webob.client test coverage. as a result: remove with_urllib3 ↵ | Chris McDonough | 2012-05-08 | 1 | -17/+13 |
| | | | | | classmethod of SendRequest (it didnt actually work; the __call__ method always used httplib.HTTPConnection/httplib.HTTPSConnection anyway, and when I changed that to be self.HTTPConnection, it failed tests), get rid of test_bad_server problematic test, rename test_client.py to test_client_functional.py (test_client.py is unittests) | ||||
