summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
...
* | Issue #26384: Fix UnboundLocalError in socket._sendfile_use_sendfileBerker Peksag2016-09-171-0/+2
* | Issue #28075: Check for ERROR_ACCESS_DENIED in Windows implementation of os.s...Berker Peksag2016-09-171-0/+3
* | Issue #25270: Prevent codecs.escape_encode() from raising SystemError when an...Berker Peksag2016-09-161-0/+3
* | Issue #28181: Get antigravity over HTTPS. Patch by Kaartic Sivaraam.Christian Heimes2016-09-161-0/+2
* | Issue #25895: Enable WebSocket URL schemes in urllib.parse.urljoinBerker Peksag2016-09-161-0/+3
* | Issue #28145: Spelling fixesMartin Panter2016-09-161-1/+1
* | Issue #27759: Fix selectors incorrectly retain invalid file descriptors.Yury Selivanov2016-09-151-0/+3
* | Issue #28176: Fix callbacks race in asyncio.SelectorLoop.sock_connect.Yury Selivanov2016-09-151-0/+2
* | Issue #26909: Fix slow pipes IO in asyncio.Yury Selivanov2016-09-151-0/+3
* | Issue #26654: Inspect functools.partial in asyncio.Handle.__repr__.Yury Selivanov2016-09-151-0/+3
* | Issue #28174: Handle when SO_REUSEPORT isn't properly supported (asyncio)Yury Selivanov2016-09-151-0/+3
* | Issue #27906: Fix socket accept exhaustion during high TCP traffic.Yury Selivanov2016-09-151-0/+3
* | Issue #27599: Fixed buffer overrun in binascii.b2a_qp() and binascii.a2b_qp().Serhiy Storchaka2016-09-141-0/+1
* | Issue #28131: Fix a regression in zipimport's compile_source()Berker Peksag2016-09-141-0/+3
* | Issue #15819: Remove old unconditional -IInclude optionMartin Panter2016-09-131-0/+3
* | Issue #17582: xml.etree.ElementTree nows preserves whitespaces in attributesRaymond Hettinger2016-09-121-0/+3
* | Issue #28066: Fix include search directory logic for out-of-tree buildsMartin Panter2016-09-121-0/+3
* | Issue #27456: asyncio: Set TCP_NODELAY by default.Yury Selivanov2016-09-121-0/+2
* | #19003: Only replace \r and/or \n line endings in email.generator.R David Murray2016-09-111-0/+4
* | Issue #27952: Get fixcid.py working with the re moduleMartin Panter2016-09-111-0/+4
* | IDLE newx items.Terry Jan Reedy2016-09-101-0/+7
* | Issue #25221: Fix corrupted result from PyLong_FromLong(0) when Python is com...Mark Dickinson2016-09-101-0/+3
* | Issue #27932: Backs out changeSteve Dower2016-09-101-2/+0
* | Issue #28019: itertools.count() no longer rounds non-integer step in rangeSerhiy Storchaka2016-09-101-0/+3
* | Issue #27566: Fix clean target in freeze makefile (patch by Lisa Roach)Steve Dower2016-09-101-0/+2
* | Issue #27705: Update message in validate_ucrtbase.pySteve Dower2016-09-101-0/+2
* | Issue #25969: Update the lib2to3 grammar to handle the unpackingGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-09-101-0/+3
* | Issue #27932: Fixes memory leak in platform.win32_ver()Steve Dower2016-09-101-0/+2
* | Issue #25758: Prevents zipimport from unnecessarily encoding a filename (patc...Steve Dower2016-09-101-0/+3
* | #14977: Make mailcap respect the order of the lines in the mailcap file.R David Murray2016-09-102-0/+4
* | Issue #22450: Use "Accept: */*" in the default headers for urllib.requestRaymond Hettinger2016-09-091-0/+4
* | Issue #25144: Ensures TargetDir is set before continuing with custom install.Steve Dower2016-09-091-0/+3
* | Issue #19489: Add NEWS and ACKSZachary Ware2016-09-092-0/+4
* | Issue #24594: Validates persist parameter when opening MSI databaseSteve Dower2016-09-091-0/+2
* | #28047: Fix calculation of base64 line length.R David Murray2016-09-091-0/+3
* | Issue #26020: Fix evaluation order for set literalsRaymond Hettinger2016-09-081-0/+2
* | Issue #21201: Improves readability of multiprocessing error message from serv...Davin Potts2016-09-081-0/+3
* | Issue #27445: Don't pass str(_charset) to MIMEText.set_payload()Berker Peksag2016-09-081-0/+3
* | Move my news entries to the build section.Gregory P. Smith2016-09-081-7/+7
* | lib2to3.pgen3.driver.load_grammar() now creates a stable cache fileGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-09-081-0/+4
* | Fixes #27930: improved QueueListener behaviour.Vinay Sajip2016-09-081-0/+3
* | Issue #27993: Fix problems with plural objects in docs and commentsMartin Panter2016-09-072-3/+3
* | Issue #27895: Spelling fixes (Contributed by Ville Skyttä).Martin Panter2016-09-072-15/+15
* | Issue #27570: Avoid zero-length memcpy() calls with null source pointersMartin Panter2016-09-071-0/+3
* | Fixes issue# 27983: Cause lack of llvm-profdata tool when using clang -Gregory P. Smith2016-09-071-0/+5
* | #22233: Only split headers on \r and/or \n, per email RFCs.R David Murray2016-09-071-0/+4
* | 27988: Make sure iter_attachments does not mutate the payload list.R David Murray2016-09-071-0/+2
* | [backport to 3.5] - issue26896 - Disambiguate uses of "importer" with "finder".Senthil Kumaran2016-09-071-0/+1
* | Issue #26359: Add the --with-optimizations flag.Brett Cannon2016-09-071-0/+2
* | Fixes issue26307: The profile-opt build now applys PGO to the built-inGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-09-061-0/+2