summaryrefslogtreecommitdiff
path: root/Doc/reference
Commit message (Expand)AuthorAgeFilesLines
* bpo-38524: clarify example a bit and improve formatting (GH-17406)Miss Islington (bot)2019-11-271-5/+8
* bpo-38524: document implicit and explicit calling of descriptors' __set_name_...Miss Islington (bot)2019-11-271-1/+12
* bpo-25866: Minor cleanups to "sequence" in docs (GH-17177) (GH-17208)Miss Islington (bot)2019-11-171-5/+9
* Fix minor typos. (GH-17095)Miss Islington (bot)2019-11-121-3/+3
* bpo-38434: Fixes some audit event documentation (GH-16932)Miss Skeleton (bot)2019-10-261-0/+1
* bpo-35224: Additional documentation for Assignment Expressions (GH-15935) (GH...Miss Islington (bot)2019-09-112-1/+3
* bpo-33459: Fix "tuple displays" term in Expressions.rst (GH-6760) (GH-15940)Miss Islington (bot)2019-09-111-4/+4
* bpo-37913: document that __length_hint__ can return NotImplemented (GH-15383)Steve Dower2019-09-101-1/+3
* bpo-36743: __get__ is sometimes called without the owner argument (GH-12992) ...Miss Islington (bot)2019-08-291-7/+18
* bpo-15542: Documentation incorrectly suggests __init__ called after direct _...Miss Islington (bot)2019-08-261-4/+4
* bpo-32118: Simplify docs for sequence comparison (GH-15450) (#15466)Miss Islington (bot)2019-08-241-19/+7
* bpo-29535: Remove promize about hash randomization of datetime objects. (GH-1...Miss Islington (bot)2019-08-241-2/+2
* [3.8] bpo-32912: Revert SyntaxWarning on invalid escape sequences (GH-15142)Serhiy Storchaka2019-08-091-5/+3
* bpo-35224: Reverse evaluation order of key: value in dict comprehensions (GH-...Miss Islington (bot)2019-06-221-0/+6
* More updates to the annotated assignments docs (GH-13794)Ivan Levkivskyi2019-06-041-4/+3
* Update the annotated assignment docs (GH-13757)Ivan Levkivskyi2019-06-031-1/+7
* bpo-20092. Use __index__ in constructors of int, float and complex. (GH-13108)Serhiy Storchaka2019-06-021-5/+3
* bpo-37122: Make co->co_argcount represent the total number of positonal argum...Pablo Galindo2019-06-011-17/+19
* Use more PEP 570 syntax in the documentation. (GH-13720)Serhiy Storchaka2019-06-011-1/+1
* Update data model docs to include missing attributes for code objects (GH-13696)Pablo Galindo2019-05-311-12/+17
* bpo-30969: Fix docs about the comparison in absence of __contains__ (GH-2761)Antti Haapala2019-05-301-5/+6
* Regenerate topics file (GH-13642)Pablo Galindo2019-05-291-1/+1
* bpo-36540: Documentation for PEP570 - Python positional only arguments (#13202)Pablo Galindo2019-05-281-2/+4
* bpo-34682: Wording and grammatical changes to the doc(https://docs.python.org...divyag92019-05-133-13/+13
* Correct misspelling (GH-11470)Johnny Gérard2019-05-121-1/+1
* closes bpo-36861: Update Unicode database to 12.1.0. (GH-13214)Benjamin Peterson2019-05-081-1/+1
* bpo-36798: Updating f-string docs for := use case (GH-13107)Logan Jones2019-05-061-5/+6
* bpo-36166: Change to rst datamodel file. (GH-13089)Catherine Alvarado2019-05-041-2/+2
* Improve grammar on async context managers and shorten text (GH-12379)Andre Delfino2019-05-031-4/+4
* Don't use the LHS/RHS acronym in Simple statements (GH-12996)Andre Delfino2019-05-031-4/+4
* Namespace packages _bootstrap.ModuleSpec.loader attributes are no longer None...Géry Ogam2019-05-011-6/+5
* bpo-30840: Document relative imports (#12831)Joannah Nanjekye2019-04-252-1/+42
* Doc: Fixed missing punctuation in datamodel.rst (GH-12581)Jules Lasne (jlasne)2019-03-271-14/+14
* closes bpo-33376: Update to Unicode 12.0.0. (GH-12256)Benjamin Peterson2019-03-091-1/+1
* closes bpo-36188: Clean up 'unbound' method left-overs. (GH-12169)Martijn Pieters2019-03-041-6/+0
* Document other performance implication for __slots__ (GH-11974)Raymond Hettinger2019-02-211-0/+1
* bpo-35911: add cell constructor (GH-11771)Pierre Glaser2019-02-071-1/+3
* bpo-35566: Add links to annotation glossary term (GH-11291)Cheryl Sabella2018-12-232-4/+4
* bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174)Serhiy Storchaka2018-12-196-112/+110
* Correct a couple of unbalanced parenthesis. (GH-10779)Andre Delfino2018-12-051-1/+1
* Move __missing__ after __delitem__ in Data model. (GH-10923)Andre Delfino2018-12-051-8/+8
* Fix outdated info in datamodel about dicts (GH-9807)wim glenn2018-11-161-2/+2
* bpo-33816: Remove outdated metaclass example (GH-7566)Andrés Delfino2018-11-161-34/+2
* bpo-33878: Doc: Fix missing case by simplifying. (GH-7762)Julien Palard2018-11-121-6/+3
* bpo-33699: Describe try's else clause with the rest of the try clause (GH-7252)Andrés Delfino2018-11-111-7/+5
* Add link to PEP 525 in Expressions. (GH-10333)Andrés Delfino2018-11-071-1/+5
* Add future_stmt to simple_stmt production list. (GH-8239)Andrés Delfino2018-11-071-0/+1
* Mark -c and -O as command line options in reStructuredText. (GH-10103)Andrés Delfino2018-11-073-3/+3
* bpo-35119: Fix RecursionError in example of customizing module attribute acce...Denis Osipov2018-11-061-1/+1
* bpo-35054: Add yet more index entries for symbols. (GH-10121)Serhiy Storchaka2018-10-285-93/+80