index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Python
/
random.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #22585: os.urandom() now releases the GIL when the getentropy() is used
Victor Stinner
2015-03-30
1
-6/+14
*
Issue #22585: On OpenBSD 5.6 and newer, os.urandom() now calls getentropy(),
Victor Stinner
2014-12-21
1
-7/+41
*
Removed duplicated words in in comments and docs.
Serhiy Storchaka
2014-12-01
1
-1/+1
*
Issue #21207: Detect when the os.urandom cached fd has been closed or replace...
Antoine Pitrou
2014-04-26
1
-10/+39
*
Issue #16136: Remove VMS support and VMS-related code
Christian Heimes
2013-12-21
1
-33/+4
*
ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'.
Christian Heimes
2013-11-20
1
-6/+7
*
Fix compiler warning in win32_urandom(): explicit cast to DWORD in
Victor Stinner
2013-11-15
1
-1/+1
*
merge with 3.3
Georg Brandl
2013-10-06
1
-2/+3
|
\
|
*
Closes #15213: update comment for _PyOS_URandom
Georg Brandl
2013-10-06
1
-2/+3
*
|
Issue #18756: os.urandom() now uses a lazily-opened persistent file descripto...
Antoine Pitrou
2013-08-30
1
-13/+42
*
|
Issue #18571: Implementation of the PEP 446: file descriptors and file handles
Victor Stinner
2013-08-27
1
-2/+2
*
|
Issue #18756: Improve error reporting in os.urandom() when the failure is due...
Antoine Pitrou
2013-08-16
1
-2/+6
|
\
\
|
|
/
|
*
Issue #18756: Improve error reporting in os.urandom() when the failure is due...
Antoine Pitrou
2013-08-16
1
-2/+6
*
|
Drop support for Windows 2000; allow any XP API (but not Vista+).
Martin v. Löwis
2013-01-25
1
-30/+3
|
/
*
Issue #15340: Fix importing the random module when /dev/urandom cannot be ope...
Antoine Pitrou
2012-09-07
1
-1/+2
*
enable hash randomization by default
Benjamin Peterson
2012-02-21
1
-11/+0
*
ensure no one tries to hash things before the random seed is found
Benjamin Peterson
2012-02-21
1
-4/+8
*
Fix typo in conditional.
Georg Brandl
2012-02-20
1
-1/+1
*
Issue #13703: add a way to randomize the hash values of basic types (str, byt...
Georg Brandl
2012-02-20
1
-0/+302