| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #22777: Test pickling with all protocols. | Serhiy Storchaka | 2014-12-15 | 1 | -6/+8 |
|
|
* | Issue 13355: Make random.triangular degrade gracefully when low == high. | Raymond Hettinger | 2014-05-26 | 1 | -1/+1 |
|
|
* | Issue #19936: Added executable bits or shebang lines to Python scripts which | Serhiy Storchaka | 2014-01-16 | 1 | -2/+0 |
|\ |
|
| * | Issue #19936: Added executable bits or shebang lines to Python scripts which | Serhiy Storchaka | 2014-01-16 | 1 | -2/+0 |
|
|
* | | Issue #19588: Merge with 3.3 | Zachary Ware | 2013-11-26 | 1 | -6/+6 |
|\ \
| |/ |
|
| * | Issue #19588: Fixed tests in test_random that were silently skipped most | Zachary Ware | 2013-11-26 | 1 | -6/+6 |
|
|
* | | #17789: merge with 3.3. | Ezio Melotti | 2013-04-19 | 1 | -27/+12 |
|\ \
| |/ |
|
| * | #17789: test_random now works with unittest test discovery. Patch by Zachary... | Ezio Melotti | 2013-04-19 | 1 | -27/+12 |
|
|
* | | Revert changes for #13355 by request from Raymond Hettinger | Andrew Svetlov | 2013-04-13 | 1 | -28/+1 |
|\ \
| |/ |
|
| * | Revert changes for #13355 by request from Raymond Hettinger | Andrew Svetlov | 2013-04-13 | 1 | -31/+1 |
|
|
* | | Fix whitespaces | Andrew Svetlov | 2013-04-12 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix whitespaces | Andrew Svetlov | 2013-04-12 | 1 | -1/+1 |
|
|
* | | Issue #13355: Raise ValueError on random.triangular call with invalid params. | Andrew Svetlov | 2013-04-12 | 1 | -2/+28 |
|\ \
| |/ |
|
| * | Issue #13355: Raise ValueError on random.triangular call with invalid params. | Andrew Svetlov | 2013-04-12 | 1 | -1/+31 |
|
|
* | | #17492: Additional tests for random module. | R David Murray | 2013-04-02 | 1 | -0/+175 |
|
|
* | | Issue #17141: random.vonmisesvariate() no more hangs for large kappas. | Serhiy Storchaka | 2013-02-10 | 1 | -2/+32 |
|\ \
| |/ |
|
| * | Issue #17141: random.vonmisesvariate() no more hangs for large kappas. | Serhiy Storchaka | 2013-02-10 | 1 | -2/+32 |
| |\ |
|
| | * | Issue #17141: random.vonmisesvariate() no more hangs for large kappas. | Serhiy Storchaka | 2013-02-10 | 1 | -2/+32 |
|
|
* | | | Issue #17149: merge fix from 3.3. | Mark Dickinson | 2013-02-10 | 1 | -0/+14 |
|\ \ \
| |/ / |
|
| * | | Issue #17149: merge fix from 3.2. | Mark Dickinson | 2013-02-10 | 1 | -0/+14 |
| |\ \
| | |/ |
|
| | * | Issue #17149: Fix random.vonmisesvariate to always return results in [0, 2*ma... | Mark Dickinson | 2013-02-10 | 1 | -0/+14 |
|
|
* | | | Issue #15837: add some tests for random.shuffle(). | Antoine Pitrou | 2012-11-04 | 1 | -0/+33 |
|/ / |
|
* | | In random's test_seedargs: Make sure to include at least one seed object with... | Mark Dickinson | 2012-06-24 | 1 | -1/+5 |
|/ |
|
* | Update whatsnew. Salt the random number seed. | Raymond Hettinger | 2010-12-08 | 1 | -2/+2 |
|
|
* | Remove invalid test (it was supposed to fail on 64-bit machines.). | Raymond Hettinger | 2010-09-07 | 1 | -4/+0 |
|
|
* | Fix corner case for Random.choice() and add tests. | Raymond Hettinger | 2010-09-07 | 1 | -0/+7 |
|
|
* | Issues #7889, #9025 and #9379: Improvements to the random module. | Raymond Hettinger | 2010-09-07 | 1 | -1/+9 |
|
|
* | Document which part of the random module module are guaranteed. | Raymond Hettinger | 2010-09-07 | 1 | -1/+16 |
|
|
* | Merged revisions 78093 via svnmerge from | Georg Brandl | 2010-03-14 | 1 | -1/+1 |
|
|
* | convert shebang lines: python -> python3 | Benjamin Peterson | 2010-03-11 | 1 | -1/+1 |
|
|
* | use assert[Not]In where appropriate | Benjamin Peterson | 2010-01-19 | 1 | -2/+2 |
|
|
* | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -15/+15 |
|
|
* | Inline coefficients in gamma(). Add reflection formula. Add comments. | Raymond Hettinger | 2009-02-19 | 1 | -10/+18 |
|
|
* | Merged revisions 65258,65292,65299,65308-65309,65315,65326 via svnmerge from | Mark Dickinson | 2008-08-01 | 1 | -1/+1 |
|
|
* | Merged revisions 65012,65035,65037-65040,65048,65057,65077,65091-65095,65097-... | Georg Brandl | 2008-07-23 | 1 | -5/+3 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -4/+4 |
|
|
* | Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,... | Christian Heimes | 2008-03-23 | 1 | -0/+2 |
|
|
* | Take Tim's advice and have random.sample() support only sequences and sets. | Raymond Hettinger | 2008-01-14 | 1 | -20/+1 |
|
|
* | Remove defunct parts of the random module | Raymond Hettinger | 2008-01-13 | 1 | -63/+1 |
|
|
* | Merged revisions 59275-59303 via svnmerge from | Christian Heimes | 2007-12-03 | 1 | -0/+13 |
|
|
* | Forgot to run the tests after making the places and msg argument keyword-only. | Jeffrey Yasskin | 2007-09-07 | 1 | -2/+2 |
|
|
* | First merge from the trunk straight into the py3k branch. I'm not | Guido van Rossum | 2007-08-16 | 1 | -1/+1 |
|
|
* | Patch by Christian Heimes to change self.assert_(x == y) into | Guido van Rossum | 2007-07-11 | 1 | -2/+2 |
|
|
* | Merged revisions 55007-55179 via svnmerge from | Guido van Rossum | 2007-05-07 | 1 | -31/+33 |
|
|
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -1/+1 |
|
|
* | Merged revisions 53451-53537 via svnmerge from | Thomas Wouters | 2007-02-01 | 1 | -0/+8 |
|
|
* | Rip out 'long' and 'L'-suffixed integer literals. | Guido van Rossum | 2007-01-15 | 1 | -18/+18 |
|
|
* | Merged revisions 53005-53303 via svnmerge from | Thomas Wouters | 2007-01-09 | 1 | -4/+11 |
|
|
* | Kill reduce(). A coproduction of John Reese, Jacques Frechet, and Alex M. | Guido van Rossum | 2006-08-22 | 1 | -1/+3 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -1/+20 |
|
|