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
Commit message (
Expand
)
Author
Age
Files
Lines
*
bring docs up-to-date with actual wsgify signature
fix.wsgify-middleware-docs
Michael Merickel
2014-11-04
1
-2
/
+2
*
prep for 1.4
1.4
Chris McDonough
2014-05-14
1
-9
/
+1
*
Check for None explicitly instead of truthiness
Bert JW Regeer
2014-05-14
1
-1
/
+1
*
Remove __version__ entirely
Bert JW Regeer
2014-04-16
1
-4
/
+0
*
Revert "Remove pkg_resources (setuptools dependency) and import version"
Bert JW Regeer
2014-04-16
1
-1
/
+3
*
Revert "Add new version.py file containing the version"
Bert JW Regeer
2014-04-16
1
-1
/
+0
*
Remove pkg_resources (setuptools dependency) and import version
Bert JW Regeer
2014-04-16
1
-3
/
+1
*
Add new version.py file containing the version
Bert JW Regeer
2014-04-16
1
-0
/
+1
*
Add TODO notes to remove this functionality in 1.4
Bert JW Regeer
2014-04-16
1
-2
/
+2
*
Remove exception property from exception
Bert JW Regeer
2014-04-16
1
-9
/
+0
*
Bump the version that raises DeprecationWarning
Bert JW Regeer
2014-04-16
1
-1
/
+3
*
Pull version from pkg resources
Bert JW Regeer
2014-04-16
1
-1
/
+3
*
Add nocover for Python 3.3+ only branch
Bert JW Regeer
2014-04-16
1
-1
/
+1
*
fix the constant-time compare logic when using hmac.compare_digest
Michael Merickel
2014-04-15
1
-14
/
+23
*
support 3.3+ time-independent string comparison
Michael Merickel
2014-04-15
1
-14
/
+18
*
fix #136, allow high order chars in SignedSerializer secret/salt
fix.136
Michael Merickel
2014-02-21
1
-1
/
+6
*
moar typos
Michael Merickel
2013-12-19
1
-2
/
+2
*
typo
Michael Merickel
2013-12-19
1
-1
/
+1
*
add a test, only catch valueerror, fix changelog
Chris McDonough
2013-12-13
1
-4
/
+7
|
\
|
*
Squash any exceptions raised in the deserializer
Bert JW Regeer
2013-12-12
1
-1
/
+1
|
*
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
1
-1
/
+4
*
|
fix test, add note
Chris McDonough
2013-12-13
1
-0
/
+2
*
|
Keep around original serializer
Bert JW Regeer
2013-12-12
1
-2
/
+3
|
/
*
- Older versions of Webob escaped the doublequote to ``\"`` and the backslash
Chris McDonough
2013-12-09
1
-2
/
+0
*
- Cookies generated via webob.cookies quoted characters in cookie values that
Chris McDonough
2013-12-09
1
-30
/
+61
*
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
1
-95
/
+108
*
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
1
-0
/
+24
*
Add support for urlencoded HTTP PATCH params
Luke Cyca
2013-05-27
1
-4
/
+4
*
Add code -> reason entry for 450.
Tres Seaver
2013-03-29
1
-0
/
+1
*
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
1
-2
/
+12
|
\
\
|
*
\
Merge commit '07667668338f239856c94b637bd12ccf8ce01d83' into pullrequest_85
Tom Willis
2013-03-23
1
-2
/
+12
|
|
\
\
|
|
*
|
Added a fix and modified the unit tests to accomodate.
Rishi Ramraj
2012-11-22
1
-2
/
+12
*
|
|
|
make more similar to original code
Chris McDonough
2013-03-23
1
-2
/
+3
|
/
/
/
*
|
|
change iteritems to items for python 3 support.
Tom Willis
2013-03-19
1
-3
/
+3
*
|
|
Merge branch 'master' of github.com:Batterii/webob
Tom Willis
2013-03-18
12
-34
/
+88
|
\
\
\
|
*
\
\
Merge pull request #89 from zyluo/multidict_getall
Tres Seaver
2013-01-29
1
-5
/
+1
|
|
\
\
\
|
|
*
|
|
Use list comprehension for multidict getall
Zhongyue Luo
2012-12-28
1
-5
/
+1
|
|
|
/
/
|
*
|
|
Fixes PEP8 warnings
Zhongyue Luo
2012-12-28
5
-6
/
+3
|
|
/
/
|
*
|
Ignore invalid mime wildcards in MIMEAccept
Ryan Kelly
2012-11-09
1
-0
/
+4
|
*
|
Add new HTTP status codes per RFC 6585.
Jonathan Feinberg
2012-10-24
1
-0
/
+4
|
*
|
coverage
Chris McDonough
2012-10-11
1
-2
/
+2
[next]