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
*
support creating cookies for deletion
Michael Merickel
2013-11-07
1
-1
/
+6
*
expose ``webob.cookies.make_cookie`` public api
Michael Merickel
2013-11-07
1
-0
/
+75
*
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
|
*
|
version 1.2.3
Johan Euphrosine
2012-10-11
1
-1
/
+1
|
*
|
multidict: reindent
Johan Euphrosine
2012-08-14
1
-7
/
+7
|
*
|
multidict: use binascii for PY3K compat
Johan Euphrosine
2012-08-14
1
-3
/
+13
|
*
|
multidict: remove print
Johan Euphrosine
2012-08-14
1
-2
/
+0
|
*
|
multidict: handle Content-Transfer-Encoding
Johan Euphrosine
2012-08-14
1
-1
/
+7
|
*
|
version 1.2.2
1.2.2
Sergey Schetinin
2012-08-10
1
-1
/
+1
|
*
|
py3 - make sure the MultiDict.from_fieldstorage actually decodes the values i...
Sergey Schetinin
2012-08-09
1
-1
/
+4
|
*
|
fix issue #64 - multidict.from_fieldstorage: decode fields value using charset.
Johan Euphrosine
2012-08-08
1
-4
/
+5
|
*
|
fix issue #63 - res.cache_expires(seconds=0) then res.cache_expires(seconds=1...
Sergey Schetinin
2012-07-29
1
-0
/
+2
|
*
|
version 1.2.1
1.2.1
Sergey Schetinin
2012-07-25
1
-1
/
+1
|
*
|
Make the "bytes=" unit case-insensitive in Range header
Pete Zaitcev
2012-07-11
1
-1
/
+1
|
*
|
Add index page support to webob.static.DirectoryApp.
Ian Bicking
2012-07-03
1
-6
/
+36
|
*
|
Make error message in webob.static more useful when directory doesn't exist
Ian Bicking
2012-07-03
1
-1
/
+3
|
|
/
|
*
Merge pull request #56 from lmctv/feature.mixedcase-accept
Sergey Schetinin
2012-06-07
1
-7
/
+8
|
|
\
|
|
*
Fix case-sensitive behaviour in MIMEAccept and AcceptCharset.
Lorenzo M. Catucci
2012-06-06
1
-7
/
+8
|
*
|
Python 3 constructor fix
Gryanko Alexander
2012-06-07
1
-1
/
+1
|
|
/
|
*
Range header fields can have LWS
iryoung jeong
2012-06-05
1
-1
/
+1
*
|
in the rare case when order matters for clients you need to use a MultiDict a...
Tom Willis
2013-03-18
1
-4
/
+3
|
/
*
get mime_type from file_name and use as content-type if can't be
Tom Willis
2012-05-28
1
-0
/
+10
*
version 1.2
1.2
Sergey Schetinin
2012-05-23
1
-1
/
+1
*
typo
Sergey Schetinin
2012-05-23
1
-1
/
+1
*
get test coverage to back 100%
Sergey Schetinin
2012-05-23
1
-5
/
+8
*
docstring typo
Sergey Schetinin
2012-05-21
1
-1
/
+1
*
fix compat.long on py2
Sergey Schetinin
2012-05-21
1
-0
/
+1
*
fix reference to long on py3
Sergey Schetinin
2012-05-21
1
-0
/
+1
*
fix req.retry_after = <long> (issue #46)
Sergey Schetinin
2012-05-21
1
-1
/
+1
*
Fix #49, use simplejson when possible in webob.request
Ian Bicking
2012-05-16
1
-1
/
+4
*
Adds HTTP exception classes for RFC 6585
Mike Pirnat
2012-05-15
1
-0
/
+63
*
webob.client: there's no errno.ENODATA on win
Sergey Schetinin
2012-05-15
1
-2
/
+2
*
version 1.2rc1
1.2rc1
Sergey Schetinin
2012-05-15
1
-1
/
+1
*
Add actual fix.
Graham Higgins
2012-05-12
1
-1
/
+2
*
give webob.client test coverage. as a result: remove with_urllib3 classmetho...
Chris McDonough
2012-05-08
1
-17
/
+13
[next]