cpython/Misc/NEWS.d/next/Library
Victor Stinner 196b64b70b bpo-42802: Remove distutils bdist_wininst command
The distutils bdist_wininst command deprecated in Python 3.8 has been
removed. The distutils bidst_wheel command is now recommended to
distribute binary packages on Windows.

* Remove Lib/distutils/command/bdist_wininst.py
* Remove PC/bdist_wininst/ project
* Remove Lib/distutils/command/wininst-*.exe programs
* Remove all references to bdist_wininst
2021-01-01 15:29:20 +01:00
..
2019-12-16-17-55-31.bpo-39068.Ti3f9P.rst bpo-39068: Fix race condition in base64 (GH-17627) 2020-12-31 11:44:46 +02:00
2020-06-12-21-23-20.bpo-37193.wJximU.rst bpo-37193: Remove thread objects which finished process its request (GH-23127) 2020-12-31 20:19:30 +00:00
2020-07-13-19-43-11.bpo-40219.MUoJEP.rst bpo-40219: Lowered ttk LabeledScale dummy (GH-21467) 2020-12-15 21:42:55 +02:00
2020-08-03-17-54-32.bpo-41462.ek38d_.rst bpo-41462: Add os.set_blocking() support for VxWorks RTOS (GH-21713) 2020-12-07 21:41:12 +01:00
2020-08-11-17-44-07.bpo-31904.cb13ea.rst bpo-31904: Fix site and sysconfig modules for VxWorks RTOS (GH-21821) 2020-12-20 23:27:42 +01:00
2020-09-11-16-07-00.bpo-24792.Z-ARra.rst bpo-24792: Fix zipimporter masking the cause of import errors (GH-22204) 2020-12-18 16:09:54 -08:00
2020-09-30-13-35-29.bpo-41891.pNAeYI.rst bpo-41891: ensure asyncio.wait_for waits for task completion (#22461) 2020-12-18 09:26:04 -08:00
2020-10-02-10-19-49.bpo-41907.wiIEsz.rst bpo-42238: Check Misc/NEWS.d/next/ for reStructuredText issues. (GH-23802) 2020-12-18 10:48:08 +01:00
2020-10-06-23-59-20.bpo-41960.icQ7Xd.rst bpo-41960: Add globalns and localns parameters to inspect.signature and Signature.from_callable (GH-22583) 2020-12-24 01:45:13 +03:00
2020-10-17-12-42-08.bpo-42059.ZGMZ3D.rst bpo-42059: Fix required/optional keys for TypedDict(..., total=False) (GH-22736) 2020-12-10 13:49:05 -08:00
2020-10-20-23-28-55.bpo-1635741.Iyka3r.rst bpo-14935: Remove static state from the _csv module (GH-23224) 2020-12-15 15:14:35 +01:00
2020-10-25-14-48-57.bpo-42090.Ubuc0j.rst bpo-42090: zipfile.Path.joinpath now accepts multiple arguments (GH-22976) 2020-12-15 18:12:54 -08:00
2020-10-29-09-22-56.bpo-42163.O4VcCY.rst bpo-42163, bpo-42189, bpo-42659: Support uname_tuple._replace (for all but processor) (#23010) 2020-12-31 14:08:03 -05:00
2020-10-31-10-28-32.bpo-42222.Cfl1eR.rst bpo-42222: Modernize integer test/conversion in randrange() (#23064) 2020-12-28 11:10:34 -08:00
2020-11-17-22-06-15.bpo-42393.BB0oXc.rst bpo-42393: Raise OverflowError iso. DeprecationWarning on overflow in socket.ntohs and socket.htons (GH-23980) 2020-12-31 15:16:50 +02:00
2020-11-20-19-00-27.bpo-34463.aJcm56.rst bpo-34463: Make python tracebacks identical to C tracebacks for SyntaxErrors without a lineno (GH-23427) 2020-12-22 21:53:09 +02:00
2020-11-22-11-22-28.bpo-42388.LMgM6B.rst bpo-42388: Fix subprocess.check_output input=None when text=True (GH-23467) 2020-12-24 20:57:21 -08:00
2020-11-27-18-09-59.bpo-31904.g8k43d.rst bpo-31904: posixpath.expanduser() handles None user home on VxWorks (GH-23530) 2020-12-17 20:22:29 +01:00
2020-12-06-12-00-00.bpo-42470.iqtC4L.rst bpo-42470: Do not warn on sequences which are also sets in random.sample() (GH-23665) 2020-12-18 20:33:36 -08:00
2020-12-07-13-21-00.bpo-28964.UTQikc.rst bpo-28964: add line number of node (if available) to ast.literal_eval error messages (GH-23677) 2020-12-25 20:04:31 +03:00
2020-12-08-22-43-35.bpo-42678.ba9ktU.rst bpo-42238: Check Misc/NEWS.d/next/ for reStructuredText issues. (GH-23802) 2020-12-18 10:48:08 +01:00
2020-12-09-10-59-16.bpo-42517.FKEVcZ.rst bpo-42517: [Enum] do not convert private names into members (GH-23722) 2020-12-09 17:12:11 -08:00
2020-12-09-14-15-48.bpo-34750.x8TASR.rst bpo-34750: [Enum] add `_EnumDict.update()` support (GH-23725) 2020-12-10 13:07:00 -08:00
2020-12-09-15-23-28.bpo-31904.g3k5k3.rst bpo-31904: Define THREAD_STACK_SIZE for VxWorks (GH-23718) 2020-12-09 22:47:28 +01:00
2020-12-09-19-45-32.bpo-42385.boGbjo.rst bpo-42385: [Enum] add `_generate_next_value_` to StrEnum (GH-23735) 2020-12-10 12:20:06 -08:00
2020-12-10-00-09-40.bpo-41559.1l4yjP.rst bpo-41559: Implement PEP 612 - Add ParamSpec and Concatenate to typing (#23702) 2020-12-23 20:33:48 -08:00
2020-12-10-09-24-44.bpo-41877.iJSCvM.rst bpo-41877: Improve docs for assert misspellings check in mock (GH-23729) 2020-12-10 10:35:28 -08:00
2020-12-10-18-36-52.bpo-39717.sK2u0w.rst bpo-42238: Check Misc/NEWS.d/next/ for reStructuredText issues. (GH-23802) 2020-12-18 10:48:08 +01:00
2020-12-10-19-49-52.bpo-41877.wiVlPc.rst bpo-41877: Check for misspelled speccing arguments (GH-23737) 2020-12-14 10:30:09 -08:00
2020-12-13-22-05-35.bpo-42382.2YtKo5.rst bpo-42382: In importlib.metadata, `EntryPoint` objects now expose `dist` (#23758) 2020-12-31 12:56:43 -05:00
2020-12-14-08-23-57.bpo-36541.qdEtZv.rst bpo-36541: Add lib2to3 grammar PEP-570 pos-only arg parsing (GH-23759) 2020-12-14 09:10:10 -08:00
2020-12-14-22-31-22.bpo-42639.5Z3iWX.rst bpo-42639: atexit now logs callbacks exceptions (GH-23771) 2020-12-14 23:07:54 +01:00
2020-12-15-10-00-04.bpo-42644.XgLCNx.rst bpo-42238: Check Misc/NEWS.d/next/ for reStructuredText issues. (GH-23802) 2020-12-18 10:48:08 +01:00
2020-12-15-15-14-29.bpo-42639.uJ3h8I.rst bpo-42639: atexit._run_exitfuncs() uses sys.unraisablehook (GH-23779) 2020-12-15 17:12:02 +01:00
2020-12-15-17-51-27.bpo-42630.jf4jBl.rst bpo-42630: Improve error reporting in Tkinter for absent default root (GH-23781) 2020-12-19 12:17:08 +02:00
2020-12-16-16-16-33.bpo-37961.jrESEq.rst bpo-37961: Fix regression in tracemalloc.Traceback.__repr__ (GH-23805) 2020-12-16 22:38:32 +01:00
2020-12-16-23-28-52.bpo-1635741.Quy3zn.rst bpo-1635741: Port _thread to multiphase init (GH-23811) 2020-12-18 01:39:00 +01:00
2020-12-19-12-33-38.bpo-9694.CkKK9V.rst bpo-9694: Fix misleading phrase "optional arguments" (GH-23858) 2020-12-23 09:40:56 -08:00
2020-12-19-17-32-43.bpo-42685.kwZlwp.rst bpo-42685: Improve placing of simple query windows. (GH-23856) 2020-12-24 20:26:28 +02:00
2020-12-21-22-59-26.bpo-15303.zozVrq.rst bpo-15303: Support widgets with boolean value False in Tkinter (GH-23904) 2020-12-25 17:04:26 +02:00
2020-12-21-23-34-57.bpo-35728.9m-azF.rst bpo-35728: Add root parameter to tkinter.font.nametofont() (GH-23885) 2020-12-25 23:18:06 +02:00
2020-12-22-13-16-43.bpo-25246.GhhCTl.rst bpo-25246: Optimize deque.remove() (GH-23898) 2020-12-23 11:45:06 -08:00
2020-12-22-22-47-22.bpo-42721.I5Ai5L.rst bpo-42721: Improve using simple dialogs without root window (GH-23897) 2020-12-25 20:19:20 +02:00
2020-12-23-15-16-12.bpo-38308.lB4Sv0.rst bpo-38308: Add optional weighting to statistics.harmonic_mean() (GH-23914) 2020-12-23 19:52:09 -08:00
2020-12-23-19-43-06.bpo-42727.WH3ODh.rst bpo-42727: Fix the NEWS entry .rst (GH-23932) 2020-12-24 20:31:18 -08:00
2020-12-25-12-32-47.bpo-42655.W5ytpV.rst bpo-42655: Fix subprocess extra_groups gid conversion (GH-23762) 2020-12-29 14:58:27 +02:00
2020-12-25-23-23-11.bpo-42740.F0rQ_E.rst bpo-42740: Support PEP 604, 612 for typing.py get_args and get_origin (GH-23942) 2020-12-28 18:26:19 -08:00
2020-12-27-18-47-01.bpo-23328._xqepZ.rst Allow / character in username,password fields in _PROXY envvars. (#23973) 2020-12-29 04:18:42 -08:00
2020-12-27-22-19-26.bpo-42759.lGi_03.rst bpo-42759: Fix equality comparison of Variable and Font in Tkinter (GH-23968) 2020-12-29 12:56:55 +02:00
2021-01-01-15-29-16.bpo-42802.Lw-bzl.rst bpo-42802: Remove distutils bdist_wininst command 2021-01-01 15:29:20 +01:00
README.rst Link to blurb on PyPI in the NEWS.d READMEs. (#3323) 2017-09-05 10:38:05 -07:00

README.rst

Put news entry `blurb`_ files for the *Library* section in this directory.

.. _blurb: https://pypi.org/project/blurb/