| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | #25679: spelling fix | R David Murray | 2015-11-20 | 1 | -3/+2 |
| | | |||||
| * | Issue #25418: Fix markup in object.__hash__ documentation | Berker Peksag | 2015-10-16 | 1 | -1/+1 |
| | | | | | Patch by TAKASE Arihiro. | ||||
| * | Issue #25161: Add full stops in documentation; patch by Takase Arihiro | Martin Panter | 2015-10-10 | 2 | -2/+2 |
| | | |||||
| * | Issue #12067: Rewrite Comparisons section in the language reference | Martin Panter | 2015-09-23 | 1 | -56/+188 |
| | | | | | | | | Some of the details of comparing mixed types were incorrect or ambiguous. NotImplemented is only relevant at a lower level than the Expressions chapter. Added details of comparing range() objects, and default behaviour and consistency suggestions for user-defined classes. Patch from Andy Maier. | ||||
| * | Issue #4395: Better testing and documentation of binary operators. | Robert Collins | 2015-08-06 | 1 | -9/+13 |
| | | | | | Patch by Martin Panter. | ||||
| * | Issue #24531: Document that encoding lines cannot follow non-comment lines. | Robert Collins | 2015-08-06 | 1 | -2/+4 |
| | | | | | Patch from Terry Reedy | ||||
| * | Issue #24129: Clarify reference docs for name resolution. | Nick Coghlan | 2015-08-05 | 1 | -62/+101 |
| | | | | | | | | | This includes removing the assumption that readers will be familiar with the name resolution scheme Python used prior to the introduction of lexical scoping for function namespaces. Patch by Ivan Levkivskyi. | ||||
| * | Issue #24713: Use importlib.reload() in import reference document. | Berker Peksag | 2015-07-25 | 1 | -1/+1 |
| | | | | | | | | imp.reload() was deprecated in Python 3.4 and changed to call importlib.reload(). Patch by Petr Viktorin. | ||||
| * | fix normalization example (closes #24610) | Benjamin Peterson | 2015-07-11 | 1 | -1/+1 |
| | | | | | Patch by Chris Angelico | ||||
| * | Closes issue #24405: mark set display as code. | Terry Jan Reedy | 2015-06-12 | 1 | -1/+1 |
| | | |||||
| * | Issue #24219: Remove duplicate literal in docs. | Raymond Hettinger | 2015-05-22 | 1 | -2/+1 |
| | | |||||
| * | Issue 24088: Clarify semantics of yield expression. | Guido van Rossum | 2015-05-05 | 1 | -1/+1 |
| | | |||||
| * | remove dead *-import checking code (closes #24049) | Benjamin Peterson | 2015-04-24 | 1 | -4/+0 |
| | | |||||
| * | Issue #24029: Document the name binding behavior for submodule imports. | Barry Warsaw | 2015-04-22 | 1 | -0/+35 |
| | | |||||
| * | Issue #23912: Fix code formatting in datamodel.rst. | Berker Peksag | 2015-04-11 | 1 | -3/+3 |
| | | | | | Patch by James Edwards. | ||||
| * | 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 |
| | | |||||
| * | 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 #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. | ||||
| * | | #22918: Drop obsolete mention of 'keys' in datamodel __iter__ docs. | R David Murray | 2014-12-10 | 1 | -2/+1 |
| | | | | | | | | | Patch by Chaitanya Agrawal. | ||||
| * | | (3.4) Issue22780: reword NotImplemented docs to emphasise should | Ethan Furman | 2014-11-27 | 1 | -1/+6 |
| | | | |||||
| * | | #22613: remaining corrections in extending/reference docs (thanks Jacques ↵ | Georg Brandl | 2014-10-31 | 6 | -45/+37 |
| | | | | | | | | | Ducasse) | ||||
| * | | Fixing broken links in doc, part 3: the rest | 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 |
| | | | |||||
| * | | #18176: Change generic UCD PropList link to version specific link. | R David Murray | 2014-10-10 | 1 | -1/+3 |
| | | | |||||
| * | | #18176: fix another reference and add it to the makeunicodedata comment. | R David Murray | 2014-10-09 | 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 #22243: fix except grammar in reference. | Terry Jan Reedy | 2014-08-23 | 1 | -1/+1 |
| | | | |||||
| * | | Issue #21667: Clarify string data model description | Nick Coghlan | 2014-06-07 | 1 | -9/+10 |
| | | | |||||
| * | | #21662: fix typo, improve sentence flow | R David Murray | 2014-06-05 | 1 | -3/+3 |
| | | | | | | | | | Patch by Steve Dougherty. | ||||
| * | | Issue #21439: Fix a couple of typos. | Zachary Ware | 2014-06-03 | 2 | -3/+3 |
| | | | |||||
| * | | Issue 21439: Minor issues in the reference manual. | Raymond Hettinger | 2014-05-27 | 5 | -84/+102 |
| | | | | | | | | | (Contributed by Feliks Kluzniak.) | ||||
| * | | remove confusing delete indexing (closes #21466) | Benjamin Peterson | 2014-05-11 | 1 | -2/+0 |
| | | | |||||
| * | | 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 #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 | 2 | -1/+5 |
| | | | |||||
| * | | #18628: clarify index entry for source file encoding declaration. | R David Murray | 2014-04-17 | 1 | -1/+1 |
| | | | | | | | | | Patch by Sam Lucidi. | ||||
| * | | docs: Better wording for __objclass__ docs. Issue #19281 | Yury Selivanov | 2014-04-08 | 1 | -6/+6 |
| | | | |||||
| * | | docs: Document __objclass__. Closes #19281. | Yury Selivanov | 2014-04-08 | 1 | -0/+8 |
| | | | | | | | | | Initial patch by Nick Coghlan | ||||
| * | | Issue #19697: document more __main__.__spec__ quirks | Nick Coghlan | 2014-03-29 | 1 | -2/+16 |
| | | | |||||
| * | | Issue #19697: Document cases where __main__.__spec__ is None. | Eric Snow | 2014-03-29 | 1 | -1/+41 |
| | | | |||||
| * | | Merge in all documentation changes since branching 3.4.0rc1. | Larry Hastings | 2014-03-16 | 1 | -5/+13 |
| | | | |||||
| * | | merge 3.3 (closes #12704) | Benjamin Peterson | 2014-01-27 | 2 | -94/+62 |
| |\ \ | |/ | |||||
| | * | eliminate redundancy between yield stmt and yield expr docs (closes #12704) | Benjamin Peterson | 2014-01-27 | 2 | -94/+62 |
| | | | | | | | | | Patch by Nikolaus Rath. | ||||
| * | | Merge 3.4.0b2 release revisions back into mainline. | Larry Hastings | 2014-01-06 | 1 | -3/+11 |
| |\ \ | |||||
