- 11 May, 2014 9 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
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 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Raymond Hettinger authored
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 authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Eli Bendersky authored
This unit test runs only for source builds of Python, similarly to test_tools.
-
Eli Bendersky authored
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 13 commits
-
-
Brett Cannon authored
module.
-
Brett Cannon authored
-
Tim Golden authored
-
Tim Golden authored
-
Tim Golden authored
-
Tim Golden authored
Issue10752 Be more robust when finding a PERL interpreter to build OpenSSL. Initial patch by Gabi Davar
-
Tim Golden authored
Issue10752 Be more robust when finding a PERL interpreter to build OpenSSL. Initial patch by Gabi Davar
-
Brett Cannon authored
staticmethod.
-
Brett Cannon authored
-
Brett Cannon authored
load_module().
-
Brett Cannon authored
-
Brett Cannon authored
alternatives.
-
Zachary Ware authored
instead relying on OpenSSL source being configured and ready to build. The ``PCbuild\build_ssl.py`` script has been re-written and re-named to ``PCbuild\prepare_ssl.py``, and takes care of configuring OpenSSL source for both 32 and 64 bit platforms. OpenSSL sources obtained from svn.python.org will always be pre-configured and ready to build.
-
- 08 May, 2014 8 commits
-
-
Tim Peters authored
Issue #21435: Segfault in gc with cyclic trash Changed the iteration logic in finalize_garbage() to tolerate objects vanishing from the list as a side effect of executing a finalizer.
-
Tim Peters authored
Changed the iteration logic in finalize_garbage() to tolerate objects vanishing from the list as a side effect of executing a finalizer.
-
Antoine Pitrou authored
Issue #21396: Fix TextIOWrapper(..., write_through=True) to not force a flush() on the underlying binary stream. Patch by akira.
-
Antoine Pitrou authored
Issue #21396: Fix TextIOWrapper(..., write_through=True) to not force a flush() on the underlying binary stream. Patch by akira.
-
Charles-François Natali authored
-
R David Murray authored
-
R David Murray authored
-
Kristján Valur Jónsson authored
-