<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Python/random.c, branch v3.5.0a2</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>Issue #23152: Implement _Py_fstat() to support files larger than 2 GB on Windows.</title>
<updated>2015-02-21T16:44:05+00:00</updated>
<author>
<name>Steve Dower</name>
<email>steve.dower@microsoft.com</email>
</author>
<published>2015-02-21T16:44:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=f2f373f5931be48efc3f6fa2c2faa1cca79dce75'/>
<id>f2f373f5931be48efc3f6fa2c2faa1cca79dce75</id>
<content type='text'>
fstat() may fail with EOVERFLOW on files larger than 2 GB because the file size type is an signed 32-bit integer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fstat() may fail with EOVERFLOW on files larger than 2 GB because the file size type is an signed 32-bit integer.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #22585: On OpenBSD 5.6 and newer, os.urandom() now calls getentropy(),</title>
<updated>2014-12-21T00:16:38+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2014-12-21T00:16:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=4d6a3d6c01abc468ec85395c58f1a36f6f16560e'/>
<id>4d6a3d6c01abc468ec85395c58f1a36f6f16560e</id>
<content type='text'>
instead of reading /dev/urandom, to get pseudo-random bytes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
instead of reading /dev/urandom, to get pseudo-random bytes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed duplicated words in in comments and docs.</title>
<updated>2014-12-01T16:30:14+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2014-12-01T16:30:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=83000a490a36f4c3c579151ff09eeb4875d0d4cd'/>
<id>83000a490a36f4c3c579151ff09eeb4875d0d4cd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed duplicated words in in comments and docs.</title>
<updated>2014-12-01T16:28:43+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2014-12-01T16:28:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=56a6d855e2b93b0eb39a3b291ef43b2d03c5e986'/>
<id>56a6d855e2b93b0eb39a3b291ef43b2d03c5e986</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue21393 Use CryptReleaseContext to release Crypt handle on Windows</title>
<updated>2014-05-06T12:29:45+00:00</updated>
<author>
<name>Tim Golden</name>
<email>mail@timgolden.me.uk</email>
</author>
<published>2014-05-06T12:29:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b8ac3e1a205c79a37dbb7365a87b498e194eebdd'/>
<id>b8ac3e1a205c79a37dbb7365a87b498e194eebdd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #21393: random.c: on Windows, close the hCryptProv handle at exit</title>
<updated>2014-05-02T20:06:44+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2014-05-02T20:06:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=d50c3f3f3af54f3be46d26d53a1c10b7c15a7b2d'/>
<id>d50c3f3f3af54f3be46d26d53a1c10b7c15a7b2d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #21207: Detect when the os.urandom cached fd has been closed or replaced, and open it anew.</title>
<updated>2014-04-26T12:33:03+00:00</updated>
<author>
<name>Antoine Pitrou</name>
<email>solipsis@pitrou.net</email>
</author>
<published>2014-04-26T12:33:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=e472aeafc3ce2c295fed8aee1ccdad1dcaaf634e'/>
<id>e472aeafc3ce2c295fed8aee1ccdad1dcaaf634e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #16136: Remove VMS support and VMS-related code</title>
<updated>2013-12-21T15:19:10+00:00</updated>
<author>
<name>Christian Heimes</name>
<email>christian@cheimes.de</email>
</author>
<published>2013-12-21T15:19:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=af01f668173d4061893148b54a0f01b91c7716c2'/>
<id>af01f668173d4061893148b54a0f01b91c7716c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'.</title>
<updated>2013-11-20T10:46:18+00:00</updated>
<author>
<name>Christian Heimes</name>
<email>christian@cheimes.de</email>
</author>
<published>2013-11-20T10:46:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=985ecdcfc29adfc36ce2339acf03f819ad414869'/>
<id>985ecdcfc29adfc36ce2339acf03f819ad414869</id>
<content type='text'>
Python now uses SipHash24 on all major platforms.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Python now uses SipHash24 on all major platforms.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix compiler warning in win32_urandom(): explicit cast to DWORD in</title>
<updated>2013-11-15T22:26:25+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2013-11-15T22:26:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=0c083461a576bf27fdb18d3cf744d3ae0b920dbd'/>
<id>0c083461a576bf27fdb18d3cf744d3ae0b920dbd</id>
<content type='text'>
CryptGenRandom()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CryptGenRandom()
</pre>
</div>
</content>
</entry>
</feed>
