summaryrefslogtreecommitdiffstats
path: root/Doc/reference
Commit message (Expand)AuthorAgeFilesLines
* Issue #4395: Better testing and documentation of binary operators.Robert Collins2015-08-061-9/+13
* Issue #24531: Document that encoding lines cannot follow non-comment lines.Robert Collins2015-08-061-2/+4
* Issue #24129: Clarify reference docs for name resolution.Nick Coghlan2015-08-051-62/+101
* Issue #24713: Use importlib.reload() in import reference document.Berker Peksag2015-07-251-1/+1
* fix normalization example (closes #24610)Benjamin Peterson2015-07-111-1/+1
* Closes issue #24405: mark set display as code.Terry Jan Reedy2015-06-121-1/+1
* Issue #24219: Remove duplicate literal in docs.Raymond Hettinger2015-05-221-2/+1
* Issue 24088: Clarify semantics of yield expression.Guido van Rossum2015-05-051-1/+1
* remove dead *-import checking code (closes #24049)Benjamin Peterson2015-04-241-4/+0
* Issue #24029: Document the name binding behavior for submodule imports.Barry Warsaw2015-04-221-0/+35
* Issue #23912: Fix code formatting in datamodel.rst.Berker Peksag2015-04-111-3/+3
* Fix a typo pointed out on docs@Zachary Ware2015-02-201-1/+1
* Issue22988: clarify yield and exception blocksEthan Furman2015-01-151-4/+5
* Issue20467: clarify __init__'s roleEthan Furman2015-01-151-7/+11
|\
| * Issue20467: clarify __init__'s roleEthan Furman2015-01-151-7/+11
| * #19953: Clarify the wording of the augmented assignment discussion.R David Murray2014-03-091-5/+7
* | Issue #23006: Improve the documentation and indexing of dict.__missing__.Terry Jan Reedy2014-12-101-0/+6
* | #22918: Drop obsolete mention of 'keys' in datamodel __iter__ docs.R David Murray2014-12-101-2/+1
* | (3.4) Issue22780: reword NotImplemented docs to emphasise shouldEthan Furman2014-11-271-1/+6
* | #22613: remaining corrections in extending/reference docs (thanks Jacques Duc...Georg Brandl2014-10-316-45/+37
* | Fixing broken links in doc, part 3: the restGeorg Brandl2014-10-292-2/+2
* | Use https:// URLs when referring to python.org hosts.Georg Brandl2014-10-292-2/+2
* | Issue7186: document that __doc__ is not inherited by subclassesEthan Furman2014-10-181-1/+2
* | #18176: Change generic UCD PropList link to version specific link.R David Murray2014-10-101-1/+3
* | #18176: fix another reference and add it to the makeunicodedata comment.R David Murray2014-10-091-1/+1
* | Issue 22465: grammar, number agreement.Terry Jan Reedy2014-09-301-1/+1
* | Issue #20643: Removed unneeded (and wrong) class directives.Serhiy Storchaka2014-09-051-4/+1
* | Issue #22243: fix except grammar in reference.Terry Jan Reedy2014-08-231-1/+1
* | Issue #21667: Clarify string data model descriptionNick Coghlan2014-06-071-9/+10
* | #21662: fix typo, improve sentence flowR David Murray2014-06-051-3/+3
* | Issue #21439: Fix a couple of typos.Zachary Ware2014-06-032-3/+3
* | Issue 21439: Minor issues in the reference manual.Raymond Hettinger2014-05-275-84/+102
* | remove confusing delete indexing (closes #21466)Benjamin Peterson2014-05-111-2/+0
* | Add prompts to interactive example.Zachary Ware2014-05-061-8/+8
* | Issue #21366: Document the fact that ``return`` in a ``finally`` clauseZachary Ware2014-05-061-0/+14
* | Issue #21055: Index (augmented) assignment symbols.Terry Jan Reedy2014-04-291-0/+13
* | Closes 21048: Index 'as' in import and with statements.Terry Jan Reedy2014-04-292-1/+5
* | #18628: clarify index entry for source file encoding declaration.R David Murray2014-04-171-1/+1
* | docs: Better wording for __objclass__ docs. Issue #19281Yury Selivanov2014-04-081-6/+6
* | docs: Document __objclass__. Closes #19281.Yury Selivanov2014-04-081-0/+8
* | Issue #19697: document more __main__.__spec__ quirksNick Coghlan2014-03-291-2/+16
* | Issue #19697: Document cases where __main__.__spec__ is None.Eric Snow2014-03-291-1/+41
* | Merge in all documentation changes since branching 3.4.0rc1.Larry Hastings2014-03-161-5/+13
* | merge 3.3 (closes #12704)Benjamin Peterson2014-01-272-94/+62
|\ \ | |/
| * eliminate redundancy between yield stmt and yield expr docs (closes #12704)Benjamin Peterson2014-01-272-94/+62
* | Merge 3.4.0b2 release revisions back into mainline.Larry Hastings2014-01-061-3/+11
|\ \
| * | Issue19995: %o, %x, %X now only accept intsEthan Furman2014-01-051-3/+11
* | | Regenerated pydoc/topics.py, and fix a "suspicious" doc error.Larry Hastings2014-01-051-1/+1
|/ /
* | merge 3.3 (#20110)Benjamin Peterson2014-01-021-1/+1
|\ \ | |/
| * correct word for __annotations__ doc (closes #20110)Benjamin Peterson2014-01-021-1/+1