index
:
delta/python-packages/webob.git
1.1-branch
1.4-branch
1.5-branch
1.6-branch
1.7-branch
1.8-branch
bugfix/Response_app_iter
bugfix/cgi_FieldStorage
bugfix/exc_json_response
bugfix/exc_performance
bugfix/modify_post
bugfix/nonbytes-samesite
bugfix/set_cookie_datetime
cleanup/remove_fakecgibody
cleanup/testing
docs/cleanup
feature.cookie-bug-for-bug
feature.decoding
feature.make-cookie
feature.pathinfogeddon
feature.pylons10compat
feature/Accept.best_client_match
feature/default_body_encoding
fix-linkcheck
fix.136
fix.cookie_handling
fix.wsgify-middleware-docs
fix/bodies_on_everything
fix/charset_handling
fixup/PATH_SAFE
ianb-decorator-experiment
immutable-cache-control
main
master
ng
perf/response
pr/203
sergey-1.2-py2-only
stevepiercy-patch-1
tests.pycon2011
tests.pycon2011-runup
webob-ng
github.com: Pylons/webob.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
reference.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
make doctests run without dtopt
Chris McDonough
2011-03-19
1
-1
/
+1
*
use io.BytesIO for wsgi.input on py2.7+
Sergey Schetinin
2010-12-06
1
-5
/
+4
*
webob requires python 2.4+ since 418:5621426aecc0, drop compat modules and us...
Sergey Schetinin
2010-10-01
1
-1
/
+0
*
* rewrite UnicodePathProperty as upath_property
Sergey Schetinin
2010-08-11
1
-0
/
+20
*
* merge headersdict and datastruct modules into new module webob.headers
Sergey Schetinin
2010-08-11
1
-3
/
+3
*
kill req.default_charset
Sergey Schetinin
2010-03-15
1
-17
/
+17
*
Move the absolutification of Location into the response application itself, n...
Ian Bicking
2009-11-09
1
-3
/
+3
*
correct doctest
Sergey Schetinin
2009-11-04
1
-2
/
+2
*
clarify docs on creating request
Ian Bicking
2009-11-03
1
-1
/
+5
*
webob:
Sergey Schetinin
2009-08-17
1
-7
/
+7
*
Make req.GET settable (updating the request). Avoid reparsing the request bo...
Ian Bicking
2009-06-08
1
-2
/
+2
*
don't assume dict ordering, accomodate Jython's stupid cStringIO repr
Philip Jenvey
2009-05-25
1
-2
/
+2
*
add shorthand for the content_disposition header to Response
Philip Jenvey
2009-03-14
1
-0
/
+4
*
Use Content-Type consistently (not content-type)
Ian Bicking
2009-03-11
1
-4
/
+4
*
Remove support for webob.Request(environ_getter), from mcdonc.
Ian Bicking
2009-01-28
1
-21
/
+0
*
Fixes for the tests, from mcdonc
Ian Bicking
2009-01-23
1
-3
/
+3
*
more jython compat for doctests; don't assume cStringIO's repr
Philip Jenvey
2008-11-19
1
-6
/
+7
*
o don't consider PUT requests with an empty content-type as form requests
Philip Jenvey
2008-09-11
1
-1
/
+16
*
o include docs/ in nose's doctest run, minus jsonrpc-example, as it requires a
Philip Jenvey
2008-08-29
1
-13
/
+14
*
sphinx-ify
Ian Bicking
2008-05-29
1
-43
/
+43
*
Refactor documentation some; move the very expicit stuff off to the side, wit...
Ian Bicking
2007-10-23
1
-0
/
+1001