<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Tools/unicode/makeunicodedata.py, branch benjamin-interp-initialize</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-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>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>Merge: #18176: Change generic UCD PropList link to version specific link.</title>
<updated>2014-10-10T00:47:31+00:00</updated>
<author>
<name>R David Murray</name>
<email>rdmurray@bitdance.com</email>
</author>
<published>2014-10-10T00:47:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=2623a5db6f0bae52e6b98a818074ff3f642b7d06'/>
<id>2623a5db6f0bae52e6b98a818074ff3f642b7d06</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>#18176: Change generic UCD PropList link to version specific link.</title>
<updated>2014-10-10T00:45:59+00:00</updated>
<author>
<name>R David Murray</name>
<email>rdmurray@bitdance.com</email>
</author>
<published>2014-10-10T00:45:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=5f16f90d1b1dcd69dcc8bfc2de266c93bee55470'/>
<id>5f16f90d1b1dcd69dcc8bfc2de266c93bee55470</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge: #18176: fix another reference and add it to the makeunicodedata comment.</title>
<updated>2014-10-09T21:41:55+00:00</updated>
<author>
<name>R David Murray</name>
<email>rdmurray@bitdance.com</email>
</author>
<published>2014-10-09T21:41:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=532783bd5ed4a98d4820d2932411d38385afbf7e'/>
<id>532783bd5ed4a98d4820d2932411d38385afbf7e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>#18176: fix another reference and add it to the makeunicodedata comment.</title>
<updated>2014-10-09T21:39:48+00:00</updated>
<author>
<name>R David Murray</name>
<email>rdmurray@bitdance.com</email>
</author>
<published>2014-10-09T21:39:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=5bd62420f4c40ebc6b848d9373bc2ffe8c9db79b'/>
<id>5bd62420f4c40ebc6b848d9373bc2ffe8c9db79b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge: #18176: updated stdtypes UCD link, added reminder to makeunicodedata.</title>
<updated>2014-10-09T21:33:15+00:00</updated>
<author>
<name>R David Murray</name>
<email>rdmurray@bitdance.com</email>
</author>
<published>2014-10-09T21:33:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=5ac125cde3ea47d5bfa7b18614a792837a8733cd'/>
<id>5ac125cde3ea47d5bfa7b18614a792837a8733cd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
