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
/
webob
/
__init__.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove __version__ entirely
Bert JW Regeer
2014-04-16
1
-4
/
+0
*
Revert "Remove pkg_resources (setuptools dependency) and import version"
Bert JW Regeer
2014-04-16
1
-1
/
+3
*
Remove pkg_resources (setuptools dependency) and import version
Bert JW Regeer
2014-04-16
1
-3
/
+1
*
Pull version from pkg resources
Bert JW Regeer
2014-04-16
1
-1
/
+3
*
version 1.2.3
Johan Euphrosine
2012-10-11
1
-1
/
+1
*
version 1.2.2
1.2.2
Sergey Schetinin
2012-08-10
1
-1
/
+1
*
version 1.2.1
1.2.1
Sergey Schetinin
2012-07-25
1
-1
/
+1
*
version 1.2
1.2
Sergey Schetinin
2012-05-23
1
-1
/
+1
*
version 1.2rc1
1.2rc1
Sergey Schetinin
2012-05-15
1
-1
/
+1
*
version 1.2b3
1.2b3
Sergey Schetinin
2012-01-31
1
-1
/
+1
*
bytesrequest renamed to legacyrequest... it no longer eagerly converts to byt...
Chris McDonough
2012-01-28
1
-4
/
+3
*
test textrequest and bytesrequest independently
Chris McDonough
2012-01-28
1
-2
/
+2
*
1.2b2
1.2b2
Sergey Schetinin
2011-10-15
1
-1
/
+1
*
version 1.2b1
1.2b1
Sergey Schetinin
2011-10-15
1
-1
/
+1
*
version 1.2a2
1.2a2
Sergey Schetinin
2011-09-25
1
-1
/
+1
*
* deprecate Response.request / .environ
Sergey Schetinin
2011-09-18
1
-1
/
+0
*
set version to 1.2a1
Sergey Schetinin
2011-09-18
1
-1
/
+1
*
forgot webob.__version__
Sergey Schetinin
2011-09-17
1
-5
/
+1
*
do seeks on raw body_file
Sergey Schetinin
2011-09-17
1
-1
/
+1
*
version 1.1
1.1
Sergey Schetinin
2011-09-07
1
-1
/
+1
*
version 1.1rc1
1.1rc1
Sergey Schetinin
2011-08-19
1
-1
/
+1
*
add webob.__version__ ( https://bitbucket.org/ianb/webob/issue/16 )
Sergey Schetinin
2011-08-07
1
-0
/
+3
*
* move html_escape to webob.util (still exported from webob)
Sergey Schetinin
2011-07-07
1
-26
/
+1
*
remove webob.UnicodeMultiDict (this import was fixed in Pylons for 18 months ...
Sergey Schetinin
2011-06-30
1
-4
/
+0
*
Add an import to help out Pylons
Ian Bicking
2009-12-17
1
-0
/
+4
*
fix BaseRequest.ResponseClass
Sergey Schetinin
2009-11-14
1
-1
/
+1
*
move Response code to response.py
Sergey Schetinin
2009-11-04
1
-1046
/
+6
*
remove AppIterRange.app_iterator, just use self.app_iter = iter(app_iter)
Sergey Schetinin
2009-11-04
1
-6
/
+4
*
move all Request code to request.py.
Sergey Schetinin
2009-11-04
1
-1381
/
+29
*
create webob.descriptors and webob.datetime_utils and move some of __init__.p...
Sergey Schetinin
2009-11-04
1
-298
/
+9
*
merge
Sergey Schetinin
2009-11-04
1
-28
/
+34
|
\
|
*
merge
Ian Bicking
2009-11-03
1
-45
/
+79
|
|
\
|
|
*
merge
Ian Bicking
2009-11-03
1
-2
/
+6
|
|
|
\
|
|
|
*
make repr(Request()) more resilient
Ian Bicking
2009-11-03
1
-2
/
+6
|
*
|
|
* Moved most ``Request`` behavior into a new class named
Chris McDonough
2009-10-28
1
-26
/
+28
|
|
|
/
|
|
/
|
*
|
|
typo: uscript_info -> uscript_name
Sergey Schetinin
2009-10-31
1
-1
/
+1
|
|
/
|
/
|
*
|
add Request.upath_info, .uscript_info
Sergey Schetinin
2009-10-31
1
-0
/
+29
*
|
fix 'decorator' being used intead of 'descriptor'
Sergey Schetinin
2009-10-31
1
-15
/
+15
*
|
ResponseBodyFile style tweaks
Sergey Schetinin
2009-10-31
1
-21
/
+18
*
|
create Response.ubody alias for .unicode_body
Sergey Schetinin
2009-10-31
1
-0
/
+1
*
|
fix Request.body trying to seek stdin when it's used as wsgi.input (http://tr...
Sergey Schetinin
2009-10-31
1
-7
/
+10
|
/
*
webob: make webob tests pass again
Sergey Schetinin
2009-10-18
1
-1
/
+1
*
webob:
Sergey Schetinin
2009-10-18
1
-5
/
+28
*
handle unicode bodies in WSGIHTTPException (ticket:321)
Sergey Schetinin
2009-10-18
1
-2
/
+4
*
webob: fix AppIterRange (ticket #386)
Sergey Schetinin
2009-10-18
1
-34
/
+36
*
webob: make sure bool(Request.blank('/').accept) is False (Ticket #385)
Sergey Schetinin
2009-10-15
1
-0
/
+16
*
webob: show HTTP version in Request.__str__
Sergey Schetinin
2009-09-01
1
-1
/
+1
*
webob:
Sergey Schetinin
2009-08-17
1
-1
/
+2
*
webob: remove set_conditional_response arg to Response.md5_etag()
Sergey Schetinin
2009-08-17
1
-4
/
+1
*
webob: cgi.parse_qsl is to be deprecated, use urlparse.parse_qsl in py2.6+
Sergey Schetinin
2009-07-07
1
-1
/
+6
[next]