Skip to content

Commit 08bd63d

Browse files
committed
Python 3.8.6rc1
1 parent 84105cb commit 08bd63d

File tree

36 files changed

+319
-55
lines changed

36 files changed

+319
-55
lines changed

Include/patchlevel.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
/*--start constants--*/
1919
#define PY_MAJOR_VERSION 3
2020
#define PY_MINOR_VERSION 8
21-
#define PY_MICRO_VERSION 5
22-
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
23-
#define PY_RELEASE_SERIAL 0
21+
#define PY_MICRO_VERSION 6
22+
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
23+
#define PY_RELEASE_SERIAL 1
2424

2525
/* Version as a string */
26-
#define PY_VERSION "3.8.5+"
26+
#define PY_VERSION "3.8.6rc1"
2727
/*--end constants--*/
2828

2929
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.

Lib/pydoc_data/topics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Autogenerated by Sphinx on Mon Jul 20 14:14:54 2020
2+
# Autogenerated by Sphinx on Mon Sep 7 17:49:24 2020
33
topics = {'assert': 'The "assert" statement\n'
44
'**********************\n'
55
'\n'

Misc/NEWS.d/3.8.6rc1.rst

Lines changed: 312 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,312 @@
1+
.. bpo: 41654
2+
.. date: 2020-08-30-20-38-33
3+
.. nonce: HtnhAM
4+
.. release date: 2020-09-07
5+
.. section: Core and Builtins
6+
7+
Fix a crash that occurred when destroying subclasses of
8+
:class:`MemoryError`. Patch by Pablo Galindo.
9+
10+
..
11+
12+
.. bpo: 41533
13+
.. date: 2020-08-12-20-29-57
14+
.. nonce: 4pcVAc
15+
.. section: Core and Builtins
16+
17+
Free the stack allocated in ``va_build_stack`` if ``do_mkstack`` fails and
18+
the stack is not a ``small_stack``.
19+
20+
..
21+
22+
.. bpo: 38156
23+
.. date: 2020-07-20-17-01-17
24+
.. nonce: ptcdRy
25+
.. section: Core and Builtins
26+
27+
Handle interrupts that come after EOF correctly in ``PyOS_StdioReadline``.
28+
29+
..
30+
31+
.. bpo: 41696
32+
.. date: 2020-09-03-01-35-32
33+
.. nonce: zkYGre
34+
.. section: Library
35+
36+
Fix handling of debug mode in :func:`asyncio.run`. This allows setting
37+
``PYTHONASYNCIODEBUG`` or ``-X dev`` to enable asyncio debug mode when using
38+
:func:`asyncio.run`.
39+
40+
..
41+
42+
.. bpo: 39010
43+
.. date: 2020-08-30-10-24-26
44+
.. nonce: _mzXJW
45+
.. section: Library
46+
47+
Restarting a ``ProactorEventLoop`` on Windows no longer logs spurious
48+
``ConnectionResetErrors``.
49+
50+
..
51+
52+
.. bpo: 41609
53+
.. date: 2020-08-21-15-51-15
54+
.. nonce: JmiUKG
55+
.. section: Library
56+
57+
The pdb whatis command correctly reports instance methods as 'Method' rather
58+
than 'Function'.
59+
60+
..
61+
62+
.. bpo: 32751
63+
.. date: 2020-08-15-15-50-12
64+
.. nonce: 85je5X
65+
.. section: Library
66+
67+
When cancelling the task due to a timeout, :meth:`asyncio.wait_for` will now
68+
wait until the cancellation is complete also in the case when *timeout* is
69+
<= 0, like it does with positive timeouts.
70+
71+
..
72+
73+
.. bpo: 37658
74+
.. date: 2020-08-15-15-21-40
75+
.. nonce: f9nivB
76+
.. section: Library
77+
78+
:meth:`asyncio.wait_for` now properly handles races between cancellation of
79+
itself and the completion of the wrapped awaitable.
80+
81+
..
82+
83+
.. bpo: 40782
84+
.. date: 2020-08-13-08-07-25
85+
.. nonce: aGZqmB
86+
.. section: Library
87+
88+
Change the method asyncio.AbstractEventLoop.run_in_executor to not be a
89+
coroutine.
90+
91+
..
92+
93+
.. bpo: 41520
94+
.. date: 2020-08-12-13-25-16
95+
.. nonce: BEUWa4
96+
.. section: Library
97+
98+
Fix :mod:`codeop` regression that prevented turning compile warnings into
99+
errors.
100+
101+
..
102+
103+
.. bpo: 41503
104+
.. date: 2020-08-07-15-18-16
105+
.. nonce: IYftcu
106+
.. section: Library
107+
108+
Fixed a race between setTarget and flush in logging.handlers.MemoryHandler.
109+
110+
..
111+
112+
.. bpo: 41497
113+
.. date: 2020-08-07-06-06-29
114+
.. nonce: aBtsWz
115+
.. section: Library
116+
117+
Fix potential UnicodeDecodeError in dis module.
118+
119+
..
120+
121+
.. bpo: 41490
122+
.. date: 2020-08-05-23-16-39
123+
.. nonce: 6z47A_
124+
.. section: Library
125+
126+
Update :mod:`ensurepip` to install pip 20.2.1 and setuptools 49.2.1.
127+
128+
..
129+
130+
.. bpo: 41467
131+
.. date: 2020-08-04-00-20-30
132+
.. nonce: Z8DgTL
133+
.. section: Library
134+
135+
On Windows, fix asyncio ``recv_into()`` return value when the socket/pipe is
136+
closed (:exc:`BrokenPipeError`): return ``0`` rather than an empty byte
137+
string (``b''``).
138+
139+
..
140+
141+
.. bpo: 41425
142+
.. date: 2020-08-03-01-59-48
143+
.. nonce: KJo6zF
144+
.. section: Library
145+
146+
Make tkinter doc example runnable.
147+
148+
..
149+
150+
.. bpo: 41384
151+
.. date: 2020-07-26-21-18-43
152+
.. nonce: MlzIgV
153+
.. section: Library
154+
155+
Raise TclError instead of TypeError when an unknown option is passed to
156+
tkinter.OptionMenu.
157+
158+
..
159+
160+
.. bpo: 38731
161+
.. date: 2020-07-25-23-18-51
162+
.. nonce: Am4wp2
163+
.. section: Library
164+
165+
Fix :exc:`NameError` in command-line interface of :mod:`py_compile`.
166+
167+
..
168+
169+
.. bpo: 41364
170+
.. date: 2020-07-21-21-45-55
171+
.. nonce: 5O-k7A
172+
.. section: Library
173+
174+
Reduce import overhead of :mod:`uuid`.
175+
176+
..
177+
178+
.. bpo: 41344
179+
.. date: 2020-07-20-13-27-48
180+
.. nonce: iKipNd
181+
.. section: Library
182+
183+
Prevent creating :class:`shared_memory.SharedMemory` objects with
184+
:code:`size=0`.
185+
186+
..
187+
188+
.. bpo: 40726
189+
.. date: 2020-05-22-12-45-58
190+
.. nonce: 7oBdMw
191+
.. section: Library
192+
193+
Handle cases where the ``end_lineno`` is ``None`` on
194+
:func:`ast.increment_lineno`.
195+
196+
..
197+
198+
.. bpo: 31122
199+
.. date: 2020-03-11-07-44-06
200+
.. nonce: zIQ80l
201+
.. section: Library
202+
203+
ssl.wrap_socket() now raises ssl.SSLEOFError rather than OSError when peer
204+
closes connection during TLS negotiation
205+
206+
..
207+
208+
.. bpo: 33660
209+
.. date: 2018-06-12-23-30-41
210+
.. nonce: AdDn5Z
211+
.. section: Library
212+
213+
Fix pathlib.PosixPath to resolve a relative path located on the root
214+
directory properly.
215+
216+
..
217+
218+
.. bpo: 41624
219+
.. date: 2020-08-25-15-11-23
220+
.. nonce: ddjJlN
221+
.. section: Documentation
222+
223+
Fix the signature of :class:`typing.Coroutine`.
224+
225+
..
226+
227+
.. bpo: 40204
228+
.. date: 2020-08-12-18-35-40
229+
.. nonce: C8A_pe
230+
.. section: Documentation
231+
232+
Enable Sphinx 3.2 ``c_allow_pre_v3`` option and disable
233+
``c_warn_on_allowed_pre_v3`` option to make the documentation compatible
234+
with Sphinx 2 and Sphinx 3.
235+
236+
..
237+
238+
.. bpo: 41045
239+
.. date: 2020-07-27-20-46-17
240+
.. nonce: GFF6Ul
241+
.. section: Documentation
242+
243+
Add documentation for debug feature of f-strings.
244+
245+
..
246+
247+
.. bpo: 41314
248+
.. date: 2020-07-25-14-20-00
249+
.. nonce: yrjko0
250+
.. section: Documentation
251+
252+
Changed the release when ``from __future__ import annotations`` becomes the
253+
default from ``4.0`` to ``3.10`` (following a change in PEP 563).
254+
255+
..
256+
257+
.. bpo: 39883
258+
.. date: 2020-03-07-03-53-39
259+
.. nonce: 1tnb4-
260+
.. section: Documentation
261+
262+
Make code, examples, and recipes in the Python documentation be licensed
263+
under the more permissive BSD0 license in addition to the existing Python
264+
2.0 license.
265+
266+
..
267+
268+
.. bpo: 41492
269+
.. date: 2020-08-06-16-59-10
270+
.. nonce: 2FQ9cM
271+
.. section: Windows
272+
273+
Fixes the description that appears in UAC prompts.
274+
275+
..
276+
277+
.. bpo: 40741
278+
.. date: 2020-07-20-23-26-26
279+
.. nonce: C9sc_d
280+
.. section: Windows
281+
282+
Update Windows release to include SQLite 3.32.3.
283+
284+
..
285+
286+
.. bpo: 41468
287+
.. date: 2020-08-09-13-42-55
288+
.. nonce: zkP0_Y
289+
.. section: IDLE
290+
291+
Improve IDLE run crash error message (which users should never see).
292+
293+
..
294+
295+
.. bpo: 41373
296+
.. date: 2020-07-24-17-49-58
297+
.. nonce: YQIPu_
298+
.. section: IDLE
299+
300+
Save files loaded with no line ending, as when blank, or different line
301+
endings, by setting its line ending to the system default. Fix regression in
302+
3.8.4 and 3.9.0b4.
303+
304+
..
305+
306+
.. bpo: 41524
307+
.. date: 2020-08-12-17-09-06
308+
.. nonce: u6Xfr2
309+
.. section: C API
310+
311+
Fix bug in PyOS_mystrnicmp and PyOS_mystricmp that incremented pointers
312+
beyond the end of a string.

Misc/NEWS.d/next/C API/2020-08-12-17-09-06.bpo-41524.u6Xfr2.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

Misc/NEWS.d/next/Core and Builtins/2020-07-20-17-01-17.bpo-38156.ptcdRy.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

Misc/NEWS.d/next/Core and Builtins/2020-08-12-20-29-57.bpo-41533.4pcVAc.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

Misc/NEWS.d/next/Core and Builtins/2020-08-30-20-38-33.bpo-41654.HtnhAM.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

Misc/NEWS.d/next/Documentation/2020-03-07-03-53-39.bpo-39883.1tnb4-.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

Misc/NEWS.d/next/Documentation/2020-07-25-14-20-00.bpo-41314.yrjko0.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

Misc/NEWS.d/next/Documentation/2020-07-27-20-46-17.bpo-41045.GFF6Ul.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

Misc/NEWS.d/next/Documentation/2020-08-12-18-35-40.bpo-40204.C8A_pe.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

Misc/NEWS.d/next/Documentation/2020-08-25-15-11-23.bpo-41624.ddjJlN.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

Misc/NEWS.d/next/IDLE/2020-07-24-17-49-58.bpo-41373.YQIPu_.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

Misc/NEWS.d/next/IDLE/2020-08-09-13-42-55.bpo-41468.zkP0_Y.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

Misc/NEWS.d/next/Library/2018-06-12-23-30-41.bpo-33660.AdDn5Z.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

Misc/NEWS.d/next/Library/2020-03-11-07-44-06.bpo-31122.zIQ80l.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

Misc/NEWS.d/next/Library/2020-05-22-12-45-58.bpo-40726.7oBdMw.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

Misc/NEWS.d/next/Library/2020-07-20-13-27-48.bpo-41344.iKipNd.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

Misc/NEWS.d/next/Library/2020-07-21-21-45-55.bpo-41364.5O-k7A.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

Misc/NEWS.d/next/Library/2020-07-25-23-18-51.bpo-38731.Am4wp2.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

Misc/NEWS.d/next/Library/2020-07-26-21-18-43.bpo-41384.MlzIgV.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

Misc/NEWS.d/next/Library/2020-08-03-01-59-48.bpo-41425.KJo6zF.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

Misc/NEWS.d/next/Library/2020-08-04-00-20-30.bpo-41467.Z8DgTL.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

Misc/NEWS.d/next/Library/2020-08-05-23-16-39.bpo-41490.6z47A_.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

Misc/NEWS.d/next/Library/2020-08-07-06-06-29.bpo-41497.aBtsWz.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)