summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
Commit message (Expand)AuthorAgeFilesLines
* Fix memleak in os.getrandom()Victor Stinner2016-09-201-0/+3
* (Merge 3.5) Catch EPERM error in py_getrandom()Victor Stinner2016-09-201-0/+3
|\
| * Catch EPERM error in py_getrandom()Victor Stinner2016-09-201-0/+3
| * Issue #28189: dictitems_contains no longer swallows compare errors.Raymond Hettinger2016-09-191-0/+3
* | Fix memory leak in path_converter()Victor Stinner2016-09-191-0/+3
* | Issue #25400: RobotFileParser now correctly returns default values for crawl_...Berker Peksag2016-09-181-0/+3
* | Issue #26661: setup.py now detects system libffi with multiarch wrapper.Christian Heimes2016-09-181-0/+2
|\ \ | |/
| * Issue #26661: setup.py now detects system libffi with multiarch wrapper.Christian Heimes2016-09-181-0/+2
| * Issue #27932: Prevent memory leak in win32_ver().Steve Dower2016-09-181-0/+2
* | Issue #27932: Prevent memory leak in win32_ver().Steve Dower2016-09-181-0/+2
* | Issue #28110: launcher.msi has different product codes between 32-bit and 64-bitSteve Dower2016-09-171-0/+3
|\ \ | |/
| * Issue #28110: launcher.msi has different product codes between 32-bit and 64-bitSteve Dower2016-09-171-0/+3
* | Issue #28161: Opening CON for write access failsSteve Dower2016-09-171-0/+10
* | Issue #26384: Merge from 3.5Berker Peksag2016-09-171-0/+2
|\ \ | |/
| * Issue #26384: Fix UnboundLocalError in socket._sendfile_use_sendfileBerker Peksag2016-09-171-0/+2
* | Issue #28137: Renames Windows path file to ._pthSteve Dower2016-09-171-0/+9
* | Issue #28075: Merge from 3.5Berker Peksag2016-09-171-0/+3
|\ \ | |/
| * Issue #28075: Check for ERROR_ACCESS_DENIED in Windows implementation of os.s...Berker Peksag2016-09-171-0/+3
* | Issue #22493: Warning message emitted by using inline flags in the middle ofSerhiy Storchaka2016-09-161-0/+4
* | Issue #25270: Merge from 3.5Berker Peksag2016-09-161-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 #28181: Get antigravity over HTTPS. Patch by Kaartic Sivaraam.Christian Heimes2016-09-161-0/+2
* | Issue #25895: Merge from 3.5Berker Peksag2016-09-161-0/+3
|\ \ | |/
| * Issue #25895: Enable WebSocket URL schemes in urllib.parse.urljoinBerker Peksag2016-09-161-0/+3
* | Merge 3.5 (issue #27759)Yury Selivanov2016-09-151-0/+3
|\ \ | |/
| * Issue #27759: Fix selectors incorrectly retain invalid file descriptors.Yury Selivanov2016-09-151-0/+3
* | Fix Misc/NEWSYury Selivanov2016-09-151-12/+12
* | Merge 3.5 (issue #28176)Yury Selivanov2016-09-151-0/+2
|\ \ | |/
| * Issue #28176: Fix callbacks race in asyncio.SelectorLoop.sock_connect.Yury Selivanov2016-09-151-0/+2
* | Merge 3.5 (asyncio, issue #26909)Yury Selivanov2016-09-151-0/+3
|\ \ | |/
| * Issue #26909: Fix slow pipes IO in asyncio.Yury Selivanov2016-09-151-0/+3
* | Merge 3.5 (issue #26654)Yury Selivanov2016-09-151-0/+3
|\ \ | |/
| * Issue #26654: Inspect functools.partial in asyncio.Handle.__repr__.Yury Selivanov2016-09-151-0/+3
* | Merge 3.5 (issue #28174)Yury Selivanov2016-09-151-0/+3
|\ \ | |/
| * Issue #28174: Handle when SO_REUSEPORT isn't properly supported (asyncio)Yury Selivanov2016-09-151-0/+3
* | Merge 3.5 (issue #27906)Yury Selivanov2016-09-151-0/+3
|\ \ | |/
| * Issue #27906: Fix socket accept exhaustion during high TCP traffic.Yury Selivanov2016-09-151-0/+3
* | Issue #28114: Fix a crash in parse_envlist() when env contains byte stringsBerker Peksag2016-09-151-0/+3
* | Issue #26182: Raise DeprecationWarning for improper use of async/await keywordsYury Selivanov2016-09-151-0/+3
* | Unicode 9.0.0Benjamin Peterson2016-09-151-0/+2
* | Issue #27599: Fixed buffer overrun in binascii.b2a_qp() and binascii.a2b_qp().Serhiy Storchaka2016-09-141-0/+2
|\ \ | |/
| * Issue #27599: Fixed buffer overrun in binascii.b2a_qp() and binascii.a2b_qp().Serhiy Storchaka2016-09-141-0/+1
* | Issue #28131: Merge from 3.5Berker Peksag2016-09-141-0/+3
|\ \ | |/
| * Issue #28131: Fix a regression in zipimport's compile_source()Berker Peksag2016-09-141-0/+3
* | Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly opt...Christian Heimes2016-09-131-0/+3
* | Fix _PyDict_Pop() on pending keyVictor Stinner2016-09-131-0/+3
* | Issue #15819: Merge include search from 3.5 into 3.6Martin Panter2016-09-131-0/+6
|\ \ | |/
| * Issue #15819: Remove old unconditional -IInclude optionMartin Panter2016-09-131-0/+3
* | Start 3.6.0b2Ned Deily2016-09-121-0/+12