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
...
|
*
Make function more pythonic
Bert JW Regeer
2020-11-28
1
-5
/
+3
|
*
Cleanup documentation
Bert JW Regeer
2020-11-28
1
-2
/
+2
|
*
Import from collections.abc directly
Bert JW Regeer
2020-11-28
6
-15
/
+29
|
*
Remove native_ and move bytes_, text_ to webob.util
Bert JW Regeer
2020-11-28
20
-128
/
+438
|
*
Remove compat.iter{values_,items_}
Bert JW Regeer
2020-11-28
3
-15
/
+6
|
*
Goodbye to compat.{string_types,integer_types,class_types,text_type,long}
Bert JW Regeer
2020-11-28
12
-64
/
+50
|
*
Remove dead code
Bert JW Regeer
2020-11-28
1
-3
/
+1
|
*
Remove compat.reraise
Bert JW Regeer
2020-11-28
3
-18
/
+10
|
*
Remove old kwargs from BaseRequest
Bert JW Regeer
2020-11-28
2
-58
/
+2
|
*
No longer monkeypatch paste HTTP exceptions
Bert JW Regeer
2020-11-28
1
-19
/
+0
|
*
Remove expires kwarg to set_cookie
Bert JW Regeer
2020-11-28
2
-110
/
+0
|
*
compat is now Py3 only
Bert JW Regeer
2020-11-28
1
-116
/
+58
|
*
Goodbye compat.PY2 lines
Bert JW Regeer
2020-11-28
10
-272
/
+72
|
*
cgi.FieldStorage.__repr__ patch moves to compat
Bert JW Regeer
2020-11-28
3
-105
/
+103
|
*
Goodbye FakeCGIBody
Bert JW Regeer
2020-11-28
2
-159
/
+0
|
*
Remove LegacyRequest
Bert JW Regeer
2020-11-28
4
-701
/
+3
|
*
Remove all Python 2.7 testing framework stuffs
Bert JW Regeer
2020-11-28
4
-25
/
+14
|
/
*
Merge pull request #404 from Pylons/fix-linkcheck
Bert JW Regeer
2020-11-28
9
-40
/
+40
|
\
|
*
Revert https://github.com/Pylons/webob/pull/404/commits/c6b623702d72323986ef7...
fix-linkcheck
Steve Piercy
2019-08-18
1
-1
/
+1
|
*
linkcheck to fix busted URLs
Steve Piercy
2019-08-17
9
-40
/
+40
|
*
api/request.txt:1: [broken] http://www.w3.org/Protocols/rfc2616/rfc2616-sec4....
Steve Piercy
2019-08-17
1
-1
/
+1
*
|
Merge pull request #422 from gjo/response_write_return_len
Michael Merickel
2020-10-20
3
-8
/
+13
|
\
\
|
*
|
Update CHANGES.txt
Gouji Ochiai
2020-10-18
1
-1
/
+1
|
*
|
add docs
Gouji Ochiai
2020-10-18
1
-0
/
+3
|
*
|
add return value to webob.Response.write
Gouji Ochiai
2020-10-17
2
-8
/
+10
|
/
/
*
|
Merge pull request #421 from stevepiercy/black-20.8b1
Michael Merickel
2020-10-13
7
-34
/
+34
|
\
\
|
*
|
Run `tox -r -e run-black` for v20.8b1
Steve Piercy
2020-10-12
7
-34
/
+34
|
/
/
*
|
Merge pull request #419 from bwduncan/patch-1
Steve Piercy
2020-10-12
1
-1
/
+1
|
\
\
|
*
|
Fix doc link
bwduncan
2020-10-12
1
-1
/
+1
|
/
/
*
|
Merge pull request #412 from lazorchakp/rewind-after-POST-parse
Bert JW Regeer
2020-06-02
2
-0
/
+16
|
\
\
|
*
|
Rewind body_file_raw after parsing in POST
Peter Lazorchak
2020-06-02
2
-0
/
+16
|
/
/
*
|
Remove RFC section on REMOTE_HOST
Bert JW Regeer
2020-01-21
1
-1
/
+1
*
|
Update CHANGES.txt for SameSite support
Bert JW Regeer
2020-01-21
1
-14
/
+27
*
|
Extra word
Bert JW Regeer
2020-01-21
1
-1
/
+1
*
|
Update documentation surrounding SameSite support
Bert JW Regeer
2020-01-21
2
-7
/
+32
*
|
Merge pull request #409 from jvanasco/fix-optional_samesite_validation
Bert JW Regeer
2020-01-21
3
-3
/
+60
|
\
\
|
*
|
updated tests to use monkeypatch
jonathan vanasco
2019-12-19
1
-20
/
+16
|
*
|
ran `black` on tests/; only ran it on src/ before.
jonathan vanasco
2019-12-19
1
-0
/
+1
|
*
|
disable validating the SameSite value, if/when the cookie spec changes again
jonathan vanasco
2019-12-19
3
-3
/
+63
|
/
/
*
|
Merge pull request #407 from marc1n/master
Bert JW Regeer
2019-12-18
3
-15
/
+37
|
\
\
|
|
/
|
/
|
|
*
Style fix
marc1n
2019-12-18
1
-3
/
+3
|
*
Better exception message and style fix
marc1n
2019-12-18
1
-2
/
+3
|
*
Added cookie attributes check: raises ValueError if samesite equals 'none' bu...
marc1n
2019-12-18
2
-4
/
+17
|
*
Oxford comma added
Marcin Raczyński
2019-12-03
1
-1
/
+1
|
*
Style fix
Marcin Raczyński
2019-12-03
1
-1
/
+1
|
*
#406 Added teststs for samesite='None'
Marcin Raczyński
2019-11-29
1
-3
/
+11
|
*
#406 Docstring update (new samesite value: 'none')
Marcin Raczyński
2019-11-29
1
-1
/
+1
|
*
#406 set_cookie allows samesite='none' value
Marcin Raczyński
2019-11-29
1
-8
/
+8
|
/
*
Merge pull request #402 from whiteroses/fix-MIMEAccept-link-to-RFC
Bert JW Regeer
2019-06-21
1
-3
/
+2
|
\
|
*
Fix typo.
Ira Lun
2019-06-21
1
-1
/
+1
[prev]
[next]