1. af554a0 First merge from the trunk straight into the py3k branch. I'm not by Guido van Rossum · 17 years ago
  2. e61fd5b Patch by Christian Heimes to change self.assert_(x == y) into by Guido van Rossum · 17 years ago
  3. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  4. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  5. b213704 Merged revisions 53451-53537 via svnmerge from by Thomas Wouters · 18 years ago
  6. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
  7. 902d6eb Merged revisions 53005-53303 via svnmerge from by Thomas Wouters · 18 years ago
  8. 89da5d7 Kill reduce(). A coproduction of John Reese, Jacques Frechet, and Alex M. by Guido van Rossum · 18 years ago
  9. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  10. ffdb8bb Use floor division operator. by Raymond Hettinger · 20 years ago
  11. 23f1241 SF #1027105: HardwareRandom should be renamed OSRandom by Raymond Hettinger · 20 years ago
  12. c1c43ca Fulfill Martin's request to use try/except rather than a "look before by Raymond Hettinger · 20 years ago
  13. b871763 SF bug #1022010: Import random fails by Raymond Hettinger · 20 years ago
  14. 356a459 Teach the random module about os.urandom(). by Raymond Hettinger · 20 years ago
  15. 5833587 Add some tests for corner cases. by Raymond Hettinger · 20 years ago
  16. a690a99 * Migrate set() and frozenset() from the sandbox. by Raymond Hettinger · 21 years ago
  17. 2f726e9 SF bug #812202: randint is always even by Raymond Hettinger · 21 years ago
  18. 66d09f1 SF bug #801342: Bug (documentation or real, your choice) in random.sample. by Raymond Hettinger · 21 years ago
  19. 3081d59 SF bug #778964: bad seed in python 2.3 random by Raymond Hettinger · 21 years ago
  20. 5f078ff SF bug #759889: Pickling of Random is broken by Raymond Hettinger · 21 years ago
  21. 27922ee Apply the simplified test_support boilerplate. by Raymond Hettinger · 21 years ago
  22. 320a1b0 Simplify ref count test. by Raymond Hettinger · 21 years ago
  23. 785d0a3 SF bug #690083: test_random fails sometimes by Raymond Hettinger · 21 years ago
  24. 105b084 Add refcount test. by Raymond Hettinger · 22 years ago
  25. 7b0cf76 * Migrate sample distribution test from random.py to test_random.py. by Raymond Hettinger · 22 years ago
  26. 3dd990c Move the statistical tests for four distributions into the unittest suite. by Raymond Hettinger · 22 years ago
  27. 15ec373 Add a test case. by Raymond Hettinger · 22 years ago
  28. 8ec7881 Test an edge case for sample(). by Raymond Hettinger · 22 years ago
  29. 40f6217 SF patch 658251: Install a C implementation of the Mersenne Twister as the by Raymond Hettinger · 22 years ago
  30. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  31. 46c04e1 random.gauss() uses a piece of hidden state used by nothing else, by Tim Peters · 22 years ago