summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_random.py
Commit message (Expand)AuthorAgeFilesLines
* convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
* use assert[Not]In where appropriateBenjamin Peterson2010-01-191-2/+2
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-15/+15
* Inline coefficients in gamma(). Add reflection formula. Add comments.Raymond Hettinger2009-02-191-10/+18
* Merged revisions 65258,65292,65299,65308-65309,65315,65326 via svnmerge fromMark Dickinson2008-08-011-1/+1
* Merged revisions 65012,65035,65037-65040,65048,65057,65077,65091-65095,65097-...Georg Brandl2008-07-231-5/+3
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-4/+4
* Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,...Christian Heimes2008-03-231-0/+2
* Take Tim's advice and have random.sample() support only sequences and sets.Raymond Hettinger2008-01-141-20/+1
* Remove defunct parts of the random moduleRaymond Hettinger2008-01-131-63/+1
* Merged revisions 59275-59303 via svnmerge fromChristian Heimes2007-12-031-0/+13
* Forgot to run the tests after making the places and msg argument keyword-only.Jeffrey Yasskin2007-09-071-2/+2
* First merge from the trunk straight into the py3k branch. I'm notGuido van Rossum2007-08-161-1/+1
* Patch by Christian Heimes to change self.assert_(x == y) intoGuido van Rossum2007-07-111-2/+2
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-31/+33
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-1/+1
* Merged revisions 53451-53537 via svnmerge fromThomas Wouters2007-02-011-0/+8
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-151-18/+18
* Merged revisions 53005-53303 via svnmerge fromThomas Wouters2007-01-091-4/+11
* Kill reduce(). A coproduction of John Reese, Jacques Frechet, and Alex M.Guido van Rossum2006-08-221-1/+3
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-1/+20
* Use floor division operator.Raymond Hettinger2004-09-271-1/+1
* SF #1027105: HardwareRandom should be renamed OSRandomRaymond Hettinger2004-09-131-4/+4
* Fulfill Martin's request to use try/except rather than a "look beforeRaymond Hettinger2004-09-051-1/+5
* SF bug #1022010: Import random failsRaymond Hettinger2004-09-041-3/+6
* Teach the random module about os.urandom().Raymond Hettinger2004-08-301-0/+102
* Add some tests for corner cases.Raymond Hettinger2004-07-091-1/+25
* * Migrate set() and frozenset() from the sandbox.Raymond Hettinger2003-11-161-8/+6
* SF bug #812202: randint is always evenRaymond Hettinger2003-10-051-0/+78
* SF bug #801342: Bug (documentation or real, your choice) in random.sample.Raymond Hettinger2003-09-061-0/+10
* SF bug #778964: bad seed in python 2.3 randomRaymond Hettinger2003-08-091-1/+1
* SF bug #759889: Pickling of Random is brokenRaymond Hettinger2003-06-241-0/+7
* Apply the simplified test_support boilerplate.Raymond Hettinger2003-05-031-6/+4
* Simplify ref count test.Raymond Hettinger2003-05-021-3/+3
* SF bug #690083: test_random fails sometimesRaymond Hettinger2003-02-211-1/+1
* Add refcount test.Raymond Hettinger2003-02-041-3/+12
* * Migrate sample distribution test from random.py to test_random.py.Raymond Hettinger2003-01-171-5/+22
* Move the statistical tests for four distributions into the unittest suite.Raymond Hettinger2003-01-051-0/+41
* Add a test case.Raymond Hettinger2003-01-051-0/+19
* Test an edge case for sample().Raymond Hettinger2003-01-041-0/+1
* SF patch 658251: Install a C implementation of the Mersenne Twister as theRaymond Hettinger2002-12-291-14/+201
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* random.gauss() uses a piece of hidden state used by nothing else,Tim Peters2002-05-051-0/+19