summaryrefslogtreecommitdiff
path: root/tests/test_request.py
Commit message (Expand)AuthorAgeFilesLines
* get rid of test_requests package, put tests back in test_request.pyChris McDonough2012-01-281-0/+3444
* test textrequest and bytesrequest independentlyChris McDonough2012-01-281-2916/+0
* fix EnvironHeaders class to do encoding and decoding properlyChris McDonough2012-01-261-13/+56
* make bytesrequest work on python 3Chris McDonough2012-01-261-2/+76
* First cut at distinct TextRequest/BytesRequest implementations as aChris McDonough2012-01-251-351/+478
* * Added ``request.client_addr`` API (returns IP address implied byChris McDonough2011-10-281-0/+32
* * Added ``request.host_port`` API (returns port number implied by HTTP_HOST,Chris McDonough2011-10-281-0/+49
* be less aggressive about feature removal for benefit of pylons 1.XChris McDonough2011-10-131-0/+10
* * Mutating the ``request.cookies`` property now reflects the mutations intofeature.cookie-bug-for-bugChris McDonough2011-10-101-2/+13
* Merge branch 'master' into feature.cookie-bug-for-bugChris McDonough2011-10-081-0/+5
|\
| * improve deprecation warningsChris McDonough2011-10-081-0/+5
* | Merge branch 'master' into feature.cookie-bug-for-bugChris McDonough2011-10-071-1/+12
|\ \ | |/
| * * Undeprecated ``uscript_name`` and ``upath_info``.Chris McDonough2011-10-061-1/+12
* | * Mutating the ``request.cookies`` property now retains the mutated valueChris McDonough2011-10-061-2/+3
|/
* * ``request.cookies`` property now returns an immutable dictionary;Chris McDonough2011-09-291-0/+5
* remove Accept.best_matches(), add Accept.__iter__()Sergey Schetinin2011-09-261-12/+7
* refactor Range to only handle a single rangeSergey Schetinin2011-09-261-2/+2
* Merge branch 'sergey-1.2-py2-only' into 1.2-mergeSergey Schetinin2011-09-251-112/+31
|\
| * improve req.charset handlingSergey Schetinin2011-09-221-5/+0
| * enable weak matching for if-none-matchSergey Schetinin2011-09-211-0/+6
| * much stricter parsing for if-none-match, if-range and if-match headersSergey Schetinin2011-09-211-2/+3
| * change IfRange api to `resp in req.if_range`Sergey Schetinin2011-09-211-5/+5
| * GetDict.tracker -> on_changeSergey Schetinin2011-09-201-5/+4
| * hardcode Request.charset to 'UTF-8'Sergey Schetinin2011-09-201-89/+5
| * drop UnicodeMultiDict; change TrackableMultiDict -> GetDictSergey Schetinin2011-09-201-14/+12
| * refactor IfRangeSergey Schetinin2011-09-201-2/+1
| * deprecate more stuffSergey Schetinin2011-09-181-74/+55
* | specialize upath_property by py versionSergey Schetinin2011-09-251-1/+1
* | make path_info, script_name unicode, deprecate u*Sergey Schetinin2011-09-241-0/+2
* | remove cutnpasted decoysChris McDonough2011-09-241-4/+0
* | this test will fail on py3Chris McDonough2011-09-241-0/+8
* | mirror some deprecation changes from sergey-1.2-py2-only branchSergey Schetinin2011-09-241-22/+4
* | deprecate as_string and from_stringChris McDonough2011-09-221-0/+9
* | coverage for get_response with catch_exc_info TrueChris McDonough2011-09-221-0/+15
* | coverage for from_textChris McDonough2011-09-221-2/+35
* | improve from_file tests and implementationChris McDonough2011-09-221-6/+34
* | add a test for fileno, dont try to cover warn_deprecationChris McDonough2011-09-211-1/+8
* | remove dependency on WebTest (it was circular), remove unnecessary dependenci...Chris McDonough2011-09-201-44/+67
* | use direct imports, kill dead importsChris McDonough2011-09-201-3/+3
* | make all test_request tests pass under py 3.2Chris McDonough2011-09-201-56/+64
* | b -> bytes_Chris McDonough2011-09-201-178/+205
* | Merge commit 'bce343c65d61d2b0ff67b86fa7cee0f59f3bd288' into chrism-py3-alt-m...Sergey Schetinin2011-09-191-7/+1
|\ \ | |/
| * reimplement FakeCGIBody as an io.RawIOBase subclassSergey Schetinin2011-09-181-7/+1
* | Merge commit '250a1f802668378c69a751194aba19899b456f25' into chrism-py3-alt-m...Sergey Schetinin2011-09-191-40/+35
|\ \ | |/
| * StringIO -> BytesIOSergey Schetinin2011-09-181-41/+28
* | try to make cookies work on both python 2 and python 3Chris McDonough2011-09-171-7/+7
* | get all tests to runChris McDonough2011-09-161-53/+42
* | use a 'normal' MultiDict for both GET and POST instead of a UnicodeMultiDict;...Chris McDonough2011-09-161-103/+119
* | work towards creating and using 'compat' module and removing syntax errors wh...Chris McDonough2011-09-151-22/+32
* | do the least amount of work possible to get rid of str_-prefixed methods; alw...Chris McDonough2011-09-151-66/+57
|/