<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git, branch print-statement</title>
<subtitle>github.com: python/cpython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/'/>
<entry>
<title>Allow any primary as long as it ends in .NAME</title>
<updated>2020-06-09T23:32:08+00:00</updated>
<author>
<name>Guido van Rossum</name>
<email>guido@python.org</email>
</author>
<published>2020-06-09T23:32:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=64264b65594282a28d12d307ef74823864077aad'/>
<id>64264b65594282a28d12d307ef74823864077aad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow calling function given by dotted name, e.g. foo.bar 1, 2</title>
<updated>2020-06-09T23:13:56+00:00</updated>
<author>
<name>Guido van Rossum</name>
<email>guido@python.org</email>
</author>
<published>2020-06-09T23:13:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=5ed19fcc1ae5ea296eb1e398137a9fa51d6a9f54'/>
<id>5ed19fcc1ae5ea296eb1e398137a9fa51d6a9f54</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Call just print, but any function</title>
<updated>2020-06-09T23:03:56+00:00</updated>
<author>
<name>Guido van Rossum</name>
<email>guido@python.org</email>
</author>
<published>2020-06-09T23:03:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=220dcedf7832c37d8cfe79dae35c6d10d6c6356d'/>
<id>220dcedf7832c37d8cfe79dae35c6d10d6c6356d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support keyword args in print_stmt</title>
<updated>2020-06-09T23:01:57+00:00</updated>
<author>
<name>Guido van Rossum</name>
<email>guido@python.org</email>
</author>
<published>2020-06-09T23:01:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=e2838415fccdd0fa950a761dfa14f6bbbb550d15'/>
<id>e2838415fccdd0fa950a761dfa14f6bbbb550d15</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a print statement (for fun and testing)</title>
<updated>2020-06-09T21:54:09+00:00</updated>
<author>
<name>Guido van Rossum</name>
<email>guido@python.org</email>
</author>
<published>2020-05-25T23:39:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=b9123bcc08de3c7246cfc37cf7146e19cd179f76'/>
<id>b9123bcc08de3c7246cfc37cf7146e19cd179f76</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove usesless function from csv module (GH-20762)</title>
<updated>2020-06-09T15:33:43+00:00</updated>
<author>
<name>Dong-hee Na</name>
<email>donghee.na92@gmail.com</email>
</author>
<published>2020-06-09T15:33:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=0383be4666905f9e24ca791afda845a7686b3fe3'/>
<id>0383be4666905f9e24ca791afda845a7686b3fe3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-40684: Fix make install for platlibdir=lib64 (GH-20736)</title>
<updated>2020-06-09T13:32:43+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>vstinner@python.org</email>
</author>
<published>2020-06-09T13:32:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=51ae31e5b93b986e57a7e18e25f981a6ffcdefb7'/>
<id>51ae31e5b93b986e57a7e18e25f981a6ffcdefb7</id>
<content type='text'>
"make install" now uses the PLATLIBDIR variable for the destination
lib-dynload/ directory when ./configure --with-platlibdir is used.

Update --with-platlibdir comment in configure.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
"make install" now uses the PLATLIBDIR variable for the destination
lib-dynload/ directory when ./configure --with-platlibdir is used.

Update --with-platlibdir comment in configure.</pre>
</div>
</content>
</entry>
<entry>
<title>Remove reference to 3.7 and 3.8 backports. (GH-20754)</title>
<updated>2020-06-09T08:27:45+00:00</updated>
<author>
<name>Stefan Krah</name>
<email>skrah@bytereef.org</email>
</author>
<published>2020-06-09T08:27:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=323188360d61875bd68688ef41711bade298af50'/>
<id>323188360d61875bd68688ef41711bade298af50</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor improvement to the namedtuple implementation (GH-20741)</title>
<updated>2020-06-08T19:38:41+00:00</updated>
<author>
<name>Raymond Hettinger</name>
<email>rhettinger@users.noreply.github.com</email>
</author>
<published>2020-06-08T19:38:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=0a40849eb99a0357113bff10434ec6605e3ae96b'/>
<id>0a40849eb99a0357113bff10434ec6605e3ae96b</id>
<content type='text'>
* Cleaner way to build the arg list with a trailing comma when required

* Fix appearance of __new__ in help()</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Cleaner way to build the arg list with a trailing comma when required

* Fix appearance of __new__ in help()</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-24914: mention Python supports multiple paradigms in the FAQ (#20658)</title>
<updated>2020-06-08T18:07:29+00:00</updated>
<author>
<name>Brett Cannon</name>
<email>brett@python.org</email>
</author>
<published>2020-06-08T18:07:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=3ab3475c42c8ee5580f4ea1aeda73ebc8e5d5478'/>
<id>3ab3475c42c8ee5580f4ea1aeda73ebc8e5d5478</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
