summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/3.5.0b4.rst
blob: 2b1b98a4316fc159c7314257212a2b90c24834d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
.. bpo: 23573
.. date: 9263
.. nonce: HdJPs7
.. release date: 2015-07-26
.. section: Core and Builtins

Restored optimization of bytes.rfind() and bytearray.rfind() for single-byte
argument on Linux.

..

.. bpo: 24569
.. date: 9262
.. nonce: bqh6PQ
.. section: Core and Builtins

Make :pep:`448` dictionary evaluation more consistent.

..

.. bpo: 24583
.. date: 9261
.. nonce: Ooq0Tn
.. section: Core and Builtins

Fix crash when set is mutated while being updated.

..

.. bpo: 24407
.. date: 9260
.. nonce: GmCBB3
.. section: Core and Builtins

Fix crash when dict is mutated while being updated.

..

.. bpo: 24619
.. date: 9259
.. nonce: cnfZGo
.. section: Core and Builtins

New approach for tokenizing async/await. As a consequence, it is now
possible to have one-line 'async def foo(): await ..' functions.

..

.. bpo: 24687
.. date: 9258
.. nonce: 0UaXFe
.. section: Core and Builtins

Plug refleak on SyntaxError in function parameters annotations.

..

.. bpo: 15944
.. date: 9257
.. nonce: 4GuwqX
.. section: Core and Builtins

memoryview: Allow arbitrary formats when casting to bytes. Patch by Martin
Panter.

..

.. bpo: 23441
.. date: 9256
.. nonce: JXt2Yt
.. section: Library

rcompleter now prints a tab character instead of displaying possible
completions for an empty word.  Initial patch by Martin Sekera.

..

.. bpo: 24683
.. date: 9255
.. nonce: aJdWEv
.. section: Library

Fixed crashes in _json functions called with arguments of inappropriate
type.

..

.. bpo: 21697
.. date: 9254
.. nonce: jpATha
.. section: Library

shutil.copytree() now correctly handles symbolic links that point to
directories.  Patch by Eduardo Seabra and Thomas Kluyver.

..

.. bpo: 14373
.. date: 9253
.. nonce: Je0yDg
.. section: Library

Fixed segmentation fault when gc.collect() is called during constructing
lru_cache (C implementation).

..

.. bpo: 24695
.. date: 9252
.. nonce: QjZzFb
.. section: Library

Fix a regression in traceback.print_exception().  If exc_traceback is None
we shouldn't print a traceback header like described in the documentation.

..

.. bpo: 24620
.. date: 9251
.. nonce: rrnxB-
.. section: Library

Random.setstate() now validates the value of state last element.

..

.. bpo: 22485
.. date: 9250
.. nonce: HvJf6T
.. section: Library

Fixed an issue that caused `inspect.getsource` to return incorrect results
on nested functions.

..

.. bpo: 22153
.. date: 9249
.. nonce: 6n6yld
.. section: Library

Improve unittest docs. Patch from Martin Panter and evilzero.

..

.. bpo: 24580
.. date: 9248
.. nonce: AGi4Gm
.. section: Library

Symbolic group references to open group in re patterns now are explicitly
forbidden as well as numeric group references.

..

.. bpo: 24206
.. date: 9247
.. nonce: ffkVHH
.. section: Library

Fixed __eq__ and __ne__ methods of inspect classes.

..

.. bpo: 24631
.. date: 9246
.. nonce: uljPxM
.. section: Library

Fixed regression in the timeit module with multiline setup.

..

.. bpo: 18622
.. date: 9245
.. nonce: i6nCCW
.. section: Library

unittest.mock.mock_open().reset_mock would recurse infinitely. Patch from
Nicola Palumbo and Laurent De Buyst.

..

.. bpo: 23661
.. date: 9244
.. nonce: 5VHJmh
.. section: Library

unittest.mock side_effects can now be exceptions again. This was a
regression vs Python 3.4. Patch from Ignacio Rossi

..

.. bpo: 24608
.. date: 9243
.. nonce: 0TndL0
.. section: Library

chunk.Chunk.read() now always returns bytes, not str.

..

.. bpo: 18684
.. date: 9242
.. nonce: S2es0F
.. section: Library

Fixed reading out of the buffer in the re module.

..

.. bpo: 24259
.. date: 9241
.. nonce: vMAi1A
.. section: Library

tarfile now raises a ReadError if an archive is truncated inside a data
segment.

..

.. bpo: 15014
.. date: 9240
.. nonce: hwXwCH
.. section: Library

SMTP.auth() and SMTP.login() now support RFC 4954's optional
initial-response argument to the SMTP AUTH command.

..

.. bpo: 24669
.. date: 9239
.. nonce: kFThK0
.. section: Library

Fix inspect.getsource() for 'async def' functions. Patch by Kai Groner.

..

.. bpo: 24688
.. date: 9238
.. nonce: -yWfcO
.. section: Library

ast.get_docstring() for 'async def' functions.

..

.. bpo: 24603
.. date: 9237
.. nonce: PyHyF5
.. section: Build

Update Windows builds and OS X 10.5 installer to use OpenSSL 1.0.2d.