@@ -95,7 +95,7 @@ convention. Patch by Donghee Na.
9595.. bpo: 1635741
9696.. date: 2020-09-26-14-43-30
9797.. nonce: aJS9B3
98- .. section: Core and Builtins
98+ .. section: Library
9999
100100 Port the :mod: `!_bisect ` module to the multi-phase initialization API
101101(:pep: `489 `).
@@ -126,7 +126,7 @@ Taskaya.
126126.. bpo: 1635741
127127.. date: 2020-09-12-18-34-34
128128.. nonce: lh335O
129- .. section: Core and Builtins
129+ .. section: Library
130130
131131 Port the :mod: `!_lsprof ` extension module to multi-phase initialization
132132(:pep: `489 `).
@@ -136,7 +136,7 @@ Port the :mod:`!_lsprof` extension module to multi-phase initialization
136136.. bpo: 1635741
137137.. date: 2020-09-08-21-58-47
138138.. nonce: vdjSLH
139- .. section: Core and Builtins
139+ .. section: Library
140140
141141 Port the :mod: `cmath ` extension module to multi-phase initialization
142142(:pep: `489 `).
@@ -146,7 +146,7 @@ Port the :mod:`cmath` extension module to multi-phase initialization
146146.. bpo: 1635741
147147.. date: 2020-09-08-20-39-43
148148.. nonce: jiXmyT
149- .. section: Core and Builtins
149+ .. section: Library
150150
151151 Port the :mod: `!_scproxy ` extension module to multi-phase initialization
152152(:pep: `489 `).
@@ -156,7 +156,7 @@ Port the :mod:`!_scproxy` extension module to multi-phase initialization
156156.. bpo: 1635741
157157.. date: 2020-09-07-11-35-02
158158.. nonce: rvIexb
159- .. section: Core and Builtins
159+ .. section: Library
160160
161161 Port the :mod: `termios ` extension module to multi-phase initialization
162162(:pep: `489 `).
@@ -166,7 +166,7 @@ Port the :mod:`termios` extension module to multi-phase initialization
166166.. bpo: 1635741
167167.. date: 2020-09-07-09-45-47
168168.. nonce: QuDIut
169- .. section: Core and Builtins
169+ .. section: Library
170170
171171 Convert the :mod: `!_sha256 ` extension module types to heap types.
172172
@@ -185,7 +185,7 @@ classes with a huge amount of arguments. Patch by Pablo Galindo.
185185.. bpo: 1635741
186186.. date: 2020-09-01-17-22-35
187187.. nonce: CnRME3
188- .. section: Core and Builtins
188+ .. section: Library
189189
190190 Port the :mod: `!_overlapped ` extension module to multi-phase initialization
191191(:pep: `489 `).
@@ -195,7 +195,7 @@ Port the :mod:`!_overlapped` extension module to multi-phase initialization
195195.. bpo: 1635741
196196.. date: 2020-09-01-17-08-07
197197.. nonce: X9CZgo
198- .. section: Core and Builtins
198+ .. section: Library
199199
200200 Port the :mod: `!_curses_panel ` extension module to multi-phase initialization
201201(:pep: `489 `).
@@ -205,7 +205,7 @@ Port the :mod:`!_curses_panel` extension module to multi-phase initialization
205205.. bpo: 1635741
206206.. date: 2020-09-01-17-06-02
207207.. nonce: 5jZymK
208- .. section: Core and Builtins
208+ .. section: Library
209209
210210 Port the :mod: `!_opcode ` extension module to multi-phase initialization
211211(:pep: `489 `).
@@ -225,7 +225,7 @@ format string in f-string and :meth:`str.format`.
225225.. bpo: 41675
226226.. date: 2020-08-31-14-53-17
227227.. nonce: VSoqWU
228- .. section: Core and Builtins
228+ .. section: Library
229229
230230 The implementation of :func: `signal.siginterrupt ` now uses
231231:c:func: `!sigaction ` (if it is available in the system) instead of the
@@ -257,7 +257,7 @@ Fix a crash that occurred when destroying subclasses of
257257.. bpo: 1635741
258258.. date: 2020-08-28-20-54-04
259259.. nonce: 7ijlcI
260- .. section: Core and Builtins
260+ .. section: Library
261261
262262 Port the :mod: `zlib ` extension module to multi-phase initialization
263263(:pep: `489 `).
@@ -267,7 +267,7 @@ Port the :mod:`zlib` extension module to multi-phase initialization
267267.. bpo: 41631
268268.. date: 2020-08-26-11-23-31
269269.. nonce: 3jZcd9
270- .. section: Core and Builtins
270+ .. section: Library
271271
272272 The ``_ast `` module uses again a global state. Using a module state per
273273module instance is causing subtle practical problems. For example, the
@@ -280,7 +280,7 @@ initialized ``_ast`` module.
280280.. bpo: 40077
281281.. date: 2020-08-25-22-43-33
282282.. nonce: vcxSUa
283- .. section: Core and Builtins
283+ .. section: Library
284284
285285 Convert :mod: `!_operator ` to use :c:func: `PyType_FromSpec `.
286286
@@ -298,7 +298,7 @@ Port :mod:`!_sha3` to multi-phase init. Convert static types to heap types.
298298.. bpo: 1635741
299299.. date: 2020-08-13-07-18-05
300300.. nonce: FC13e7
301- .. section: Core and Builtins
301+ .. section: Library
302302
303303 Port the :mod: `!_blake2 ` extension module to the multi-phase initialization
304304API (:pep: `489 `).
@@ -337,7 +337,7 @@ The output of ``python --help`` contains now only ASCII characters.
337337.. bpo: 1635741
338338.. date: 2020-08-10-16-11-32
339339.. nonce: O0d3ym
340- .. section: Core and Builtins
340+ .. section: Library
341341
342342 Port the :mod: `!_sha1 `, :mod: `!_sha512 `, and :mod: `!_md5 ` extension modules to
343343multi-phase initialization API (:pep: `489 `).
@@ -454,7 +454,7 @@ Port :mod:`multiprocessing` to multi-phase initialization
454454.. bpo: 1635741
455455.. date: 2020-07-06-20-43-19
456456.. nonce: LYhsni
457- .. section: Core and Builtins
457+ .. section: Library
458458
459459 Port :mod: `winapi ` to multiphase initialization
460460
@@ -486,7 +486,7 @@ will tagged as so.
486486.. bpo: 1635741
487487.. date: 2020-07-03-23-10-02
488488.. nonce: F5coWe
489- .. section: Core and Builtins
489+ .. section: Library
490490
491491 Port :mod: `faulthandler ` to multiphase initialization.
492492
@@ -495,7 +495,7 @@ Port :mod:`faulthandler` to multiphase initialization.
495495.. bpo: 1635741
496496.. date: 2020-07-01-20-17-38
497497.. nonce: -AtPYu
498- .. section: Core and Builtins
498+ .. section: Library
499499
500500 Port :mod: `sha256 ` to multiphase initialization
501501
@@ -634,7 +634,7 @@ Remove the remaining files from the old parser and the :mod:`symbol` module.
634634.. bpo: 40077
635635.. date: 2020-06-18-19-04-30
636636.. nonce: _yI-ax
637- .. section: Core and Builtins
637+ .. section: Library
638638
639639 Convert :mod: `!_bz2 ` to use :c:func: `PyType_FromSpec `.
640640
@@ -643,7 +643,7 @@ Convert :mod:`!_bz2` to use :c:func:`PyType_FromSpec`.
643643.. bpo: 41006
644644.. date: 2020-06-18-00-07-09
645645.. nonce: H-wN-d
646- .. section: Core and Builtins
646+ .. section: Library
647647
648648 The ``encodings.latin_1 `` module is no longer imported at startup. Now it is
649649only imported when it is the filesystem encoding or the stdio encoding.
@@ -653,7 +653,7 @@ only imported when it is the filesystem encoding or the stdio encoding.
653653.. bpo: 40636
654654.. date: 2020-06-17-10-27-17
655655.. nonce: MYaCIe
656- .. section: Core and Builtins
656+ .. section: Library
657657
658658:func: `zip ` now supports :pep: `618 `'s ``strict `` parameter, which raises a
659659:exc: `ValueError ` if the arguments are exhausted at different lengths. Patch
@@ -712,7 +712,7 @@ Fix refleak in _Py_fopen_obj() when PySys_Audit() fails
712712.. bpo: 40950
713713.. date: 2020-06-12-00-12-28
714714.. nonce: tzMy7m
715- .. section: Core and Builtins
715+ .. section: Library
716716
717717 Add a state to the :mod: `!nis ` module (:pep: `3121 `) and apply the multiphase
718718initialization. Patch by Donghee Na.
@@ -999,7 +999,7 @@ Improve performance of generators by not raising internal StopIteration.
999999.. bpo: 1635741
10001000.. date: 2020-04-10-23-54-57
10011001.. nonce: ZURqoN
1002- .. section: Core and Builtins
1002+ .. section: Library
10031003
10041004 Port :mod: `mmap ` to multiphase initialization.
10051005
@@ -1008,7 +1008,7 @@ Port :mod:`mmap` to multiphase initialization.
10081008.. bpo: 1635741
10091009.. date: 2020-04-05-02-35-08
10101010.. nonce: Kfe9fT
1011- .. section: Core and Builtins
1011+ .. section: Library
10121012
10131013 Port :mod: `!_lzma ` to multiphase initialization.
10141014
@@ -1040,7 +1040,7 @@ representation of an integer. Patch by Niklas Fiekas.
10401040.. bpo: 36982
10411041.. date: 2019-05-25-05-27-39
10421042.. nonce: 0UHgfB
1043- .. section: Core and Builtins
1043+ .. section: Library
10441044
10451045 Use ncurses extended color functions when available to support terminals
10461046with 256 colors, and add the new function
0 commit comments