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
Commit message (
Expand
)
Author
Age
Files
Lines
*
garden
feature.decoding
Chris McDonough
2012-01-28
1
-4
/
+4
*
dont try to decode remote_user
Chris McDonough
2012-01-28
2
-30
/
+21
*
garden
Chris McDonough
2012-01-28
1
-9
/
+14
*
wording
Chris McDonough
2012-01-28
1
-5
/
+5
*
garden
Chris McDonough
2012-01-28
1
-5
/
+0
*
give up on trying to encode header values when request.headers is used
Chris McDonough
2012-01-28
3
-51
/
+35
*
more spurious diff removal
Chris McDonough
2012-01-28
1
-8
/
+8
*
add change notes, reduce spurious diffs
Chris McDonough
2012-01-28
2
-30
/
+75
*
set deprecated properties on BaseRequest rather than LegacyRequest, use envir...
Chris McDonough
2012-01-28
2
-13
/
+16
*
get rid of test_requests package, put tests back in test_request.py
Chris McDonough
2012-01-28
4
-1344
/
+1326
*
bytesrequest renamed to legacyrequest... it no longer eagerly converts to byt...
Chris McDonough
2012-01-28
7
-281
/
+202
*
test textrequest and bytesrequest independently
Chris McDonough
2012-01-28
8
-1119
/
+1703
*
use latin-1 as the default decoder/encoder
Chris McDonough
2012-01-26
1
-2
/
+2
*
use environ[REQUEST_METHOD] rather than req.method in case we decide to leave...
Chris McDonough
2012-01-26
1
-5
/
+6
*
make upath_property take into account url encoding
Chris McDonough
2012-01-26
1
-5
/
+9
*
get rid of useless literals
Chris McDonough
2012-01-26
1
-13
/
+5
*
make charset a native string, make _content_type_raw an environ getter rather...
Chris McDonough
2012-01-26
1
-13
/
+11
*
turn remote_user_encoding and url_encoding into environ_getters (adding webob...
Chris McDonough
2012-01-26
3
-17
/
+28
*
fix EnvironHeaders class to do encoding and decoding properly
Chris McDonough
2012-01-26
4
-48
/
+107
*
unused imports, long line
Chris McDonough
2012-01-26
3
-5
/
+2
*
remove missing NoIfRange from __all__
Chris McDonough
2012-01-26
1
-2
/
+1
*
make bytesrequest work on python 3
Chris McDonough
2012-01-26
3
-63
/
+181
*
move environ_decoder descriptor next to environ_getter
Chris McDonough
2012-01-25
1
-28
/
+31
*
First cut at distinct TextRequest/BytesRequest implementations as a
Chris McDonough
2012-01-25
4
-438
/
+800
*
garden
Chris McDonough
2012-01-08
1
-0
/
+3
*
fix status_int/status bug on py3 (use explicit floor division), add coverage
Chris McDonough
2012-01-08
2
-3
/
+30
*
add warning to docstring of client_addr (closes #20)
Chris McDonough
2012-01-06
1
-0
/
+10
*
Merge pull request #19 from husio/patch-1
Sergey Schetinin
2012-01-01
1
-2
/
+0
|
\
|
*
__all__ definition duplicate removed
Piotr HusiatyĆski
2012-01-01
1
-2
/
+0
|
/
*
fix test failure on py3
Chris McDonough
2011-12-30
1
-1
/
+1
*
fix https://github.com/Pylons/webob/issues/18 (non-ascii form POST, then pars...
Sergey Schetinin
2011-12-26
3
-5
/
+18
*
Merge pull request #17 from ametaireau/patch-1
Sergey Schetinin
2011-12-20
1
-1
/
+1
|
\
|
*
Fixa dead link
Alexis Metaireau
2011-12-20
1
-1
/
+1
|
/
*
Merge pull request #13 from alertedsnake/master
Sergey Schetinin
2011-12-06
2
-3
/
+19
|
\
|
*
Improving compliance with RFC2616 re HTTP status codes - now an application can
Michael Stella
2011-12-06
2
-3
/
+19
|
/
*
add __next__ for py3 compat; closes #10
Chris McDonough
2011-11-21
1
-0
/
+2
*
* Added ``request.client_addr`` API (returns IP address implied by
Chris McDonough
2011-10-28
3
-0
/
+55
*
* Added ``request.host_port`` API (returns port number implied by HTTP_HOST,
Chris McDonough
2011-10-28
3
-0
/
+82
*
Merge pull request #4 from cwebber/fix_best_match
Sergey Schetinin
2011-10-18
2
-2
/
+2
|
\
|
*
Fix NilAccept.best_match() so an empty "offers" + default_match picks default
Christopher Allan Webber
2011-10-18
2
-2
/
+2
|
/
*
1.2b2
1.2b2
Sergey Schetinin
2011-10-15
3
-3
/
+3
*
* Fix ``request.cookies.get('name', 'default')``. Previously ``default`` was
Chris McDonough
2011-10-15
3
-1
/
+12
*
version 1.2b1
1.2b1
Sergey Schetinin
2011-10-15
3
-3
/
+3
*
add note about how to replace best_matches (hand-waving)
Chris McDonough
2011-10-14
1
-1
/
+3
*
fix on 2.7+
Chris McDonough
2011-10-13
1
-0
/
+1
*
garden
feature.pylons10compat
Chris McDonough
2011-10-13
3
-2
/
+15
*
be less aggressive about feature removal for benefit of pylons 1.X
Chris McDonough
2011-10-13
4
-14
/
+41
*
* Mutating the ``request.cookies`` property now reflects the mutations into
feature.cookie-bug-for-bug
Chris McDonough
2011-10-10
5
-16
/
+340
*
Merge branch 'master' into feature.cookie-bug-for-bug
Chris McDonough
2011-10-08
2
-4
/
+16
|
\
|
*
typo
Chris McDonough
2011-10-08
1
-1
/
+1
[next]