summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-33018: Improve issubclass() error checking and message. (GH-5944)jab2018-03-221-0/+3
* Add 'Field' to dataclasses.__all__. (GH-6182)Eric V. Smith2018-03-211-0/+1
* FIX failure on OSX sem_getvalue (#6180)Thomas Moreau2018-03-211-0/+1
* bpo-33078 - Fix queue size on pickling error (GH-6119)Thomas Moreau2018-03-211-0/+2
* bpo-32896: Fix error when subclassing a dataclass with a field that uses a de...Eric V. Smith2018-03-211-0/+2
* bpo-27683: Fix a regression for host() of ipaddress network objects (GH-6016)Xiang Zhang2018-03-211-0/+3
* bpo-18802: Add more details to ipaddress documentation (GH-6083)Cheryl Sabella2018-03-211-0/+1
* bpo-28247: Document Windows executable creation in zipapp (GH-6158)Cheryl Sabella2018-03-201-0/+2
* bpo-33034: Improve exception message when cast fails for {Parse,Split}Result....Matt Eaton2018-03-201-0/+3
* bpo-33100: Dataclasses now handles __slots__ and default values correctly. (G...Eric V. Smith2018-03-201-0/+2
* bpo-33061: Add missing 'NoReturn' to __all__ in typing.py (GH-6127)aetracht2018-03-191-0/+1
* bpo-32953: Dataclasses: frozen should not be inherited for non-dataclass deri...Eric V. Smith2018-03-191-0/+4
* bpo-19417: Add test_bdb.py (GH-5217)xdegaye2018-03-181-0/+1
* bpo-32489: Allow 'continue' in 'finally' clause. (GH-5822)Serhiy Storchaka2018-03-181-0/+2
* bpo-32056: Improve exceptions in aifc, wave and sunau. (GH-5951)Serhiy Storchaka2018-03-181-0/+3
* bpo-32374: m_traverse may be called with m_state=NULL (GH-5140)Marcel Plch2018-03-171-0/+2
* bpo-17288: Prevent jumps from 'return' and 'exception' trace events. (GH-6107)xdegaye2018-03-131-0/+1
* bpo-32885: Tools/scripts/pathfix.py: Add -n option for no backup~ (#5772)Miro Hrončok2018-03-131-0/+2
* bpo-33064: lib2to3: support trailing comma after *args and **kwargs (#6096)Łukasz Langa2018-03-131-0/+2
* bpo-33056 FIX leaking fd in concurrent.futures.ProcessPoolExecutor (#6084)Thomas Moreau2018-03-121-0/+1
* signal: add strsignal() (#6017)Antoine Pietri2018-03-121-0/+2
* bpo-33021: Release the GIL during fstat() calls (GH-6019)Nir Soffer2018-03-111-0/+2
* bpo-31804: Fix multiprocessing.Process with broken standard streams (#6079)Antoine Pitrou2018-03-111-0/+2
* bpo-32970: Improve disassembly of the MAKE_FUNCTION instruction. (GH-5937)Serhiy Storchaka2018-03-111-0/+1
* bpo-32925: Optimized iterating and containing test for literal lists (GH-5842)Serhiy Storchaka2018-03-111-0/+3
* bpo-32946: Speed up "from ... import ..." from non-packages. (GH-5873)Serhiy Storchaka2018-03-111-0/+2
* bpo-33026: Fix jumping out of "with" block by setting f_lineno. (#6026)Serhiy Storchaka2018-03-111-0/+1
* bpo-27645: Add support for native backup facility of SQLite (GH-4238)Emanuele Gaifas2018-03-101-0/+3
* bpo-30249: Improve struct.unpack_from() error messages (GH-6059)Xiang Zhang2018-03-101-0/+2
* bpo-33041: Fixed bytecode generation for "async for" with a complex target. (...Serhiy Storchaka2018-03-101-0/+3
* bpo-33037: Skip sending/receiving after SSL transport closing (GH-6044)Andrew Svetlov2018-03-101-0/+1
* bpo-33016: Fix potential use of uninitialized memory in nt._getfinalpathname ...Alexey Izbyshev2018-03-081-0/+1
* bpo-32999: Fix ABC.__subclasscheck__ crash (GH-6002)INADA Naoki2018-03-071-0/+2
* bpo-32969: Expose some missing constants in zlib and fix the doc (GH-5988)Xiang Zhang2018-03-071-0/+2
* bpo-33009: Fix inspect.signature() for single-parameter partialmethods. (GH-6...Yury Selivanov2018-03-061-0/+1
* bpo-33005: Fix _PyGILState_Reinit() (#6001)Victor Stinner2018-03-061-0/+4
* bpo-33001: Prevent buffer overrun in os.symlink (GH-5989)Steve Dower2018-03-051-0/+1
* bpo-32984: IDLE - set __file__ for startup files (GH-5981)Terry Jan Reedy2018-03-051-0/+7
* bpo-32857: Raise error when tkinter after_cancel() is called with None. (GH-5...Cheryl Sabella2018-03-041-0/+1
* bpo-32981: Fix catastrophic backtracking vulns (#5955)Jamie Davis2018-03-041-0/+4
* bpo-30607: Use external python-doc-theme (GH-2017)Jon Wayne Parrott2018-03-011-0/+2
* bpo-32903: Fix a memory leak in os.chdir() on Windows (GH-5801)Alexey Izbyshev2018-03-011-0/+2
* bpo-32940: IDLE: Simplify StringTranslatePseudoMapping in pyparse (GH-5862)Cheryl Sabella2018-02-281-0/+1
* Revert "bpo-31961: subprocess now accepts path-like args (GH-4329)" (#5912)Serhiy Storchaka2018-02-271-0/+1
* bpo-32901: update macOS 10.9+ installer to Tcl/Tk 8.6.8Ned Deily2018-02-271-0/+1
* bpo-31453: Add setter for min/max protocol version (#5259)Christian Heimes2018-02-271-0/+4
* bpo-32951: Disable SSLSocket/SSLObject constructor (#5864)Christian Heimes2018-02-271-0/+3
* bpo-28124: deprecate ssl.wrap_socket() (#5888)Christian Heimes2018-02-271-0/+3
* bpo-32947: OpenSSL 1.1.1-pre1 / TLS 1.3 fixes (#5663)Christian Heimes2018-02-271-0/+2
* bpo-32960: For dataclasses, disallow inheriting frozen from non-frozen classe...Eric V. Smith2018-02-271-0/+3