1. 24b5b36 [3.8] Fix typos in docs, comments and test assert messages (GH-14872). (#14900) by Kyle Stanley · 5 years ago
  2. 9646630 bpo-36766: Typos in docs and code comments (GH-13116) by penguindustin · 5 years ago
  3. 5b10b98 bpo-22831: Use "with" to avoid possible fd leaks in tests (part 2). (GH-10929) by Serhiy Storchaka · 5 years ago
  4. 63d1522 bpo-30561: Sync-up expovariate() and gammavariate code (GH-1934) by leodema · 6 years ago
  5. ddf7171 bpo-24567: Random subnormal.diff (#7954) by Raymond Hettinger · 6 years ago
  6. ec1622d bpo-33144: Fix choosing random.Random._randbelow implementation. (GH-6563) by Serhiy Storchaka · 6 years ago
  7. ba3a87a bpo-33144: random.Random and subclasses: split _randbelow implementation (GH-6291) by Wolfgang Maier · 6 years ago
  8. 091e95e bpo-33203: Ensure random.choice always raises IndexError on empty sequence (GH-6338) by Wolfgang Maier · 6 years ago
  9. 53f7a7c bpo-32297: Few misspellings found in Python source code comments. (#4803) by Mike · 7 years ago
  10. d780b2d bpo-31478: Fix an assertion failure in random.seed() in case a seed has a bad __abs__() method. (#3596) by Oren Milman · 7 years ago
  11. 132a7d7 bpo-31482: Missing bytes support for random.seed() version 1 (#3614) by Raymond Hettinger · 7 years ago
  12. da5e930 bpo-31160: Fix test_random for zombie process (#3045) by Victor Stinner · 7 years ago
  13. 346cbd3 bpo-16500: Allow registering at-fork handlers (#1715) by Antoine Pitrou · 7 years ago
  14. f111fd2 bpo-30308: Code coverage for argument in random.shuffle (#1504) by csabella · 7 years ago
  15. 9616a82 bpo-29960 _random.Random corrupted on exception in setstate(). (#1019) by bladebryan · 7 years ago
  16. e205f8b merge by Raymond Hettinger · 8 years ago
  17. 6023d33 Issue #28743: Reduce memory consumption for random module tests by Raymond Hettinger · 8 years ago
  18. 6088cfc merge by Raymond Hettinger · 8 years ago
  19. bf87126 Issue 28475: Improve error message for random.sample() with k < 0. (Contributed by Francisco Couzo). by Raymond Hettinger · 8 years ago
  20. 77f6411 merge by Raymond Hettinger · 8 years ago
  21. 24e4239 Fix typos by Raymond Hettinger · 8 years ago
  22. 77d574d Issue #18844: Strengthen tests to include a case with unequal weighting by Raymond Hettinger · 8 years ago
  23. 30d00e5 Issue #18844: Make the various ways for specifing weights produce the same results. by Raymond Hettinger · 8 years ago
  24. fdf6716 merge by Raymond Hettinger · 8 years ago
  25. ba25f61 merge by Raymond Hettinger · 8 years ago
  26. bd1b49a Close #28476: Reuse math.factorial() in test_random by Victor Stinner · 8 years ago
  27. 7b16652 Issue #18844: Add more tests by Raymond Hettinger · 8 years ago
  28. 1c3a121 Issue #18844: Fix-up examples for random.choices(). Remove over-specified test. by Raymond Hettinger · 8 years ago
  29. 9016f28 Issue #18844: Make the number of selections a keyword-only argument for random.choices(). by Raymond Hettinger · 8 years ago
  30. 28aa4a0 Rename weighted_choices() to just choices() by Raymond Hettinger · 8 years ago
  31. e8f1e00 Issue #18844: Add random.weighted_choices() by Raymond Hettinger · 8 years ago
  32. c7bab7c Issue #27706: Fix regression in random.seed(somestr, version=1) by Raymond Hettinger · 8 years ago
  33. e26da7c Issue #27171: Fix typos in documentation, comments, and test function names by Martin Panter · 8 years ago
  34. 178f0b6 Issue #24620: Random.setstate() now validates the value of state last element. by Serhiy Storchaka · 9 years ago
  35. bad1257 Issue #22777: Test pickling with all protocols. by Serhiy Storchaka · 10 years ago
  36. 978c6ab Issue 13355: Make random.triangular degrade gracefully when low == high. by Raymond Hettinger · 10 years ago
  37. 8f8ec92 Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 11 years ago
  38. b992a0e Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 11 years ago
  39. 29f8cb6 Issue #19588: Merge with 3.3 by Zachary Ware · 11 years ago
  40. a6edea5 Issue #19588: Fixed tests in test_random that were silently skipped most by Zachary Ware · 11 years ago
  41. ba5da94 #17789: merge with 3.3. by Ezio Melotti · 11 years ago
  42. 3e4a98b #17789: test_random now works with unittest test discovery. Patch by Zachary Ware. by Ezio Melotti · 11 years ago
  43. 44e33f3 Revert changes for #13355 by request from Raymond Hettinger by Andrew Svetlov · 11 years ago
  44. b4fd468 Revert changes for #13355 by request from Raymond Hettinger by Andrew Svetlov · 11 years ago
  45. 4e7d3ab Fix whitespaces by Andrew Svetlov · 11 years ago
  46. eff6444 Fix whitespaces by Andrew Svetlov · 11 years ago
  47. 7300011 Issue #13355: Raise ValueError on random.triangular call with invalid params. by Andrew Svetlov · 11 years ago
  48. a2dfc35 Issue #13355: Raise ValueError on random.triangular call with invalid params. by Andrew Svetlov · 11 years ago
  49. e3e1c17 #17492: Additional tests for random module. by R David Murray · 11 years ago
  50. 06e5e73 Issue #17141: random.vonmisesvariate() no more hangs for large kappas. by Serhiy Storchaka · 11 years ago
  51. ac99576 Issue #17141: random.vonmisesvariate() no more hangs for large kappas. by Serhiy Storchaka · 11 years ago
  52. 6c22b1d Issue #17141: random.vonmisesvariate() no more hangs for large kappas. by Serhiy Storchaka · 11 years ago
  53. 1b901ba Issue #17149: merge fix from 3.3. by Mark Dickinson · 11 years ago
  54. 6427358 Issue #17149: merge fix from 3.2. by Mark Dickinson · 11 years ago
  55. be5f919 Issue #17149: Fix random.vonmisesvariate to always return results in [0, 2*math.pi]. by Mark Dickinson · 11 years ago
  56. 5e39433 Issue #15837: add some tests for random.shuffle(). Patch by Alessandro Moura. by Antoine Pitrou · 12 years ago
  57. 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
  58. 3fcf002 Update whatsnew. Salt the random number seed. by Raymond Hettinger · 14 years ago
  59. 7f7561e Remove invalid test (it was supposed to fail on 64-bit machines.). by Raymond Hettinger · 14 years ago
  60. dc4872e Fix corner case for Random.choice() and add tests. by Raymond Hettinger · 14 years ago
  61. 0515661 Issues #7889, #9025 and #9379: Improvements to the random module. by Raymond Hettinger · 14 years ago
  62. f763a72 Document which part of the random module module are guaranteed. by Raymond Hettinger · 14 years ago
  63. 1b37e87 Merged revisions 78093 via svnmerge from by Georg Brandl · 14 years ago
  64. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 14 years ago
  65. 577473f use assert[Not]In where appropriate by Benjamin Peterson · 15 years ago
  66. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  67. 2d0c256 Inline coefficients in gamma(). Add reflection formula. Add comments. by Raymond Hettinger · 15 years ago
  68. aa7633a Merged revisions 65258,65292,65299,65308-65309,65315,65326 via svnmerge from by Mark Dickinson · 16 years ago
  69. 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
  70. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  71. 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
  72. 1acde19 Take Tim's advice and have random.sample() support only sequences and sets. by Raymond Hettinger · 17 years ago
  73. 28de64f Remove defunct parts of the random module by Raymond Hettinger · 17 years ago
  74. cbf3b5c Merged revisions 59275-59303 via svnmerge from by Christian Heimes · 17 years ago
  75. 48952d3 Forgot to run the tests after making the places and msg argument keyword-only. by Jeffrey Yasskin · 17 years ago
  76. af554a0 First merge from the trunk straight into the py3k branch. I'm not by Guido van Rossum · 17 years ago
  77. e61fd5b Patch by Christian Heimes to change self.assert_(x == y) into by Guido van Rossum · 17 years ago
  78. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  79. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  80. b213704 Merged revisions 53451-53537 via svnmerge from by Thomas Wouters · 17 years ago
  81. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
  82. 902d6eb Merged revisions 53005-53303 via svnmerge from by Thomas Wouters · 18 years ago
  83. 89da5d7 Kill reduce(). A coproduction of John Reese, Jacques Frechet, and Alex M. by Guido van Rossum · 18 years ago
  84. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  85. ffdb8bb Use floor division operator. by Raymond Hettinger · 20 years ago
  86. 23f1241 SF #1027105: HardwareRandom should be renamed OSRandom by Raymond Hettinger · 20 years ago
  87. c1c43ca Fulfill Martin's request to use try/except rather than a "look before by Raymond Hettinger · 20 years ago
  88. b871763 SF bug #1022010: Import random fails by Raymond Hettinger · 20 years ago
  89. 356a459 Teach the random module about os.urandom(). by Raymond Hettinger · 20 years ago
  90. 5833587 Add some tests for corner cases. by Raymond Hettinger · 20 years ago
  91. a690a99 * Migrate set() and frozenset() from the sandbox. by Raymond Hettinger · 21 years ago
  92. 2f726e9 SF bug #812202: randint is always even by Raymond Hettinger · 21 years ago
  93. 66d09f1 SF bug #801342: Bug (documentation or real, your choice) in random.sample. by Raymond Hettinger · 21 years ago
  94. 3081d59 SF bug #778964: bad seed in python 2.3 random by Raymond Hettinger · 21 years ago
  95. 5f078ff SF bug #759889: Pickling of Random is broken by Raymond Hettinger · 21 years ago
  96. 27922ee Apply the simplified test_support boilerplate. by Raymond Hettinger · 21 years ago
  97. 320a1b0 Simplify ref count test. by Raymond Hettinger · 21 years ago
  98. 785d0a3 SF bug #690083: test_random fails sometimes by Raymond Hettinger · 21 years ago
  99. 105b084 Add refcount test. by Raymond Hettinger · 21 years ago
  100. 7b0cf76 * Migrate sample distribution test from random.py to test_random.py. by Raymond Hettinger · 22 years ago