summaryrefslogtreecommitdiffstats
path: root/Doc/reference/datamodel.rst
Commit message (Expand)AuthorAgeFilesLines
* [Issue 15476] Make "code object" its own entry in the indexTommy Beadle2016-06-021-4/+2
* Remove redundant leading zeroes in PEP references.Serhiy Storchaka2016-03-311-1/+1
* the default is sys.maxsize not sys.maxint (closes #23645)Benjamin Peterson2015-03-131-9/+9
* Issue20467: clarify __init__'s roleEthan Furman2015-01-151-4/+8
* Issue #23006: Improve the documentation and indexing of dict.__missing__.Terry Jan Reedy2014-12-101-0/+6
* Use https:// URLs when referring to python.org hosts.Georg Brandl2014-10-291-2/+2
* Closes #17057: fix grammar in old-style vs new-style class docs.Georg Brandl2014-10-061-14/+14
* Issue 22465: grammar, number agreement.Terry Jan Reedy2014-09-301-1/+1
* remove confusing delete indexing (closes #21466)Benjamin Peterson2014-05-111-2/+0
* note that the hash of an arbitrary object is only derived from its address (c...Benjamin Peterson2014-04-041-1/+1
* Issue #19683: Add __closure__ and other missing attributes to function docs.Mark Dickinson2014-02-011-24/+30
* 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-17/+19
* The im_class of unbound class methods is actually not the same as im_self.Georg Brandl2013-04-141-5/+4
* Backport rev. 3ae74b361f53 to 2.7 branch.Georg Brandl2013-03-281-0/+2
|\
| * Closes #4159: add LaTeX tabular column specifications to tables that otherwis...Georg Brandl2013-03-281-0/+2
| * Add a str class entry to the "Text Sequence Type" section (issue #16209).Chris Jerdonek2012-11-281-5/+7
| * Improve str() and object.__str__() documentation (issue #13538).Chris Jerdonek2012-11-211-10/+18
| * merge 3.2Benjamin Peterson2012-10-121-4/+4
| |\
| | * Fix links to the __next__ method.Ezio Melotti2012-10-121-3/+3
| | * Fix link to str.format() in docs.Chris Jerdonek2012-10-121-1/+1
| * | Merge: Close open bracket, thanks to Josh Helzer from docs@Andrew Svetlov2012-10-021-1/+1
| |\ \ | | |/
| | * Close open bracket, thanks to Josh Helzer from docs@Andrew Svetlov2012-10-021-1/+1
| * | Merge #14617: clarify discussion of interrelationship of __eq__ and __hash__.R David Murray2012-09-111-13/+13
| |\ \ | | |/
| | * #14617: clarify discussion of interrelationship of __eq__ and __hash__.R David Murray2012-09-111-13/+13
| * | Improve wording for __hash__Antoine Pitrou2012-08-011-4/+4
| * | Finally, a coherent set of terminology for all the lil' beasties involved.Barry Warsaw2012-07-311-9/+10
| * | Integration of importdocs from the features/pep-420 repo.Barry Warsaw2012-07-291-13/+16
| * | Remove an incorrect implementation detailNick Coghlan2012-05-201-5/+0
| * | Clarify a paragraph in the new metaclass docsNick Coghlan2012-05-201-3/+3
| * | Describe the default hash correctly, and mark a couple of CPython implementat...Nick Coghlan2012-05-201-4/+16
| * | Fix typo in new metaclass docsNick Coghlan2012-05-201-1/+1
| * | Close #14588: added a PEP 3115 compliant dynamic type creation mechanismNick Coghlan2012-05-191-37/+99
| * | remove unapplicable statementBenjamin Peterson2012-02-211-4/+2
| * | enable hash randomization by defaultBenjamin Peterson2012-02-211-1/+23
| * | Merge 3.2: Issue #13703 plus some related test suite fixes.Georg Brandl2012-02-201-0/+2
| |\ \ | | |/
| | * Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic...Georg Brandl2012-02-201-0/+2
| | |\
| | | * Issue #13703: add a way to randomize the hash values of basic types (str, byt...Georg Brandl2012-02-201-0/+2
| * | | PEP 3155 / issue #13448: Qualified name for classes and functions.Antoine Pitrou2011-11-251-0/+5
| * | | Fix typos.Ezio Melotti2011-10-251-3/+3
| * | | #13251: update string description in datamodel.rst.Ezio Melotti2011-10-251-10/+10
| * | | merge 3.2 (#13259)Benjamin Peterson2011-10-251-0/+8
| |\ \ \ | | |/ /
| | * | document __bytes__ special method (closes #13259)Benjamin Peterson2011-10-251-0/+8
| * | | allow __dir__ to return any sequenceBenjamin Peterson2011-06-111-1/+2
| |/ /
| * | Issue #10771: Clarify that descriptors get used in an *owner* class or one of...Raymond Hettinger2011-03-221-4/+5
| |\ \ | | |/
| | * Issue #10771: Clarify that descriptors get used in an *owner* class or one of...Raymond Hettinger2011-03-221-4/+5
| * | Issue 10988: fix description of super's descriptor call.Raymond Hettinger2011-03-221-1/+1
| |\ \ | | |/
| | * Issue 10988: fix description of super's descriptor call.Raymond Hettinger2011-03-221-1/+1
| * | Explicitly mention that people should not depend on immediateGregory P. Smith2011-03-101-0/+2
| |\ \ | | |/
| | * Reword the finalization note.Gregory P. Smith2011-03-101-2/+2