<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython.git/Python, branch 3.5</title>
<subtitle>
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cpython.git/'/>
<entry>
<title>Issue #26729: Fixed __text_signature__ for sorted().</title>
<updated>2017-01-23T10:29:47+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2017-01-23T10:29:47+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cpython.git/commit/?id=33a6e5e5b5f5b6f6e08b83e2a1136c9b4285d5cc'/>
<id>33a6e5e5b5f5b6f6e08b83e2a1136c9b4285d5cc</id>
<content type='text'>
Patch by Erik Welch.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch by Erik Welch.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #29157: Prefer getrandom() over getentropy()</title>
<updated>2017-01-09T10:18:53+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2017-01-09T10:18:53+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cpython.git/commit/?id=dbd640dde40fb5e2cc5ef4f544b9d0bc0190c256'/>
<id>dbd640dde40fb5e2cc5ef4f544b9d0bc0190c256</id>
<content type='text'>
Copy and then adapt Python/random.c from default branch. Difference between 3.5
and default branches:

* Python 3.5 only uses getrandom() in non-blocking mode: flags=GRND_NONBLOCK
* If getrandom() fails with EAGAIN: py_getrandom() immediately fails and
  remembers that getrandom() doesn't work.
* Python 3.5 has no _PyOS_URandomNonblock() function: _PyOS_URandom()
  works in non-blocking mode on Python 3.5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Copy and then adapt Python/random.c from default branch. Difference between 3.5
and default branches:

* Python 3.5 only uses getrandom() in non-blocking mode: flags=GRND_NONBLOCK
* If getrandom() fails with EAGAIN: py_getrandom() immediately fails and
  remembers that getrandom() doesn't work.
* Python 3.5 has no _PyOS_URandomNonblock() function: _PyOS_URandom()
  works in non-blocking mode on Python 3.5
</pre>
</div>
</content>
</entry>
<entry>
<title>only include sys/random.h if it seems like it might have something useful (#29057)</title>
<updated>2017-01-02T04:29:36+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2017-01-02T04:29:36+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cpython.git/commit/?id=b5d7e3e992080cb3c7db6f18de7ea17e60036fcf'/>
<id>b5d7e3e992080cb3c7db6f18de7ea17e60036fcf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>merge 3.4</title>
<updated>2017-01-02T04:08:33+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2017-01-02T04:08:33+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cpython.git/commit/?id=8914cccfd743b63b8a7182db637fab921b57cc96'/>
<id>8914cccfd743b63b8a7182db637fab921b57cc96</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>merge 3.3</title>
<updated>2017-01-02T04:07:37+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2017-01-02T04:07:37+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cpython.git/commit/?id=e4019f090e7bba87680bf04fd79e330e6a79458d'/>
<id>e4019f090e7bba87680bf04fd79e330e6a79458d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ring in 2017 for Python</title>
<updated>2017-01-02T04:04:13+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2017-01-02T04:04:13+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cpython.git/commit/?id=18ab7c3b1c908d3072c842a54f7250314f43c951'/>
<id>18ab7c3b1c908d3072c842a54f7250314f43c951</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add a specific configure check for sys/random.h (closes #28932)</title>
<updated>2016-12-20T07:54:25+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2016-12-20T07:54:25+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cpython.git/commit/?id=072ceda0f99b24fd62ab973b5c3ee72810a8806e'/>
<id>072ceda0f99b24fd62ab973b5c3ee72810a8806e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #25677: Correct syntax error caret for indented blocks.</title>
<updated>2016-12-11T00:18:36+00:00</updated>
<author>
<name>Martin Panter</name>
<email>vadmium+py@gmail.com</email>
</author>
<published>2016-12-11T00:18:36+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cpython.git/commit/?id=94043dc6b155345f7e39a8658a17bed3b5d61d7d'/>
<id>94043dc6b155345f7e39a8658a17bed3b5d61d7d</id>
<content type='text'>
Based on patch by Michael Layzell.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Based on patch by Michael Layzell.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #28512: Fixed setting the offset attribute of SyntaxError by</title>
<updated>2016-12-11T12:39:01+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2016-12-11T12:39:01+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cpython.git/commit/?id=d0b6fb7b0d6470bbda59e2d939ab8c9f6e77deea'/>
<id>d0b6fb7b0d6470bbda59e2d939ab8c9f6e77deea</id>
<content type='text'>
PyErr_SyntaxLocationEx() and PyErr_SyntaxLocationObject().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PyErr_SyntaxLocationEx() and PyErr_SyntaxLocationObject().
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #28715: Added error checks for PyUnicode_AsUTF8().</title>
<updated>2016-11-20T06:47:21+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2016-11-20T06:47:21+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cpython.git/commit/?id=b4855ddb5ebfbc737cf9ac20197271250a73625b'/>
<id>b4855ddb5ebfbc737cf9ac20197271250a73625b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
