91452 Commits (47299fd39cf466adf9e33f26d91bf04ff6f70085)
 

Author SHA1 Message Date
Ned Deily 47299fd39c Issue #25924: Avoid unnecessary serialization of getaddrinfo(3) calls on OS X 10 years ago
Ned Deily 203ce927f5 Issue #26268: Update OS X 10.5+ installer build to use OpenSSL 1.0.2f. 10 years ago
Martin Panter 4177e7c38e Issue #26316: Fix variable name typo in Argument Clinic 10 years ago
Yury Selivanov 77c96813ab Issue #25887: Raise a RuntimeError when a coroutine is awaited more than once. 10 years ago
Vinay Sajip b2a2aa7664 Fixes #26348: Corrected typos in activate.fish script. 10 years ago
Serhiy Storchaka 06c45e6e9c Issue #25995: os.walk() no longer uses FDs proportional to the tree depth. 10 years ago
Serhiy Storchaka 94a619d48b Issue #26325: Added test.support.check_no_resource_warning() to check that 10 years ago
Guido van Rossum e93b06a0a3 Hopefully clarify the difference between Optional[t] and an optional argument. 10 years ago
Serhiy Storchaka 48a583b1d8 Issue #25698: Prevent possible replacing imported module with the empty one 10 years ago
Martin Panter c04fb56e36 Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar 10 years ago
Martin Panter 96a4f07107 Issues #26310, #26311: Fix typos in the documentation and code comments 10 years ago
Serhiy Storchaka 763f9f0d89 Issue #25983: Added tests for multi-argument type(). 10 years ago
Gregory P. Smith e27403b75f Clarify "cardinality of" as "number of elements in" as many readers do 10 years ago
Steve Dower 84d9fe3953 Updates build to use SHA256 hash when signing files. 10 years ago
Serhiy Storchaka 988b9bcd88 Issue #26117: The os.scandir() iterator now closes file descriptor not only 10 years ago
Serhiy Storchaka 5f6a0b4eb2 Issue #25911: Restored support of bytes paths in os.walk() on Windows. 10 years ago
Martin Panter 44391481d7 Issue #26045: Add UTF-8 suggestion to error in http.client 10 years ago
Serhiy Storchaka 0c0d537b24 Issue #26198: Make datetime error tests more lenient. 10 years ago
Serhiy Storchaka c4b813d05d Issue #26198: Fixed error messages for some argument parsing errors. 10 years ago
Martin Panter d5db14794b Issue #25179: Preparatory cleanup of existing docs on string formatting 10 years ago
Senthil Kumaran b6213c5664 Fix userinfo example presented in urllib2 howto. 10 years ago
Martin Panter a03702252f Issue #12923: Reset FancyURLopener's redirect counter even on exception 10 years ago
Yury Selivanov 46f7785e28 Issue #25660: Fix a unittest and rlcompleter when readline isn't available 10 years ago
Yury Selivanov a7eae4016e Issue #25660: Fix TAB key behaviour in REPL. 10 years ago
Zachary Ware 2b818142d1 Python for .NET has moved to Github. 10 years ago
Zachary Ware 3df11b2bd6 Fix typo. 10 years ago
Serhiy Storchaka 3874128519 Issue #25945: Fixed bugs in functools.partial. 10 years ago
Martin Panter 567d513b9b Issue #26244: Clarify default zlib compression level in documentation 10 years ago
Raymond Hettinger b00da57561 Issue #26194: Inserting into a full deque to raise an IndexError 10 years ago
Victor Stinner 3e7230904e Fix error message in asyncio.selector_events. 10 years ago
Victor Stinner 0df5313458 test_asyncio: fix test_timeout_time() 10 years ago
Martin Panter 275bd96aa6 Issue #19587: Remove masked and redundant tests in test_bytes 10 years ago
Martin Panter 3464ea2807 Issue #26173: Separate bad cert file tests and client rejection test 10 years ago
Victor Stinner 5f0c5d92ef Enhance os.scandir() doc 10 years ago
Berker Peksag fe5f614418 Issue #26242: Fix another one in importlib.rst 10 years ago
Berker Peksag 253739daf4 Fix a markup error in socket.rst 10 years ago
Berker Peksag 4a208e448e Issue #23076: Path.glob() now raises a ValueError if it's called with an 10 years ago
Berker Peksag ef410770a7 Update "Creating Virtual Environments" link in venv documentation 10 years ago
Berker Peksag a9744aebc8 Update output of venv -h 10 years ago
Martin Panter b5944220ab Issue #4806: Avoid masking original TypeError in call with * unpacking 10 years ago
Zachary Ware 4c5ad9452b Issue #25934: Default to /fp:strict for ICC builds 10 years ago
Martin Panter 407b62f3e5 Issue #26173: Fix test_ssl confusion with non-existing cert and wrongcert.pem 10 years ago
Serhiy Storchaka 0a20bbf669 Issue #26202: copy.deepcopy() now correctly copies range() objects with 10 years ago
Serhiy Storchaka d5db57396b Issue #19883: Fixed possible integer overflows in zipimport. 10 years ago
Serhiy Storchaka b49a1edc15 Merge heads 10 years ago
Serhiy Storchaka c8241fdde7 Issue #26198: Added tests for "es", "et", "es#", "et#" and "C" format units 10 years ago
Victor Stinner 8f475effbc Backport fixes on test_eintr 10 years ago
Berker Peksag ad13edb6fd Issue #24705: Add a test case for ef84d21f5292 10 years ago
Victor Stinner 7240030c52 Windows: Decode hostname from ANSI code page 10 years ago
Berker Peksag 806cb0f2b6 Add a link to PEP 384 in stable.rst 10 years ago