<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Tools/unicode, branch benjamin-eval-loop-edit</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>update to Unicode 11.0.0 (closes bpo-33778) (GH-7439)</title>
<updated>2018-06-07T03:14:28+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2018-06-07T03:14:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=7c69c1c0fba8c1c8ff3969bce4c1135736a4cc58'/>
<id>7c69c1c0fba8c1c8ff3969bce4c1135736a4cc58</id>
<content type='text'>
Also, standardize indentation of generated tables.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also, standardize indentation of generated tables.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-30736: upgrade to Unicode 10.0 (#2344)</title>
<updated>2017-06-23T05:31:08+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2017-06-23T05:31:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=279a96206f3118a482d10826a1e32b272db4505d'/>
<id>279a96206f3118a482d10826a1e32b272db4505d</id>
<content type='text'>
Straightforward. While we're at it, though, strip trailing whitespace from generated tables.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Straightforward. While we're at it, though, strip trailing whitespace from generated tables.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-27425: Be more explicit in .gitattributes (GH-840)</title>
<updated>2017-06-10T19:58:42+00:00</updated>
<author>
<name>Zachary Ware</name>
<email>zachary.ware@gmail.com</email>
</author>
<published>2017-06-10T19:58:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=6b6e68776663c0dda04b6a36609297728da2ae9e'/>
<id>6b6e68776663c0dda04b6a36609297728da2ae9e</id>
<content type='text'>
Updates checked-in line endings on several files.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updates checked-in line endings on several files.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-30296 Remove unnecessary tuples, lists, sets, and dicts (#1489)</title>
<updated>2017-05-18T14:35:54+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2017-05-18T14:35:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=3972628de3d569c88451a2a176a1c94d8822b8a6'/>
<id>3972628de3d569c88451a2a176a1c94d8822b8a6</id>
<content type='text'>
* Replaced list(&lt;generator expression&gt;) with list comprehension
* Replaced dict(&lt;generator expression&gt;) with dict comprehension
* Replaced set(&lt;list literal&gt;) with set literal
* Replaced builtin func(&lt;list comprehension&gt;) with func(&lt;generator
  expression&gt;) when supported (e.g. any(), all(), tuple(), min(), &amp;
  max())</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Replaced list(&lt;generator expression&gt;) with list comprehension
* Replaced dict(&lt;generator expression&gt;) with dict comprehension
* Replaced set(&lt;list literal&gt;) with set literal
* Replaced builtin func(&lt;list comprehension&gt;) with func(&lt;generator
  expression&gt;) when supported (e.g. any(), all(), tuple(), min(), &amp;
  max())</pre>
</div>
</content>
</entry>
<entry>
<title>Unicode 9.0.0</title>
<updated>2016-09-15T06:53:47+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2016-09-15T06:53:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=67752315979e1501b7088273b5a1aecc90b6fe67'/>
<id>67752315979e1501b7088273b5a1aecc90b6fe67</id>
<content type='text'>
Not completely mechanical since support for East Asian Width changes—emoji
codepoints became Wide—had to be added to unicodedata.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Not completely mechanical since support for East Asian Width changes—emoji
codepoints became Wide—had to be added to unicodedata.
</pre>
</div>
</content>
</entry>
<entry>
<title>#27364: fix "incorrect" uses of escape character in the stdlib.</title>
<updated>2016-09-08T17:59:53+00:00</updated>
<author>
<name>R David Murray</name>
<email>rdmurray@bitdance.com</email>
</author>
<published>2016-09-08T17:59:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=44b548dda872c0d4f30afd6b44fd74b053a55ad8'/>
<id>44b548dda872c0d4f30afd6b44fd74b053a55ad8</id>
<content type='text'>
And most of the tools.

Patch by Emanual Barry, reviewed by me, Serhiy Storchaka, and
Martin Panter.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
And most of the tools.

Patch by Emanual Barry, reviewed by me, Serhiy Storchaka, and
Martin Panter.
</pre>
</div>
</content>
</entry>
<entry>
<title>upgrade to Unicode 8.0.0</title>
<updated>2015-06-27T20:45:56+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2015-06-27T20:45:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=4801383c2953d3a45beafa1e945d60412460b9c3'/>
<id>4801383c2953d3a45beafa1e945d60412460b9c3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #16261: Converted some bare except statements to except statements</title>
<updated>2015-05-20T07:33:40+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-05-20T07:33:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=ba9ac5b5c42a9bba54942211a3b00a1c3ce7bb23'/>
<id>ba9ac5b5c42a9bba54942211a3b00a1c3ce7bb23</id>
<content type='text'>
with specified exception type.  Original patch by Ramchandra Apte.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
with specified exception type.  Original patch by Ramchandra Apte.
</pre>
</div>
</content>
</entry>
<entry>
<title>Closes #17202: Merge with 3.4</title>
<updated>2015-04-13T17:11:40+00:00</updated>
<author>
<name>Zachary Ware</name>
<email>zachary.ware@gmail.com</email>
</author>
<published>2015-04-13T17:11:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=774ac377daf0da8eaddc578d883cd2002cb7a6a4'/>
<id>774ac377daf0da8eaddc578d883cd2002cb7a6a4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #17202: Add .bat to .hgeol to force them to CRLF.</title>
<updated>2015-04-13T16:59:54+00:00</updated>
<author>
<name>Zachary Ware</name>
<email>zachary.ware@gmail.com</email>
</author>
<published>2015-04-13T16:59:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=4c9c848159b63fac440c29ffc2b437e055d355cc'/>
<id>4c9c848159b63fac440c29ffc2b437e055d355cc</id>
<content type='text'>
Using LF can a script to fail if it tries to use a label that is
split across 512 byte blocks.  Who knows why.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using LF can a script to fail if it tries to use a label that is
split across 512 byte blocks.  Who knows why.
</pre>
</div>
</content>
</entry>
</feed>
