@@ -10,24 +10,6 @@ Release date: XXXX-XX-XX
10
10
Core and Builtins
11
11
-----------------
12
12
13
- - bpo-28876: ``bool(range)`` works even if ``len(range)``
14
- raises :exc:`OverflowError`.
15
-
16
- - bpo-29600: Fix wrapping coroutine return values in StopIteration.
17
-
18
- - Issue #29537: Restore runtime compatibility with bytecode files generated by
19
- CPython 3.5.0 to 3.5.2, and adjust the eval loop to avoid the problems that
20
- could be caused by the malformed variant of the BUILD_MAP_UNPACK_WITH_CALL
21
- opcode that they may contain. Patch by Petr Viktorin, Serhiy Storchaka,
22
- and Nick Coghlan.
23
-
24
- - Issue #28598: Support __rmod__ for subclasses of str being called before
25
- str.__mod__. Patch by Martijn Pieters.
26
-
27
- - bpo-29602: Fix incorrect handling of signed zeros in complex constructor for
28
- complex subclasses and for inputs having a __complex__ method. Patch
29
- by Serhiy Storchaka.
30
-
31
13
- bpo-29347: Fixed possibly dereferencing undefined pointers
32
14
when creating weakref objects.
33
15
@@ -46,43 +28,8 @@ Extension Modules
46
28
Library
47
29
-------
48
30
49
- - bpo-29884: faulthandler: Restore the old sigaltstack during teardown.
50
- Patch by Christophe Zeitouny.
51
-
52
- - bpo-25455: Fixed crashes in repr of recursive buffered file-like objects.
53
-
54
- - bpo-29800: Fix crashes in partial.__repr__ if the keys of partial.keywords
55
- are not strings. Patch by Michael Seifert.
56
-
57
- - bpo-29742: get_extra_info() raises exception if get called on closed ssl transport.
58
- Patch by Nikolay Kim.
59
-
60
- - bpo-8256: Fixed possible failing or crashing input() if attributes "encoding"
61
- or "errors" of sys.stdin or sys.stdout are not set or are not strings.
62
-
63
- - bpo-28298: Fix a bug that prevented array 'Q', 'L' and 'I' from accepting big
64
- intables (objects that have __int__) as elements. Patch by Oren Milman.
65
-
66
- - bpo-29615: SimpleXMLRPCDispatcher no longer chains KeyError (or any other
67
- exception) to exception(s) raised in the dispatched methods.
68
- Patch by Petr Motejlek.
69
-
70
- - bpo-29704: asyncio.subprocess.SubprocessStreamProtocol no longer closes before
71
- all pipes are closed.
72
-
73
- - bpo-29703: Fix asyncio to support instantiation of new event loops
74
- in child processes.
75
-
76
- - bpo-29376: Fix assertion error in threading._DummyThread.is_alive().
77
-
78
- - bpo-29110: Fix file object leak in aifc.open() when file is given as a
79
- filesystem path and is not in valid AIFF format. Patch by Anthony Zhang.
80
-
81
- - Issue #28961: Fix unittest.mock._Call helper: don't ignore the name parameter
82
- anymore. Patch written by Jiajun Huang.
83
-
84
- - bpo-29532: Altering a kwarg dictionary passed to functools.partial()
85
- no longer affects a partial object after creation.
31
+ - bpo-29861: Release references to tasks, their arguments and their results
32
+ as soon as they are finished in multiprocessing.Pool.
86
33
87
34
- Issue #28556: Various updates to typing module: typing.Counter, typing.ChainMap,
88
35
improved ABC caching, etc. Original PRs by Jelle Zijlstra, Ivan Levkivskyi,
@@ -141,11 +88,6 @@ C API
141
88
Documentation
142
89
-------------
143
90
144
- - bpo-28929: Link the documentation to its source file on GitHub.
145
-
146
- - bpo-25008: Document smtpd.py as effectively deprecated and add a pointer to
147
- aiosmtpd, a third-party asyncio-based replacement.
148
-
149
91
- Issue #26355: Add canonical header link on each page to corresponding major
150
92
version of the documentation. Patch by Matthias Bussonnier.
151
93
0 commit comments