<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git, branch 3.4</title>
<subtitle>github.com: python/cpython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/'/>
<entry>
<title>Post-release version bump for 3.4.10.</title>
<updated>2019-05-07T18:29:45+00:00</updated>
<author>
<name>Larry Hastings</name>
<email>larry@hastings.org</email>
</author>
<published>2019-05-07T18:29:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=05c28b08f6e2fc8782472b026c98a3fdd61a2ba9'/>
<id>05c28b08f6e2fc8782472b026c98a3fdd61a2ba9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Version bump for 3.4.10.</title>
<updated>2019-03-18T16:51:26+00:00</updated>
<author>
<name>Larry Hastings</name>
<email>larry@hastings.org</email>
</author>
<published>2019-03-18T16:51:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=e76cbc781044ee01b059f3702c580e66266b84c5'/>
<id>e76cbc781044ee01b059f3702c580e66266b84c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Blurb release and pydoc-topics for 3.4.10 final.</title>
<updated>2019-03-18T16:24:13+00:00</updated>
<author>
<name>Larry Hastings</name>
<email>larry@hastings.org</email>
</author>
<published>2019-03-18T16:24:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=8daddaefe3ec9ad0c77e6791d4104bdcf028c0b7'/>
<id>8daddaefe3ec9ad0c77e6791d4104bdcf028c0b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor doc ReST fixes.</title>
<updated>2019-03-18T16:14:05+00:00</updated>
<author>
<name>Larry Hastings</name>
<email>larry@hastings.org</email>
</author>
<published>2019-03-18T16:14:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=d2eb6770e89b80a47dcb83d7569269f4b2df9f3a'/>
<id>d2eb6770e89b80a47dcb83d7569269f4b2df9f3a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[3.4] bpo-35121: prefix dot in domain for proper subdomain validation (GH-10258) (#12279)</title>
<updated>2019-03-16T22:56:34+00:00</updated>
<author>
<name>Xtreak</name>
<email>tir.karthi@gmail.com</email>
</author>
<published>2019-03-16T22:56:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=42ad4101d3ba7ca3c371dadf0f8880764c9f15fb'/>
<id>42ad4101d3ba7ca3c371dadf0f8880764c9f15fb</id>
<content type='text'>
Don't send cookies of domain A without Domain attribute to domain B when domain A is a suffix match of domain B while using a cookiejar with `http.cookiejar.DefaultCookiePolicy` policy.  Patch by Karthikeyan Singaravelan.
(cherry picked from commit ca7fe5063593958e5efdf90f068582837f07bd14)

Co-authored-by: Xtreak &lt;tir.karthi@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't send cookies of domain A without Domain attribute to domain B when domain A is a suffix match of domain B while using a cookiejar with `http.cookiejar.DefaultCookiePolicy` policy.  Patch by Karthikeyan Singaravelan.
(cherry picked from commit ca7fe5063593958e5efdf90f068582837f07bd14)

Co-authored-by: Xtreak &lt;tir.karthi@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-35647: Fix path check in cookiejar (#11436) (#12278)</title>
<updated>2019-03-16T22:54:03+00:00</updated>
<author>
<name>Xtreak</name>
<email>tir.karthi@gmail.com</email>
</author>
<published>2019-03-16T22:54:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=e260f092cd0d8975c777e73ca6fb549d59b5d452'/>
<id>e260f092cd0d8975c777e73ca6fb549d59b5d452</id>
<content type='text'>
* Refactor cookie path check as per RFC 6265

* Add tests for prefix match of path

* Add news entry

* Fix set_ok_path and refactor tests

* Use slice for last letter

(cherry picked from commit 0e1f1f01058bd4a9b98cfe443214adecc019a38c)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Refactor cookie path check as per RFC 6265

* Add tests for prefix match of path

* Add news entry

* Fix set_ok_path and refactor tests

* Use slice for last letter

(cherry picked from commit 0e1f1f01058bd4a9b98cfe443214adecc019a38c)</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-36216: Add check for characters in netloc that normalize to separators (GH-12201) (#12224)</title>
<updated>2019-03-11T04:58:47+00:00</updated>
<author>
<name>Steve Dower</name>
<email>steve.dower@microsoft.com</email>
</author>
<published>2019-03-11T04:58:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=62d36547f97210a26cc6051da78714fd078e158c'/>
<id>62d36547f97210a26cc6051da78714fd078e158c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Post-release version bump for 3.4.10rc1.</title>
<updated>2019-03-04T09:35:32+00:00</updated>
<author>
<name>Larry Hastings</name>
<email>larry@hastings.org</email>
</author>
<published>2019-03-04T09:35:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=0d9d8100638421dee41e9112ecd34855af7128aa'/>
<id>0d9d8100638421dee41e9112ecd34855af7128aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Version bump &amp; copyright year update for 3.4.10rc1.</title>
<updated>2019-03-04T02:06:04+00:00</updated>
<author>
<name>Larry Hastings</name>
<email>larry@hastings.org</email>
</author>
<published>2019-03-04T02:06:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=14bb5cb1db0390dfce73ba1c36dd5a85762baa14'/>
<id>14bb5cb1db0390dfce73ba1c36dd5a85762baa14</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>PyDoc and blurb updates for 3.4.10rc1.</title>
<updated>2019-03-04T02:00:11+00:00</updated>
<author>
<name>Larry Hastings</name>
<email>larry@hastings.org</email>
</author>
<published>2019-03-04T02:00:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=17ebd2662bc1889bd563bca4d26f8e541ea7eaff'/>
<id>17ebd2662bc1889bd563bca4d26f8e541ea7eaff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
