summaryrefslogtreecommitdiff
path: root/Doc/reference
Commit message (Expand)AuthorAgeFilesLines
* Issue #12067: Recommend that hash and equality be consistentMartin Panter2017-01-291-0/+4
* Issue #29012: Remove another outdated informationBerker Peksag2017-01-031-3/+3
* Issue #29012: Remove outdated information about __bases__Berker Peksag2017-01-021-1/+1
* Issue #28954: Add missing comma to keyword argument syntaxMartin Panter2016-12-241-1/+1
* doc: Suggest to hash(tuple of attr) rather than XORVictor Stinner2016-12-191-5/+8
* Issue #19795: Mark up None as literal text.Serhiy Storchaka2016-10-191-1/+1
* Issue #26511: Reference the id() function in the 'is' and 'is not' docsRaymond Hettinger2016-09-111-2/+3
* Issue 19504: Change "customise" to "customize" American spelling.Raymond Hettinger2016-08-251-2/+2
* Issue #27712: Fix some typos in the import docs.Brett Cannon2016-08-121-2/+2
* Issue #26576: Clarify that the @deco syntax is not always an equivalent of f ...Berker Peksag2016-08-031-4/+5
* Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.Martin Panter2016-07-262-5/+16
* Issue #24314: Fix doc links for general attributes like __name__, __dict__Martin Panter2016-06-181-25/+26
* Issue #24136: Document generalized unpacking, PEP 448Martin Panter2016-06-122-27/+61
* [Issue 15476] Make "code object" its own entry in the indexTommy Beadle2016-06-021-4/+2
* Issue #27243: Fix __aiter__ protocolYury Selivanov2016-06-092-3/+47
* Issue #23275: Backport target list assignment documentation fixesMartin Panter2016-06-081-15/+14
* #26829: Clarify that namespace is copied to a new __dict__ in instance creation.R David Murray2016-06-021-0/+5
* Issue #27049: fix doc typoNed Deily2016-05-171-1/+1
* class definitions only get argument lists (closes #27042)Benjamin Peterson2016-05-161-1/+1
* Backed out changeset 71ff2235bb4c (closes #27042)Benjamin Peterson2016-05-161-1/+1
* Issue #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-103-6/+6
* Issue #26156: Make expressions grammar description more semantically correct.Serhiy Storchaka2016-05-081-2/+2
* Fix typos in comments, documentation and test method namesMartin Panter2016-05-081-1/+1
* 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-313-5/+5
* Issue #25887: Raise a RuntimeError when a coroutine is awaited more than once.Yury Selivanov2016-02-131-0/+4
* Python for .NET has moved to Github.Zachary Ware2016-02-031-1/+1
* Issue #25500: Fix the language reference to not claim that importBrett Cannon2015-12-041-5/+4
* Merge: #25679: spelling fixR David Murray2015-11-201-3/+2
|\
| * #25679: spelling fixR David Murray2015-11-201-3/+2
* | Issue #25523: Further a-to-an corrections new in 3.5Martin Panter2015-11-021-2/+2
* | Issue #25418: Fix markup in object.__hash__ documentationBerker Peksag2015-10-161-1/+1
|\ \ | |/
| * Issue #25418: Fix markup in object.__hash__ documentationBerker Peksag2015-10-161-1/+1
* | Issue #25161: Merge full stops from 3.4 into 3.5Martin Panter2015-10-106-47/+379
|\ \ | |/ |/|
| * Issue #12067: Merge comparisons doc from 3.4 into 3.5Martin Panter2015-09-236-47/+379
| |\
| | * Issue #4395: Better testing and documentation of binary operators.Robert Collins2015-08-076-47/+379
| | |\
| | | * Issue #24531: Document that encoding lines cannot follow non-comment lines.Robert Collins2015-08-066-47/+379
| | | |\
| | | | * Merge issue #24129 from 3.4Nick Coghlan2015-08-051-62/+101
| | | | |\
| | | | * | docs: Fix productionlist for async def functionsYury Selivanov2015-08-011-1/+1
| | | | * | Issue #24713: Use importlib.reload() in import reference document.Berker Peksag2015-07-256-47/+379
| | | | |\ \
| | | | | * | Issue #24619: New approach for tokenizing async/await.Yury Selivanov2015-07-221-3/+1
| | | | | * | merge 3.4 (#24610)Benjamin Peterson2015-07-111-1/+1
| | | | | |\ \
| | | | | * | | upgrade to Unicode 8.0.0Benjamin Peterson2015-06-271-2/+2
| | | | | * | | Issue #24439: Improve PEP 492 related docs.Yury Selivanov2015-06-243-21/+78
| | | | | * | | Issue #24400: Introduce a distinct type for 'async def' coroutines.Yury Selivanov2015-06-221-3/+18
| | | | | * | | Merge with 3.4Terry Jan Reedy2015-06-126-47/+309
| | | | | |\ \ \
| | | | | | * \ \ mergeRaymond Hettinger2015-05-226-47/+309
| | | | | | |\ \ \
| | | | | | | * | | Issue 24180: Documentation for PEP 492 changes.Yury Selivanov2015-05-213-1/+234
| | | | | | | * | | PEP 479: Change StopIteration handling inside generators.Yury Selivanov2015-05-091-6/+6