blob: 4a78694167eab273a2e0b45dc828396128e6a0ce [file] [log] [blame]
larryhastingsf9f17342017-09-04 13:30:19 -07001.. bpo: 28147
Ned Deilyaee5df52018-06-27 18:45:50 -04002.. date: 9795
larryhastingsf9f17342017-09-04 13:30:19 -07003.. nonce: CnK_xf
4.. release date: 2016-12-16
5.. section: Core and Builtins
6
7Fix a memory leak in split-table dictionaries: setattr() must not convert
8combined table into split table. Patch written by INADA Naoki.
9
10..
11
12.. bpo: 28990
Ned Deilyaee5df52018-06-27 18:45:50 -040013.. date: 9794
larryhastingsf9f17342017-09-04 13:30:19 -070014.. nonce: m8xRMJ
15.. section: Core and Builtins
16
17Fix asyncio SSL hanging if connection is closed before handshake is
18completed. (Patch by HoHo-Ho)
19
20..
21
22.. bpo: 28770
Ned Deilyaee5df52018-06-27 18:45:50 -040023.. date: 9793
larryhastingsf9f17342017-09-04 13:30:19 -070024.. nonce: N9GQsz
25.. section: Tools/Demos
26
27Fix python-gdb.py for fastcalls.
28
29..
30
31.. bpo: 28896
Ned Deilyaee5df52018-06-27 18:45:50 -040032.. date: 9792
larryhastingsf9f17342017-09-04 13:30:19 -070033.. nonce: ymAbmH
34.. section: Windows
35
36Deprecate WindowsRegistryFinder.
37
38..
39
40.. bpo: 28898
Ned Deilyaee5df52018-06-27 18:45:50 -040041.. date: 9791
larryhastingsf9f17342017-09-04 13:30:19 -070042.. nonce: YGUd_i
43.. section: Build
44
45Prevent gdb build errors due to HAVE_LONG_LONG redefinition.