summaryrefslogtreecommitdiff
path: root/Doc/reference/datamodel.rst
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | * | | | Issue7186: document that __doc__ is not inherited by subclassesEthan Furman2014-10-171-1/+2
| | | | | | |\ \ \ \
| | | | | | * \ \ \ \ Merge with 3.4Terry Jan Reedy2014-09-301-28/+32
| | | | | | |\ \ \ \ \
| | | | | | | * \ \ \ \ Merge issue #21667 from 3.4Nick Coghlan2014-06-071-28/+32
| | | | | | | |\ \ \ \ \
| | | | | | | | * \ \ \ \ Merge #21662: fix typo, improve sentence flowR David Murray2014-06-051-28/+32
| | | | | | | | |\ \ \ \ \
| | | | | | | | | * \ \ \ \ mergeRaymond Hettinger2014-05-261-2/+2
| | | | | | | | | |\ \ \ \ \
| | | | | | | | | * \ \ \ \ \ merge 3.4Benjamin Peterson2014-05-111-2/+0
| | | | | | | | | |\ \ \ \ \ \
| | | | | | | | | * | | | | | | PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)Benjamin Peterson2014-04-091-28/+32
* | | | | | | | | | | | | | | | Issue #25161: Add full stops in documentation; patch by Takase ArihiroMartin Panter2015-10-101-1/+1
|/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Issue #4395: Better testing and documentation of binary operators.Robert Collins2015-08-071-9/+13
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Issue #23912: Fix code formatting in datamodel.rst.Berker Peksag2015-04-111-3/+3
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | Issue20467: clarify __init__'s roleEthan Furman2015-01-141-7/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Issue20467: clarify __init__'s roleEthan Furman2015-01-141-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-261-1/+6
| |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | #22613: remaining corrections in extending/reference docs (thanks Jacques Duc...Georg Brandl2014-10-311-5/+7
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Use https:// URLs when referring to python.org hosts.Georg Brandl2014-10-291-1/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Issue7186: document that __doc__ is not inherited by subclassesEthan Furman2014-10-171-1/+2
| |/ / / / / / |/| | | | | |
* | | | | | | Issue 22465: grammar, number agreement.Terry Jan Reedy2014-09-301-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: Minor issues in the reference manual.Raymond Hettinger2014-05-261-2/+2
| |_|/ |/| |
* | | remove confusing delete indexing (closes #21466)Benjamin Peterson2014-05-111-2/+0
| |/ |/|
* | docs: Better wording for __objclass__ docs. Issue #19281Yury Selivanov2014-04-081-6/+6
* | docs: Document __objclass__. Closes #19281.Yury Selivanov2014-04-081-0/+8
* | Merge in all documentation changes since branching 3.4.0rc1.Larry Hastings2014-03-151-5/+13
* | Issue19995: %o, %x, %X now only accept intsEthan Furman2014-01-051-3/+11
* | merge 3.3 (#20110)Benjamin Peterson2014-01-021-6/+27
|\ \ | |/ |/|
| * Merge with 3.3Zachary Ware2013-12-311-6/+27
| |\
| | * Issue #19795: Improved markup of True/False constants.Serhiy Storchaka2013-11-291-1/+1
| | |\
| | * \ Issue #19190: Improve cross-references in builtin types and functions documen...Serhiy Storchaka2013-10-091-22/+24
| | |\ \
| | * | | Issue #17934: Add a clear() method to frame objects, to help clean up expensi...Antoine Pitrou2013-08-051-0/+14
| | * | | Issue #18112: PEP 442 implementation (safe object finalization).Antoine Pitrou2013-07-301-6/+4
| | * | | - Issue #18440: Clarify that `hash()` can truncate the value returned from anBarry Warsaw2013-07-151-4/+15
| | |\ \ \
| | * \ \ \ Merge with 3.3.Georg Brandl2013-03-281-0/+2
| | |\ \ \ \
| | * \ \ \ \ Merge from 3.3: Add a str class entry to the string section (issue #16209).Chris Jerdonek2012-11-281-5/+7
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge from 3.3: Improve str() and object.__str__() docs (issue #13538).Chris Jerdonek2012-11-201-10/+18
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge __next__ method link fixes with 3.3.Ezio Melotti2012-10-121-3/+3
| | |\ \ \ \ \ \ \
| | | * \ \ \ \ \ \ Merge __next__ method link fixes with 3.2.Ezio Melotti2012-10-121-70/+169
| | | |\ \ \ \ \ \ \
| | * | \ \ \ \ \ \ \ Merge from 3.3: Fix link to str.format() in docs.Chris Jerdonek2012-10-111-1/+1
| | |\ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / | | | |/| | | | | | |
| | | * | | | | | | | Merge from 3.2: Fix link to str.format() in docs.Chris Jerdonek2012-10-111-1/+1
| | | |\ \ \ \ \ \ \ \
| | * | | | | | | | | | Fix markup.Ezio Melotti2012-10-071-1/+1
| | * | | | | | | | | | Issue #16148: Small improvements and cleanup. Added version informationArmin Ronacher2012-10-071-0/+9
| | |/ / / / / / / / /
* | | | | | | | | | | correct word for __annotations__ doc (closes #20110)Benjamin Peterson2014-01-021-1/+1
|/ / / / / / / / / /
* | | | | | | | | | str subclasses may have non-empty __slots__, bytes subclasses can't.Zachary Ware2013-12-311-1/+1
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Issue #19795: Improved markup of True/False constants.Serhiy Storchaka2013-11-291-1/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Issue #19190: Improve cross-references in builtin types and functions documen...Serhiy Storchaka2013-10-091-22/+24
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | - Issue #18440: Clarify that `hash()` can truncate the value returned from anBarry Warsaw2013-07-151-4/+15
| |_|_|_|_|/ |/| | | | |
* | | | | | Closes #4159: add LaTeX tabular column specifications to tables that otherwis...Georg Brandl2013-03-281-0/+2
| |_|_|_|/ |/| | | |