summaryrefslogtreecommitdiffstats
path: root/Doc/reference/simple_stmts.rst
Commit message (Expand)AuthorAgeFilesLines
* 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-091-0/+44
* Issue #24136: Merge unpacking doc from 3.5Martin Panter2016-06-121-3/+3
|\
| * Issue #24136: Document generalized unpacking, PEP 448Martin Panter2016-06-121-3/+3
| * Issue #23275: Backport target list assignment documentation fixesMartin Panter2016-06-081-15/+14
* | Issue #23275: Allow () = iterable assignment syntaxBerker Peksag2016-05-181-16/+15
|/
* Issue #27049: fix doc typoNed Deily2016-05-181-1/+1
* Issue #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-101-2/+2
* Fix typos in comments, documentation and test method namesMartin Panter2016-05-081-1/+1
* merge with 3.4Georg Brandl2014-10-311-6/+5
|\
| * #22613: remaining corrections in extending/reference docs (thanks Jacques Duc...Georg Brandl2014-10-311-6/+5
* | mergeRaymond Hettinger2014-05-271-27/+35
|\ \ | |/
| * Issue 21439: Minor issues in the reference manual.Raymond Hettinger2014-05-271-27/+35
* | Merge with 3.4Terry Jan Reedy2014-04-291-0/+13
|\ \ | |/
| * Issue #21055: Index (augmented) assignment symbols.Terry Jan Reedy2014-04-291-0/+13
* | Merge with 3.4Terry Jan Reedy2014-04-291-0/+2
|\ \ | |/
| * Closes 21048: Index 'as' in import and with statements.Terry Jan Reedy2014-04-291-0/+2
* | PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)Benjamin Peterson2014-04-101-1/+1
|/
* eliminate redundancy between yield stmt and yield expr docs (closes #12704)Benjamin Peterson2014-01-271-42/+15
* #17938: remove duplicate paragraphs.Ezio Melotti2013-05-091-16/+0
* Clarify the import statement semantics, especially for implicit imports in th...Nick Coghlan2012-08-021-29/+74
* Finally, a coherent set of terminology for all the lil' beasties involved.Barry Warsaw2012-07-311-6/+9
* Integration of importdocs from the features/pep-420 repo.Barry Warsaw2012-07-291-143/+31
* Merge with 3.2.Georg Brandl2012-06-241-1/+0
|\
| * Fix a bunch of "versionchanged" related markup errors.Georg Brandl2012-06-241-1/+0
* | Issue #14628: Document the fact that import always returns the moduleBrett Cannon2012-04-201-1/+2
* | Add versionchanged notes for PEP 380Nick Coghlan2012-01-141-1/+4
* | Implement PEP 380 - 'yield from' (closes #11682)Nick Coghlan2012-01-131-6/+18
|/
* Issue #13683: raise with no exception in scope throws a RuntimeError; fix by ...Sandro Tosi2012-01-011-2/+2
* fix Rather that/Rather than; thanks to Reuben Thomas from docs@Sandro Tosi2011-12-241-1/+1
* Merge doc fixes.Georg Brandl2011-03-061-10/+0
|\
| * #11337: remove unreferenced footnote.Georg Brandl2011-03-061-7/+0
| * #11400: remove reference to pre-1.5 assignment behavior.Georg Brandl2011-03-061-3/+0
| * Merged revisions 78959,79170,79175,79177,79180,79183,79186,79193,79581 via sv...Georg Brandl2010-10-061-3/+3
| * Fix duplicate paragraph.Georg Brandl2010-06-271-4/+0
| * Merged revisions 75797 via svnmerge fromGeorg Brandl2009-10-271-6/+10
| * Merged revisions 74821,74828-74831,74833,74835 via svnmerge fromGeorg Brandl2009-09-161-10/+21
| * Merged revisions 74815 via svnmerge fromEzio Melotti2009-09-161-1/+1
| * Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,...Georg Brandl2009-08-131-1/+1
* | Fix a few doc errors, mostly undefined keywords.Georg Brandl2011-01-151-4/+4
* | Remove duplicate period from reference docMichael Foord2010-11-181-1/+1
* | add newlineBenjamin Peterson2010-09-101-0/+1
* | #4617: Previously it was illegal to delete a name from the localAmaury Forgeot d'Arc2010-09-101-5/+4
* | TypoFlorent Xicluna2010-09-031-1/+1
* | Fix some issues found by Jacques Ducasse on the docs list.Georg Brandl2010-03-211-6/+2
* | Recorded merge of revisions 78024 via svnmerge fromGeorg Brandl2010-02-061-1/+1
* | Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,...Georg Brandl2009-10-271-6/+10
* | Merged revisions 74817-74820,74822-74824 via svnmerge fromGeorg Brandl2009-09-161-10/+21
* | #6910 - for->or typoEzio Melotti2009-09-161-1/+1
* | Document the import semantics that if None is found in sys.modules for a modu...Brett Cannon2009-08-301-1/+3