<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Modules/_decimal, 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>Fix some warnings produced by different compilers. (#5593)</title>
<updated>2018-02-09T15:31:26+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2018-02-09T15:31:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=bfe4fd5f2e96e72eecb5b8a0c7df0ac1689f3b7e'/>
<id>bfe4fd5f2e96e72eecb5b8a0c7df0ac1689f3b7e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-25988: Emit a warning when use or import ABCs from 'collections'. (#5460)</title>
<updated>2018-01-31T17:19:33+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2018-01-31T17:19:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=c66f9f8d3909f588c251957d499599a1680e2320'/>
<id>c66f9f8d3909f588c251957d499599a1680e2320</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-32630: Use contextvars in decimal (GH-5278)</title>
<updated>2018-01-27T18:46:46+00:00</updated>
<author>
<name>Yury Selivanov</name>
<email>yury@magic.io</email>
</author>
<published>2018-01-27T18:46:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=f13f12d8daa587b5fcc66fe3ed1090a5dadab289'/>
<id>f13f12d8daa587b5fcc66fe3ed1090a5dadab289</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-31406: Fix crash due to lack of type checking in subclassing. (#3477)</title>
<updated>2017-09-10T16:08:04+00:00</updated>
<author>
<name>Stefan Krah</name>
<email>skrah@bytereef.org</email>
</author>
<published>2017-09-10T16:08:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=3cedf46cdbeefc019f4a672c1104f3d5e94712bd'/>
<id>3cedf46cdbeefc019f4a672c1104f3d5e94712bd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-31403: Remove WITHOUT_THREADS from _decimal. (#3474)</title>
<updated>2017-09-09T17:26:22+00:00</updated>
<author>
<name>Stefan Krah</name>
<email>skrah@bytereef.org</email>
</author>
<published>2017-09-09T17:26:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=c0c29dff7940b7e7ecc1dd051080c5d5f9e42ba8'/>
<id>c0c29dff7940b7e7ecc1dd051080c5d5f9e42ba8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-30923: Disable warning that has been part of -Wextra since gcc-7.0. (#3142)</title>
<updated>2017-08-18T19:39:32+00:00</updated>
<author>
<name>Stefan Krah</name>
<email>skrah@bytereef.org</email>
</author>
<published>2017-08-18T19:39:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=d73a960c575207539c3f9765cff26d4fff400b45'/>
<id>d73a960c575207539c3f9765cff26d4fff400b45</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>Correct typo (#976)</title>
<updated>2017-04-03T16:16:14+00:00</updated>
<author>
<name>Angus Hollands</name>
<email>goosey15@gmail.com</email>
</author>
<published>2017-04-03T16:16:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=8614b59910c0b3529891be164aee581eb729f1b3'/>
<id>8614b59910c0b3529891be164aee581eb729f1b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-29919: Remove unused imports found by pyflakes (#137)</title>
<updated>2017-03-27T14:05:26+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2017-03-27T14:05:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=d6debb24e06152a827769b0cac24c47deccdeac1'/>
<id>d6debb24e06152a827769b0cac24c47deccdeac1</id>
<content type='text'>
Make also minor PEP8 coding style fixes on modified imports.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make also minor PEP8 coding style fixes on modified imports.</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #28769: The result of PyUnicode_AsUTF8AndSize() and PyUnicode_AsUTF8()</title>
<updated>2017-01-22T21:07:07+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2017-01-22T21:07:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=2a404b63d48d73bbaa007d89efb7a01048475acd'/>
<id>2a404b63d48d73bbaa007d89efb7a01048475acd</id>
<content type='text'>
is now of type "const char *" rather of "char *".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
is now of type "const char *" rather of "char *".
</pre>
</div>
</content>
</entry>
</feed>
