index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_random.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
*
SF patch 658251: Install a C implementation of the Mersenne Twister as the
Raymond Hettinger
2002-12-29
1
-14/+201
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
1
-1/+1
*
random.gauss() uses a piece of hidden state used by nothing else,
Tim Peters
2002-05-05
1
-0/+19