| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 3.2 | Brian Curtin | 2011-11-11 | 1 | -1/+0 |
|\ |
|
| * | Fix #13384. Remove __future__ import in 3.x code. | Brian Curtin | 2011-11-11 | 1 | -1/+0 |
|
|
* | | Code simplification suggested by Sven Marnach. | Raymond Hettinger | 2011-06-25 | 1 | -5/+3 |
|\ \
| |/ |
|
| * | Code simplification suggested by Sven Marnach. | Raymond Hettinger | 2011-06-25 | 1 | -5/+3 |
|
|
| * | Sync-up minor code edits with the default branch. | Raymond Hettinger | 2011-05-05 | 1 | -4/+4 |
|
|
* | | Avoid codec spelling issues by just using the utf-8 default. | Raymond Hettinger | 2011-05-05 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Avoid codec spelling issues by just using the utf-8 default. | Raymond Hettinger | 2011-05-05 | 1 | -1/+1 |
|
|
* | | #11848: Merge with 3.2. | Ezio Melotti | 2011-04-15 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | #11848: Merge with 3.1. | Ezio Melotti | 2011-04-15 | 1 | -1/+1 |
| |\ |
|
| | * | #11848: replace dead link in random.betavariate comment. | Ezio Melotti | 2011-04-15 | 1 | -1/+1 |
|
|
* | | | Issue 10787: Document the probability density function for random.gammavariate. | Raymond Hettinger | 2011-03-22 | 1 | -0/+6 |
|\ \ \
| |/ / |
|
| * | | Issue 10787: Document the probability density function for random.gammavariate. | Raymond Hettinger | 2011-03-22 | 1 | -0/+6 |
| |\ \
| | |/ |
|
| | * | Issue 10787: Document the probability density function for random.gammavariate. | Raymond Hettinger | 2011-03-22 | 1 | -0/+6 |
|
|
| | * | Issue #7435: Remove reference to long in docstring. Thanks flox. | Mark Dickinson | 2009-12-05 | 1 | -1/+1 |
|
|
* | | | Normalize the encoding names for Latin-1 and UTF-8 to | Marc-André Lemburg | 2011-02-25 | 1 | -1/+1 |
|
|
* | | | Fix imports from collections.abc | Raymond Hettinger | 2011-02-23 | 1 | -4/+4 |
|/ / |
|
* | | Update whatsnew. Salt the random number seed. | Raymond Hettinger | 2010-12-08 | 1 | -4/+7 |
|
|
* | | Improve variable name (don't shadow a builtin). | Raymond Hettinger | 2010-09-08 | 1 | -3/+3 |
|
|
* | | One more conversion from pow() to **. | Raymond Hettinger | 2010-09-08 | 1 | -1/+1 |
|
|
* | | * Remove dependency on binascii.hexlify by using int.from_bytes(). | Raymond Hettinger | 2010-09-08 | 1 | -10/+9 |
|
|
* | | In the case where only a user supplied random() method is available, | Raymond Hettinger | 2010-09-08 | 1 | -12/+12 |
|
|
* | | Neaten-up comments and warning message. | Raymond Hettinger | 2010-09-07 | 1 | -4/+4 |
|
|
* | | Minor refactoring and cleanup. Extend looping randrange() technique to subcl... | Raymond Hettinger | 2010-09-07 | 1 | -20/+23 |
|
|
* | | Fix test that depends on a particular implementation of random.choice(). | Raymond Hettinger | 2010-09-07 | 1 | -5/+2 |
|
|
* | | Fix corner case for Random.choice() and add tests. | Raymond Hettinger | 2010-09-07 | 1 | -1/+5 |
|
|
* | | Small clean-ups. | Raymond Hettinger | 2010-09-07 | 1 | -29/+12 |
|
|
* | | Issues #7889, #9025 and #9379: Improvements to the random module. | Raymond Hettinger | 2010-09-07 | 1 | -23/+20 |
|
|
* | | Minor code cleanup | Raymond Hettinger | 2010-09-07 | 1 | -4/+4 |
|
|
* | | Document which part of the random module module are guaranteed. | Raymond Hettinger | 2010-09-07 | 1 | -2/+11 |
|
|
* | | Issue #7435: Remove duplicate int/long tests, and other | Mark Dickinson | 2009-12-05 | 1 | -1/+1 |
|/ |
|
* | Issue 6261: Clarify behavior of random.uniform(). | Raymond Hettinger | 2009-06-11 | 1 | -1/+1 |
|
|
* | Use ABCs to validate documented restriction to Sets or Sequences. | Raymond Hettinger | 2009-02-24 | 1 | -3/+4 |
|
|
* | Merged revisions 68378 via svnmerge from | Mark Dickinson | 2009-01-07 | 1 | -3/+5 |
|
|
* | Merged revisions 65259,65263,65296,65307,65321 via svnmerge from | Benjamin Peterson | 2008-07-31 | 1 | -1/+1 |
|
|
* | Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,... | Christian Heimes | 2008-03-23 | 1 | -1/+24 |
|
|
* | Take Tim's advice and have random.sample() support only sequences and sets. | Raymond Hettinger | 2008-01-14 | 1 | -27/+16 |
|
|
* | Remove defunct parts of the random module | Raymond Hettinger | 2008-01-13 | 1 | -162/+4 |
|
|
* | Merged revisions 59275-59303 via svnmerge from | Christian Heimes | 2007-12-03 | 1 | -2/+13 |
|
|
* | Raise statement normalization in Lib/. | Collin Winter | 2007-08-30 | 1 | -9/+9 |
|
|
* | Merged revisions 55817-55961 via svnmerge from | Guido van Rossum | 2007-06-13 | 1 | -3/+3 |
|
|
* | Merged revisions 55007-55179 via svnmerge from | Guido van Rossum | 2007-05-07 | 1 | -5/+5 |
|
|
* | Fix various spots where int/long and str/unicode unification | Walter Dörwald | 2007-05-03 | 1 | -1/+1 |
|
|
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -4/+4 |
|
|
* | Merged revisions 53451-53537 via svnmerge from | Thomas Wouters | 2007-02-01 | 1 | -1/+1 |
|
|
* | Rip out 'long' and 'L'-suffixed integer literals. | Guido van Rossum | 2007-01-15 | 1 | -10/+10 |
|
|
* | Merged revisions 53005-53303 via svnmerge from | Thomas Wouters | 2007-01-09 | 1 | -1/+1 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -12/+6 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -11/+23 |
|
|
* | Whitespace normalization (via reindent.py). | Tim Peters | 2005-08-26 | 1 | -1/+1 |
|
|
* | Implement random.sample() using sets instead of dicts. | Raymond Hettinger | 2005-08-19 | 1 | -9/+13 |
|
|