summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* * Mutating the ``request.cookies`` property now reflects the mutations intofeature.cookie-bug-for-bugChris McDonough2011-10-101-3/+2
* Merge branch 'master' into feature.cookie-bug-for-bugChris McDonough2011-10-071-4/+17
|\
| * * Undeprecated ``uscript_name`` and ``upath_info``.Chris McDonough2011-10-061-0/+7
| * * ``Response.request`` and ``Response.environ`` attrs are undeprecated and noChris McDonough2011-10-061-4/+10
* | * Mutating the ``request.cookies`` property now retains the mutated valueChris McDonough2011-10-061-2/+3
|/
* Merge branch 'master' of github.com:Pylons/webobChris McDonough2011-10-061-2/+4
|\
| * trying to verify docs.webob.org in google webmaster toolsSergey Schetinin2011-10-011-2/+4
* | * Fix deprecation error messages for ``response.request`` andChris McDonough2011-10-061-0/+4
|/
* * ``request.cookies`` property now returns an immutable dictionary;Chris McDonough2011-09-291-0/+3
* remove Accept.best_matches(), add Accept.__iter__()Sergey Schetinin2011-09-261-1/+3
* update newsSergey Schetinin2011-09-261-0/+10
* partial doc fixesSergey Schetinin2011-09-252-84/+51
* version 1.2a21.2a2Sergey Schetinin2011-09-251-3/+1
* update NEWS.txtSergey Schetinin2011-09-251-0/+20
* add news item about inheriting from io.RawIOBaseSergey Schetinin2011-09-241-0/+3
* fix docs versionSergey Schetinin2011-09-241-2/+2
* update NEWS.txtSergey Schetinin2011-09-241-11/+10
* * The ``webob.dec.wsgify`` repr() is now much less informative, but a lotChris McDonough2011-09-221-2/+2
* improve from_file tests and implementationChris McDonough2011-09-221-0/+3
* update news.txt with relevant changesChris McDonough2011-09-222-8/+44
* reimplement FakeCGIBody as an io.RawIOBase subclassSergey Schetinin2011-09-181-0/+2
* change links from bitbucket to githubSergey Schetinin2011-09-185-15/+28
* news.txt correctionsSergey Schetinin2011-09-171-10/+12
* news.txt formattingSergey Schetinin2011-09-171-1/+1
* version 1.1.11.1.1Sergey Schetinin2011-09-171-1/+1
* update news.txtSergey Schetinin2011-09-171-0/+24
* * add AcceptCharset and AcceptLanguage subclasses instead of branching in Acc...Sergey Schetinin2011-09-072-3/+3
* version 1.11.1Sergey Schetinin2011-09-072-1/+5
* version 1.1rc11.1rc1Sergey Schetinin2011-08-191-1/+1
* update news.txtSergey Schetinin2011-08-191-2/+19
* attempt to silence deprecation warnings during testingSergey Schetinin2011-08-181-7/+0
* * make Response.write much more efficient (https://bitbucket.org/ianb/webob/i...Sergey Schetinin2011-08-183-5/+3
* * change del res.body semantics so that it doesn't make the response invalid,Sergey Schetinin2011-08-092-5/+5
* version 1.1b21.1b2Sergey Schetinin2011-08-071-1/+1
* update newsSergey Schetinin2011-08-071-1/+33
* change req.decode_param_maes default to True, warn about future deprecationSergey Schetinin2011-07-312-7/+7
* * make sure that for methods like GET and DELETE, which usually don't have a ...Sergey Schetinin2011-07-302-8/+0
* * add warn_deprecation(...) mechanism that centralizes the deprecation warnin...Sergey Schetinin2011-07-081-1/+1
* version 1.1beta11.1beta1Sergey Schetinin2011-07-081-1/+1
* update newsSergey Schetinin2011-07-081-0/+25
* link to webob.orgSergey Schetinin2011-07-071-1/+1
* fix docs, adjust tests for docstringsSergey Schetinin2011-07-072-32/+53
* update docs/conf.pySergey Schetinin2011-07-071-104/+9
* drop python 2.4 compatibilitySergey Schetinin2011-06-307-51/+28
* quote etag values in __str__Sergey Schetinin2011-06-302-3/+3
* make accept.quality(..) return best quality, not first matchSergey Schetinin2011-06-301-4/+6
* forgot some news itemsSergey Schetinin2011-06-211-0/+8
* version 1.0.81.0.8Sergey Schetinin2011-06-212-5/+19
* cookies:Sergey Schetinin2011-06-122-6/+6
* * enhance the req.is_body_readable to always guess GET, HEAD, DELETE and TRAC...Sergey Schetinin2011-06-022-1/+11