| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #24620: Random.setstate() now validates the value of state last element. | Serhiy Storchaka | 2015-07-24 | 1 | -0/+5 |
|
|
* | 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 #19588: Fixed tests in test_random that were silently skipped most | Zachary Ware | 2013-11-26 | 1 | -6/+6 |
|
|
* | Revert changes for #13355 by request from Raymond Hettinger | Andrew Svetlov | 2013-04-13 | 1 | -28/+1 |
|
|
* | Issue #13355: Raise ValueError on random.triangular call with invalid params. | Andrew Svetlov | 2013-04-12 | 1 | -1/+28 |
|
|
* | Issue #17141: random.vonmisesvariate() no more hangs for large kappas. | Serhiy Storchaka | 2013-02-10 | 1 | -2/+32 |
|
|
* | Issue #17149: Fix random.vonmisesvariate to always return results in [0, 2*ma... | Mark Dickinson | 2013-02-10 | 1 | -0/+14 |
|
|
* | Closes #14591: Random.jumpahead could produce an invalid MT state on 64-bit m... | Mark Dickinson | 2012-06-30 | 1 | -0/+8 |
|
|
* | Issue 9816: Random.jumpahead(n) didn't work well for small values of n. | Raymond Hettinger | 2010-09-10 | 1 | -2/+0 |
|
|
* | Issue #7849: Now the utility ``check_warnings`` verifies if the warnings are | Florent Xicluna | 2010-03-07 | 1 | -2/+1 |
|
|
* | Remove unused imports in test modules. | Georg Brandl | 2010-02-07 | 1 | -1/+1 |
|
|
* | #7092: Silence more py3k warnings. Patch by Florent Xicluna. | Ezio Melotti | 2010-02-03 | 1 | -0/+1 |
|
|
* | use assert[Not]In where appropriate | Ezio Melotti | 2010-01-23 | 1 | -2/+2 |
|
|
* | Reverting the Revision: 77368. I committed Flox's big patch for tests by | Senthil Kumaran | 2010-01-08 | 1 | -1/+0 |
|
|
* | Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ... | Senthil Kumaran | 2010-01-08 | 1 | -0/+1 |
|
|
* | Silence py3k warning claiming to affect the random module | Antoine Pitrou | 2009-10-14 | 1 | -4/+6 |
|
|
* | convert usage of fail* to assert* | Benjamin Peterson | 2009-06-30 | 1 | -18/+18 |
|
|
* | Inline coefficients in gamma(). Add reflection formula. Add comments. | Raymond Hettinger | 2009-02-19 | 1 | -10/+18 |
|
|
* | warnings.catch_warnings() now returns a list or None instead of the custom | Brett Cannon | 2008-09-09 | 1 | -1/+1 |
|
|
* | Rename math.sum to math.fsum | Mark Dickinson | 2008-07-30 | 1 | -1/+1 |
|
|
* | Improve accuracy of gamma test function | Raymond Hettinger | 2008-07-19 | 1 | -5/+3 |
|
|
* | Issue 1681432: Add triangular distribution the random module. | Raymond Hettinger | 2008-03-23 | 1 | -0/+2 |
|
|
* | Issue #1727780: Support loading pickles of random.Random objects created | Martin v. Löwis | 2007-12-03 | 1 | -0/+13 |
|
|
* | Remove test.test_support.guard_warnings_filter. | Brett Cannon | 2007-08-14 | 1 | -1/+1 |
|
|
* | Bug #1486663: don't reject keyword arguments for subclasses of builtin | Georg Brandl | 2007-01-21 | 1 | -0/+8 |
|
|
* | Bug #1590891: random.randrange don't return correct value for big number | Raymond Hettinger | 2006-12-20 | 1 | -0/+8 |
|
|
* | Add test.test_support.guard_warnings_filter . This function returns a context | Brett Cannon | 2006-12-13 | 1 | -4/+3 |
|
|
* | Another crack at bug #1460340: make random.sample(dict) | Tim Peters | 2006-04-01 | 1 | -2/+18 |
|
|
* | SF bug #1460340: random.sample can raise KeyError | Raymond Hettinger | 2006-03-29 | 1 | -0/+3 |
|
|
* | Use floor division operator. | Raymond Hettinger | 2004-09-27 | 1 | -1/+1 |
|
|
* | SF #1027105: HardwareRandom should be renamed OSRandom | Raymond Hettinger | 2004-09-13 | 1 | -4/+4 |
|
|
* | Fulfill Martin's request to use try/except rather than a "look before | Raymond Hettinger | 2004-09-05 | 1 | -1/+5 |
|
|
* | SF bug #1022010: Import random fails | Raymond Hettinger | 2004-09-04 | 1 | -3/+6 |
|
|
* | Teach the random module about os.urandom(). | Raymond Hettinger | 2004-08-30 | 1 | -0/+102 |
|
|
* | Add some tests for corner cases. | Raymond Hettinger | 2004-07-09 | 1 | -1/+25 |
|
|
* | * Migrate set() and frozenset() from the sandbox. | Raymond Hettinger | 2003-11-16 | 1 | -8/+6 |
|
|
* | SF bug #812202: randint is always even | Raymond Hettinger | 2003-10-05 | 1 | -0/+78 |
|
|
* | SF bug #801342: Bug (documentation or real, your choice) in random.sample. | Raymond Hettinger | 2003-09-06 | 1 | -0/+10 |
|
|
* | SF bug #778964: bad seed in python 2.3 random | Raymond Hettinger | 2003-08-09 | 1 | -1/+1 |
|
|
* | SF bug #759889: Pickling of Random is broken | Raymond Hettinger | 2003-06-24 | 1 | -0/+7 |
|
|
* | Apply the simplified test_support boilerplate. | Raymond Hettinger | 2003-05-03 | 1 | -6/+4 |
|
|
* | Simplify ref count test. | Raymond Hettinger | 2003-05-02 | 1 | -3/+3 |
|
|
* | SF bug #690083: test_random fails sometimes | Raymond Hettinger | 2003-02-21 | 1 | -1/+1 |
|
|
* | Add refcount test. | Raymond Hettinger | 2003-02-04 | 1 | -3/+12 |
|
|
* | * Migrate sample distribution test from random.py to test_random.py. | Raymond Hettinger | 2003-01-17 | 1 | -5/+22 |
|
|
* | Move the statistical tests for four distributions into the unittest suite. | Raymond Hettinger | 2003-01-05 | 1 | -0/+41 |
|
|
* | Add a test case. | Raymond Hettinger | 2003-01-05 | 1 | -0/+19 |
|
|
* | Test an edge case for sample(). | Raymond Hettinger | 2003-01-04 | 1 | -0/+1 |
|
|