summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
Commit message (Expand)AuthorAgeFilesLines
* bpo-36565: Fix libregrtest for Python without builtin _abc (GH-12733)Victor Stinner2019-04-081-0/+2
* bpo-35934: Add socket.create_server() utility function (GH-11784)Giampaolo Rodola2019-04-081-0/+4
* bpo-35416: fix potential resource warnings in distutils (GH-10918)Mickaël Schoentgen2019-04-081-0/+1
* bpo-36503: remove references to 'aix3' and 'aix4' (GH-12658)Michael Felt2019-04-081-0/+2
* bpo-27181: Add statistics.geometric_mean() (GH-12638)Raymond Hettinger2019-04-071-0/+1
* bpo-35936: Updates to modulefinder (GH-11787)Brandt Bucher2019-04-073-0/+6
* bpo-36050: optimize HTTPResponse.read() (GH-12698)Inada Naoki2019-04-061-0/+2
* bpo-25451: Add transparency methods to tkinter.PhotoImage. (GH-10406)Zackery Spytz2019-04-051-0/+2
* bpo-36522: Print all values for headers with multiple values. (GH-12681)Matt Houglum2019-04-041-0/+1
* bpo-36440: include node names in ParserError messages, instead of numeric IDs...tyomitch2019-04-031-0/+2
* bpo-33261: guard access to __code__ attribute in inspect (GH-6448)Jeroen Demeyer2019-04-021-0/+3
* bpo-36504: Fix signed integer overflow in _ctypes.c's PyCArrayType_new(). (GH...Zackery Spytz2019-04-021-0/+1
* bpo-36473: add maximum iteration check for dict .values() and .items() (GH-12...Thomas Perl2019-04-021-1/+5
* bpo-36157:Document PyInterpreterState_Main() (GH-12238)Joannah Nanjekye2019-04-011-0/+1
* bpo-20844: open script file with "rb" mode (GH-12616)Inada Naoki2019-04-011-0/+2
* bpo-36492: Deprecate passing some arguments as keyword arguments. (GH-12637)Serhiy Storchaka2019-04-011-0/+5
* bpo-36010: Add venv to the nuget distribution (GH-12367)Paul Moore2019-03-301-0/+1
* bpo-36384: Remove check for leading zeroes in IPv4 addresses (GH-12577)Joel Croteau2019-03-301-0/+1
* bpo-36434: Properly handle writing errors in ZIP files. (GH-12559)Serhiy Storchaka2019-03-301-0/+1
* bpo-24214: Fixed the UTF-8 incremental decoder. (GH-12603)Serhiy Storchaka2019-03-301-0/+2
* bpo-36085: Enable better DLL resolution on Windows (GH-12302)Steve Dower2019-03-291-0/+2
* bpo-35947: Update Windows to the current version of libffi (GH-11797)Paul Monson2019-03-291-0/+2
* bpo-33043: Add a Contributing to Docs link and Update the Found a Bug Page (#...Susan Su2019-03-291-0/+1
* bpo-30427: eliminate redundant type checks in os.path.normcase() (GH-1712)Wolfgang Maier2019-03-281-0/+2
* bpo-36366: Return None on stopping unstarted patch object (GH-12472)Xtreak2019-03-281-0/+4
* bpo-35941: Fix ssl certificate enumeration for windows (GH-12486)kctherookie2019-03-281-0/+3
* bpo-36425: Add Simplified Chinese to the language switcher (GH-12537)zhsj2019-03-281-0/+2
* bpo-29515: add missing socket.IPPROTO_* constants on Windows (GH-12183)Giampaolo Rodola2019-03-281-0/+27
* bpo-36459: Fix a possible double PyMem_FREE() due to tokenizer.c's tok_nextc(...Zackery Spytz2019-03-281-0/+1
* bpo-36452: dictiter: track maximum iteration count (GH-12596)Thomas Perl2019-03-281-0/+1
* Fix NEWS entries with incorrect bpo numbers (GH-12599)Ned Deily2019-03-282-2/+2
* bpo-31292: Fixed distutils check --restructuredtext for include directives (G...Philipp A2019-03-271-0/+2
* bpo-36443: Disable C locale coercion and UTF-8 Mode by default (GH-12589)Victor Stinner2019-03-271-0/+6
* bpo-36441: Fixes creating a venv when debug binaries are installed. (#12566)Steve Dower2019-03-271-0/+1
* bpo-31904: Fix test_utf8_mode on VxWorks (GH-12428)hliu02019-03-271-0/+1
* bpo-35810: Incref heap-allocated types in PyObject_Init (GH-11661)Eddie Elizondo2019-03-271-0/+4
* bpo-36407: Fix writing indentations of CDATA section (xml.dom.minidom). (GH-1...Vladimir Surjaninov2019-03-271-0/+2
* bpo-33832: Add "magic method" glossary entry (GH-7630)Andre Delfino2019-03-271-0/+1
* bpo-36429: Fix starting IDLE with pyshell (#12548)Terry Jan Reedy2019-03-261-0/+2
* bpo-36436: Fix _testcapi.pymem_buffer_overflow() (GH-12560)Victor Stinner2019-03-261-0/+1
* bpo-36433: fix confusing error messages in classmethoddescr_call (GH-12556)Inada Naoki2019-03-261-0/+1
* Merge tag 'v3.8.0a3'Łukasz Langa2019-03-2688-171/+871
|\
| * v3.8.0a3v3.8.0a3Łukasz Langa2019-03-2588-171/+871
* | bpo-36430: Fix a possible reference leak in itertools.count(). (GH-12551)Zackery Spytz2019-03-261-0/+1
* | bpo-36345: Add a new example in the documentation of wsgiref (#12511)Stéphane Wirtel2019-03-251-0/+2
* | bpo-36143: Regenerate Lib/keyword.py from the Grammar and Tokens file using p...Pablo Galindo2019-03-251-0/+2
* | bpo-36326: Let inspect.getdoc() find docstrings for __slots__ (GH-12498)Raymond Hettinger2019-03-251-0/+2
|/
* bpo-36421: Fix a possible double decref in _ctypes.c's PyCArrayType_new(). (G...Zackery Spytz2019-03-251-0/+1
* bpo-36218: Fix handling of heterogeneous values in list.sort (GH-12209)Rémi Lapeyre2019-03-251-0/+2
* bpo-36401: Have help() show readonly properties separately (GH-12517)Raymond Hettinger2019-03-251-0/+2