summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
Commit message (Expand)AuthorAgeFilesLines
* bpo-38077: IDLE no longer adds 'argv' to the user namespace (GH-15818)Miss Islington (bot)2019-09-101-0/+2
* [3.8] bpo-34293: Fix PDF documentation paper size (GH-8585) (GH-15816)Zachary Ware2019-09-091-0/+1
* bpo-35803: Document and test dir=PathLike for tempfile (GH-11644)Miss Islington (bot)2019-09-091-0/+2
* bpo-20490: Improve circular import error message (GH-15308)Steve Dower2019-09-091-0/+2
* bpo-38006: Avoid closure in weakref.WeakValueDictionary (GH-15641)Miss Islington (bot)2019-09-091-0/+3
* bpo-37876: Tests for ROT-13 codec (GH-15314)Miss Islington (bot)2019-09-091-0/+1
* bpo-38059: Using sys.exit() over exit() in inspect.py (GH-15666)Miss Islington (bot)2019-09-091-0/+1
* bpo-34596: Fallback to a default reason when @unittest.skip is uncalled (GH-9...Miss Islington (bot)2019-09-091-0/+2
* bpo-36797: Fix a dead link in Doc/distutils/apiref (GH-15700) (GH-15704)Miss Islington (bot)2019-09-091-0/+1
* bpo-38037: Fix reference counters in signal module (GH-15753)Miss Islington (bot)2019-09-091-0/+1
* bpo-37702: Fix SSL's certificate-store leak on Windows (GH-15632)Steve Dower2019-09-091-0/+2
* bpo-37283: Ensure command-line and unattend.xml setting override previously d...Miss Islington (bot)2019-09-091-0/+2
* bpo-37212: Preserve keyword argument order in unittest.mock.call and error me...Miss Islington (bot)2019-09-091-0/+2
* bpo-36250: ignore ValueError from signal in non-main thread (GH-12251)Miss Islington (bot)2019-09-091-0/+2
* bpo-37705: Improve the implementation of winerror_to_errno() (GH-15623)Miss Islington (bot)2019-09-091-0/+1
* bpo-11953: Extend table of Windows WSA* error codes (GH-15004)Steve Dower2019-09-091-0/+1
* bpo-37936: Avoid ignoring files that we actually do track. (GH-15451)Miss Islington (bot)2019-09-091-0/+2
* bpo-32587: Make winreg.REG_MULTI_SZ support zero-length strings (GH-13239)Miss Islington (bot)2019-09-091-0/+1
* bpo-37445: Include FORMAT_MESSAGE_IGNORE_INSERTS in FormatMessageW() calls (G...Miss Islington (bot)2019-09-091-0/+2
* bpo-34410: Fix a crash in the tee iterator when re-enter it. (GH-15625)Miss Islington (bot)2019-09-091-0/+2
* bpo-38041: Refine IDLE Shell restart lines. (GH-15709)Miss Islington (bot)2019-09-061-0/+3
* bpo-37380: subprocess: don't use _active on win (GH-14360) (GH-15707)Miss Islington (bot)2019-09-061-0/+2
* bpo-38026: fix inspect.getattr_static (GH-15676)Miss Islington (bot)2019-09-051-0/+2
* bpo-37902: IDLE: Add scrolling for IDLE browsers. (GH-15368)Miss Islington (bot)2019-09-051-0/+2
* [3.8] bpo-37764: Fix infinite loop when parsing unstructured email headers. (...Abhilash Raj2019-09-051-0/+1
* bpo-22347: Update mimetypes.guess_type to allow proper parsing of URLs (GH-15...Miss Islington (bot)2019-09-051-0/+2
* bpo-38030: Fix os.stat failures on block devices on Windows (GH-15681)Miss Islington (bot)2019-09-041-0/+1
* closes bpo-37966: Fully implement the UAX GH-15 quick-check algorithm. (GH-15...Miss Islington (bot)2019-09-041-0/+3
* bpo-38020: Fixes crash in os.readlink() on Windows (GH-15663)Miss Islington (bot)2019-09-031-0/+2
* [3.8] bpo-21315: Fix parsing of encoded words with missing leading ws (GH-134...Ashwin Ramaswami2019-09-031-0/+4
* bpo-35771: IDLE: Fix flaky tool-tip hover delay tests (GH-15634)Miss Islington (bot)2019-09-031-0/+2
* bpo-38010 Sync importlib.metadata with importlib_metadata 0.20. (GH-15646) (G...Miss Islington (bot)2019-09-021-0/+1
* [3.8] bpo-37994: Fix silencing all errors if an attribute lookup fails. (GH-1...Serhiy Storchaka2019-09-011-0/+2
* bpo-37977: Warn more strongly and clearly about pickle security (GH-15595) (G...Miss Islington (bot)2019-08-311-0/+1
* [3.8] bpo-37990: fix gc stats (GH-15626)Inada Naoki2019-08-311-0/+2
* Fix typos mostly in comments, docs and test names (GH-15209)Miss Islington (bot)2019-08-309-9/+9
* bpo-37140: Fix StructUnionType_paramfunc() (GH-15612)Miss Islington (bot)2019-08-301-0/+5
* Python 3.8.0b4v3.8.0b4Łukasz Langa2019-08-2974-134/+733
* [3.8] bpo-37834: Prevent shutil.rmtree exception (GH-15602) (#15603)Łukasz Langa2019-08-291-0/+2
* [3.8] bpo-37034: Display argument name on errors with keyword arguments with ...Serhiy Storchaka2019-08-291-0/+2
* bpo-37979: Add alternative to fromisoformat in documentation (GH-15596)Miss Islington (bot)2019-08-291-0/+2
* bpo-37960: Silence only necessary errors in repr() of buffered and text strea...Miss Islington (bot)2019-08-291-0/+2
* bpo-37372: Fix error unpickling datetime.time objects from Python 2 with seco...Miss Islington (bot)2019-08-291-0/+2
* [3.8] bpo-37950: Fix ast.dump() when call with incompletely initialized node....Serhiy Storchaka2019-08-291-0/+1
* bpo-36871: Ensure method signature is used when asserting mock calls to a met...Miss Islington (bot)2019-08-291-0/+3
* bpo-18049: Define THREAD_STACK_SIZE for AIX to pass default recursion limit t...Miss Islington (bot)2019-08-291-0/+3
* bpo-34775: Return NotImplemented in PurePath division. (GH-9509) (GH-15172)Miss Islington (bot)2019-08-291-0/+3
* bpo-18378: Recognize "UTF-8" as a valid name in locale._parse_localename (GH-...Miss Islington (bot)2019-08-291-0/+1
* [3.8] bpo-37482: Fix email address name with encoded words and special chars ...bsiem2019-08-291-0/+1
* closes bpo-37965: Fix compiler warning of distutils CCompiler.test_function. ...Miss Islington (bot)2019-08-281-0/+1