- 06 May, 2014 1 kayıt (commit)
-
-
Tim Golden yazdı
-
- 02 May, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 26 Nis, 2014 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 21 Ara, 2013 1 kayıt (commit)
-
-
Christian Heimes yazdı
-
- 20 Kas, 2013 1 kayıt (commit)
-
-
Christian Heimes yazdı
Python now uses SipHash24 on all major platforms.
-
- 15 Kas, 2013 1 kayıt (commit)
-
-
Victor Stinner yazdı
CryptGenRandom()
-
- 06 Eki, 2013 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 30 Agu, 2013 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Issue #18756: os.urandom() now uses a lazily-opened persistent file descriptor, so as to avoid using many file descriptors when run in parallel from multiple threads.
-
- 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().
-
- 16 Agu, 2013 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Issue #18756: Improve error reporting in os.urandom() when the failure is due to something else than /dev/urandom not existing.
-
- 25 Ock, 2013 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
Drop SDK version configuration for Tk compilation, to not bind it to W2k anymore. Binding it to XP would conflict with Tk's own binding of tkMenu to W2k.
-
- 07 Eyl, 2012 3 kayıt (commit)
-
-
Antoine Pitrou yazdı
This was a regression caused by the hash randomization patch.
-
Antoine Pitrou yazdı
This was a regression caused by the hash randomization patch.
-
Antoine Pitrou yazdı
This was a regression caused by the hash randomization patch.
-
- 21 Şub, 2012 4 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Barry Warsaw yazdı
environment variable, to provide an opt-in way to protect against denial of service attacks due to hash collisions within the dict and set types. Patch by David Malcolm, based on work by Victor Stinner.
-
- 20 Şub, 2012 3 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
in order to make algorithmic complexity attacks on (e.g.) web apps much more complicated. The environment variable PYTHONHASHSEED and the new command line flag -R control this behavior.
-