| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #28091: Document PEP 525 & PEP 530. | Yury Selivanov | 2016-12-15 | 1 | -0/+4 |
* | Issue #28076: Variable annotations should be mangled for private names. | Guido van Rossum | 2016-09-11 | 1 | -3/+4 |
* | Issue #27999: Make "global after use" a SyntaxError, and ditto for nonlocal. | Guido van Rossum | 2016-09-09 | 1 | -2/+3 |
* | Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations. | Yury Selivanov | 2016-09-08 | 1 | -0/+44 |
* | Issue #24136: Merge unpacking doc from 3.5 | Martin Panter | 2016-06-12 | 1 | -1/+1 |
|\ |
|
| * | Issue #23275: Allow () = iterable assignment syntax | Berker Peksag | 2016-05-18 | 1 | -16/+15 |
* | | Issue #24136: Document generalized unpacking, PEP 448 | Martin Panter | 2016-06-12 | 1 | -3/+3 |
* | | Issue #23275: Backport target list assignment documentation fixes | Martin Panter | 2016-06-08 | 1 | -15/+14 |
|/ |
|
* | Issue #27049: fix doc typo | Ned Deily | 2016-05-17 | 1 | -1/+1 |
* | Issue #23921: Standardized documentation whitespace formatting. | Serhiy Storchaka | 2016-05-10 | 1 | -2/+2 |
* | Fix typos in comments, documentation and test method names | Martin Panter | 2016-05-08 | 1 | -1/+1 |
* | merge with 3.4 | Georg Brandl | 2014-10-31 | 1 | -1/+1 |
|\ |
|
| * | merge | Raymond Hettinger | 2014-05-26 | 1 | -27/+35 |
| |\ |
|
| * \ | Merge with 3.4 | Terry Jan Reedy | 2014-04-29 | 1 | -0/+13 |
| |\ \ |
|
| * \ \ | Merge with 3.4 | Terry Jan Reedy | 2014-04-29 | 1 | -0/+2 |
| |\ \ \ |
|
| * | | | | PEP 465: a dedicated infix operator for matrix multiplication (closes #21176) | Benjamin Peterson | 2014-04-09 | 1 | -1/+1 |
* | | | | | #22613: remaining corrections in extending/reference docs (thanks Jacques Duc... | Georg Brandl | 2014-10-31 | 1 | -6/+5 |
| |_|_|/
|/| | | |
|
* | | | | Issue 21439: Minor issues in the reference manual. | Raymond Hettinger | 2014-05-26 | 1 | -27/+35 |
| |_|/
|/| | |
|
* | | | Issue #21055: Index (augmented) assignment symbols. | Terry Jan Reedy | 2014-04-29 | 1 | -0/+13 |
| |/
|/| |
|
* | | Closes 21048: Index 'as' in import and with statements. | Terry Jan Reedy | 2014-04-29 | 1 | -0/+2 |
|/ |
|
* | eliminate redundancy between yield stmt and yield expr docs (closes #12704) | Benjamin Peterson | 2014-01-26 | 1 | -42/+15 |
* | #17938: remove duplicate paragraphs. | Ezio Melotti | 2013-05-09 | 1 | -16/+0 |
* | Clarify the import statement semantics, especially for implicit imports in th... | Nick Coghlan | 2012-08-02 | 1 | -29/+74 |
* | Finally, a coherent set of terminology for all the lil' beasties involved. | Barry Warsaw | 2012-07-31 | 1 | -6/+9 |
* | Integration of importdocs from the features/pep-420 repo. | Barry Warsaw | 2012-07-29 | 1 | -143/+31 |
* | Merge with 3.2. | Georg Brandl | 2012-06-24 | 1 | -1/+0 |
|\ |
|
| * | Fix a bunch of "versionchanged" related markup errors. | Georg Brandl | 2012-06-24 | 1 | -1/+0 |
* | | Issue #14628: Document the fact that import always returns the module | Brett Cannon | 2012-04-20 | 1 | -1/+2 |
* | | Add versionchanged notes for PEP 380 | Nick Coghlan | 2012-01-14 | 1 | -1/+4 |
* | | Implement PEP 380 - 'yield from' (closes #11682) | Nick Coghlan | 2012-01-13 | 1 | -6/+18 |
|/ |
|
* | Issue #13683: raise with no exception in scope throws a RuntimeError; fix by ... | Sandro Tosi | 2012-01-01 | 1 | -2/+2 |
* | fix Rather that/Rather than; thanks to Reuben Thomas from docs@ | Sandro Tosi | 2011-12-24 | 1 | -1/+1 |
* | Merge doc fixes. | Georg Brandl | 2011-03-06 | 1 | -12/+14 |
|\ |
|
| * | Fix a few doc errors, mostly undefined keywords. | Georg Brandl | 2011-01-15 | 1 | -4/+4 |
| * | Remove duplicate period from reference doc | Michael Foord | 2010-11-18 | 1 | -1/+1 |
| * | add newline | Benjamin Peterson | 2010-09-10 | 1 | -0/+1 |
| * | #4617: Previously it was illegal to delete a name from the local | Amaury Forgeot d'Arc | 2010-09-10 | 1 | -5/+4 |
| * | Typo | Florent Xicluna | 2010-09-03 | 1 | -1/+1 |
| * | Fix some issues found by Jacques Ducasse on the docs list. | Georg Brandl | 2010-03-21 | 1 | -6/+2 |
| * | Recorded merge of revisions 78024 via svnmerge from | Georg Brandl | 2010-02-06 | 1 | -1/+1 |
| * | Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,... | Georg Brandl | 2009-10-27 | 1 | -6/+10 |
| * | Merged revisions 74817-74820,74822-74824 via svnmerge from | Georg Brandl | 2009-09-16 | 1 | -10/+21 |
| * | #6910 - for->or typo | Ezio Melotti | 2009-09-16 | 1 | -1/+1 |
| * | Document the import semantics that if None is found in sys.modules for a modu... | Brett Cannon | 2009-08-30 | 1 | -1/+3 |
| * | Merged revisions 74209 via svnmerge from | Georg Brandl | 2009-07-26 | 1 | -1/+1 |
* | | #11337: remove unreferenced footnote. | Georg Brandl | 2011-03-06 | 1 | -7/+0 |
* | | #11400: remove reference to pre-1.5 assignment behavior. | Georg Brandl | 2011-03-06 | 1 | -3/+0 |
* | | Merged revisions 78959,79170,79175,79177,79180,79183,79186,79193,79581 via sv... | Georg Brandl | 2010-10-06 | 1 | -3/+3 |
* | | Fix duplicate paragraph. | Georg Brandl | 2010-06-27 | 1 | -4/+0 |
* | | Merged revisions 75797 via svnmerge from | Georg Brandl | 2009-10-27 | 1 | -6/+10 |