- 07 Tem, 2016 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 07 Haz, 2016 1 kayıt (commit)
-
-
Victor Stinner yazdı
Issue #26839: On Linux, os.urandom() now calls getrandom() with GRND_NONBLOCK to fall back on reading /dev/urandom if the urandom entropy pool is not initialized yet. Patch written by Colm Buckley.
-
- 04 May, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
not via macros (in particular on Android). Patch by Chi Hsuan Yen.
-
- 25 Nis, 2016 1 kayıt (commit)
-
-
Stefan Krah yazdı
If they aren't present, set them to an empty string.
-
- 03 Nis, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
-
- 18 Mar, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
-
- 01 Eki, 2015 1 kayıt (commit)
-
-
Victor Stinner yazdı
function instead of the getentropy() function. The getentropy() function is blocking to generate very good quality entropy, os.urandom() doesn't need such high-quality entropy.
-
- 18 Eyl, 2015 1 kayıt (commit)
-
-
Victor Stinner yazdı
function instead of the getentropy() function. The getentropy() function is blocking to generate very good quality entropy, os.urandom() doesn't need such high-quality entropy.
-
- 13 Nis, 2015 1 kayıt (commit)
-
-
Larry Hastings yazdı
Patch courtesy of Joe Jevnik.
-
- 19 Mar, 2015 1 kayıt (commit)
-
-
Victor Stinner yazdı
and stored in pyconfig.h as the new HAVE_GETRANDOM_SYSCALL define. Fix os.urandom() tests using file descriptors if os.urandom() uses getrandom().
-
- 08 Mar, 2015 1 kayıt (commit)
-
-
Victor Stinner yazdı
the dirent structure (ex: OpenIndiana).
-
- 14 Ock, 2015 1 kayıt (commit)
-
-
Victor Stinner yazdı
"_Atomic void*" types work. Change needed on FreeBSD 10 where stdatomic.h is available but the compiler fails on "_Atomic void*" with "_Atomic cannot be applied to incomplete type 'void'".
-
- 09 Ock, 2015 1 kayıt (commit)
-
-
Victor Stinner yazdı
atomic memory access if available. Patch written by Vitor de Lima and Gustavo Temple.
-
- 06 Ock, 2015 1 kayıt (commit)
-
-
Victor Stinner yazdı
availability of the function is checked during the compilation. Patch written by Bernard Spil.
-
- 21 Ara, 2014 2 kayıt (commit)
-
-
Victor Stinner yazdı
instead of reading /dev/urandom, to get pseudo-random bytes.
-
Victor Stinner yazdı
instead of reading /dev/urandom, to get pseudo-random bytes.
-
- 28 Kas, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
availability of the function is checked during the compilation. Patch written by Bernard Spil.
-
- 26 Kas, 2014 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 17 Nis, 2014 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
Patch from Andreas Schwab.
-
- 07 Ara, 2013 1 kayıt (commit)
-
-
Christian Heimes yazdı
for mbrtowc().
-
- 20 Kas, 2013 1 kayıt (commit)
-
-
Christian Heimes yazdı
Python now uses SipHash24 on all major platforms.
-
- 22 Eki, 2013 1 kayıt (commit)
-
-
Christian Heimes yazdı
prlimit() is a Linux specific command that combines setrlimit, getrlimit and can set the limit of other processes.
-
- 27 Agu, 2013 1 kayıt (commit)
-
-
Victor Stinner yazdı
are now created non-inheritable; add functions os.get/set_inheritable(), os.get/set_handle_inheritable() and socket.socket.get/set_inheritable().
-
- 24 Agu, 2013 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
Do we need a fallback implementation of getcwd() from 1991 that claims to support "really old Unix systems"? I don't think so.
-
- 21 Agu, 2013 1 kayıt (commit)
-
-
Christian Heimes yazdı
A pthread_atfork() child handler is used to seeded the PRNG with pid, time and some stack data.
-
- 18 Haz, 2013 1 kayıt (commit)
-
-
Christian Heimes yazdı
-
- 13 May, 2013 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 11 May, 2013 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 08 Nis, 2013 1 kayıt (commit)
-
-
Victor Stinner yazdı
wmemcmp() is twice faster than a dummy loop (342 usec vs 744 usec) on Fedora 18/x86_64, GCC 4.7.2.
-
- 21 Mar, 2013 1 kayıt (commit)
-
-
doko@ubuntu.com yazdı
two makefile macros SHLIB_SUFFIX and EXT_SUFFIX. SO now has the value of SHLIB_SUFFIX again (as in 2.x and 3.1). The SO macro is removed in 3.4.
-
- 05 Şub, 2013 1 kayıt (commit)
-
-
Charles-François Natali yazdı
Thorne.
-
- 31 Ock, 2013 1 kayıt (commit)
-
-
doko@python.org yazdı
the package.
-
- 02 Ara, 2012 3 kayıt (commit)
-
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
- 30 Haz, 2012 1 kayıt (commit)
-
-
doko@ubuntu.com yazdı
require values set in CONFIG_SITE.
-
- 21 Mar, 2012 1 kayıt (commit)
-
-
Stefan Krah yazdı
up the decimal module. Performance gains of the new C implementation are between 12x and 80x, depending on the application.
-
- 14 Mar, 2012 2 kayıt (commit)
-
-
Matthias Klose yazdı
- change references from configure.in to configure.ac
-
Matthias Klose yazdı
- change references from configure.in to configure.ac
-
- 08 Şub, 2012 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
os.get_terminal_size (low level) and shutil.get_terminal_size (high level). Patch by Zbigniew Jędrzejewski-Szmek.
-