summaryrefslogtreecommitdiff
path: root/Doc/reference
Commit message (Expand)AuthorAgeFilesLines
* bpo-30969: Fix docs about the comparison in absence of __contains__ (GH-2761)Miss Islington (bot)2019-05-301-5/+6
* [3.7] bpo-34682: Wording and grammatical changes to the doc(https://docs.pyth...Stéphane Wirtel2019-05-133-13/+13
* bpo-36166: Change to rst datamodel file. (GH-13089) (#13094)Miss Islington (bot)2019-05-041-2/+2
* bpo-30840: Document relative imports (GH-12831) (GH-12938)Miss Islington (bot)2019-04-252-1/+42
* Doc: Fixed missing punctuation in datamodel.rst (GH-12581)Miss Islington (bot)2019-03-271-14/+14
* Document other performance implication for __slots__ (GH-11974) (GH-11975)Miss Islington (bot)2019-02-211-0/+1
* bpo-35566: Add links to annotation glossary term (GH-11291) (GH-11302)Miss Islington (bot)2018-12-232-4/+4
* [3.7] bpo-35506: Remove redundant and incorrect links from keywords. (GH-1117...Serhiy Storchaka2018-12-196-113/+111
* Correct a couple of unbalanced parenthesis. (GH-10779)Miss Islington (bot)2018-12-051-1/+1
* Move __missing__ after __delitem__ in Data model. (GH-10923)Miss Islington (bot)2018-12-051-8/+8
* Fix outdated info in datamodel about dicts (GH-9807)Miss Islington (bot)2018-11-161-2/+2
* bpo-33816: Remove outdated metaclass example (GH-7566)Miss Islington (bot)2018-11-161-34/+2
* bpo-33878: Doc: Fix missing case by simplifying. (GH-7762)Miss Islington (bot)2018-11-121-6/+3
* bpo-33699: Describe try's else clause with the rest of the try clause (GH-7252)Miss Islington (bot)2018-11-111-7/+5
* Add link to PEP 525 in Expressions. (GH-10333)Miss Islington (bot)2018-11-071-1/+5
* Add future_stmt to simple_stmt production list. (GH-8239)Miss Islington (bot)2018-11-071-0/+1
* Mark -c and -O as command line options in reStructuredText. (GH-10103)Miss Islington (bot)2018-11-073-3/+3
* bpo-35119: Fix RecursionError in example of customizing module attribute acce...Miss Islington (bot)2018-11-051-1/+1
* bpo-35054: Add yet more index entries for symbols. (GH-10121) (GH-10171)Miss Islington (bot)2018-10-285-93/+80
* Fix mistakes on function coroutines related definitions (GH-9871)Miss Islington (bot)2018-10-281-8/+8
* [3.7] bpo-35054: Add more index entries for symbols. (GH-10064). (GH-10120)Serhiy Storchaka2018-10-267-49/+230
* bpo-33726, doc: Add short descriptions to PEP references in seealso (GH-7294)Miss Islington (bot)2018-10-192-2/+17
* Update compound_stmts.rst (GH-9864) (GH-9869)Miss Islington (bot)2018-10-141-4/+4
* closes bpo-28955: Clarified comparisons between NaN and number in reference d...Miss Islington (bot)2018-09-141-6/+5
* Fix HTML formatting in datamodel.rst (GH-8693)Miss Islington (bot)2018-08-061-3/+3
* Use 'for example' instead of 'in other words' in compound statement doc (GH-8...Miss Islington (bot)2018-07-301-1/+1
* bpo-33702: Add some missing links in production lists and do a little polish ...Miss Islington (bot)2018-07-073-25/+25
* bpo-33877: Remove UNIX qualification for running complete programs (GH-7744)Miss Islington (bot)2018-06-221-5/+6
* bpo-33847: Add '@' operator entry to index (GH-7669)Miss Islington (bot)2018-06-151-1/+3
* bpo-33852: Remove misplaced parentheses around 'list'. (GH-7672)Miss Islington (bot)2018-06-151-1/+1
* bpo-33766: Document that end of file or string is a newline (GH-7383)Miss Islington (bot)2018-06-091-5/+6
* update to Unicode 11.0.0 (closes bpo-33778) (GH-7439) (GH-7470)Miss Islington (bot)2018-06-071-2/+2
* Fix typo in datamodel.rst (GH-6964)Miss Islington (bot)2018-06-021-1/+1
* Fix lambda parameters being refered as arguments (GH-7037)Miss Islington (bot)2018-05-221-2/+2
* bpo-23722: Fix docs for future __classcell__ changes. (GH-6999) (GH-7000)Miss Islington (bot)2018-05-201-1/+1
* [3.7] bpo-32996: The bulk of What's New in Python 3.7 (GH-6978). (GH-6998)Elvis Pranskevichus2018-05-191-0/+2
* bpo-32717: Document PEP 560 (GH-6726)Miss Islington (bot)2018-05-081-0/+37
* Clarify that __path__ can't be just any value (GH-6554)Miss Islington (bot)2018-04-201-2/+1
* bpo-33260: Regenerate token.py after removing ASYNC and AWAIT. (GH-6447)Miss Islington (bot)2018-04-111-1/+1
* bpo-26701: Improve documentation for the rounding special methods. (GH-6054)Miss Islington (bot)2018-03-101-12/+18
* bpo-26701: Add documentation for __trunc__ (GH-6049)Miss Islington (bot)2018-03-111-0/+9
* bpo-30579: Docs for dynamic traceback creation (GH-5653)Miss Islington (bot)2018-02-131-12/+34
* [3.7] bpo-8722: Document __getattr__ behavior with AttributeError in property...Miss Islington (bot)2018-02-051-4/+6
* 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-111-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