summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gardenfeature.decodingChris McDonough2012-01-281-4/+4
* dont try to decode remote_userChris McDonough2012-01-282-30/+21
* gardenChris McDonough2012-01-281-9/+14
* wordingChris McDonough2012-01-281-5/+5
* gardenChris McDonough2012-01-281-5/+0
* give up on trying to encode header values when request.headers is usedChris McDonough2012-01-283-51/+35
* more spurious diff removalChris McDonough2012-01-281-8/+8
* add change notes, reduce spurious diffsChris McDonough2012-01-282-30/+75
* set deprecated properties on BaseRequest rather than LegacyRequest, use envir...Chris McDonough2012-01-282-13/+16
* get rid of test_requests package, put tests back in test_request.pyChris McDonough2012-01-284-1344/+1326
* bytesrequest renamed to legacyrequest... it no longer eagerly converts to byt...Chris McDonough2012-01-287-281/+202
* test textrequest and bytesrequest independentlyChris McDonough2012-01-288-1119/+1703
* use latin-1 as the default decoder/encoderChris McDonough2012-01-261-2/+2
* use environ[REQUEST_METHOD] rather than req.method in case we decide to leave...Chris McDonough2012-01-261-5/+6
* make upath_property take into account url encodingChris McDonough2012-01-261-5/+9
* get rid of useless literalsChris McDonough2012-01-261-13/+5
* make charset a native string, make _content_type_raw an environ getter rather...Chris McDonough2012-01-261-13/+11
* turn remote_user_encoding and url_encoding into environ_getters (adding webob...Chris McDonough2012-01-263-17/+28
* fix EnvironHeaders class to do encoding and decoding properlyChris McDonough2012-01-264-48/+107
* unused imports, long lineChris McDonough2012-01-263-5/+2
* remove missing NoIfRange from __all__Chris McDonough2012-01-261-2/+1
* make bytesrequest work on python 3Chris McDonough2012-01-263-63/+181
* move environ_decoder descriptor next to environ_getterChris McDonough2012-01-251-28/+31
* First cut at distinct TextRequest/BytesRequest implementations as aChris McDonough2012-01-254-438/+800
* gardenChris McDonough2012-01-081-0/+3
* fix status_int/status bug on py3 (use explicit floor division), add coverageChris McDonough2012-01-082-3/+30
* 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