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
/
headers.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
give up on trying to encode header values when request.headers is used
Chris McDonough
2012-01-28
1
-7
/
+7
*
fix EnvironHeaders class to do encoding and decoding properly
Chris McDonough
2012-01-26
1
-7
/
+7
*
use paren-imports
Chris McDonough
2011-09-22
1
-2
/
+4
*
sort imports and more direct imports
Chris McDonough
2011-09-22
1
-2
/
+2
*
trim compat down to only necessary components; more direct imports; 100% test...
Chris McDonough
2011-09-21
1
-2
/
+2
*
use a 'normal' MultiDict for both GET and POST instead of a UnicodeMultiDict;...
Chris McDonough
2011-09-16
1
-0
/
+7
*
work on items/keys/values, better conversions, syntax errors
Chris McDonough
2011-09-15
1
-2
/
+3
*
work towards creating and using 'compat' module and removing syntax errors wh...
Chris McDonough
2011-09-15
1
-4
/
+5
*
webob requires python 2.4+ since 418:5621426aecc0, drop compat modules and us...
Sergey Schetinin
2010-10-01
1
-1
/
+1
*
drop webob.headers.normalize_header, just use .lower()
Sergey Schetinin
2010-08-11
1
-21
/
+16
*
style tweaks
Sergey Schetinin
2010-08-11
1
-7
/
+1
*
simplify ResponseHeaders.mixed, .dict_of_lists
Sergey Schetinin
2010-08-11
1
-21
/
+9
*
drop ResponseHeaders.normalize
Sergey Schetinin
2010-08-11
1
-26
/
+18
*
* merge headersdict and datastruct modules into new module webob.headers
Sergey Schetinin
2010-08-11
1
-0
/
+178