summaryrefslogtreecommitdiff
path: root/webob/request.py
Commit message (Expand)AuthorAgeFilesLines
...
| * typoChris McDonough2011-10-081-1/+1
| * improve deprecation warningsChris McDonough2011-10-081-4/+11
* | Merge branch 'master' into feature.cookie-bug-for-bugChris McDonough2011-10-071-14/+7
|\ \ | |/
| * * Undeprecated ``uscript_name`` and ``upath_info``.Chris McDonough2011-10-061-14/+7
| * 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-061-5/+11
|/
* add req.json_body (adapted from Pyramid)Sergey Schetinin2011-09-301-1/+5
* * ``request.cookies`` property now returns an immutable dictionary;Chris McDonough2011-09-291-2/+2
* test coverage back at 100%Sergey Schetinin2011-09-251-2/+2
* test coverage; transcode fixes; remove multidict_from_bodyfileSergey Schetinin2011-09-251-20/+23
* Merge branch 'sergey-1.2-py2-only' into 1.2-mergeSergey Schetinin2011-09-251-166/+223
|\
| * merge transcode into requestSergey Schetinin2011-09-221-2/+72
| * improve req.charset handlingSergey Schetinin2011-09-221-31/+47
| * enable weak matching for if-none-matchSergey Schetinin2011-09-211-1/+1
| * GetDict.tracker -> on_changeSergey Schetinin2011-09-201-10/+1
| * remove todo that is no longer relevantSergey Schetinin2011-09-201-1/+0
| * hardcode utf-8 into FakeCGIBody and MultiDict.form_fieldstorageSergey Schetinin2011-09-201-7/+5
| * hardcode Request.charset to 'UTF-8'Sergey Schetinin2011-09-201-74/+36
| * add webob.transcodeSergey Schetinin2011-09-201-15/+19
| * change req.cookies implementation to parse on demandSergey Schetinin2011-09-201-15/+3
| * drop UnicodeMultiDict; change TrackableMultiDict -> GetDictSergey Schetinin2011-09-201-31/+48
| * req.script_name and .path_info contain unicode nowSergey Schetinin2011-09-201-5/+15
| * refactor IfRangeSergey Schetinin2011-09-201-2/+2
| * remove what remains of py25 supportSergey Schetinin2011-09-201-6/+1
| * deprecate more stuffSergey Schetinin2011-09-181-114/+40
* | remove exec_, change reraise to take single argumentSergey Schetinin2011-09-251-1/+1
* | replace iteritems_(kw) with kw.items()Sergey Schetinin2011-09-251-5/+3
* | make path_info, script_name unicode, deprecate u*Sergey Schetinin2011-09-241-5/+14
* | _empty_byte -> b''Sergey Schetinin2011-09-241-9/+7
* | more test coverageSergey Schetinin2011-09-241-2/+0
* | mirror some deprecation changes from sergey-1.2-py2-only branchSergey Schetinin2011-09-241-2/+9
* | make cookies module all-bytes internallySergey Schetinin2011-09-241-1/+1
* | fix tests on windows; improve GET parsing; simpler cookie escapingSergey Schetinin2011-09-231-5/+3
* | deprecate as_string and from_stringChris McDonough2011-09-221-2/+15
* | use paren-importsChris McDonough2011-09-221-43/+62
* | in-the-wild code (webtest) depends on being able to call get_response with ca...Chris McDonough2011-09-221-6/+9
* | improve from_file tests and implementationChris McDonough2011-09-221-24/+21
* | repair docstringsChris McDonough2011-09-221-2/+7
* | sort imports and more direct importsChris McDonough2011-09-221-11/+11
* | use direct imports, kill dead importsChris McDonough2011-09-201-9/+8
* | make all test_request tests pass under py 3.2Chris McDonough2011-09-201-4/+7
* | b -> bytes_Chris McDonough2011-09-201-53/+71
* | fix the FakeCGIBody / _encode_multipart that lost some of the code during rew...Sergey Schetinin2011-09-191-6/+16
* | fix unresolved conflictsSergey Schetinin2011-09-191-1/+3
* | Merge commit 'bce343c65d61d2b0ff67b86fa7cee0f59f3bd288' into chrism-py3-alt-m...Sergey Schetinin2011-09-191-94/+40
|\ \ | |/
| * reimplement FakeCGIBody as an io.RawIOBase subclassSergey Schetinin2011-09-181-58/+21
| * reimplement LimitedLengthFile as an io.RawIOBase subclass; improve test resul...Sergey Schetinin2011-09-181-36/+21
* | Merge commit '250a1f802668378c69a751194aba19899b456f25' into chrism-py3-alt-m...Sergey Schetinin2011-09-191-14/+11
|\ \ | |/
| * StringIO -> BytesIOSergey Schetinin2011-09-181-14/+11
* | Merge branch '1.1-branch' into chrism-py3-alt-merge2Sergey Schetinin2011-09-191-6/+7
|\ \ | |/