summaryrefslogtreecommitdiffstats
path: root/Doc/reference
Commit message (Expand)AuthorAgeFilesLines
* Merge issue #21667 from 3.4Nick Coghlan2014-06-071-9/+10
|\
| * Issue #21667: Clarify string data model descriptionNick Coghlan2014-06-071-9/+10
* | Merge #21662: fix typo, improve sentence flowR David Murray2014-06-051-3/+3
|\ \ | |/
| * #21662: fix typo, improve sentence flowR David Murray2014-06-051-3/+3
* | Issue #21439: Merge with 3.4Zachary Ware2014-06-032-3/+3
|\ \ | |/
| * Issue #21439: Fix a couple of typos.Zachary Ware2014-06-032-3/+3
* | mergeRaymond Hettinger2014-05-275-84/+102
|\ \ | |/
| * Issue 21439: Minor issues in the reference manual.Raymond Hettinger2014-05-275-84/+102
* | merge 3.4Benjamin Peterson2014-05-111-2/+0
|\ \ | |/
| * remove confusing delete indexing (closes #21466)Benjamin Peterson2014-05-111-2/+0
* | Merge with 3.4Zachary Ware2014-05-061-8/+8
|\ \ | |/
| * 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 #21366: Document the fact that ``return`` in a ``finally`` clauseZachary Ware2014-05-061-0/+14
* | Merge with 3.4Terry Jan Reedy2014-04-291-0/+13
|\ \ | |/
| * Issue #21055: Index (augmented) assignment symbols.Terry Jan Reedy2014-04-291-0/+13
* | Merge with 3.4Terry Jan Reedy2014-04-292-1/+5
|\ \ | |/
| * Closes 21048: Index 'as' in import and with statements.Terry Jan Reedy2014-04-292-1/+5
* | Merge: #18628: clarify index entry for source file encoding declaration.R David Murray2014-04-171-1/+1
|\ \ | |/
| * #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
* | PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)Benjamin Peterson2014-04-103-33/+46
* | 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
* | Merge with 3.3Zachary Ware2013-12-311-1/+1
|\ \ | |/
| * str subclasses may have non-empty __slots__, bytes subclasses can't.Zachary Ware2013-12-311-1/+1
* | Removed spaces before commas and periods.Serhiy Storchaka2013-12-231-1/+1
|\ \ | |/
* | Issue #19713: Fix mistakes in the import page of language reference.Eric Snow2013-12-171-102/+118
* | Issue #19795: Improved markup of True/False constants.Serhiy Storchaka2013-11-291-1/+1
|\ \ | |/
| * Issue #19795: Improved markup of True/False constants.Serhiy Storchaka2013-11-291-1/+1
* | Fix a few markup problems in the new import doc.Georg Brandl2013-11-241-2/+4
* | Implement PEP 451 (ModuleSpec).Eric Snow2013-11-221-146/+309
* | Issue #19190: Improve cross-references in builtin types and functions documen...Serhiy Storchaka2013-10-092-35/+40
|\ \ | |/
| * Issue #19190: Improve cross-references in builtin types and functions documen...Serhiy Storchaka2013-10-092-35/+40
* | merge with 3.3Georg Brandl2013-10-081-3/+3
|\ \ | |/
| * Clarify two points about division and shifting. Suggested by Albert Hofkamp o...Georg Brandl2013-10-081-3/+3
* | merge with 3.3Georg Brandl2013-10-081-1/+1
|\ \ | |/
| * Add "->" as a delimiter token. Found by James Harding on docs@.Georg Brandl2013-10-081-1/+1
* | merge with 3.3Georg Brandl2013-10-062-11/+12
|\ \ | |/