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
*
fix #136, allow high order chars in SignedSerializer secret/salt
fix.136
Michael Merickel
2014-02-21
3
-2
/
+16
*
reproduce issue with highorder characters from #136
Michael Merickel
2014-02-21
1
-0
/
+37
*
Merge pull request #132 from msabramo/travis
Michael Merickel
2014-01-28
1
-0
/
+12
|
\
|
*
Add .travis.yml for Travis CI
Marc Abramowitz
2014-01-25
1
-0
/
+12
|
/
*
moar typos
Michael Merickel
2013-12-19
1
-2
/
+2
*
typo
Michael Merickel
2013-12-19
1
-1
/
+1
*
prep for 1.3.1
1.3.1
Chris McDonough
2013-12-13
2
-3
/
+3
*
add a test, only catch valueerror, fix changelog
Chris McDonough
2013-12-13
3
-7
/
+32
|
\
|
*
Squash any exceptions raised in the deserializer
Bert JW Regeer
2013-12-12
1
-1
/
+1
|
*
Add notes regarding squashing
Bert JW Regeer
2013-12-10
1
-0
/
+9
|
*
Don't name the exception
Bert JW Regeer
2013-12-10
1
-1
/
+1
|
*
Squash ValueError from SignedSerializer in CookieProfile
Bert JW Regeer
2013-12-10
2
-4
/
+11
*
|
add link to issue
Chris McDonough
2013-12-13
1
-1
/
+1
*
|
fix test, add note
Chris McDonough
2013-12-13
2
-5
/
+4
*
|
Add info regarding SignedCookieProfile
Bert JW Regeer
2013-12-12
1
-0
/
+8
*
|
Keep around original serializer
Bert JW Regeer
2013-12-12
1
-2
/
+3
|
/
*
add test for wiggy's IRC condition
Chris McDonough
2013-12-10
1
-0
/
+12
*
prep for 1.3
1.3
Chris McDonough
2013-12-10
2
-20
/
+26
*
- Older versions of Webob escaped the doublequote to ``\"`` and the backslash
Chris McDonough
2013-12-09
3
-7
/
+26
*
typo
Chris McDonough
2013-12-09
1
-1
/
+1
*
- Cookies generated via webob.cookies quoted characters in cookie values that
Chris McDonough
2013-12-09
5
-40
/
+92
*
loads takes binary, not native
Chris McDonough
2013-12-07
1
-1
/
+1
*
doc generation fixes
Chris McDonough
2013-12-05
1
-13
/
+6
*
- Make tests pass on Python 3.
Chris McDonough
2013-12-05
4
-96
/
+128
*
Add tests for all the new stuff
Bert JW Regeer
2013-12-02
1
-0
/
+258
*
Add SignedCookieProfile
Bert JW Regeer
2013-12-02
1
-0
/
+109
*
Add CookieProfile class
Bert JW Regeer
2013-12-02
1
-0
/
+225
*
Add SignedSerializer
Bert JW Regeer
2013-12-02
1
-0
/
+100
*
Add strings_differ for SignedSerializer
Bert JW Regeer
2013-12-02
1
-0
/
+20
*
- Added a read-only ``domain`` property to ``BaseRequest``. This property
Chris McDonough
2013-11-27
3
-0
/
+39
*
add python 3.3 trove classifier
Chris McDonough
2013-08-10
2
-0
/
+3
*
add note of issue 106 merge
Chris McDonough
2013-08-09
1
-0
/
+3
*
Merge pull request #106 from lukecyca/master
Chris McDonough
2013-08-09
2
-4
/
+26
|
\
|
*
Fix test for patch request
Luke Cyca
2013-08-09
1
-7
/
+1
|
*
Tests for PATCH request
Luke Cyca
2013-08-09
1
-0
/
+28
|
*
Add support for urlencoded HTTP PATCH params
Luke Cyca
2013-05-27
1
-4
/
+4
*
|
Merge pull request #109 from metalman/master
Chris McDonough
2013-06-26
2
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
fixed mtime error of wiki example in docs. mtime is float.
zkc
2013-06-26
2
-2
/
+2
|
/
*
Merge pull request #101 from tshepang/patch-1
Ian Bicking
2013-04-16
1
-4
/
+2
|
\
|
*
update: Werkzeug is now a lot more famous
Tshepang Lekhonkhobe
2013-04-17
1
-4
/
+2
|
/
*
Wrap 80+ column lines.
Tres Seaver
2013-03-29
1
-15
/
+27
*
Appease Py3k nanny: s/assert_/assertTrue/
Tres Seaver
2013-03-29
2
-10
/
+10
*
Changelog for pull #58.
Tres Seaver
2013-03-29
1
-0
/
+3
*
Add code -> reason entry for 450.
Tres Seaver
2013-03-29
1
-0
/
+1
*
Fix test breakage under Py3k.
Tres Seaver
2013-03-29
1
-1
/
+1
*
No docstrings in testcases.
Tres Seaver
2013-03-29
1
-4
/
+3
*
Merge pull request #58 from mpirnat/status-451
Tres Seaver
2013-03-29
1
-0
/
+19
|
\
|
*
Adds support for draft HTTP error code '451: Unavailable For Legal Reasons'
Mike Pirnat
2012-06-12
1
-0
/
+19
*
|
Merge pull request #98 from Batterii/pullrequest_85
Tres Seaver
2013-03-29
2
-4
/
+24
|
\
\
|
*
|
bring test coverage back to 100% for pull request 85 which fixes bug #84
Tom Willis
2013-03-23
1
-0
/
+12
[next]