<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Lib/lib2to3, branch benjamin-pyapi</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> Revert "closes bpo-27494: Fix 2to3 handling of trailing comma after a generator expression (GH-3771)" (#8241)</title>
<updated>2018-07-31T06:34:30+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2018-07-31T06:34:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=4b8a7f51da224d1a0ad8159935f78ba4e6e16037'/>
<id>4b8a7f51da224d1a0ad8159935f78ba4e6e16037</id>
<content type='text'>
This reverts commit af810b35b494ef1d255d4bf340b92a9dad446995.

This is not valid syntax (see bpo-32012).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit af810b35b494ef1d255d4bf340b92a9dad446995.

This is not valid syntax (see bpo-32012).
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-21446: Update reload fixer to use importlib (GH-8391)</title>
<updated>2018-07-23T06:49:08+00:00</updated>
<author>
<name>Berker Peksag</name>
<email>berker.peksag@gmail.com</email>
</author>
<published>2018-07-23T06:49:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=7a3056fa7dd1223fe7112e53b236c43d71f33f64'/>
<id>7a3056fa7dd1223fe7112e53b236c43d71f33f64</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-34108: Fix double carriage return in 2to3 on Windows (#8271)</title>
<updated>2018-07-13T15:26:03+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2018-07-13T15:26:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=cafaf0447b950fd4f59edd8cbde040c61ae528f8'/>
<id>cafaf0447b950fd4f59edd8cbde040c61ae528f8</id>
<content type='text'>
* Add test capturing failure.
* Honor newlines as present in the original file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add test capturing failure.
* Honor newlines as present in the original file.
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-31583: Fix 2to3 for using with --add-suffix option (GH-3758)</title>
<updated>2018-04-18T23:50:25+00:00</updated>
<author>
<name>Denis Osipov</name>
<email>osipov_d@list.ru</email>
</author>
<published>2018-04-18T23:50:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=e3a523a0fa16aec880880928303bfcbd1fb74bc2'/>
<id>e3a523a0fa16aec880880928303bfcbd1fb74bc2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-11594: Ensure line-endings are respected when using 2to3 (GH-6483)</title>
<updated>2018-04-17T21:34:14+00:00</updated>
<author>
<name>Aaron Ang</name>
<email>aaronang@users.noreply.github.com</email>
</author>
<published>2018-04-17T21:34:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=c127a86e1862df88ec6f9d15b79c627fc616766e'/>
<id>c127a86e1862df88ec6f9d15b79c627fc616766e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[lib2to3] Make grammar pickling faster (#6491)</title>
<updated>2018-04-17T00:33:59+00:00</updated>
<author>
<name>Łukasz Langa</name>
<email>lukasz@langa.pl</email>
</author>
<published>2018-04-17T00:33:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=76618061b92e23a53b78b7ec3a173cb0e7749b4a'/>
<id>76618061b92e23a53b78b7ec3a173cb0e7749b4a</id>
<content type='text'>
* Now uses pickle protocol 4

* Doesn't wrap the grammar's `__dict__` in ordered dictionaries anymore as
dictionaries in Python 3.6+ are ordered by default

This still produces deterministic pickles (that hash the same with MD5).
Tested with different PYTHONHASHSEED values.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Now uses pickle protocol 4

* Doesn't wrap the grammar's `__dict__` in ordered dictionaries anymore as
dictionaries in Python 3.6+ are ordered by default

This still produces deterministic pickles (that hash the same with MD5).
Tested with different PYTHONHASHSEED values.</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for all string literals to lib2to3 (#6457)</title>
<updated>2018-04-16T21:33:31+00:00</updated>
<author>
<name>Zsolt Dollenstein</name>
<email>zsol.zsol@gmail.com</email>
</author>
<published>2018-04-16T21:33:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=8f37e846646444d84daf95787f4a0fa2b2316754'/>
<id>8f37e846646444d84daf95787f4a0fa2b2316754</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "bpo-30406: Make async and await proper keywords (#1669)" (GH-6143)</title>
<updated>2018-03-18T16:54:33+00:00</updated>
<author>
<name>Jelle Zijlstra</name>
<email>jelle.zijlstra@gmail.com</email>
</author>
<published>2018-03-18T16:54:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=f64aae46da292f71f6be750026cd052362e066bc'/>
<id>f64aae46da292f71f6be750026cd052362e066bc</id>
<content type='text'>
This reverts commit ac317700ce7439e38a8b420218d9a5035bba92ed.

(Reverts only the lib2to3 part.)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit ac317700ce7439e38a8b420218d9a5035bba92ed.

(Reverts only the lib2to3 part.)</pre>
</div>
</content>
</entry>
<entry>
<title>lib2to3: Add more tests (#6101)</title>
<updated>2018-03-13T17:53:22+00:00</updated>
<author>
<name>Łukasz Langa</name>
<email>lukasz@langa.pl</email>
</author>
<published>2018-03-13T17:53:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=74f56878cdee18d485e4f8b485d55ce62e38f4c9'/>
<id>74f56878cdee18d485e4f8b485d55ce62e38f4c9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-33064: lib2to3: support trailing comma after *args and **kwargs (#6096)</title>
<updated>2018-03-13T07:44:49+00:00</updated>
<author>
<name>Łukasz Langa</name>
<email>lukasz@langa.pl</email>
</author>
<published>2018-03-13T07:44:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b51f5de71163f096d2d5229ede5379cdb284f651'/>
<id>b51f5de71163f096d2d5229ede5379cdb284f651</id>
<content type='text'>
New tests also added.

I also made the comments in line with the builtin Grammar/Grammar. PEP 306 was
withdrawn, Kees Blom's railroad program has been lost to the sands of time for
at least 16 years now (I found a python-dev post from people looking for it).</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
New tests also added.

I also made the comments in line with the builtin Grammar/Grammar. PEP 306 was
withdrawn, Kees Blom's railroad program has been lost to the sands of time for
at least 16 years now (I found a python-dev post from people looking for it).</pre>
</div>
</content>
</entry>
</feed>
