Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge with 3.4 | Zachary Ware | 2015-02-20 | 1 | -1/+1 |
|\ | |||||
| * | Fix a typo pointed out on docs@ | Zachary Ware | 2015-02-20 | 1 | -1/+1 |
| | | |||||
* | | Issue22988: clarify yield and exception blocks | Ethan Furman | 2015-01-15 | 1 | -4/+5 |
|\ \ | |/ | |||||
| * | Issue22988: clarify yield and exception blocks | Ethan Furman | 2015-01-15 | 1 | -4/+5 |
| | | |||||
* | | Issue20467: clarify __init__'s role | Ethan Furman | 2015-01-15 | 1 | -7/+11 |
|\ \ | |/ | |||||
| * | Issue20467: clarify __init__'s role | Ethan Furman | 2015-01-15 | 1 | -7/+11 |
| |\ | |||||
| | * | Issue20467: clarify __init__'s role | Ethan Furman | 2015-01-15 | 1 | -7/+11 |
| | | | |||||
| | * | #19953: Clarify the wording of the augmented assignment discussion. | R David Murray | 2014-03-09 | 1 | -5/+7 |
| | | | | | | | | | | | | | | | Patch by Priya Pappachan, based on suggestions from Terry Reedy and myself. | ||||
* | | | Issue #23014: Make importlib.abc.Loader.create_module() required when | Brett Cannon | 2015-01-09 | 1 | -1/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | importlib.abc.Loader.exec_module() is also defined. Before this change, create_module() was optional **and** could return None to trigger default semantics. This change now reduces the options for choosing default semantics to one and in the most backporting-friendly way (define create_module() to return None). | ||||
* | | | Merge 3.4 | Terry Jan Reedy | 2014-12-10 | 1 | -0/+6 |
|\ \ \ | |/ / | |||||
| * | | Issue #23006: Improve the documentation and indexing of dict.__missing__. | Terry Jan Reedy | 2014-12-10 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | Add an entry in the language datamodel special methods section. Revise and index its discussion in the stdtypes mapping/dict section. | ||||
* | | | Merge: #22918: Drop obsolete mention of 'keys' in datamodel __iter__ docs. | R David Murray | 2014-12-10 | 1 | -2/+1 |
|\ \ \ | |/ / | |||||
| * | | #22918: Drop obsolete mention of 'keys' in datamodel __iter__ docs. | R David Murray | 2014-12-10 | 1 | -2/+1 |
| | | | | | | | | | | | | Patch by Chaitanya Agrawal. | ||||
* | | | Issue22780: reword NotImplemented docs to emphasise should | Ethan Furman | 2014-11-27 | 1 | -1/+6 |
|\ \ \ | |/ / | |||||
| * | | (3.4) Issue22780: reword NotImplemented docs to emphasise should | Ethan Furman | 2014-11-27 | 1 | -1/+6 |
| | | | |||||
* | | | Issue #22834: Have import suppress FileNotFoundError when the current | Brett Cannon | 2014-11-21 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | | | working directory no longer exists. Thanks to Martin Panter for the bug report. | ||||
* | | | Issue #22242: Try to make some import-related loader details clearer. | Brett Cannon | 2014-11-07 | 1 | -1/+2 |
| | | | | | | | | | | | | Thanks to Jon Poler for pointing this out. | ||||
* | | | merge with 3.4 | Georg Brandl | 2014-10-31 | 6 | -45/+37 |
|\ \ \ | |/ / | |||||
| * | | #22613: remaining corrections in extending/reference docs (thanks Jacques ↵ | Georg Brandl | 2014-10-31 | 6 | -45/+37 |
| | | | | | | | | | | | | Ducasse) | ||||
* | | | merge with 3.4 | Georg Brandl | 2014-10-29 | 2 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Fixing broken links in doc, part 3: the rest | Georg Brandl | 2014-10-29 | 2 | -2/+2 |
| | | | |||||
* | | | Merge with 3.4 | Georg Brandl | 2014-10-29 | 2 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Use https:// URLs when referring to python.org hosts. | Georg Brandl | 2014-10-29 | 2 | -2/+2 |
| | | | |||||
* | | | Issue7186: document that __doc__ is not inherited by subclasses | Ethan Furman | 2014-10-18 | 1 | -1/+2 |
|\ \ \ | |/ / | |||||
| * | | Issue7186: document that __doc__ is not inherited by subclasses | Ethan Furman | 2014-10-18 | 1 | -1/+2 |
| | | | |||||
* | | | Merge: #18176: Change generic UCD PropList link to version specific link. | R David Murray | 2014-10-10 | 1 | -1/+3 |
|\ \ \ | |/ / | |||||
| * | | #18176: Change generic UCD PropList link to version specific link. | R David Murray | 2014-10-10 | 1 | -1/+3 |
| | | | |||||
* | | | Merge: #18176: fix another reference and add it to the makeunicodedata comment. | R David Murray | 2014-10-09 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | #18176: fix another reference and add it to the makeunicodedata comment. | R David Murray | 2014-10-09 | 1 | -1/+1 |
| | | | |||||
* | | | Merge with 3.4 | Terry Jan Reedy | 2014-09-30 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Issue 22465: grammar, number agreement. | Terry Jan Reedy | 2014-09-30 | 1 | -1/+1 |
| | | | |||||
* | | | Issue #20643: Removed unneeded (and wrong) class directives. | Serhiy Storchaka | 2014-09-05 | 1 | -4/+1 |
|\ \ \ | |/ / | |||||
| * | | Issue #20643: Removed unneeded (and wrong) class directives. | Serhiy Storchaka | 2014-09-05 | 1 | -4/+1 |
| | | | |||||
* | | | Merge with 3.4 | Terry Jan Reedy | 2014-08-23 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Issue #22243: fix except grammar in reference. | Terry Jan Reedy | 2014-08-23 | 1 | -1/+1 |
| | | | |||||
* | | | add matrix multiplication operator to correct lists (closes #22142) | Benjamin Peterson | 2014-08-07 | 1 | -2/+2 |
| | | | |||||
* | | | Merge issue #21667 from 3.4 | Nick Coghlan | 2014-06-07 | 1 | -9/+10 |
|\ \ \ | |/ / | |||||
| * | | Issue #21667: Clarify string data model description | Nick Coghlan | 2014-06-07 | 1 | -9/+10 |
| | | | |||||
* | | | Merge #21662: fix typo, improve sentence flow | R David Murray | 2014-06-05 | 1 | -3/+3 |
|\ \ \ | |/ / | |||||
| * | | #21662: fix typo, improve sentence flow | R David Murray | 2014-06-05 | 1 | -3/+3 |
| | | | | | | | | | | | | Patch by Steve Dougherty. | ||||
* | | | Issue #21439: Merge with 3.4 | Zachary Ware | 2014-06-03 | 2 | -3/+3 |
|\ \ \ | |/ / | |||||
| * | | Issue #21439: Fix a couple of typos. | Zachary Ware | 2014-06-03 | 2 | -3/+3 |
| | | | |||||
* | | | merge | Raymond Hettinger | 2014-05-27 | 5 | -84/+102 |
|\ \ \ | |/ / | |||||
| * | | Issue 21439: Minor issues in the reference manual. | Raymond Hettinger | 2014-05-27 | 5 | -84/+102 |
| | | | | | | | | | | | | (Contributed by Feliks Kluzniak.) | ||||
* | | | merge 3.4 | Benjamin Peterson | 2014-05-11 | 1 | -2/+0 |
|\ \ \ | |/ / | |||||
| * | | remove confusing delete indexing (closes #21466) | Benjamin Peterson | 2014-05-11 | 1 | -2/+0 |
| | | | |||||
* | | | Merge with 3.4 | Zachary Ware | 2014-05-06 | 1 | -8/+8 |
|\ \ \ | |/ / | |||||
| * | | Add prompts to interactive example. | Zachary Ware | 2014-05-06 | 1 | -8/+8 |
| | | | | | | | | | | | | | | | This makes it match the new example below, and allows Sphinx's "hide the prompts and output" feature to work. | ||||
* | | | Issue #21366: Document the fact that ``return`` in a ``finally`` clause | Zachary Ware | 2014-05-06 | 1 | -0/+14 |
|\ \ \ | |/ / | | | | | | | overrides a ``return`` in the ``try`` suite. | ||||
| * | | Issue #21366: Document the fact that ``return`` in a ``finally`` clause | Zachary Ware | 2014-05-06 | 1 | -0/+14 |
| | | | | | | | | | | | | overrides a ``return`` in the ``try`` suite. |