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
*
Add better/more information about RFC6265 cookie-octet
fix.cookie_handling
Bert JW Regeer
2015-03-22
1
-0
/
+14
*
Add setup/teardown module functions
Bert JW Regeer
2015-03-22
3
-6
/
+39
*
Re-instate utf-8 cookie values (b/w)
Bert JW Regeer
2015-03-22
1
-1
/
+2
*
Update news about Morsel/set_cookie changes
Bert JW Regeer
2015-03-22
1
-7
/
+12
*
Use RuntimeWarning instead of DeprecationWarning
Bert JW Regeer
2015-03-22
2
-2
/
+2
*
Update test to use eq_ instead of assert
Bert JW Regeer
2015-03-22
1
-3
/
+3
*
Don't calculate the same result twice
Bert JW Regeer
2015-03-22
1
-2
/
+4
*
Until such a time that we can deprecate this, warn
Bert JW Regeer
2015-03-22
3
-1
/
+57
*
Add new test for CookieProfile
Bert JW Regeer
2015-03-22
1
-0
/
+8
*
Remove useless test
Bert JW Regeer
2015-03-22
1
-5
/
+0
*
Verify decode of old cookies, and failure of encoding same cookies
Bert JW Regeer
2015-03-22
1
-9
/
+16
*
Update test strings to match what is now returned
Bert JW Regeer
2015-03-22
1
-2
/
+2
*
Remove utf-8 strings from testing
Bert JW Regeer
2015-03-22
1
-4
/
+4
*
Import assert_raises
Bert JW Regeer
2015-03-22
1
-1
/
+1
*
Document cookie name requirements explicitly
Bert JW Regeer
2015-03-22
1
-9
/
+19
*
Raise ValueError if cookie value has invalid chars
Bert JW Regeer
2015-03-22
1
-16
/
+11
*
Set new Base64Serializer as default on CookieProfile
Bert JW Regeer
2015-03-22
1
-1
/
+1
*
Add new base64 serializer
Bert JW Regeer
2015-03-22
1
-1
/
+33
*
Update comments that had false information
Bert JW Regeer
2015-03-22
1
-5
/
+5
*
Update news.txt with latest fixes/documentation
Bert JW Regeer
2015-03-22
1
-0
/
+17
*
Verify unicode values raise an exception
Bert JW Regeer
2015-03-22
1
-6
/
+5
*
Change test_cookies() to not include unicode
Bert JW Regeer
2015-03-22
1
-3
/
+3
*
Update the documentation for response.set_cookie max_age
Bert JW Regeer
2015-03-22
1
-7
/
+8
*
Refactor the respnse.set_cookie
Bert JW Regeer
2015-03-22
1
-23
/
+17
*
Cookies have names, not keys...
Bert JW Regeer
2015-03-22
1
-8
/
+8
*
Update documentation for set_cookie expires
Bert JW Regeer
2015-03-22
1
-7
/
+8
*
Documentation states expires can be timedelta
Bert JW Regeer
2015-03-22
1
-0
/
+14
*
pep 440
Michael Merickel
2015-02-14
1
-1
/
+1
*
Point to RTD.
Tres Seaver
2015-01-27
1
-0
/
+2
*
Typo.
Tres Seaver
2015-01-27
1
-2
/
+2
*
Add RTD badge.
Tres Seaver
2015-01-27
1
-0
/
+4
*
Add a README FBO Github browsing.
Tres Seaver
2015-01-27
1
-0
/
+18
*
Merge pull request #181 from Kapishin/master
Michael Merickel
2014-11-26
2
-2
/
+2
|
\
|
*
Fix typo & update property name
Pavlo Kapyshin
2014-11-26
2
-2
/
+2
|
/
*
require 100% coverage and use tox for travis
Michael Merickel
2014-11-17
2
-11
/
+18
*
also enable pypy3
Michael Merickel
2014-11-11
1
-0
/
+1
*
Merge branch 'travis-py34' of dairiki/webob into dairiki-travis-py34
Michael Merickel
2014-11-11
1
-0
/
+1
|
\
|
*
Add py3.4 to .travis.yml
Jeff Dairiki
2014-10-03
1
-0
/
+1
*
|
Merge pull request #173 from bertjwregeer/fix.documentation
Michael Merickel
2014-11-10
4
-52
/
+128
|
\
\
|
|
/
|
/
|
|
*
Use autoexception instead of autoclass
Bert JW Regeer
2014-11-10
1
-55
/
+55
|
*
Update HTTP Exception documentation
Bert JW Regeer
2014-11-08
1
-51
/
+49
|
*
Add exceptions documentation
Bert JW Regeer
2014-11-08
2
-0
/
+65
|
*
Removed link, replaced it with class link
Bert JW Regeer
2014-11-08
1
-2
/
+2
|
*
Update news.txt
Bert JW Regeer
2014-11-06
1
-0
/
+9
|
*
Remove WebDAV from HTTP exceptions
Bert JW Regeer
2014-11-06
1
-3
/
+2
|
*
Add some missing documentation
Bert JW Regeer
2014-11-06
1
-1
/
+6
|
/
*
fix the date in the changelog
Michael Merickel
2014-05-14
1
-1
/
+1
*
vb
Chris McDonough
2014-05-14
1
-1
/
+1
*
prep for 1.4
1.4
Chris McDonough
2014-05-14
4
-24
/
+9
*
Update news
Bert JW Regeer
2014-05-14
1
-0
/
+4
[next]