From: Martin Panter Date: Fri, 13 Nov 2015 23:10:39 +0000 (+0000) Subject: Issue #25590: Merge rlcompleter change from 3.4 into 3.5 X-Git-Tag: v3.5.1rc1~46 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fa9ea046732eff86408aba477d557c8fc92bc864;p=python Issue #25590: Merge rlcompleter change from 3.4 into 3.5 --- fa9ea046732eff86408aba477d557c8fc92bc864 diff --cc Misc/NEWS index c766615d74,ec2b4afecd..2b312e8f40 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -67,16 -103,13 +67,19 @@@ Core and Builtin Library ------- + - Issue #25590: In the Readline completer, only call getattr() once per + attribute. + - Issue #25498: Fix a crash when garbage-collecting ctypes objects created - by wrapping a memoryview. This was a regression made in 3.4.3. Based + by wrapping a memoryview. This was a regression made in 3.5a1. Based on patch by Eryksun. +- Issue #25584: Added "escape" to the __all__ list in the glob module. + +- Issue #25584: Fixed recursive glob() with patterns starting with '\*\*'. + +- Issue #25446: Fix regression in smtplib's AUTH LOGIN support. + - Issue #18010: Fix the pydoc web server's module search function to handle exceptions from importing packages.