summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add tests, add docs describing all changesfeature.pathinfogeddonChris McDonough2012-01-086-13/+113
* coverageChris McDonough2012-01-084-10/+213
* coverage for descriptors module, remove unused upath_propertyChris McDonough2012-01-083-28/+2
* Merge branch 'master' into feature.pathinfogeddonChris McDonough2012-01-083-3/+33
|\
| * gardenChris McDonough2012-01-081-0/+3
| * fix status_int/status bug on py3 (use explicit floor division), add coverageChris McDonough2012-01-082-3/+30
* | clean up testChris McDonough2012-01-081-6/+5
* | fix testsChris McDonough2012-01-083-32/+39
* | fix response usage of PATH_INFO/SCRIPT_NAME, various tweaksChris McDonough2012-01-082-66/+110
* | forward progressChris McDonough2012-01-072-17/+168
|/
* add warning to docstring of client_addr (closes #20)Chris McDonough2012-01-061-0/+10
* Merge pull request #19 from husio/patch-1Sergey Schetinin2012-01-011-2/+0
|\
| * __all__ definition duplicate removedPiotr HusiatyƄski2012-01-011-2/+0
|/
* fix test failure on py3Chris McDonough2011-12-301-1/+1
* fix https://github.com/Pylons/webob/issues/18 (non-ascii form POST, then pars...Sergey Schetinin2011-12-263-5/+18
* Merge pull request #17 from ametaireau/patch-1Sergey Schetinin2011-12-201-1/+1
|\
| * Fixa dead linkAlexis Metaireau2011-12-201-1/+1
|/
* Merge pull request #13 from alertedsnake/masterSergey Schetinin2011-12-062-3/+19
|\
| * Improving compliance with RFC2616 re HTTP status codes - now an application canMichael Stella2011-12-062-3/+19
|/
* add __next__ for py3 compat; closes #10Chris McDonough2011-11-211-0/+2
* * Added ``request.client_addr`` API (returns IP address implied byChris McDonough2011-10-283-0/+55
* * Added ``request.host_port`` API (returns port number implied by HTTP_HOST,Chris McDonough2011-10-283-0/+82
* Merge pull request #4 from cwebber/fix_best_matchSergey Schetinin2011-10-182-2/+2
|\
| * Fix NilAccept.best_match() so an empty "offers" + default_match picks defaultChristopher Allan Webber2011-10-182-2/+2
|/
* 1.2b21.2b2Sergey Schetinin2011-10-153-3/+3
* * Fix ``request.cookies.get('name', 'default')``. Previously ``default`` wasChris McDonough2011-10-153-1/+12
* version 1.2b11.2b1Sergey Schetinin2011-10-153-3/+3
* add note about how to replace best_matches (hand-waving)Chris McDonough2011-10-141-1/+3
* fix on 2.7+Chris McDonough2011-10-131-0/+1
* gardenfeature.pylons10compatChris McDonough2011-10-133-2/+15
* be less aggressive about feature removal for benefit of pylons 1.XChris McDonough2011-10-134-14/+41
* * Mutating the ``request.cookies`` property now reflects the mutations intofeature.cookie-bug-for-bugChris McDonough2011-10-105-16/+340
* Merge branch 'master' into feature.cookie-bug-for-bugChris McDonough2011-10-082-4/+16
|\
| * typoChris McDonough2011-10-081-1/+1
| * improve deprecation warningsChris McDonough2011-10-082-4/+16
* | Merge branch 'master' into feature.cookie-bug-for-bugChris McDonough2011-10-075-31/+46
|\ \ | |/
| * * Undeprecated ``uscript_name`` and ``upath_info``.Chris McDonough2011-10-063-15/+26
| * * ``Response.request`` and ``Response.environ`` attrs are undeprecated and noChris McDonough2011-10-063-16/+20
| * get docstring descriptions right for cookies and paramsChris McDonough2011-10-061-2/+3
* | * Mutating the ``request.cookies`` property now retains the mutated valueChris McDonough2011-10-065-53/+17
|/
* Merge branch 'master' of github.com:Pylons/webobChris McDonough2011-10-067-6/+40
|\
| * fix str(Response()) w/o charset, but only on py2Sergey Schetinin2011-10-024-3/+5
| * trying to verify docs.webob.org in google webmaster toolsSergey Schetinin2011-10-011-2/+4
| * add req.json_body (adapted from Pyramid)Sergey Schetinin2011-09-302-1/+31
* | * Fix deprecation error messages for ``response.request`` andChris McDonough2011-10-062-2/+6
|/
* fix test failures on my machine due to what appears to be a timing issueChris McDonough2011-09-291-1/+1
* assertionChris McDonough2011-09-291-1/+1
* forgot the TypeError messageSergey Schetinin2011-09-301-1/+1
* merge all methods overridden in ImmutableDict into oneSergey Schetinin2011-09-301-23/+6
* * ``request.cookies`` property now returns an immutable dictionary;Chris McDonough2011-09-295-3/+71