| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-33878: Doc: Fix missing case by simplifying. (GH-7762) | Julien Palard | 2018-11-11 | 1 | -6/+3 |
|
|
* | Add future_stmt to simple_stmt production list. (GH-8239) | Andrés Delfino | 2018-11-07 | 1 | -0/+1 |
|
|
* | Mark -c and -O as command line options in reStructuredText. (GH-10103) | Andrés Delfino | 2018-11-07 | 1 | -1/+1 |
|
|
* | bpo-35054: Add yet more index entries for symbols. (GH-10121) | Serhiy Storchaka | 2018-10-28 | 1 | -13/+11 |
|
|
* | bpo-35054: Add more index entries for symbols. (GH-10064) | Serhiy Storchaka | 2018-10-26 | 1 | -3/+19 |
|
|
* | bpo-33726, doc: Add short descriptions to PEP references in seealso (GH-7294) | Andrés Delfino | 2018-10-19 | 1 | -1/+8 |
|
|
* | bpo-33702: Add some missing links in production lists and do a little polish ... | Andrés Delfino | 2018-07-07 | 1 | -12/+10 |
|
|
* | bpo-32489: Allow 'continue' in 'finally' clause. (GH-5822) | Serhiy Storchaka | 2018-03-18 | 1 | -3/+2 |
|
|
* | String annotations [PEP 563] (#4390) | Guido van Rossum | 2018-01-26 | 1 | -6/+9 |
|
|
* | Fix typo in Simple Statements documentation (GH-3809) | kms70847 | 2017-09-28 | 1 | -1/+1 |
|
|
* | bpo-17188: add missing periods at the end of sentences (GH-1875) | Mariatta | 2017-05-30 | 1 | -2/+2 |
|
|
* | bpo-17188: DOC: Document 'from None' in raise statement (#1671) | csabella | 2017-05-20 | 1 | -2/+20 |
|
|
* | Fix a trivial typo in global section (#1497) | Jim Fasarakis-Hilliard | 2017-05-08 | 1 | -1/+1 |
|
|
* | 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-09 | 1 | -0/+44 |
|
|
* | Issue #24136: Merge unpacking doc from 3.5 | Martin Panter | 2016-06-12 | 1 | -3/+3 |
|\ |
|
| * | 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 #23275: Allow () = iterable assignment syntax | Berker Peksag | 2016-05-18 | 1 | -16/+15 |
|/ |
|
* | Issue #27049: fix doc typo | Ned Deily | 2016-05-18 | 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 | -6/+5 |
|\ |
|
| * | #22613: remaining corrections in extending/reference docs (thanks Jacques Duc... | Georg Brandl | 2014-10-31 | 1 | -6/+5 |
|
|
* | | merge | Raymond Hettinger | 2014-05-27 | 1 | -27/+35 |
|\ \
| |/ |
|
| * | Issue 21439: Minor issues in the reference manual. | Raymond Hettinger | 2014-05-27 | 1 | -27/+35 |
|
|
* | | Merge with 3.4 | Terry Jan Reedy | 2014-04-29 | 1 | -0/+13 |
|\ \
| |/ |
|
| * | Issue #21055: Index (augmented) assignment symbols. | Terry Jan Reedy | 2014-04-29 | 1 | -0/+13 |
|
|
* | | Merge with 3.4 | Terry Jan Reedy | 2014-04-29 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | Closes 21048: Index 'as' in import and with statements. | Terry Jan Reedy | 2014-04-29 | 1 | -0/+2 |
|
|
* | | PEP 465: a dedicated infix operator for matrix multiplication (closes #21176) | Benjamin Peterson | 2014-04-10 | 1 | -1/+1 |
|/ |
|
* | eliminate redundancy between yield stmt and yield expr docs (closes #12704) | Benjamin Peterson | 2014-01-27 | 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 | -10/+0 |
|\ |
|
| * | #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 |
|
|