- 11 May, 2014 22 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Gregory P. Smith yazdı
s/Unix/POSIX/.
-
Gregory P. Smith yazdı
more accurate and sounds less like a strange tale of yore.
-
Gregory P. Smith yazdı
a Security Considerations section as preferred by both the devguide and documentation users who do not wish to go insane.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
Consolidates the logic for nlargest() into a single function so that decoration tuples (elem,order) or (key, order, elem) only need to be formed when a new element is added to the heap. Formerly, a tuple was created for every element regardless of whether it was added to the heap. The change reduces the number of tuples created, the number of ordering integers created, and total number of tuple comparisons.
-
- 10 May, 2014 10 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Raymond Hettinger yazdı
The paragraph above already says, clearly and correctly, that "However, being completely deterministic, it is not suitable for all purposes, and is completely unsuitable for cryptographic purposes." Also we should make any promises about SystemRandom or os.urandom() being cryptographically secure (they may be, but be can't validate that promise). Further, those are actual random number generators not psuedo-random number generators.
-
Jason R. Coombs yazdı
-
Jason R. Coombs yazdı
-
Jason R. Coombs yazdı
-
Jason R. Coombs yazdı
-
Jason R. Coombs yazdı
-
Eli Bendersky yazdı
This unit test runs only for source builds of Python, similarly to test_tools.
-
Eli Bendersky yazdı
The new parser does not rely on Spark (which is now removed from our repo), uses modern 3.x idioms and is significantly smaller and simpler. It generates exactly the same AST files (.h and .c), so in practice no builds should be affected.
-
- 09 May, 2014 8 kayıt (commit)
-
-
Brett Cannon yazdı
module.
-
Brett Cannon yazdı
-
Tim Golden yazdı
-
Tim Golden yazdı
-
Tim Golden yazdı
-
Tim Golden yazdı
Issue10752 Be more robust when finding a PERL interpreter to build OpenSSL. Initial patch by Gabi Davar
-
Tim Golden yazdı
Issue10752 Be more robust when finding a PERL interpreter to build OpenSSL. Initial patch by Gabi Davar
-
Brett Cannon yazdı
staticmethod.
-