53120 Commits (190f33cd2b684bc4ffc56e893a1fa8a8f33f1ca3)
 

Author SHA1 Message Date
Brett Cannon 190f33cd2b Allow for the specification of a file to dump importlib benchmark 15 years ago
Antoine Pitrou f3b2d88b67 Issue #8828: Add new function os.replace(), for cross-platform renaming with overwriting. 15 years ago
Brett Cannon 8a8945085f Issue #13890: Also fix for extension module tests for case-insensitivity. 15 years ago
Brett Cannon 01ad3251ae Issue #13890: Fix importlib case-sensitivity tests to not run on Windows. 15 years ago
Benjamin Peterson 2372bb0722 merge 3.2 (closes #13908) 15 years ago
Benjamin Peterson 2652d2570e ready types returned from PyType_FromSpec 15 years ago
Benjamin Peterson e28108cbd7 adjust declaration 15 years ago
Victor Stinner 2d6251c7f7 Issue #13847: Fix test_time, time.gmtime() doesn't use localtime() 15 years ago
Victor Stinner a2477208c8 Issue #13874: read_null() of faulthandler uses volatile to avoid optimisation 15 years ago
Antoine Pitrou 7ab4af0427 Issue #13848: open() and the FileIO constructor now check for NUL characters in the file name. 15 years ago
Antoine Pitrou 1334884ff2 Issue #13848: open() and the FileIO constructor now check for NUL characters in the file name. 15 years ago
Charles-François Natali cdc878e562 Issue #6774: Back out c8b77efe8b56, which only brings confusion. 15 years ago
Georg Brandl 9e312dabdb merge with 3.2 15 years ago
Georg Brandl c875d2032b Fix #13900: resolve self-referential description of a parameter. 15 years ago
Benjamin Peterson df13b5fae1 merge 3.2 15 years ago
Benjamin Peterson 3cd4607176 remove tests from really old regex module 15 years ago
Antoine Pitrou 04d9dd06aa Issue #13806: The size check in audioop decompression functions was too strict and could reject valid compressed data. 15 years ago
Antoine Pitrou 75ff65ef96 Issue #13806: The size check in audioop decompression functions was too strict and could reject valid compressed data. 15 years ago
Antoine Pitrou ce816a5111 Issue #13895: fix test_ssl hanging under Ubuntu 15 years ago
Antoine Pitrou eba63c4203 Issue #13895: fix test_ssl hanging under Ubuntu 15 years ago
Nadeem Vawda d770fe45a0 Fix typo in comment. 15 years ago
Charles-François Natali 9ab91c60b2 Issue #13894: Skip test_threading.CRLockTests if _CRLock isn't available. Patch 15 years ago
Charles-François Natali 6b671b2591 Issue #13894: Skip test_threading.CRLockTests if _CRLock isn't available. Patch 15 years ago
Mark Dickinson 963816defc Merge 3.2 -> default (issue 13889) 15 years ago
Mark Dickinson 261896b559 Issue #13889: Add missing _Py_SET_53BIT_PRECISION_* calls around uses of dtoa.c functions in float round. 15 years ago
Antoine Pitrou 6636887104 Fix intermittent test_ssl failure. 15 years ago
Antoine Pitrou eced82ecbf Fix intermittent test_ssl failure. 15 years ago
Benjamin Peterson bc9f1b5a14 merge heads (#13887) 15 years ago
Benjamin Peterson 871b9d169d note that get() is not affected by default_factory (closes #13887) 15 years ago
Antoine Pitrou b46d4b770d Fix error handling in examples of C API use. 15 years ago
Antoine Pitrou 04707c032e Fix error handling in examples of C API use. 15 years ago
Antoine Pitrou 2d843d2520 Issue #13812: When a multiprocessing Process child raises an exception, flush stderr after printing the exception traceback. 15 years ago
Antoine Pitrou 84a0fbf6b0 Issue #13812: When a multiprocessing Process child raises an exception, flush stderr after printing the exception traceback. 15 years ago
Antoine Pitrou e10ae8871a Clarify that ssl.OP_ALL can be different from OpenSSL's SSL_OP_ALL. 15 years ago
Antoine Pitrou 9f6b02ecde Clarify that ssl.OP_ALL can be different from OpenSSL's SSL_OP_ALL. 15 years ago
Antoine Pitrou 9e2e5329dc Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV attack countermeasure. 15 years ago
Antoine Pitrou 3f366314e8 Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV attack countermeasure. 15 years ago
Antoine Pitrou f2bf8a6ac5 Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV attack countermeasure. 15 years ago
Brett Cannon c9f71481d4 Merge 15 years ago
Brett Cannon 51d14f8e56 Relocate importlib._case_ok to importlib._bootstrap. 15 years ago
Victor Stinner 53d3645f95 Issue #13847: Make test_localtime_failure() more robust 15 years ago
Victor Stinner 2cbae98ea4 Issue #13847: Fix test_mktime(), time.localtime() now raises OSError 15 years ago
Victor Stinner 85fdfa85e1 Issue #13847: time.clock() now raises a RuntimeError if the processor time used 15 years ago
Brett Cannon 722db7bdba merge 15 years ago
Brett Cannon e9cd900585 Merge 15 years ago
Brett Cannon fc70cbcb9a Issue #13883: PYTHONCASEOK also works with OS X. 15 years ago
Brett Cannon 1740afded1 Issue #13883: Document all platforms PYTHONCASEOK works on. 15 years ago
Victor Stinner c1b5d34ede Issue #13847: time.localtime() and time.gmtime() now raise an OSError instead 15 years ago
Meador Inge c9e7ef7d70 - Issue #13840: Fix ctypes.create_string_buffer exception message and docs. 15 years ago
Meador Inge 65992c1c01 - Issue #13840: Fix ctypes.create_string_buffer exception message and docs. 15 years ago