| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #16190: fix random module recommendation to use ssl.RAND_bytes(). | Antoine Pitrou | 2013-08-16 | 1 | -3/+3 |
* | #15831: merge with 3.2 | Ezio Melotti | 2012-09-14 | 1 | -0/+9 |
|\ |
|
| * | merge with 3.2 | Sandro Tosi | 2012-08-12 | 1 | -0/+9 |
| |\ |
|
| | * | Fix markup | Raymond Hettinger | 2012-07-09 | 1 | -1/+1 |
| | * | Issue 15265: document the exception raised for invalid sample sizes. | Raymond Hettinger | 2012-07-08 | 1 | -0/+3 |
| | * | merge with 3.2 | Sandro Tosi | 2012-04-14 | 1 | -1/+1 |
| | |\ |
|
| | * \ | merge doc fixes from 3.2 | Georg Brandl | 2011-09-17 | 1 | -0/+6 |
| | |\ \ |
|
| | | * | | Issue #12049: cleanup the warning in the random module doc | Victor Stinner | 2011-05-25 | 1 | -2/+2 |
| | | * | | Issue #12049: improve RAND_bytes() and RAND_pseudo_bytes() documentation | Victor Stinner | 2011-05-24 | 1 | -0/+6 |
* | | | | | #15831: document multiple signatures on different lines. Patch by Chris Jerd... | Ezio Melotti | 2012-09-14 | 1 | -5/+6 |
|/ / / / |
|
* | | | | it's getstatus() not setstatus(); thanks to Shaddi Hasan from docs@ | Sandro Tosi | 2012-08-12 | 1 | -1/+1 |
| |_|/
|/| | |
|
* | | | fix typo; thanks to J?r?me Mainka from docs@ | Sandro Tosi | 2012-04-14 | 1 | -1/+1 |
|/ / |
|
* | | Add info from the docstring for random.gammavariate() to the docs. | Georg Brandl | 2011-09-17 | 1 | -0/+7 |
|/ |
|
* | Separate source link from main text. | Raymond Hettinger | 2011-01-10 | 1 | -0/+2 |
* | Move source links to consistent location and remove wordy, big yellow boxes. | Raymond Hettinger | 2011-01-10 | 1 | -6/+2 |
* | Fix heading level | Antoine Pitrou | 2010-12-12 | 1 | -2/+2 |
* | Mention itertools.accumulate(). | Raymond Hettinger | 2010-12-04 | 1 | -0/+1 |
* | Neaten-up random module docs. | Raymond Hettinger | 2010-12-02 | 1 | -30/+31 |
* | Add an example to the random docs. | Raymond Hettinger | 2010-12-02 | 1 | -0/+26 |
* | Provide links to Python source where the code is short, readable and | Éric Araujo | 2010-11-16 | 1 | -0/+5 |
* | typo | Raymond Hettinger | 2010-09-07 | 1 | -1/+1 |
* | Remove outdated reference to Wichmann-Hill algorithm. | Raymond Hettinger | 2010-09-07 | 1 | -12/+4 |
* | Issues #7889, #9025 and #9379: Improvements to the random module. | Raymond Hettinger | 2010-09-07 | 1 | -0/+7 |
* | Document which part of the random module module are guaranteed. | Raymond Hettinger | 2010-09-07 | 1 | -9/+14 |
* | Document which part of the random module module are guaranteed. | Raymond Hettinger | 2010-09-06 | 1 | -0/+16 |
* | Merged revisions 77952,78030,78102,78104,78107,78206,78216,78296-78297,78328,... | Benjamin Peterson | 2010-03-21 | 1 | -0/+12 |
* | Merged revisions 76904 via svnmerge from | Ezio Melotti | 2009-12-19 | 1 | -1/+1 |
* | Switch more function arguments docs to new-style. | Georg Brandl | 2009-09-02 | 1 | -1/+0 |
* | Issue 6261: Clarify behavior of random.uniform(). | Raymond Hettinger | 2009-06-11 | 1 | -0/+2 |
* | Fix typo. | Raymond Hettinger | 2009-04-03 | 1 | -2/+2 |
* | Add link to an alternative generator with a long-period. | Raymond Hettinger | 2009-04-01 | 1 | -0/+4 |
* | Fix-up random docs. Jumpahead was removed long ago. Other minor corrections. | Raymond Hettinger | 2009-02-24 | 1 | -14/+4 |
* | Merged revisions 68633,68648,68667,68706,68718,68720-68721,68724-68727,68739 ... | Benjamin Peterson | 2009-01-18 | 1 | -9/+10 |
* | Merged revisions 68378 via svnmerge from | Mark Dickinson | 2009-01-07 | 1 | -3/+5 |
* | Merged revisions 66508,66510,66512-66513,66523-66526,66529-66530,66532,66535,... | Benjamin Peterson | 2008-09-22 | 1 | -1/+2 |
* | Merged revisions 65259,65263,65296,65307,65321 via svnmerge from | Benjamin Peterson | 2008-07-31 | 1 | -1/+1 |
* | Remove many "versionchanged" items that didn't use the official markup, | Georg Brandl | 2008-05-12 | 1 | -2/+0 |
* | remove some old versionchanged and versionadded directives | Benjamin Peterson | 2008-04-24 | 1 | -2/+1 |
* | Merged revisions 61834,61841-61842,61851-61853,61863-61864,61869-61870,61874,... | Christian Heimes | 2008-03-25 | 1 | -5/+5 |
* | Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,... | Christian Heimes | 2008-03-23 | 1 | -0/+9 |
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-22 | 1 | -0/+11 |
* | Take Tim's advice and have random.sample() support only sequences and sets. | Raymond Hettinger | 2008-01-14 | 1 | -2/+2 |
* | Remove defunct parts of the random module | Raymond Hettinger | 2008-01-13 | 1 | -44/+2 |
* | Merged revisions 59275-59303 via svnmerge from | Christian Heimes | 2007-12-03 | 1 | -0/+2 |
* | Remove further mentions of long integers. | Georg Brandl | 2007-11-29 | 1 | -4/+4 |
* | Merged revisions 58947-59004 via svnmerge from | Guido van Rossum | 2007-11-16 | 1 | -5/+0 |
* | Merged revisions 58742-58816 via svnmerge from | Guido van Rossum | 2007-11-02 | 1 | -2/+2 |
* | Get rid of the remaining versionadded/versionchanged directives. | Georg Brandl | 2007-09-01 | 1 | -27/+1 |
* | Move the 3k reST doc tree in place. | Georg Brandl | 2007-08-15 | 1 | -0/+315 |