<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Lib/test/test_enum.py, 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>bpo-34536: raise error for invalid _missing_ results (GH-9147)</title>
<updated>2018-09-12T18:43:34+00:00</updated>
<author>
<name>Ethan Furman</name>
<email>ethan@stoneleaf.us</email>
</author>
<published>2018-09-12T18:43:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=019f0a0cb85ebc234356415f3638b9bd77528e55'/>
<id>019f0a0cb85ebc234356415f3638b9bd77528e55</id>
<content type='text'>
* raise exception if _missing_ returns None or invalid type</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* raise exception if _missing_ returns None or invalid type</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-34282: Fix Enum._convert shadowing members named _convert (GH-8568)</title>
<updated>2018-09-12T17:28:53+00:00</updated>
<author>
<name>orlnub123</name>
<email>orlnub123@gmail.com</email>
</author>
<published>2018-09-12T17:28:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=0fb9fadd3b3e9e3698647e0b92d49b0b7aacd979'/>
<id>0fb9fadd3b3e9e3698647e0b92d49b0b7aacd979</id>
<content type='text'>
* Fix enum members getting shadowed by parent attributes
* Move Enum._convert to EnumMeta._convert_
* Deprecate _convert</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix enum members getting shadowed by parent attributes
* Move Enum._convert to EnumMeta._convert_
* Deprecate _convert</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-33217: Raise TypeError for non-Enum lookups in Enums (GH-6651)</title>
<updated>2018-09-10T18:21:04+00:00</updated>
<author>
<name>Rahul Jha</name>
<email>rj722@protonmail.com</email>
</author>
<published>2018-09-10T18:21:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=9430652535f88125d8003f342a8884d34885d876'/>
<id>9430652535f88125d8003f342a8884d34885d876</id>
<content type='text'>
* bpo-33217: Raise TypeError for non-Enum lookups in Enums</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* bpo-33217: Raise TypeError for non-Enum lookups in Enums</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-31801:  Enum:  add _ignore_ as class option (#5237)</title>
<updated>2018-01-22T15:56:37+00:00</updated>
<author>
<name>Ethan Furman</name>
<email>ethan@stoneleaf.us</email>
</author>
<published>2018-01-22T15:56:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=a4b1bb4801f7a941ff9e86b96da539be1c288833'/>
<id>a4b1bb4801f7a941ff9e86b96da539be1c288833</id>
<content type='text'>
* bpo-31801:  Enum:  add _ignore_ as class option

_ignore_ is a list, or white-space seperated str, of names that will not
be candidates for members; these names, and _ignore_ itself, are removed
from the final class.

* bpo-31801:  Enum:  add documentation for _ignore_

* bpo-31801: Enum: remove trailing whitespace

* bpo-31801: Enum: fix bulleted list format

* bpo-31801: add version added for _ignore_
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* bpo-31801:  Enum:  add _ignore_ as class option

_ignore_ is a list, or white-space seperated str, of names that will not
be candidates for members; these names, and _ignore_ itself, are removed
from the final class.

* bpo-31801:  Enum:  add documentation for _ignore_

* bpo-31801: Enum: remove trailing whitespace

* bpo-31801: Enum: fix bulleted list format

* bpo-31801: add version added for _ignore_
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-31370: Remove support for threads-less builds (#3385)</title>
<updated>2017-09-07T16:56:24+00:00</updated>
<author>
<name>Antoine Pitrou</name>
<email>pitrou@free.fr</email>
</author>
<published>2017-09-07T16:56:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=a6a4dc816d68df04a7d592e0b6af8c7ecc4d4344'/>
<id>a6a4dc816d68df04a7d592e0b6af8c7ecc4d4344</id>
<content type='text'>
* Remove Setup.config
* Always define WITH_THREAD for compatibility.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Remove Setup.config
* Always define WITH_THREAD for compatibility.

</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-30616: Functional API of enum allows to create empty enums. (#2304)</title>
<updated>2017-06-21T16:52:32+00:00</updated>
<author>
<name>Dong-hee Na</name>
<email>donghee.na92@gmail.com</email>
</author>
<published>2017-06-21T16:52:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=dcc8ce44c74492670e6bfbde588a2acbf8f365e0'/>
<id>dcc8ce44c74492670e6bfbde588a2acbf8f365e0</id>
<content type='text'>
* bpo-30616: Functional API of enum allows to create empty enums.

* Update NEWS

move addition to avoid conflict
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* bpo-30616: Functional API of enum allows to create empty enums.

* Update NEWS

move addition to avoid conflict
</pre>
</div>
</content>
</entry>
<entry>
<title>issue29167: fix race condition in (Int)Flag</title>
<updated>2017-01-24T20:13:34+00:00</updated>
<author>
<name>Ethan Furman</name>
<email>ethan@stoneleaf.us</email>
</author>
<published>2017-01-24T20:13:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=0105606f5531d9a22e672d3d2a72df2c5c447be8'/>
<id>0105606f5531d9a22e672d3d2a72df2c5c447be8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>closes issue29167: fix race condition in (Int)Flag</title>
<updated>2017-01-24T20:12:06+00:00</updated>
<author>
<name>Ethan Furman</name>
<email>ethan@stoneleaf.us</email>
</author>
<published>2017-01-24T20:12:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=28cf663ff0af3ddac9a7dbe5e53e57763c532360'/>
<id>28cf663ff0af3ddac9a7dbe5e53e57763c532360</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #29338: Fix test_enum.</title>
<updated>2017-01-24T07:06:22+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2017-01-24T07:06:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=90f6332382d616ce5a3329c1176ffa1cff27ea7e'/>
<id>90f6332382d616ce5a3329c1176ffa1cff27ea7e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>close issue28172: Change all example enum member names to uppercase, per Guido; patch by Chris Angelico.</title>
<updated>2016-11-21T17:22:05+00:00</updated>
<author>
<name>Ethan Furman</name>
<email>ethan@stoneleaf.us</email>
</author>
<published>2016-11-21T17:22:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=23bb6f48ea30e805b558a4e03849c362029ca7c4'/>
<id>23bb6f48ea30e805b558a4e03849c362029ca7c4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
