- 16 Agu, 2013 12 kayıt (commit)
-
-
Antoine Pitrou yazdı
For some reason I forgot to do it before committing the patch in issue #18585.
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
Issue #18756: Improve error reporting in os.urandom() when the failure is due to something else than /dev/urandom not existing.
-
Antoine Pitrou yazdı
Issue #18756: Improve error reporting in os.urandom() when the failure is due to something else than /dev/urandom not existing.
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Antoine Pitrou yazdı
Patch by Catherine Devlin.
-
Antoine Pitrou yazdı
Patch by Catherine Devlin.
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
3.11 or newer. It's only defined on system with 3.11 uapi headers, too.
-
- 15 Agu, 2013 12 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
and paired splits and joins that do nothing when output_sep is its default \n. *It in unused in that the class in only instantiated once, with the default. Make a few other changes in .fetch and its test.
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Antoine Pitrou yazdı
-
Christian Heimes yazdı
as promised by hashlib's documentation.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Raymond Hettinger yazdı
-
Eric Snow yazdı
-
Eric Snow yazdı
-
Eric Snow yazdı
-
- 14 Agu, 2013 5 kayıt (commit)
-
-
David Wolever yazdı
-
David Wolever yazdı
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
Remove an unused early-out test from the critical path for dict and set lookups. When the strings already have matching lengths, kinds, and hashes, there is no additional information gained by checking the first characters (the probability of a mismatch is already known to be less than 1 in 2**64).
-
- 13 Agu, 2013 11 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
prefix from two attributes and two methods of History class.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
instead of 6, to reduce the risk of filename collision. The entropy was reduced when uppercase letters were removed from the charset used to generate random characters.
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ned Deily yazdı
-
Ned Deily yazdı
-