summaryrefslogtreecommitdiffstats
path: root/Doc/reference/datamodel.rst
Commit message (Expand)AuthorAgeFilesLines
* merge 2.6 with hash randomization fixBenjamin Peterson2012-02-211-0/+2
|\
| * - Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEEDBarry Warsaw2012-02-211-0/+2
| * Merged revisions 77603 via svnmerge fromGeorg Brandl2010-05-191-11/+10
| * Merged revisions 79822,79828,79862,80067,80069,80080-80081,80084,80432-80433 ...Georg Brandl2010-05-181-0/+42
| * Merged revisions 75363,75365,75376,75392,75394,75403,75418,75484,75572,75580,...Georg Brandl2009-10-271-15/+22
| * Merged revisions 74492,74531,74545-74550,74553-74555,74588,74603,74608,74614,...Georg Brandl2009-10-271-0/+2
| * Merged revisions 74209 via svnmerge fromGeorg Brandl2009-10-271-4/+4
| * Merged revisions 70171,70183,70290,70292,70315,70438,70464 via svnmerge fromGeorg Brandl2009-10-271-0/+3
| * Merged revisions 68705-68706 via svnmerge fromGeorg Brandl2009-10-271-1/+9
| * Merged revisions 72319-72320,72467,72661,72675-72679,72703,72708,72710,72712,...Georg Brandl2009-05-261-5/+5
| * Merged revisions 69578-69580,69901,69907,69994,70022-70023,70025-70026,70166,...Georg Brandl2009-04-051-4/+5
| * Merged revisions 70642,70648,70656,70661,70765,70773,70789,70824-70825,70828,...Georg Brandl2009-04-051-2/+3
| * Merged revisions 68582,68718,68720-68721,68724-68727,68859,68973,69288-69289,...Georg Brandl2009-02-231-4/+5
| * Merged revisions 69078-69079 via svnmerge fromBrett Cannon2009-01-291-1/+3
| * Merged revisions 67571,67574-67576,67579-67581,67583,67591,67597,67608,67631 ...Georg Brandl2008-12-071-1/+1
| * Merged revisions 67326,67498,67531-67532,67538,67553-67554,67556-67557 via sv...Georg Brandl2008-12-051-1/+2
| * Merged revisions 67245,67277,67289,67295,67301-67303,67307,67330,67332,67336,...Georg Brandl2008-12-051-17/+17
| * Merged revisions 66801,66803-66804,66813,66854-66856,66866,66870-66872,66874,...Georg Brandl2008-11-071-2/+2
* | Issue #12223: Typo fix in datamodel docsEli Bendersky2011-06-101-1/+1
* | Issue #10771: Clarify that descriptors get used in an *owner* class or one of...Raymond Hettinger2011-03-231-5/+5
* | Issue 10787: Document the probability density function for random.gammavariate.Raymond Hettinger2011-03-221-4/+4
* | Issue 10988: fix description of super's descriptor call.Raymond Hettinger2011-03-221-1/+1
* | Explicitly mention that people should not depend on finalization ofGregory P. Smith2011-03-101-0/+2
* | Merged revisions 87486 via svnmerge fromÉric Araujo2010-12-261-1/+1
* | Merged revisions 85392 via svnmerge fromBenjamin Peterson2010-10-121-0/+7
* | Merged revisions 85156 via svnmerge fromSenthil Kumaran2010-10-021-16/+16
* | Minor grammar re-wordingAndrew M. Kuchling2010-04-301-2/+2
* | Fix missing.Georg Brandl2010-04-141-2/+2
* | #5250: document __instancecheck__ and __subclasscheck__. I hope the part abo...Georg Brandl2010-04-141-0/+42
* | Add tests for functools.total_ordering.Raymond Hettinger2010-04-041-2/+1
* | Issue #5211: Fix complex type to avoid implicit calls toMark Dickinson2010-02-211-4/+6
* | data descriptors do not override the class dictionary if __get__ is not definedBenjamin Peterson2010-01-181-11/+10
* | Reorder __slots__ fine print and add a clarification.Georg Brandl2009-10-221-4/+4
* | #6324: membership test tries iteration via __iter__.Georg Brandl2009-10-221-4/+8
* | Use "impl-detail" directive where applicable.Georg Brandl2009-10-221-7/+10
* | #6810: add a link to the section about frame objects instead of just a descri...Georg Brandl2009-09-011-0/+2
* | builtin -> built-in.Georg Brandl2009-07-261-4/+4
* | #6034: clarify __reversed__ doc.Georg Brandl2009-05-161-5/+5
* | Fix-up unwanted change.Georg Brandl2009-03-311-1/+1
* | #5039: make it clear that the impl. note refers to CPython.Georg Brandl2009-03-301-2/+3
* | #5493: clarify __nonzero__ docs.Georg Brandl2009-03-151-4/+5
* | Add reference to solution for a commonly asked question.Raymond Hettinger2009-03-121-0/+3
* | #3734: document complex coercing behavior better.Georg Brandl2009-02-131-1/+2
* | Clarify some __del__ stuff.Brett Cannon2009-01-291-1/+3
* | #4986: augassigns are not expressions.Georg Brandl2009-01-181-3/+3
* | fix grammarBenjamin Peterson2009-01-181-1/+1
* | bytearrays are mutable sequencesBenjamin Peterson2009-01-181-1/+9
* | #4517: add "special method" glossary entry and clarify when __getattribute__ ...Georg Brandl2008-12-051-1/+1
* | Add an index entry for "subclassing immutable types".Georg Brandl2008-12-051-1/+2
* | improve __hash__ docsBenjamin Peterson2008-11-171-17/+17