summaryrefslogtreecommitdiff
path: root/Doc/reference
Commit message (Expand)AuthorAgeFilesLines
* [3.6] Correct a couple of unbalanced parenthesis. (GH-10779). (GH-10945)Andre Delfino2018-12-051-1/+1
* Move __missing__ after __delitem__ in Data model. (GH-10923)Miss Islington (bot)2018-12-051-8/+8
* 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 future_stmt to simple_stmt production list. (GH-8239)Miss Islington (bot)2018-11-071-0/+1
* Add link to PEP 525 in Expressions. (GH-10333)Miss Islington (bot)2018-11-071-1/+5
* Mark -c and -O as command line options in reStructuredText. (GH-10103)Miss Islington (bot)2018-11-073-3/+3
* [3.6] bpo-35054: Add yet more index entries for symbols. (GH-10121). (GH-10182)Serhiy Storchaka2018-10-285-93/+80
* [3.6] bpo-35054: Add more index entries for symbols. (GH-10064). (GH-10119)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
* 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
* 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)Miss Islington (bot)2018-05-191-1/+1
* Clarify that __path__ can't be just any value (GH-6554)Miss Islington (bot)2018-04-201-2/+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-6050)Miss Islington (bot)2018-03-111-0/+9
* bpo-30449: Improve __slots__ documentation (GH-1819)Miss Islington (bot)2018-02-221-14/+15
* [3.6] 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) ...Miss Islington (bot)2018-01-311-1/+1
* [3.6] bpo-27505: Retrofit module __class__ documentation from 3.7 (GH-5321)Cheryl Sabella2018-01-271-0/+33
* Lexical Analysis ref doc: Fix a typo in the string concatenation internal lin...Miss Islington (bot)2018-01-111-1/+1
* Improve the F-strings and format specifier documentation (GH-4931) (GH-4933)Miss Islington (bot)2017-12-191-4/+5
* bpo-32377: improve __del__ docs and fix mention about resurrection (GH-4927) ...Miss Islington (bot)2017-12-191-39/+47
* F-strings docs: link to Format Specifiers (GH-4888) (GH-4889)Miss Islington (bot)2017-12-151-1/+2
* Remove redundant 'exc = True' line (GH-4357)Miss Islington (bot)2017-11-111-1/+0
* [3.6] bpo-31799: Make module.__spec__ more discoverable (GH-4010) (#4021)Miss Islington (bot)2017-10-171-2/+3
* bpo-31621: Fix typo in Simple Statements documentation (GH-3809) (GH-3810)Miss Islington (bot)2017-09-281-1/+1
* bpo-31571: Remove duplicated info in Lexical Analysis documentation (GH-3691)...Miss Islington (bot)2017-09-251-7/+0
* bpo-31501: Operator precedence description for arithmetic operators (GH-3633)...Miss Islington (bot)2017-09-191-2/+2
* bpo-31487: Update F-strings doc example (GH-3627) (GH-3628)Miss Islington (bot)2017-09-171-1/+1
* bpo-31487: Improve f-strings documentation (GH-3604) (GH-3619)Miss Islington (bot)2017-09-161-0/+6
* [3.6] Mention enum as a potential use for metaclasses (GH-2982) (GH-3527)Miss Islington (bot)2017-09-121-2/+2
* [3.6] link to legacy doc on the non-legacy website (GH-3362) (#3368)Benjamin Peterson2017-09-051-1/+1
* fix some reference to Unicode 8 that should be to Unicode 9 (#2346)Benjamin Peterson2017-06-221-2/+2
* bpo-30052: Link `bytes` & `bytearray` to stdtypes not functions (GH-1271) (G...Mariatta2017-06-011-8/+8
* [3.6] Fix a trivial typo in global section (GH-1497) (GH-1880)Mariatta2017-05-301-1/+1
* bpo-17188: add missing periods at the end of sentences (GH-1875) (GH-1876)Mariatta2017-05-301-2/+2
* bpo-30354: Update data model documentation for super() (GH-1561) (GH-1868)csabella2017-05-301-6/+6
* bpo-17188: DOC: Document 'from None' in raise statement (GH-1671) (GH-1867)csabella2017-05-301-2/+20
* Improve grammar in The Import System documentation (GH-1862) (GH-1863)Mariatta2017-05-301-6/+6
* [3.6] bpo-30372: Clarify that '__builtins__' is a CPython Implementation deta...Mariatta2017-05-221-9/+9
* [3.6] Fix typos in multiple `.rst` files (GH-1668) (#1702)delirious-lettuce2017-05-221-1/+1
* Fix ModuleNotFoundError typo in import reference (#1610)Dominik MiedziƄski2017-05-171-1/+1