<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git, branch fix-req-type</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-35766 follow-up: Kill half-support for FunctionType in PyAST_obj2mod</title>
<updated>2019-01-31T17:04:35+00:00</updated>
<author>
<name>Guido van Rossum</name>
<email>guido@python.org</email>
</author>
<published>2019-01-31T17:04:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=a55f1945525a2536f807cc10e617834d683b7caf'/>
<id>a55f1945525a2536f807cc10e617834d683b7caf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-35766: Merge typed_ast back into CPython (GH-11645)</title>
<updated>2019-01-31T11:40:27+00:00</updated>
<author>
<name>Guido van Rossum</name>
<email>guido@python.org</email>
</author>
<published>2019-01-31T11:40:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=dcfcd146f8e6fc5c2fc16a4c192a0c5f5ca8c53c'/>
<id>dcfcd146f8e6fc5c2fc16a4c192a0c5f5ca8c53c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: http: Fix enum name for status code 416 (GH-11689)</title>
<updated>2019-01-31T10:08:57+00:00</updated>
<author>
<name>Phil Jones</name>
<email>philip.graham.jones@googlemail.com</email>
</author>
<published>2019-01-31T10:08:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=d97daebfa69b4df95231bcae4123eacad6a48d14'/>
<id>d97daebfa69b4df95231bcae4123eacad6a48d14</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-35864: Replace OrderedDict with regular dict in namedtuple() (#11708)</title>
<updated>2019-01-31T08:59:50+00:00</updated>
<author>
<name>Raymond Hettinger</name>
<email>rhettinger@users.noreply.github.com</email>
</author>
<published>2019-01-31T08:59:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=0bb4bdf0d93b301407774c4ffd6df54cff947df8'/>
<id>0bb4bdf0d93b301407774c4ffd6df54cff947df8</id>
<content type='text'>
* Change from OrderedDict to a regular dict

* Add blurb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Change from OrderedDict to a regular dict

* Add blurb
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-33504: fix wrong "versionchanged" (GH-11712)</title>
<updated>2019-01-31T08:53:48+00:00</updated>
<author>
<name>Inada Naoki</name>
<email>methane@users.noreply.github.com</email>
</author>
<published>2019-01-31T08:53:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=0897e0c597c065f043e4286d01f16f473ab664ee'/>
<id>0897e0c597c065f043e4286d01f16f473ab664ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-34003: Use dict instead of OrderedDict in csv.DictReader (GH-8014)</title>
<updated>2019-01-31T08:47:53+00:00</updated>
<author>
<name>Michael Selik</name>
<email>mike@selik.org</email>
</author>
<published>2019-01-31T08:47:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=9f3f0931cfc58498086d287226650599a97412bb'/>
<id>9f3f0931cfc58498086d287226650599a97412bb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-35854: Fix EnvBuilder and --symlinks in venv on Windows (GH-11700)</title>
<updated>2019-01-30T21:49:14+00:00</updated>
<author>
<name>Steve Dower</name>
<email>steve.dower@microsoft.com</email>
</author>
<published>2019-01-30T21:49:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=a1f9a3332bd4767e47013ea787022f06b6dbcbbd'/>
<id>a1f9a3332bd4767e47013ea787022f06b6dbcbbd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Document differences between random.choices() and random.choice(). (GH-11703)</title>
<updated>2019-01-30T21:30:20+00:00</updated>
<author>
<name>Raymond Hettinger</name>
<email>rhettinger@users.noreply.github.com</email>
</author>
<published>2019-01-30T21:30:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=40ebe948e97b47fc84c8f527910063286a174b25'/>
<id>40ebe948e97b47fc84c8f527910063286a174b25</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-35835: Add reference to Python 3.7 new breakpoint() function in pdb documentation. (GH-11691)</title>
<updated>2019-01-30T17:23:39+00:00</updated>
<author>
<name>João Matos</name>
<email>jcrmatos@gmail.com</email>
</author>
<published>2019-01-30T17:23:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=cf991e653ac550a9f011631447c61ce583404a57'/>
<id>cf991e653ac550a9f011631447c61ce583404a57</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-25592: Improve documentation of distutils data_files (GH-9767)</title>
<updated>2019-01-30T15:49:39+00:00</updated>
<author>
<name>jdemeyer</name>
<email>J.Demeyer@UGent.be</email>
</author>
<published>2019-01-30T15:49:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=598e15d4feaee3849a91d92c9ca51f17baafe19c'/>
<id>598e15d4feaee3849a91d92c9ca51f17baafe19c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
