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
*
rearrange news for release
0.9
Ian Bicking
2008-02-17
1
-9
/
+9
*
news for last two commits
Ian Bicking
2008-02-17
1
-0
/
+7
*
Don't decode filename if the filename is not set
Ian Bicking
2008-02-17
1
-1
/
+3
*
Fix logic for setting decode_param_names (from Ryan Barrett)
Ian Bicking
2008-02-17
1
-1
/
+1
*
Several text changes
Ian Bicking
2008-02-17
1
-11
/
+27
*
Remove content-type and content-length headers from webob.exc responses that ...
Ian Bicking
2008-02-01
2
-0
/
+6
*
typo in news
Ian Bicking
2008-02-01
1
-1
/
+1
*
Fix the write method
Ian Bicking
2008-02-01
2
-6
/
+8
*
Fix infinite loop when getting attributes
Ian Bicking
2008-02-01
1
-3
/
+4
*
try to avoid infinite loops
Ian Bicking
2008-01-31
1
-0
/
+2
*
news for last commit
Ian Bicking
2008-01-31
1
-0
/
+6
*
Attempt to make the exception objects more like the response objects for webo...
Ian Bicking
2008-01-31
2
-1
/
+19
*
Fixed some test errors with urlvars/urlargs, and with empty headerlist and se...
Ian Bicking
2008-01-31
4
-11
/
+19
*
Added a mod_python comparison (#224)
Ian Bicking
2008-01-11
1
-0
/
+44
*
doc patch from Humberto Diogenes
Ian Bicking
2008-01-11
1
-2
/
+2
*
added a bit of doc to is_xhr
Ian Bicking
2008-01-09
2
-1
/
+7
*
Added a wiki example
Ian Bicking
2008-01-08
3
-0
/
+894
*
Added req.urlargs
Ian Bicking
2008-01-08
4
-5
/
+69
*
typos
Ian Bicking
2007-12-23
2
-3
/
+2
*
Added some extra modules
Ian Bicking
2007-12-18
1
-1
/
+8
*
fix up some links, text
Ian Bicking
2007-12-18
2
-5
/
+11
*
remove a couple fixmes that I won't fix
Ian Bicking
2007-12-18
2
-4
/
+2
*
Changed signature of Response(). Added default charset. Added Response.writ...
Ian Bicking
2007-12-18
5
-26
/
+72
*
Auto-update of version strings
Ian Bicking
2007-12-17
2
-7
/
+7
*
Added a comment middleware example
0.8.5
Ian Bicking
2007-12-17
4
-6
/
+555
*
Added resp.encode|decode_content
Ian Bicking
2007-12-17
4
-1
/
+72
*
string.Template backport for python 2.3 (#207)
Ian Bicking
2007-12-17
3
-1
/
+135
*
Added 226 IM Used
Ian Bicking
2007-12-17
2
-0
/
+3
*
news
Ian Bicking
2007-12-06
1
-0
/
+8
*
assign status through descriptor (to allow int status). Fix typo reported by...
Ian Bicking
2007-12-06
1
-2
/
+2
*
Auto-update of version strings
Ian Bicking
2007-11-19
1
-1
/
+1
*
news for next release
0.8.4
Ian Bicking
2007-11-19
1
-2
/
+2
*
Fix __setattr__ for Request subclasses
Ian Bicking
2007-11-13
2
-2
/
+8
*
Auto-update of version strings
Ian Bicking
2007-11-09
1
-1
/
+1
*
new version for new release
0.8.3
Ian Bicking
2007-11-09
1
-2
/
+2
*
typo in news
Ian Bicking
2007-11-09
1
-1
/
+2
*
variable name problem
Ian Bicking
2007-11-09
1
-1
/
+1
*
clarify application_url; build reference.txt
Ian Bicking
2007-10-25
2
-3
/
+3
*
fix MultiDict.from_fieldstorage(), which was returning everything as FS objec...
Ian Bicking
2007-10-23
2
-2
/
+5
*
An explanation of the interaction property, from Gary Poster
Ian Bicking
2007-10-23
1
-1
/
+3
*
remove unneeded imports
Ian Bicking
2007-10-23
1
-3
/
+1
*
Add multidict section
Ian Bicking
2007-10-23
1
-5
/
+27
*
Refactor documentation some; move the very expicit stuff off to the side, wit...
Ian Bicking
2007-10-23
2
-921
/
+1208
*
Make urlvars getters/setters private
Ian Bicking
2007-10-23
1
-4
/
+4
*
be more careful about req.content_length
Ian Bicking
2007-10-22
2
-3
/
+14
*
Added req.server_name and req.server_port
Ian Bicking
2007-10-15
2
-0
/
+10
*
remove some postvars/queryvars references
Ian Bicking
2007-10-15
1
-8
/
+9
*
Added a bad cookie test (passes without a problem)
Ian Bicking
2007-10-10
1
-0
/
+10
*
updated comparisons
Ian Bicking
2007-10-08
1
-94
/
+102
*
doc language change
Ian Bicking
2007-10-08
1
-1
/
+1
[next]