larryhastings | f9f1734 | 2017-09-04 13:30:19 -0700 | [diff] [blame] | 1 | .. bpo: 24769 |
Ned Deily | aee5df5 | 2018-06-27 18:45:50 -0400 | [diff] [blame] | 2 | .. date: 9294 |
larryhastings | f9f1734 | 2017-09-04 13:30:19 -0700 | [diff] [blame] | 3 | .. nonce: XgRA0n |
| 4 | .. release date: 2015-08-25 |
| 5 | .. section: Core and Builtins |
| 6 | |
| 7 | Interpreter now starts properly when dynamic loading is disabled. Patch by |
| 8 | Petr Viktorin. |
| 9 | |
| 10 | .. |
| 11 | |
| 12 | .. bpo: 21167 |
Ned Deily | aee5df5 | 2018-06-27 18:45:50 -0400 | [diff] [blame] | 13 | .. date: 9293 |
larryhastings | f9f1734 | 2017-09-04 13:30:19 -0700 | [diff] [blame] | 14 | .. nonce: uom-Dq |
| 15 | .. section: Core and Builtins |
| 16 | |
| 17 | NAN operations are now handled correctly when python is compiled with ICC |
| 18 | even if -fp-model strict is not specified. |
| 19 | |
| 20 | .. |
| 21 | |
| 22 | .. bpo: 24492 |
Ned Deily | aee5df5 | 2018-06-27 18:45:50 -0400 | [diff] [blame] | 23 | .. date: 9292 |
larryhastings | f9f1734 | 2017-09-04 13:30:19 -0700 | [diff] [blame] | 24 | .. nonce: LKDAIu |
| 25 | .. section: Core and Builtins |
| 26 | |
| 27 | A "package" lacking a __name__ attribute when trying to perform a ``from .. |
| 28 | import ...`` statement will trigger an ImportError instead of an |
| 29 | AttributeError. |
| 30 | |
| 31 | .. |
| 32 | |
| 33 | .. bpo: 24847 |
Ned Deily | aee5df5 | 2018-06-27 18:45:50 -0400 | [diff] [blame] | 34 | .. date: 9291 |
larryhastings | f9f1734 | 2017-09-04 13:30:19 -0700 | [diff] [blame] | 35 | .. nonce: SHiiO_ |
| 36 | .. section: Library |
| 37 | |
| 38 | Removes vcruntime140.dll dependency from Tcl/Tk. |
| 39 | |
| 40 | .. |
| 41 | |
| 42 | .. bpo: 24839 |
Ned Deily | aee5df5 | 2018-06-27 18:45:50 -0400 | [diff] [blame] | 43 | .. date: 9290 |
larryhastings | f9f1734 | 2017-09-04 13:30:19 -0700 | [diff] [blame] | 44 | .. nonce: 7_iQZl |
| 45 | .. section: Library |
| 46 | |
| 47 | platform._syscmd_ver raises DeprecationWarning |
| 48 | |
| 49 | .. |
| 50 | |
| 51 | .. bpo: 24867 |
Ned Deily | aee5df5 | 2018-06-27 18:45:50 -0400 | [diff] [blame] | 52 | .. date: 9289 |
larryhastings | f9f1734 | 2017-09-04 13:30:19 -0700 | [diff] [blame] | 53 | .. nonce: rxJIl7 |
| 54 | .. section: Library |
| 55 | |
| 56 | Fix Task.get_stack() for 'async def' coroutines |