cpython/Doc/reference
Géry Ogam 1d1b97ae64 bpo-39048: Look up __aenter__ before __aexit__ in async with (GH-17609)
* Reorder the __aenter__ and __aexit__ checks for async with
* Add assertions for async with body being skipped
* Swap __aexit__ and __aenter__ loading in the documentation
2020-01-14 21:58:29 +10:00
..
compound_stmts.rst bpo-39048: Look up __aenter__ before __aexit__ in async with (GH-17609) 2020-01-14 21:58:29 +10:00
datamodel.rst Fix the parameter list of object. _rpow_ (#GH-16477) 2020-01-05 17:20:29 -05:00
executionmodel.rst Doc: Add -m reference in context of code execution (GH-16045) 2019-09-12 14:19:06 +01:00
expressions.rst bpo-35224: Additional documentation for Assignment Expressions (GH-15935) 2019-09-11 07:37:12 -07:00
grammar.rst
import.rst links in importlib.metadata.rst replaced with sphinx references (GH-17730) 2019-12-29 12:26:35 -05:00
index.rst Merge from 3.2: remove unneeded "Release" and "Date" markers from index pages. 2012-10-28 11:10:24 -07:00
introduction.rst Python for .NET has moved to Github. 2016-02-03 22:05:46 -06:00
lexical_analysis.rst bpo-35224: Additional documentation for Assignment Expressions (GH-15935) 2019-09-11 07:37:12 -07:00
simple_stmts.rst bpo-38434: Fixes some audit event documentation (GH-16932) 2019-10-26 13:02:30 -07:00
toplevel_components.rst bpo-33877: Remove UNIX qualification for running complete programs (GH-7744) 2018-06-22 17:31:03 -04:00