[issue29613] Support for SameSite Cookies

2018-04-08 Thread Alex Gaynor
Alex Gaynor added the comment: Good catch. -- versions: +Python 3.8 -Python 3.7 ___ Python tracker ___ ___ Python-bugs-list mailing

[issue29613] Support for SameSite Cookies

2018-04-08 Thread Andrew Svetlov
Andrew Svetlov added the comment: Alex, the PR has landed into 3.8 (master). Should the issue's "versions" field be updated? Now it is 3.7 -- nosy: +asvetlov ___ Python tracker ___

[issue29613] Support for SameSite Cookies

2018-04-07 Thread Alex Gaynor
Change by Alex Gaynor : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___ Py

[issue29613] Support for SameSite Cookies

2018-04-07 Thread Alex Gaynor
Alex Gaynor added the comment: New changeset c87eb09d2e3783b0b5dc0d7cb304050cbcc86ad3 by Alex Gaynor in branch 'master': bpo-29613: Added support for SameSite cookies (GH-6413) https://github.com/python/cpython/commit/c87eb09d2e3783b0b5dc0d7cb304050cbcc86ad3 -- nosy: +alex _

[issue29613] Support for SameSite Cookies

2018-04-07 Thread Alex Gaynor
Change by Alex Gaynor : -- keywords: +patch pull_requests: +6118 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe

[issue29613] Support for SameSite Cookies

2017-02-21 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:/

[issue29613] Support for SameSite Cookies

2017-02-21 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- versions: -Python 2.7, Python 3.3, Python 3.4, Python 3.5, Python 3.6 ___ Python tracker ___ ___ Pyth

[issue29613] Support for SameSite Cookies

2017-02-21 Thread Roundup Robot
Changes by Roundup Robot : -- pull_requests: +180 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue29613] Support for SameSite Cookies

2017-02-21 Thread Akash Shende
New submission from Akash Shende: Right now Morsel dont accept cookie setting outside of reserved words defined in http/cookies.py -- components: Library (Lib) messages: 288287 nosy: akash0x53 priority: normal severity: normal status: open title: Support for SameSite Cookies type: enhan