1. c17976e Another crack at bug #1460340: make random.sample(dict) by Tim Peters · 19 years ago
  2. 3c3346d SF bug #1460340: random.sample can raise KeyError by Raymond Hettinger · 19 years ago
  3. ffdb8bb Use floor division operator. by Raymond Hettinger · 20 years ago
  4. 23f1241 SF #1027105: HardwareRandom should be renamed OSRandom by Raymond Hettinger · 20 years ago
  5. c1c43ca Fulfill Martin's request to use try/except rather than a "look before by Raymond Hettinger · 20 years ago
  6. b871763 SF bug #1022010: Import random fails by Raymond Hettinger · 20 years ago
  7. 356a459 Teach the random module about os.urandom(). by Raymond Hettinger · 20 years ago
  8. 5833587 Add some tests for corner cases. by Raymond Hettinger · 20 years ago
  9. a690a99 * Migrate set() and frozenset() from the sandbox. by Raymond Hettinger · 21 years ago
  10. 2f726e9 SF bug #812202: randint is always even by Raymond Hettinger · 21 years ago
  11. 66d09f1 SF bug #801342: Bug (documentation or real, your choice) in random.sample. by Raymond Hettinger · 21 years ago
  12. 3081d59 SF bug #778964: bad seed in python 2.3 random by Raymond Hettinger · 21 years ago
  13. 5f078ff SF bug #759889: Pickling of Random is broken by Raymond Hettinger · 21 years ago
  14. 27922ee Apply the simplified test_support boilerplate. by Raymond Hettinger · 21 years ago
  15. 320a1b0 Simplify ref count test. by Raymond Hettinger · 21 years ago
  16. 785d0a3 SF bug #690083: test_random fails sometimes by Raymond Hettinger · 22 years ago
  17. 105b084 Add refcount test. by Raymond Hettinger · 22 years ago
  18. 7b0cf76 * Migrate sample distribution test from random.py to test_random.py. by Raymond Hettinger · 22 years ago
  19. 3dd990c Move the statistical tests for four distributions into the unittest suite. by Raymond Hettinger · 22 years ago
  20. 15ec373 Add a test case. by Raymond Hettinger · 22 years ago
  21. 8ec7881 Test an edge case for sample(). by Raymond Hettinger · 22 years ago
  22. 40f6217 SF patch 658251: Install a C implementation of the Mersenne Twister as the by Raymond Hettinger · 22 years ago
  23. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  24. 46c04e1 random.gauss() uses a piece of hidden state used by nothing else, by Tim Peters · 22 years ago