1. 95aeae0 In random's test_seedargs: Make sure to include at least one seed object with a negative hash. by Mark Dickinson · 12 years ago
  2. 3fcf002 Update whatsnew. Salt the random number seed. by Raymond Hettinger · 14 years ago
  3. 7f7561e Remove invalid test (it was supposed to fail on 64-bit machines.). by Raymond Hettinger · 14 years ago
  4. dc4872e Fix corner case for Random.choice() and add tests. by Raymond Hettinger · 14 years ago
  5. 0515661 Issues #7889, #9025 and #9379: Improvements to the random module. by Raymond Hettinger · 14 years ago
  6. f763a72 Document which part of the random module module are guaranteed. by Raymond Hettinger · 14 years ago
  7. 1b37e87 Merged revisions 78093 via svnmerge from by Georg Brandl · 14 years ago
  8. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 14 years ago
  9. 577473f use assert[Not]In where appropriate by Benjamin Peterson · 14 years ago
  10. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  11. 2d0c256 Inline coefficients in gamma(). Add reflection formula. Add comments. by Raymond Hettinger · 15 years ago
  12. aa7633a Merged revisions 65258,65292,65299,65308-65309,65315,65326 via svnmerge from by Mark Dickinson · 16 years ago
  13. 3dbca81 Merged revisions 65012,65035,65037-65040,65048,65057,65077,65091-65095,65097-65099,65127-65128,65131,65133-65136,65139,65149-65151,65155,65158-65159,65176-65178,65183-65184,65187-65190,65192,65194 via svnmerge from by Georg Brandl · 16 years ago
  14. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  15. fe337bf Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,61761,61765-61767,61769,61773,61776-61778,61780-61783,61788,61793,61796,61807,61813 via svnmerge from by Christian Heimes · 16 years ago
  16. 1acde19 Take Tim's advice and have random.sample() support only sequences and sets. by Raymond Hettinger · 16 years ago
  17. 28de64f Remove defunct parts of the random module by Raymond Hettinger · 16 years ago
  18. cbf3b5c Merged revisions 59275-59303 via svnmerge from by Christian Heimes · 17 years ago
  19. 48952d3 Forgot to run the tests after making the places and msg argument keyword-only. by Jeffrey Yasskin · 17 years ago
  20. af554a0 First merge from the trunk straight into the py3k branch. I'm not by Guido van Rossum · 17 years ago
  21. e61fd5b Patch by Christian Heimes to change self.assert_(x == y) into by Guido van Rossum · 17 years ago
  22. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  23. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  24. b213704 Merged revisions 53451-53537 via svnmerge from by Thomas Wouters · 17 years ago
  25. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 17 years ago
  26. 902d6eb Merged revisions 53005-53303 via svnmerge from by Thomas Wouters · 17 years ago
  27. 89da5d7 Kill reduce(). A coproduction of John Reese, Jacques Frechet, and Alex M. by Guido van Rossum · 18 years ago
  28. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  29. ffdb8bb Use floor division operator. by Raymond Hettinger · 20 years ago
  30. 23f1241 SF #1027105: HardwareRandom should be renamed OSRandom by Raymond Hettinger · 20 years ago
  31. c1c43ca Fulfill Martin's request to use try/except rather than a "look before by Raymond Hettinger · 20 years ago
  32. b871763 SF bug #1022010: Import random fails by Raymond Hettinger · 20 years ago
  33. 356a459 Teach the random module about os.urandom(). by Raymond Hettinger · 20 years ago
  34. 5833587 Add some tests for corner cases. by Raymond Hettinger · 20 years ago
  35. a690a99 * Migrate set() and frozenset() from the sandbox. by Raymond Hettinger · 21 years ago
  36. 2f726e9 SF bug #812202: randint is always even by Raymond Hettinger · 21 years ago
  37. 66d09f1 SF bug #801342: Bug (documentation or real, your choice) in random.sample. by Raymond Hettinger · 21 years ago
  38. 3081d59 SF bug #778964: bad seed in python 2.3 random by Raymond Hettinger · 21 years ago
  39. 5f078ff SF bug #759889: Pickling of Random is broken by Raymond Hettinger · 21 years ago
  40. 27922ee Apply the simplified test_support boilerplate. by Raymond Hettinger · 21 years ago
  41. 320a1b0 Simplify ref count test. by Raymond Hettinger · 21 years ago
  42. 785d0a3 SF bug #690083: test_random fails sometimes by Raymond Hettinger · 21 years ago
  43. 105b084 Add refcount test. by Raymond Hettinger · 21 years ago
  44. 7b0cf76 * Migrate sample distribution test from random.py to test_random.py. by Raymond Hettinger · 21 years ago
  45. 3dd990c Move the statistical tests for four distributions into the unittest suite. by Raymond Hettinger · 22 years ago
  46. 15ec373 Add a test case. by Raymond Hettinger · 22 years ago
  47. 8ec7881 Test an edge case for sample(). by Raymond Hettinger · 22 years ago
  48. 40f6217 SF patch 658251: Install a C implementation of the Mersenne Twister as the by Raymond Hettinger · 22 years ago
  49. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  50. 46c04e1 random.gauss() uses a piece of hidden state used by nothing else, by Tim Peters · 22 years ago