summaryrefslogtreecommitdiff
path: root/Doc/reference
Commit message (Expand)AuthorAgeFilesLines
* Issues #12067: Merge hash recommendation from 3.5Martin Panter2017-01-291-0/+4
|\
| * Issue #12067: Recommend that hash and equality be consistentMartin Panter2017-01-291-0/+4
* | Issue #29012: Merge from 3.5Berker Peksag2017-01-031-5/+4
|\ \ | |/
| * Issue #29012: Remove another outdated informationBerker Peksag2017-01-031-3/+3
* | Issue #29012: Merge from 3.5Berker Peksag2017-01-026-70/+560
|\ \ | |/ |/|
| * Issue #28954: Merge keyword argument syntax from 3.5Martin Panter2016-12-246-70/+560
| |\
| | * Merge 3.5Victor Stinner2016-12-191-5/+8
| | |\
| | * | Issue #28091: Document PEP 525 & PEP 530.Yury Selivanov2016-12-154-4/+187
| | * | Issue #23722: improve __classcell__ compatibilityNick Coghlan2016-12-051-1/+40
| | * | Another en ? em dash fix for 3.6Martin Panter2016-11-211-1/+1
| | * | Update docs to reflect new behavior around backslashes in expressions (not al...Jason R. Coombs2016-11-061-7/+12
| | * | Issue #19795: Mark up None as literal text.Serhiy Storchaka2016-10-191-1/+1
| | |\ \
| | * \ \ mergeRaymond Hettinger2016-09-115-65/+328
| | |\ \ \
| | | * | | Issue #28076: Variable annotations should be mangled for private names.Guido van Rossum2016-09-111-3/+4
| | | * | | Issue #26331: Implement the parsing part of PEP 515.Brett Cannon2016-09-091-16/+29
| | | * | | Doc updates for PEPs 520 and 468.Eric Snow2016-09-091-3/+3
| | | * | | Issue #27999: Make "global after use" a SyntaxError, and ditto for nonlocal.Guido van Rossum2016-09-091-2/+3
| | | * | | Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.Yury Selivanov2016-09-082-14/+65
| | | * | | Issue #24254: Drop cls.__definition_order__.Eric Snow2016-09-082-16/+3
| | | * | | Issue #28030: Update the language reference for PEP 468.Eric Snow2016-09-081-5/+6
| | | * | | #27364: Deprecate invalid escape strings in str/byutes.R David Murray2016-09-081-0/+4
| | | * | | Issue #15767: Use ModuleNotFoundError.Eric Snow2016-09-071-10/+10
| | | * | | Issue #24254: Preserve class attribute definition order.Eric Snow2016-09-052-1/+19
| | | * | | MergeRaymond Hettinger2016-08-255-14/+201
| | | |\ \ \
| | | | * | | Anti-registration of various ABC methods.Guido van Rossum2016-08-181-1/+18
| | | | * | | Merge for issue #27712Brett Cannon2016-08-125-13/+183
| | | | |\ \ \
| | | | | * \ \ Issue #26576: Merge from 3.5Berker Peksag2016-08-035-13/+183
| | | | | |\ \ \
| | | | | | * | | Issue 27366: PEP 487 docs updatesNick Coghlan2016-07-311-0/+7
| | | | | | * | | Issue #27366: Tweak PEP 487 documentationBerker Peksag2016-07-301-0/+5
| | | | | | * | | Issue #27366: Implement PEP 487Nick Coghlan2016-07-301-1/+42
| | | | | | * | | Issue #26462: Merge code block fixes from 3.5Martin Panter2016-07-292-5/+16
| | | | | | |\ \ \
| | | | | | * \ \ \ Issue #24314: Merge doc links from 3.5Martin Panter2016-06-185-12/+129
| | | | | | |\ \ \ \
| | | | | | | * | | | Issue #24136: Adjust f-strings doc for interable unpackingMartin Panter2016-06-121-1/+2
| | | | | | | * | | | Issue #24136: Merge unpacking doc from 3.5Martin Panter2016-06-125-12/+128
| | | | | | | |\ \ \ \
| | | | | | | | * \ \ \ Issue #15476: Merge index entries from 3.5Martin Panter2016-06-091-4/+2
| | | | | | | | |\ \ \ \
| | | | | | | | * \ \ \ \ Merge 3.5 (issue #27243)Yury Selivanov2016-06-095-12/+128
| | | | | | | | |\ \ \ \ \
| | | | | | | | | * \ \ \ \ Merge: #26829: Clarify that namespace is copied to a new __dict__ in instance...R David Murray2016-06-021-0/+5
| | | | | | | | | |\ \ \ \ \
| | | | | | | | | * | | | | | Issue #23275: Allow () = iterable assignment syntaxBerker Peksag2016-05-181-16/+15
| | | | | | | | | * | | | | | Issue #27049: fix doc typoNed Deily2016-05-174-11/+127
| | | | | | | | | |\ \ \ \ \ \
| | | | | | | | | | * \ \ \ \ \ merge 3.5 (#27042)Benjamin Peterson2016-05-161-2/+2
| | | | | | | | | | |\ \ \ \ \ \
| | | | | | | | | | * \ \ \ \ \ \ Issue #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-103-6/+6
| | | | | | | | | | |\ \ \ \ \ \ \
| | | | | | | | | | * \ \ \ \ \ \ \ Issue #26156: Make expressions grammar description more semantically correct.Serhiy Storchaka2016-05-084-11/+127
| | | | | | | | | | |\ \ \ \ \ \ \ \
| | | | | | | | | | | * \ \ \ \ \ \ \ Merge typo fixes from 3.5Martin Panter2016-05-084-11/+127
| | | | | | | | | | | |\ \ \ \ \ \ \ \
| | | | | | | | | | | | * \ \ \ \ \ \ \ Issue #26736: Used HTTPS for external links in the documentation if possible.Serhiy Storchaka2016-05-071-1/+1
| | | | | | | | | | | | |\ \ \ \ \ \ \ \
| | | | | | | | | | | | * \ \ \ \ \ \ \ \ Issue #18572: Remove redundant note about surrogates in string escape docBerker Peksag2016-04-241-2/+1
| | | | | | | | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ Remove redundant leading zeroes in PEP references.Serhiy Storchaka2016-03-314-11/+127
| | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ Merge 3.5 (issue #25887)Yury Selivanov2016-02-134-11/+127
| | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | * | | | | | | | | | Issue #25179: Documentation for formatted string literals aka f-stringsMartin Panter2016-02-132-4/+109
| | | | | | | | | | | | | | * | | | | | | | | | Merge with 3.5Zachary Ware2016-02-032-7/+18
| | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | * | | | | | | | | | Issue #25791: Warn when __package__ != __spec__.parent.Brett Cannon2016-01-221-4/+14