1. 7f9b5e0 OK, changed my mind once more on this. The comparison hierarchy is now by Guido van Rossum · 24 years ago
  2. d9bae8b Numeric-smelling objects now once again compare smaller than by Guido van Rossum · 24 years ago
  3. 0c6614c Add test that ensures hash([]) and hash({}) raise TypeError. by Guido van Rossum · 24 years ago
  4. 1a7aab7 When a PyCFunction that takes only positional parameters is called with by Fred Drake · 24 years ago
  5. 38f0223 Numbers no longer compare smaller than all other types. Fix the only by Neil Schemenauer · 24 years ago
  6. 5ab3661 Actually call the object with an __call__ method, instead of just by Jeremy Hylton · 24 years ago
  7. 132dce2 Update the code to better reflect recommended style: by Fred Drake · 24 years ago
  8. d1ba443 This patch adds a new Python C API called PyString_AsStringAndSize() by Marc-André Lemburg · 24 years ago
  9. 3a9d061 Applying patch #100994 to allow JPython to use more of the standard by Barry Warsaw · 24 years ago
  10. cf29bb2 style nits by Jeremy Hylton · 24 years ago
  11. d57f5cf Break the cycles after testing cmp() on cyclic objects. by Vladimir Marangozov · 24 years ago
  12. a05e293 typos fixed by Rob Hooft by Jeremy Hylton · 24 years ago
  13. 4a3dd2d Fix PR#7 comparisons of recursive objects by Jeremy Hylton · 24 years ago
  14. 9e896b3 Marc-Andre's third try at this bulk patch seems to work (except that by Guido van Rossum · 24 years ago
  15. 52a0d7d Add tests for float() and complex() with string args (Nick/Stephanie Lockwood). by Guido van Rossum · 25 years ago
  16. ab11f60 Added a new test for old filter() memory leak by Barry Warsaw · 26 years ago
  17. 27d445f Nannified, and re-indented with 4 spaces. by Guido van Rossum · 26 years ago
  18. 7011504 Improved test set for int() and long() string conversions. by Guido van Rossum · 26 years ago
  19. 6925661 With the recent change that makes numbers compare smaller than anything, by Guido van Rossum · 26 years ago
  20. d543077 Added tests of the new builtin functions issubclass() and isinstance() by Barry Warsaw · 27 years ago
  21. c1c96d1 Fix hex tests for 64-bit machines. by Guido van Rossum · 27 years ago
  22. dddf7a6 Added test of complex() (that catches a bug in 1.4!). by Guido van Rossum · 27 years ago
  23. 6f332d8 updated the hex(-16) test since hex() of a signed literal has changed. by Barry Warsaw · 28 years ago
  24. 51b1c1c avoid math, don't abort when overflow check fails by Guido van Rossum · 29 years ago
  25. 824de25 * Lib/test/test_b1.py: test eval() and execfile() with globals, by Guido van Rossum · 30 years ago
  26. eecf035 Test new __import__ module, test reload of built-in module, test by Guido van Rossum · 30 years ago
  27. e23b62f more complete tests of built-in functions by Guido van Rossum · 30 years ago
  28. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  29. ae3b3a3 * test_*.py: new lambda syntax (also affects tests for filter, map, by Guido van Rossum · 31 years ago
  30. e65cce5 * string.py: added rindex(), rfind(); changed index() to interpret by Guido van Rossum · 31 years ago
  31. b3b09c9 added builtin b/w compat module. changed testing of exec. by Guido van Rossum · 31 years ago
  32. 35fb82a * os.py: _exit doesn't exist in all variations of posix by Guido van Rossum · 32 years ago
  33. 85f1820 Added some new tests and two new files for testing: test_types.py by Guido van Rossum · 32 years ago
  34. 3bead09 Initial revision by Guido van Rossum · 33 years ago