summaryrefslogtreecommitdiffstats
path: root/Doc/reference
Commit message (Expand)AuthorAgeFilesLines
* Clarify that __path__ can't be just any value (GH-6554)Brett Cannon2018-04-201-2/+1
* bpo-33260: Regenerate token.py after removing ASYNC and AWAIT. (GH-6447)Serhiy Storchaka2018-04-111-1/+1
* bpo-32489: Allow 'continue' in 'finally' clause. (GH-5822)Serhiy Storchaka2018-03-182-9/+9
* bpo-26701: Improve documentation for the rounding special methods. (#6054)Serhiy Storchaka2018-03-101-12/+18
* bpo-26701: Add documentation for __trunc__ (GH-6022)Eric Appelt2018-03-101-0/+9
* bpo-30579: Docs for dynamic traceback creation (GH-5653)Nick Coghlan2018-02-131-12/+34
* bpo-8722: Document __getattr__ behavior with AttributeError in property (GH-4...Cheryl Sabella2018-02-051-4/+6
* bpo-10544: Disallow "yield" in comprehensions and generator expressions. (GH-...Serhiy Storchaka2018-02-041-14/+9
* bpo-32735: Fix typo in f-strings datetime format specifier example (GH-5464)Cheryl Sabella2018-01-311-1/+1
* bpo-27505: Add change notes in module attribute docs (GH-5320)Cheryl Sabella2018-01-271-0/+11
* String annotations [PEP 563] (#4390)Guido van Rossum2018-01-262-12/+28
* Lexical Analysis ref doc: Fix a typo in the string concatenation internal lin...İsmail Arılık2018-01-121-1/+1
* Improve the F-strings and format specifier documentation (GH-4931)KatherineMichel2017-12-191-4/+5
* bpo-32377: improve __del__ docs and fix mention about resurrection (#4927)Antoine Pitrou2017-12-191-39/+47
* F-strings docs: link to Format Specifiers (GH-4888)Mariatta2017-12-151-1/+2
* bpo-32225: Implementation of PEP 562 (#4731)Ivan Levkivskyi2017-12-141-0/+45
* closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575)Benjamin Peterson2017-12-091-0/+27
* bpo-10544: Deprecate "yield" in comprehensions and generator expressions. (GH...Serhiy Storchaka2017-12-011-8/+53
* Remove redundant 'exc = True' line (GH-4357)Berker Peksag2017-11-111-1/+0
* bpo-31810: added missing keywords to docs. (#4140)Tom Floyer2017-11-081-7/+7
* Fix a grammatical problem and reword for clarity. (#4257)Barry Warsaw2017-11-031-5/+4
* bpo-31799: Make module.__spec__ more discoverable (#4010)Barry Warsaw2017-10-171-2/+3
* bpo-31708: Allow async generator expressions in synchronous functions (#3905)Yury Selivanov2017-10-061-8/+10
* bpo-31709: Drop support for asynchronous __aiter__. (#3903)Yury Selivanov2017-10-061-44/+9
* Fix typo in Simple Statements documentation (GH-3809)kms708472017-09-281-1/+1
* bpo-31571: Remove duplicated info in Lexical Analysis documentation (GH-3691)Guilherme Caminha2017-09-251-7/+0
* bpo-31501: Operator precedence description for arithmetic operators (#3633)svelankar2017-09-181-2/+2
* bpo-31487: Update F-strings doc example (GH-3627)Mariatta2017-09-171-1/+1
* Improve f-strings documentation (GH-3604)Mariatta2017-09-161-0/+6
* Mention enum as an ex (#2982)Louie Lu2017-09-131-2/+2
* bpo-31344: Per-frame control of trace events (GH-3417)Nick Coghlan2017-09-081-1/+11
* link to legacy doc on the non-legacy website (#3362)Benjamin Peterson2017-09-051-1/+1
* bpo-30736: upgrade to Unicode 10.0 (#2344)Benjamin Peterson2017-06-231-2/+2
* bpo-30486: Allow setting cell value (#1840)Lisa Roach2017-06-081-0/+6
* bpo-17188: add missing periods at the end of sentences (GH-1875)Mariatta2017-05-301-2/+2
* Improve grammar in The Import System documentation (GH-1862)kms708472017-05-301-6/+6
* bpo-30449 Terse slots (#1819)Aaron Hall, MBA2017-05-261-14/+15
* bpo-30372: Clarify that '__builtins__' is a CPython Implementation detail (GH...Naomi Ceder2017-05-221-9/+9
* bpo-17188: DOC: Document 'from None' in raise statement (#1671)csabella2017-05-201-2/+20
* Fix typos in multiple `.rst` files (#1668)delirious-lettuce2017-05-191-1/+1
* Fix ModuleNotFoundError typo in import reference (#1606)Dominik Miedziński2017-05-161-1/+1
* bpo-30354: Update data model documentation for super() (GH-1561)csabella2017-05-151-6/+6
* bpo-28974: `object.__format__(x, '')` is now equivalent to `str(x)` (#506)Serhiy Storchaka2017-05-131-0/+4
* Fix a trivial typo in global section (#1497)Jim Fasarakis-Hilliard2017-05-081-1/+1
* bpo-28315: Improve code examples in docs (GH-1372)UltimateCoder2017-05-031-1/+1
* bpo-29679: Implement @contextlib.asynccontextmanager (#360)Jelle Zijlstra2017-05-011-0/+2
* bpo-30052: Link `bytes` & `bytearray` to stdtypes not functions (GH-1271)csabella2017-04-261-8/+8
* bpo-30144: Import collections ABC from collections.abc rather than collection...Serhiy Storchaka2017-04-241-3/+3
* bpo-15718: Document the upper bound constrain on the __len__ return value. (#...Serhiy Storchaka2017-04-231-0/+9
* Remove outdated note about constraining of the bit shift right operand. (#1258)Serhiy Storchaka2017-04-221-5/+0