| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | SF patch #1191489: Simplify logic in random.py | Raymond Hettinger | 2005-04-30 | 1 | -9/+10 |
|
|
* | Removed unused line. | Raymond Hettinger | 2005-01-03 | 1 | -1/+0 |
|
|
* | Use floor division operator. | Raymond Hettinger | 2004-09-27 | 1 | -2/+2 |
|
|
* | SF #1027105: HardwareRandom should be renamed OSRandom | Raymond Hettinger | 2004-09-13 | 1 | -11/+13 |
|
|
* | Fulfill Martin's request to use try/except rather than a "look before | Raymond Hettinger | 2004-09-05 | 1 | -17/+8 |
|
|
* | SF bug #1022010: Import random fails | Raymond Hettinger | 2004-09-03 | 1 | -1/+2 |
|
|
* | HardwareRandom: Go back to multiplying by 2**-BPF instead of using | Tim Peters | 2004-08-31 | 1 | -2/+3 |
|
|
* | Take advantage of the math library's ldexp for assembling a float by | Raymond Hettinger | 2004-08-31 | 1 | -5/+3 |
|
|
* | Teach the random module about os.urandom(). | Raymond Hettinger | 2004-08-30 | 1 | -8/+62 |
|
|
* | Fix typo in comment. | Raymond Hettinger | 2004-06-07 | 1 | -1/+1 |
|
|
* | SF bug #964230: random.choice([]) should return more intelligible exception | Raymond Hettinger | 2004-06-05 | 1 | -1/+1 |
|
|
* | Reflow long line. | Jeremy Hylton | 2004-02-23 | 1 | -6/+6 |
|
|
* | Whitespace normalization. | Tim Peters | 2004-01-18 | 1 | -1/+1 |
|
|
* | Implement and apply PEP 322, reverse iteration | Raymond Hettinger | 2003-11-06 | 1 | -1/+1 |
|
|
* | Minor fixup. "Random" was listed twice in __all__. | Raymond Hettinger | 2003-10-12 | 1 | -2/+1 |
|
|
* | SF bug #812202: randint is always even | Raymond Hettinger | 2003-10-05 | 1 | -10/+54 |
|
|
* | SF bug #801342: Bug (documentation or real, your choice) in random.sample. | Raymond Hettinger | 2003-09-06 | 1 | -0/+4 |
|
|
* | Eliminate unnecessary eval() in tests | Raymond Hettinger | 2003-08-30 | 1 | -19/+18 |
|
|
* | SF bug #778964: bad seed in python 2.3 random | Raymond Hettinger | 2003-08-09 | 1 | -0/+3 |
|
|
* | Removed deprecated functions | Raymond Hettinger | 2003-08-05 | 1 | -49/+2 |
|
|
* | SF bug #759889: Pickling of Random is broken | Raymond Hettinger | 2003-06-24 | 1 | -0/+3 |
|
|
* | randrange(): Repaired my overly optimistic rewrite, and added comments | Tim Peters | 2003-06-19 | 1 | -1/+13 |
|
|
* | randrange(): 2.3 can no longer raises OverflowError on an int() call, so | Tim Peters | 2003-06-19 | 1 | -10/+1 |
|
|
* | SF bug #753602: random.sample not properly documented | Raymond Hettinger | 2003-06-13 | 1 | -4/+5 |
|
|
* | 'sum' is no longer a good variable name. Use 'total' instead. | Raymond Hettinger | 2003-05-24 | 1 | -3/+3 |
|
|
* | * Migrate sample distribution test from random.py to test_random.py. | Raymond Hettinger | 2003-01-17 | 1 | -5/+0 |
|
|
* | Much clearer when super() is used. | Raymond Hettinger | 2003-01-07 | 1 | -5/+5 |
|
|
* | Move the statistical tests for four distributions into the unittest suite. | Raymond Hettinger | 2003-01-05 | 1 | -3/+0 |
|
|
* | Correct long standing bugs in the methods for random distributions. | Raymond Hettinger | 2003-01-04 | 1 | -4/+6 |
|
|
* | Remove the random=None nonsense from sample() before it gets set in stone. | Raymond Hettinger | 2003-01-04 | 1 | -18/+11 |
|
|
* | SF patch 658251: Install a C implementation of the Mersenne Twister as the | Raymond Hettinger | 2002-12-29 | 1 | -225/+178 |
|
|
* | Clarify and speedup test. | Raymond Hettinger | 2002-12-07 | 1 | -2/+3 |
|
|
* | Improve comments. Clarify docs. | Raymond Hettinger | 2002-11-18 | 1 | -15/+14 |
|
|
* | Improved clarity and thoroughness of docstring. | Raymond Hettinger | 2002-11-13 | 1 | -20/+41 |
|
|