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
*
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
*
webob:
Sergey Schetinin
2009-07-01
1
-4
/
+24
*
Make req.GET settable (updating the request). Avoid reparsing the request bo...
Ian Bicking
2009-06-08
1
-14
/
+93
*
Handle setting .status to a unicode value (not just str)
Ian Bicking
2009-06-03
1
-0
/
+3
*
Fix #363, make .status_code produce an error, not just silently do nothing
Ian Bicking
2009-06-03
1
-0
/
+4
*
WebOb:
Sergey Schetinin
2009-05-25
1
-18
/
+16
*
authorization is better served by header_getter
Sergey Schetinin
2009-05-25
1
-1
/
+1
*
add webob.Request.authorization
Sergey Schetinin
2009-05-25
1
-0
/
+2
*
webob:
Sergey Schetinin
2009-04-24
1
-3
/
+3
*
add shorthand for the content_disposition header to Response
Philip Jenvey
2009-03-14
1
-0
/
+3
*
Use Content-Type consistently (not content-type)
Ian Bicking
2009-03-11
1
-13
/
+13
*
Strip quotes from charset. Fix the charset backward compatibility and add a ...
Ian Bicking
2009-02-25
1
-3
/
+7
*
fix the backward incompatibility from the last commit
Ian Bicking
2009-02-25
1
-0
/
+4
*
Backward-incompatible change; read charset from Content-Type of request
Ian Bicking
2009-02-25
1
-4
/
+75
*
Seek the body in Request.body when available
0.9.6.1
Ian Bicking
2009-02-11
1
-9
/
+12
*
Fix charset in Response.__init__
Ian Bicking
2009-02-11
1
-2
/
+1
*
Remove support for webob.Request(environ_getter), from mcdonc.
Ian Bicking
2009-01-28
1
-23
/
+6
*
tweak to make Response.copy faster
Ian Bicking
2009-01-26
1
-2
/
+5
*
added Response.copy (not tested)
Ian Bicking
2009-01-26
1
-1
/
+11
*
Alias self.__dict__ in Request.__init__
Ian Bicking
2009-01-22
1
-5
/
+6
*
put in a little shortcut for the common case of text/html
Ian Bicking
2009-01-22
1
-1
/
+2
*
More Response speedups (this time with setting the body)
Ian Bicking
2009-01-22
1
-9
/
+17
*
speedups for Response.__init__
Ian Bicking
2009-01-22
1
-17
/
+24
*
correct CONTENT_TYPE typo for CONTENT_LENGTH
Philip Jenvey
2009-01-19
1
-4
/
+3
*
reverting last change because it's incompatible with py<2.5 (yield inside try...
0.9.5
Sergey Schetinin
2008-12-21
1
-28
/
+2
[next]