| Commit message (Expand) | Author | Age | Files | Lines |
* | merge 2.6 with hash randomization fix | Benjamin Peterson | 2012-02-21 | 1 | -0/+2 |
|\ |
|
| * | - Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEED | Barry Warsaw | 2012-02-21 | 1 | -0/+2 |
|
|
| * | Merged revisions 77603 via svnmerge from | Georg Brandl | 2010-05-19 | 1 | -11/+10 |
|
|
| * | Merged revisions 79822,79828,79862,80067,80069,80080-80081,80084,80432-80433 ... | Georg Brandl | 2010-05-18 | 1 | -0/+42 |
|
|
| * | Merged revisions 75363,75365,75376,75392,75394,75403,75418,75484,75572,75580,... | Georg Brandl | 2009-10-27 | 1 | -15/+22 |
|
|
| * | Merged revisions 74492,74531,74545-74550,74553-74555,74588,74603,74608,74614,... | Georg Brandl | 2009-10-27 | 1 | -0/+2 |
|
|
| * | Merged revisions 74209 via svnmerge from | Georg Brandl | 2009-10-27 | 1 | -4/+4 |
|
|
| * | Merged revisions 70171,70183,70290,70292,70315,70438,70464 via svnmerge from | Georg Brandl | 2009-10-27 | 1 | -0/+3 |
|
|
| * | Merged revisions 68705-68706 via svnmerge from | Georg Brandl | 2009-10-27 | 1 | -1/+9 |
|
|
| * | Merged revisions 72319-72320,72467,72661,72675-72679,72703,72708,72710,72712,... | Georg Brandl | 2009-05-26 | 1 | -5/+5 |
|
|
| * | Merged revisions 69578-69580,69901,69907,69994,70022-70023,70025-70026,70166,... | Georg Brandl | 2009-04-05 | 1 | -4/+5 |
|
|
| * | Merged revisions 70642,70648,70656,70661,70765,70773,70789,70824-70825,70828,... | Georg Brandl | 2009-04-05 | 1 | -2/+3 |
|
|
| * | Merged revisions 68582,68718,68720-68721,68724-68727,68859,68973,69288-69289,... | Georg Brandl | 2009-02-23 | 1 | -4/+5 |
|
|
| * | Merged revisions 69078-69079 via svnmerge from | Brett Cannon | 2009-01-29 | 1 | -1/+3 |
|
|
| * | Merged revisions 67571,67574-67576,67579-67581,67583,67591,67597,67608,67631 ... | Georg Brandl | 2008-12-07 | 1 | -1/+1 |
|
|
| * | Merged revisions 67326,67498,67531-67532,67538,67553-67554,67556-67557 via sv... | Georg Brandl | 2008-12-05 | 1 | -1/+2 |
|
|
| * | Merged revisions 67245,67277,67289,67295,67301-67303,67307,67330,67332,67336,... | Georg Brandl | 2008-12-05 | 1 | -17/+17 |
|
|
| * | Merged revisions 66801,66803-66804,66813,66854-66856,66866,66870-66872,66874,... | Georg Brandl | 2008-11-07 | 1 | -2/+2 |
|
|
* | | Issue #12223: Typo fix in datamodel docs | Eli Bendersky | 2011-06-10 | 1 | -1/+1 |
|
|
* | | Issue #10771: Clarify that descriptors get used in an *owner* class or one of... | Raymond Hettinger | 2011-03-23 | 1 | -5/+5 |
|
|
* | | Issue 10787: Document the probability density function for random.gammavariate. | Raymond Hettinger | 2011-03-22 | 1 | -4/+4 |
|
|
* | | Issue 10988: fix description of super's descriptor call. | Raymond Hettinger | 2011-03-22 | 1 | -1/+1 |
|
|
* | | Explicitly mention that people should not depend on finalization of | Gregory P. Smith | 2011-03-10 | 1 | -0/+2 |
|
|
* | | Merged revisions 87486 via svnmerge from | Éric Araujo | 2010-12-26 | 1 | -1/+1 |
|
|
* | | Merged revisions 85392 via svnmerge from | Benjamin Peterson | 2010-10-12 | 1 | -0/+7 |
|
|
* | | Merged revisions 85156 via svnmerge from | Senthil Kumaran | 2010-10-02 | 1 | -16/+16 |
|
|
* | | Minor grammar re-wording | Andrew M. Kuchling | 2010-04-30 | 1 | -2/+2 |
|
|
* | | Fix missing. | Georg Brandl | 2010-04-14 | 1 | -2/+2 |
|
|
* | | #5250: document __instancecheck__ and __subclasscheck__. I hope the part abo... | Georg Brandl | 2010-04-14 | 1 | -0/+42 |
|
|
* | | Add tests for functools.total_ordering. | Raymond Hettinger | 2010-04-04 | 1 | -2/+1 |
|
|
* | | Issue #5211: Fix complex type to avoid implicit calls to | Mark Dickinson | 2010-02-21 | 1 | -4/+6 |
|
|
* | | data descriptors do not override the class dictionary if __get__ is not defined | Benjamin Peterson | 2010-01-18 | 1 | -11/+10 |
|
|
* | | Reorder __slots__ fine print and add a clarification. | Georg Brandl | 2009-10-22 | 1 | -4/+4 |
|
|
* | | #6324: membership test tries iteration via __iter__. | Georg Brandl | 2009-10-22 | 1 | -4/+8 |
|
|
* | | Use "impl-detail" directive where applicable. | Georg Brandl | 2009-10-22 | 1 | -7/+10 |
|
|
* | | #6810: add a link to the section about frame objects instead of just a descri... | Georg Brandl | 2009-09-01 | 1 | -0/+2 |
|
|
* | | builtin -> built-in. | Georg Brandl | 2009-07-26 | 1 | -4/+4 |
|
|
* | | #6034: clarify __reversed__ doc. | Georg Brandl | 2009-05-16 | 1 | -5/+5 |
|
|
* | | Fix-up unwanted change. | Georg Brandl | 2009-03-31 | 1 | -1/+1 |
|
|
* | | #5039: make it clear that the impl. note refers to CPython. | Georg Brandl | 2009-03-30 | 1 | -2/+3 |
|
|
* | | #5493: clarify __nonzero__ docs. | Georg Brandl | 2009-03-15 | 1 | -4/+5 |
|
|
* | | Add reference to solution for a commonly asked question. | Raymond Hettinger | 2009-03-12 | 1 | -0/+3 |
|
|
* | | #3734: document complex coercing behavior better. | Georg Brandl | 2009-02-13 | 1 | -1/+2 |
|
|
* | | Clarify some __del__ stuff. | Brett Cannon | 2009-01-29 | 1 | -1/+3 |
|
|
* | | #4986: augassigns are not expressions. | Georg Brandl | 2009-01-18 | 1 | -3/+3 |
|
|
* | | fix grammar | Benjamin Peterson | 2009-01-18 | 1 | -1/+1 |
|
|
* | | bytearrays are mutable sequences | Benjamin Peterson | 2009-01-18 | 1 | -1/+9 |
|
|
* | | #4517: add "special method" glossary entry and clarify when __getattribute__ ... | Georg Brandl | 2008-12-05 | 1 | -1/+1 |
|
|
* | | Add an index entry for "subclassing immutable types". | Georg Brandl | 2008-12-05 | 1 | -1/+2 |
|
|
* | | improve __hash__ docs | Benjamin Peterson | 2008-11-17 | 1 | -17/+17 |
|
|