- 21 Şub, 2012 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 20 Şub, 2012 39 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Antoine Pitrou yazdı
-
Georg Brandl yazdı
Fix obscure failures of datetime-related tests due to the datetime tests failing to restore the system state completely after testing the pure-Python versions.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Antoine Pitrou yazdı
(regression)
-
Georg Brandl yazdı
Remove setting hash seed to regrtest's random seed and re-execv()ing: this doesn't preserve Python flags and fails from a temp directory.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
Remove setting hash seed to regrtest's random seed and re-execv()ing: this doesn't preserve Python flags and fails from a temp directory.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
Fix "sys.path modified" warning in test_strlit, by not replacing sys.path itself, only its contents.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) 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.
-
Benjamin Peterson yazdı
-
Benjamin Peterson 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.
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
This will improve import performance a bit (especially under importlib).
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Antoine Pitrou yazdı
Patch by Catalin Iacob.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-