| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | partial doc fixes | Sergey Schetinin | 2011-09-25 | 1 | -36/+20 |
| | | |||||
| * | update news.txt with relevant changes | Chris McDonough | 2011-09-22 | 1 | -7/+16 |
| | | |||||
| * | reimplement FakeCGIBody as an io.RawIOBase subclass | Sergey Schetinin | 2011-09-18 | 1 | -0/+2 |
| | | |||||
| * | * add AcceptCharset and AcceptLanguage subclasses instead of branching in ↵ | Sergey Schetinin | 2011-09-07 | 1 | -2/+2 |
| | | | | | | | | Accept.__init__ * that allows us to remove Accept.header_name * and change Accept.__repr__ to be more straightforward | ||||
| * | attempt to silence deprecation warnings during testing | Sergey Schetinin | 2011-08-18 | 1 | -7/+0 |
| | | |||||
| * | change req.decode_param_maes default to True, warn about future deprecation | Sergey Schetinin | 2011-07-31 | 1 | -5/+5 |
| | | |||||
| * | * make sure that for methods like GET and DELETE, which usually don't have a ↵ | Sergey Schetinin | 2011-07-30 | 1 | -4/+0 |
| | | | | | | | | body, if the body is set, req.is_body_readable actually becomes true * fix doctests | ||||
| * | quote etag values in __str__ | Sergey Schetinin | 2011-06-30 | 1 | -1/+1 |
| | | |||||
| * | make accept.quality(..) return best quality, not first match | Sergey Schetinin | 2011-06-30 | 1 | -4/+6 |
| | | |||||
| * | * enhance the req.is_body_readable to always guess GET, HEAD, DELETE and ↵ | Sergey Schetinin | 2011-06-02 | 1 | -0/+5 |
| | | | | | | | | TRACE as unreadable and PUT and POST as readable * deny setting req.body or req.body_file to non-empty values for GET, HEAD and other bodiless requests * see also: https://bitbucket.org/ianb/webob/issue/12 | ||||
| * | This commit aggregates most of the work done at the 2011 PyCon Pyramid ↵ | Sergey Schetinin | 2011-03-22 | 1 | -0/+553 |
| sprint in Atlanta GA. Only tests updates are in it, library code changes are committed separately. The sprint was organised by Chris McDonough and provided WebOb with 100% statement coverage. Participated: Alexandre Conrad, Patricio Paez, Whit Morriss, Rob Miller, Reed O'Brien, Chris Shenton, Joe Dallago, Tres Seaver, Casey Duncan, Kai Groner, Chris McDonough. The bitbucket fork on which this work was done is at https://bitbucket.org/chrism/webob-py3k and contains a detailed changelog. A big thank you to everyone who contributed! | |||||
