<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git, branch feature/putrequest-hooks</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>bpo-36274: Add hooks for validating a URL and encoding a request such that clients can enact malicious behavior when needed.</title>
<updated>2019-09-13T14:54:02+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2019-09-13T14:54:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=8231e7201dde7a7b34625dce14ae2a85b592efa2'/>
<id>8231e7201dde7a7b34625dce14ae2a85b592efa2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-9938: Add optional keyword argument exit_on_error to argparse.ArgumentParser (GH-15362)</title>
<updated>2019-09-12T10:56:05+00:00</updated>
<author>
<name>Hai Shi</name>
<email>shihai1992@gmail.com</email>
</author>
<published>2019-09-12T10:56:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=f545638b5701652ffbe1774989533cdf5bc6631e'/>
<id>f545638b5701652ffbe1774989533cdf5bc6631e</id>
<content type='text'>
Co-Authored-by: Xuanji Li &lt;xuanji@gmail.com&gt;


https://bugs.python.org/issue9938



Automerge-Triggered-By: @matrixise</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-Authored-by: Xuanji Li &lt;xuanji@gmail.com&gt;


https://bugs.python.org/issue9938



Automerge-Triggered-By: @matrixise</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-13927: time.ctime and time.asctime return string explantion (GH-11303)</title>
<updated>2019-09-12T10:22:30+00:00</updated>
<author>
<name>Harmandeep Singh</name>
<email>harmandeep.singh1@delhivery.com</email>
</author>
<published>2019-09-12T10:22:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=2d32bf1ef23c9e468b2e8afab3c24e7a2047ac36'/>
<id>2d32bf1ef23c9e468b2e8afab3c24e7a2047ac36</id>
<content type='text'>
* bpo-13927: time.ctime and time.asctime return string explantion

* Add note explaining that time.ctime and time.asctime returns a space padded date value in case it contains a single digit date

* Reformat linebreaks
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* bpo-13927: time.ctime and time.asctime return string explantion

* Add note explaining that time.ctime and time.asctime returns a space padded date value in case it contains a single digit date

* Reformat linebreaks
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-38008: Move builtin protocol whitelist to mapping instead of list (GH-15647)</title>
<updated>2019-09-12T10:13:51+00:00</updated>
<author>
<name>Divij Rajkumar</name>
<email>drajkuma1@gmail.com</email>
</author>
<published>2019-09-12T10:13:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=692a0dc91597b7fb350383b633dc4d044cbd360e'/>
<id>692a0dc91597b7fb350383b633dc4d044cbd360e</id>
<content type='text'>
Fixes https://bugs.python.org/issue38008
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes https://bugs.python.org/issue38008
</pre>
</div>
</content>
</entry>
<entry>
<title>closes bpo-38127: _ctypes: PyObject_IsSubclass() should be checked for failure. (GH-16011)</title>
<updated>2019-09-12T10:09:32+00:00</updated>
<author>
<name>Zackery Spytz</name>
<email>zspytz@gmail.com</email>
</author>
<published>2019-09-12T10:09:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=ea683deccc505a78bbbb1eb8c6a88b0835ad5151'/>
<id>ea683deccc505a78bbbb1eb8c6a88b0835ad5151</id>
<content type='text'>
An exception may occur during a PyObject_IsSubclass() call.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
An exception may occur during a PyObject_IsSubclass() call.</pre>
</div>
</content>
</entry>
<entry>
<title>closes bpo-37405: Make socket.getsockname() always return a tuple for AF_CAN. (GH-14392)</title>
<updated>2019-09-12T10:02:48+00:00</updated>
<author>
<name>bggardner</name>
<email>brent@ebrent.net</email>
</author>
<published>2019-09-12T10:02:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=954900a3f98a8c0dea14dd575490237f3f8626b3'/>
<id>954900a3f98a8c0dea14dd575490237f3f8626b3</id>
<content type='text'>
This fixes a regression from 3.5. In recent releases, `getsockname()` in the AF_CAN case has returned a string.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes a regression from 3.5. In recent releases, `getsockname()` in the AF_CAN case has returned a string.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-36876: Skip test_check_c_globals for now. (gh-16017)</title>
<updated>2019-09-12T09:51:00+00:00</updated>
<author>
<name>Eric Snow</name>
<email>ericsnowcurrently@gmail.com</email>
</author>
<published>2019-09-12T09:51:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=64535fc6c0712caef0bc46be30e661f7ccf8280e'/>
<id>64535fc6c0712caef0bc46be30e661f7ccf8280e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Doc: Add example of dict() function with positional and keyword arguments (GH-15220)</title>
<updated>2019-09-12T09:41:36+00:00</updated>
<author>
<name>Georgy Frolov</name>
<email>gosha@fro.lv</email>
</author>
<published>2019-09-12T09:41:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=7544497ad322322050f3cb64ba2f4cb7f38eddee'/>
<id>7544497ad322322050f3cb64ba2f4cb7f38eddee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the ImportWarning regarding __spec__ and __package__ being None (GH-16003)</title>
<updated>2019-09-12T09:29:36+00:00</updated>
<author>
<name>Xtreak</name>
<email>tir.karthi@gmail.com</email>
</author>
<published>2019-09-12T09:29:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=6e1a30b15e73ebc82e6790495fd54cc8971723ec'/>
<id>6e1a30b15e73ebc82e6790495fd54cc8971723ec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-38121: Sync importlib.metadata with 0.22 backport (GH-15993)</title>
<updated>2019-09-12T09:29:11+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2019-09-12T09:29:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=8ed6503eca4e3ea4949479d8d7fd9ffd54f81038'/>
<id>8ed6503eca4e3ea4949479d8d7fd9ffd54f81038</id>
<content type='text'>
* bpo-38121: Sync importlib.metadata with 0.22 backport

* 📜🤖 Added by blurb_it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* bpo-38121: Sync importlib.metadata with 0.22 backport

* 📜🤖 Added by blurb_it.
</pre>
</div>
</content>
</entry>
</feed>
