summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* unused importChris McDonough2011-09-291-1/+0
* remove Accept.best_matches(), add Accept.__iter__()Sergey Schetinin2011-09-264-66/+21
* change content-range parsing to regexpSergey Schetinin2011-09-262-87/+25
* update newsSergey Schetinin2011-09-261-0/+10
* tidy up testsSergey Schetinin2011-09-262-72/+40
* refactor Range to only handle a single rangeSergey Schetinin2011-09-265-228/+96
* partial doc fixesSergey Schetinin2011-09-252-84/+51
* allow resp.etag = (tag, False) for setting weak etagsSergey Schetinin2011-09-252-6/+15
* version 1.2a21.2a2Sergey Schetinin2011-09-253-5/+3
* update NEWS.txtSergey Schetinin2011-09-251-0/+20
* test coverage back at 100%Sergey Schetinin2011-09-251-2/+2
* test coverage; transcode fixes; remove multidict_from_bodyfileSergey Schetinin2011-09-255-68/+48
* Merge branch 'sergey-1.2-py2-only' into 1.2-mergeSergey Schetinin2011-09-2518-777/+664
|\
| * use except Exception as exc syntaxsergey-1.2-py2-onlySergey Schetinin2011-09-242-3/+3
| * merge transcode into requestSergey Schetinin2011-09-223-94/+75
| * improve webob.transcodeSergey Schetinin2011-09-222-48/+66
| * make 304 response generation a bit more tidySergey Schetinin2011-09-221-4/+4
| * improve req.charset handlingSergey Schetinin2011-09-223-36/+71
| * enable weak matching for if-none-matchSergey Schetinin2011-09-214-7/+29
| * much stricter parsing for if-none-match, if-range and if-match headersSergey Schetinin2011-09-214-42/+30
| * remove internal weak/strong differentiation in ETagMatcher, filter weak out b...Sergey Schetinin2011-09-213-117/+49
| * change IfRange api to `resp in req.if_range`Sergey Schetinin2011-09-215-92/+45
| * better support for weak response etagSergey Schetinin2011-09-215-19/+45
| * set request body as seekable after transcodingSergey Schetinin2011-09-201-0/+1
| * GetDict.tracker -> on_changeSergey Schetinin2011-09-204-51/+45
| * remove todo that is no longer relevantSergey Schetinin2011-09-201-1/+0
| * hardcode utf-8 into FakeCGIBody and MultiDict.form_fieldstorageSergey Schetinin2011-09-202-9/+7
| * change test_transcode not to depend on webob's multipart body encodingSergey Schetinin2011-09-201-10/+10
| * mark Response.unicode_errors for deprecationSergey Schetinin2011-09-201-1/+1