<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Lib/enum.py, branch alex-patch-1</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-34443: Use __qualname__ instead of __name__ in enum exception messages. (GH-14809)</title>
<updated>2019-07-18T18:37:13+00:00</updated>
<author>
<name>Walter Dörwald</name>
<email>walter@livinglogic.de</email>
</author>
<published>2019-07-18T18:37:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=323842c2792a81e87917790506ec3457832c84b3'/>
<id>323842c2792a81e87917790506ec3457832c84b3</id>
<content type='text'>
* Use __qualname__ instead of __name__ in enum exception messages.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Use __qualname__ instead of __name__ in enum exception messages.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-37479: on Enum subclasses with mixins, __format__ uses overridden __str__ (GH-14545)</title>
<updated>2019-07-04T18:28:37+00:00</updated>
<author>
<name>thatneat</name>
<email>thatneat@users.noreply.github.com</email>
</author>
<published>2019-07-04T18:28:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=2f19e82fbe98ce86bcd98a176328af2808b678e8'/>
<id>2f19e82fbe98ce86bcd98a176328af2808b678e8</id>
<content type='text'>
* bpo-37479: on Enum subclasses with mixins, __format__ uses overridden __str__</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* bpo-37479: on Enum subclasses with mixins, __format__ uses overridden __str__</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-34282: Remove deprecated enum _convert method (GH-13823)</title>
<updated>2019-06-04T21:03:10+00:00</updated>
<author>
<name>Zachary Ware</name>
<email>zach@python.org</email>
</author>
<published>2019-06-04T21:03:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=19a1e1eb86115db66c1faae5927f87e3a12692fc'/>
<id>19a1e1eb86115db66c1faae5927f87e3a12692fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-35899: Fix Enum handling of empty and weird strings (GH-11891)</title>
<updated>2019-03-03T22:09:11+00:00</updated>
<author>
<name>Brennan D Baraban</name>
<email>34765317+bdbaraban@users.noreply.github.com</email>
</author>
<published>2019-03-03T22:09:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=8b914d2767acba3a9e78f1dacdc2d61dbfd7e304'/>
<id>8b914d2767acba3a9e78f1dacdc2d61dbfd7e304</id>
<content type='text'>
Co-authored-by: Maxwell &lt;maxwellpxt@gmail.com&gt;
Co-authored-by: Stéphane Wirtel &lt;stephane@wirtel.be&gt;





https://bugs.python.org/issue35899</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Maxwell &lt;maxwellpxt@gmail.com&gt;
Co-authored-by: Stéphane Wirtel &lt;stephane@wirtel.be&gt;





https://bugs.python.org/issue35899</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-35717: Fix KeyError exception raised when using enums and compile (GH-11523)</title>
<updated>2019-01-24T19:43:13+00:00</updated>
<author>
<name>Rémi Lapeyre</name>
<email>remi.lapeyre@henki.fr</email>
</author>
<published>2019-01-24T19:43:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=1fd06f1eca80dcbf3a916133919482a8327f3da4'/>
<id>1fd06f1eca80dcbf3a916133919482a8327f3da4</id>
<content type='text'>
https://bugs.python.org/issue17467</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://bugs.python.org/issue17467</pre>
</div>
</content>
</entry>
<entry>
<title>Speed-up building enums by value, e.g. http.HTTPStatus(200) (#11318)</title>
<updated>2018-12-26T18:45:33+00:00</updated>
<author>
<name>Andrew Svetlov</name>
<email>andrew.svetlov@gmail.com</email>
</author>
<published>2018-12-26T18:45:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=34ae04f74dcf4ac97d07c3e82eaf8f619d80cedb'/>
<id>34ae04f74dcf4ac97d07c3e82eaf8f619d80cedb</id>
<content type='text'>
bpo-35585: Speed up enum by-value lookup</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
bpo-35585: Speed up enum by-value lookup</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-34909: keep searching mixins until base class is found (GH-9737)</title>
<updated>2018-10-06T06:29:36+00:00</updated>
<author>
<name>Ethan Furman</name>
<email>ethan@stoneleaf.us</email>
</author>
<published>2018-10-06T06:29:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=cd45385ffad8910293e5659cfe7ab036e70613b7'/>
<id>cd45385ffad8910293e5659cfe7ab036e70613b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-29577: Enum: mixin classes don't mix well with already mixed Enums (GH-9328)</title>
<updated>2018-09-22T02:03:09+00:00</updated>
<author>
<name>Ethan Furman</name>
<email>ethan@stoneleaf.us</email>
</author>
<published>2018-09-22T02:03:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=5bdab641da0afd8aa581dfbde4f82d88d337c4b5'/>
<id>5bdab641da0afd8aa581dfbde4f82d88d337c4b5</id>
<content type='text'>
* bpo-29577: allow multiple mixin classes</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* bpo-29577: allow multiple mixin classes</pre>
</div>
</content>
</entry>
<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>
</feed>
