| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | Make note that cookies are no longer DQUOTE'd | Bert JW Regeer | 2015-08-13 | 1 | -0/+4 | |
| | * | | Remove old news file that no longer exists | Bert JW Regeer | 2015-08-12 | 1 | -1/+0 | |
| | * | | Move file to allow it to be excluded easily | Bert JW Regeer | 2015-08-12 | 3 | -4/+9 | |
| | * | | Remove old test files | Bert JW Regeer | 2015-08-12 | 3 | -1095/+0 | |
| | * | | Remove outdated todo file | Bert JW Regeer | 2015-08-12 | 1 | -7/+0 | |
| | * | | Remove old documentation from PyCon 2011 | Bert JW Regeer | 2015-08-12 | 3 | -288/+0 | |
| | * | | Reorganize the index | Bert JW Regeer | 2015-08-12 | 1 | -47/+62 | |
| | * | | Add document that documents what's new in WebOb 1.5 | Bert JW Regeer | 2015-08-12 | 1 | -0/+88 | |
| | * | | Include all the changes in a single location | Bert JW Regeer | 2015-08-12 | 1 | -0/+8 | |
| | * | | Move news to CHANGES.txt | Bert JW Regeer | 2015-08-12 | 1 | -1198/+0 | |
| | * | | Update conf.py | Bert JW Regeer | 2015-08-12 | 1 | -21/+136 | |
| | * | | Add a Sphinx makefile | Bert JW Regeer | 2015-08-12 | 1 | -0/+192 | |
| | * | | Raise a better exception for status code failures | Bert JW Regeer | 2015-07-30 | 1 | -0/+5 | |
| | * | | Response has an uppercase R | Bert JW Regeer | 2015-07-30 | 1 | -2/+2 | |
| | * | | Un-break backwards compatibility on set_cookie | Bert JW Regeer | 2015-07-30 | 1 | -0/+10 | |
| | * | | Release an alpha of 1.5.01.5.0a0 | Bert JW Regeer | 2015-07-25 | 1 | -2/+2 | |
| | * | | Add RST markup for a table | Bert JW Regeer | 2015-07-25 | 1 | -8/+10 | |
| | * | | Add missing module to docs | Bert JW Regeer | 2015-07-25 | 1 | -0/+1 | |
| | * | | Sphinx has gotten more strict about variables | Bert JW Regeer | 2015-07-25 | 1 | -1/+1 | |
| | |/ | ||||||
| | * | Fix broken link to wsgiref | Anton Danilchenko | 2015-06-23 | 1 | -1/+1 | |
| | * | Add news about Response.status | Bert JW Regeer | 2015-04-14 | 1 | -0/+4 | |
| | * | Merge branch 'pr/162': Fix MultiDict's extend() | Bert JW Regeer | 2015-04-14 | 1 | -1/+4 | |
| | |\ | ||||||
| | | * | Update news.txt | Jeff Dairiki | 2014-10-03 | 1 | -0/+10 | |
| | * | | Merge branch 'pr/146': Use \r\n line endings in Response.__str__ | Bert JW Regeer | 2015-04-14 | 1 | -0/+3 | |
| | |\ \ | ||||||
| | | * | | Use '\r\n' line endings in Response.__str__. | Laurence Rowe | 2014-04-16 | 1 | -0/+2 | |
| | * | | | Merge branch 'pr/153': Update documentation | Bert JW Regeer | 2015-04-14 | 1 | -1/+1 | |
| | |\ \ \ | ||||||
| | | * | | | Update reference.txt | lasson | 2014-08-20 | 1 | -1/+1 | |
| | | | |/ | | |/| | ||||||
| | * | | | Replaced mentions of Accept.best_matches(...) for mentions of Accept.best_mat... | François Labelle | 2015-04-13 | 3 | -12/+27 | |
| | * | | | Add news update for PATCH body | Bert JW Regeer | 2015-04-11 | 1 | -0/+3 | |
| | * | | | Merge remote-tracking branch 'origin/pr/188' | Bert JW Regeer | 2015-04-03 | 1 | -0/+33 | |
| | |\ \ \ | ||||||
| | | * | | | Add better/more information about RFC6265 cookie-octetfix.cookie_handling | Bert JW Regeer | 2015-03-22 | 1 | -0/+14 | |
| | | * | | | Update news about Morsel/set_cookie changes | Bert JW Regeer | 2015-03-22 | 1 | -7/+12 | |
| | | * | | | Update news.txt with latest fixes/documentation | Bert JW Regeer | 2015-03-22 | 1 | -0/+17 | |
| | * | | | | Add bugfix notice for Response.from_file | Bert JW Regeer | 2015-04-03 | 1 | -0/+5 | |
| | * | | | | Add news for wsgify doc change | Bert JW Regeer | 2015-04-03 | 1 | -0/+3 | |
| | * | | | | Update news with latest changes | Bert JW Regeer | 2015-04-03 | 1 | -0/+15 | |
| | |/ / / | ||||||
| | * | | | Fix typo & update property name | Pavlo Kapyshin | 2014-11-26 | 2 | -2/+2 | |
| | * | | | Use autoexception instead of autoclass | Bert JW Regeer | 2014-11-10 | 1 | -55/+55 | |
| | * | | | Add exceptions documentation | Bert JW Regeer | 2014-11-08 | 2 | -0/+65 | |
| | * | | | Removed link, replaced it with class link | Bert JW Regeer | 2014-11-08 | 1 | -2/+2 | |
| | * | | | Update news.txt | Bert JW Regeer | 2014-11-06 | 1 | -0/+9 | |
| | |/ / | ||||||
| | * | | fix the date in the changelog | Michael Merickel | 2014-05-14 | 1 | -1/+1 | |
| | * | | prep for 1.41.4 | Chris McDonough | 2014-05-14 | 1 | -5/+6 | |
| | * | | Update news | Bert JW Regeer | 2014-05-14 | 1 | -0/+4 | |
| | * | | use pkg_resources to obtain version, as __version__ has been removed | Chris McDonough | 2014-05-01 | 1 | -2/+2 | |
| | * | | Add news about del __version__ | Bert JW Regeer | 2014-05-01 | 1 | -0/+6 | |
| | |/ | ||||||
| | * | fix the constant-time compare logic when using hmac.compare_digest | Michael Merickel | 2014-04-15 | 1 | -0/+3 | |
| | * | Merge pull request #134 from chris-morgan/patch-1 | Chris McDonough | 2014-02-22 | 1 | -2/+2 | |
| | |\ | ||||||
| | | * | Fix a formatting error | Chris Morgan | 2014-02-13 | 1 | -2/+2 | |
| | * | | Merge branch 'master' of github.com:Pylons/webob | Chris McDonough | 2014-02-22 | 1 | -2/+2 | |
| | |\ \ | ||||||
