1. bad1257 Issue #22777: Test pickling with all protocols. by Serhiy Storchaka · 10 years ago
  2. 81b21d7 test values and types of (True/False).(imag/real) by Benjamin Peterson · 13 years ago
  3. e71362d Issue #10518: Bring back the callable() builtin. by Antoine Pitrou · 14 years ago
  4. 503ab33 Merged revisions 79502 via svnmerge from by Antoine Pitrou · 14 years ago
  5. a11865b Merged revisions 78249 via svnmerge from by Ezio Melotti · 14 years ago
  6. e961593 Merged revisions 77727 via svnmerge from by Ezio Melotti · 15 years ago
  7. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  8. 89e1296 As discussed on python-dev, remove several operator functions by Raymond Hettinger · 16 years ago
  9. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  10. ff398c6 Format bools properly in %d. by Martin v. Löwis · 17 years ago
  11. 99603b0 Getting rid of cPickle. Mmm, feels good! by Guido van Rossum · 17 years ago
  12. 305b924 Fix test_bool and test_bufio. by Guido van Rossum · 17 years ago
  13. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
  14. c4afa10 Fix the picklevalue test; it broke due to the change in default protocol. by Guido van Rossum · 17 years ago
  15. 9bc4712 Add two more space tests. by Walter Dörwald · 17 years ago
  16. 20badb3 Remove duplicate tests. by Walter Dörwald · 17 years ago
  17. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  18. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  19. 390d29c Remove isCallable() and sequenceIncludes() from the operator module. by Collin Winter · 17 years ago
  20. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  21. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  22. 4dafcc4 - patch #1600346 submitted by Tomer Filiba by Jack Diederich · 18 years ago
  23. 01c77c6 Anna Ravenscroft identified many occurrences of "file" used to open a file by Alex Martelli · 18 years ago
  24. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 18 years ago
  25. bf12cdb Quite a few fixes to make the library and test suite more robust when by Guido van Rossum · 18 years ago
  26. 478c105 Whitespace normalization. by Tim Peters · 21 years ago
  27. 7ff55e6 Add tests for __nonzero__() problems. by Jeremy Hylton · 21 years ago
  28. c2659cf Whitespace normalization. by Tim Peters · 21 years ago
  29. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  30. 90437c0 Consistently use test_support.foo everywhere. by Walter Dörwald · 21 years ago
  31. 9dcbbea Factor out common boilerplate for test_support by Raymond Hettinger · 21 years ago
  32. dbcede5 Port test_bool.py to PyUnit. From SF patch #662807. by Walter Dörwald · 21 years ago
  33. aa86e35 - bool() called without arguments now returns False rather than by Guido van Rossum · 21 years ago
  34. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  35. 5efaf7e This is my nearly two year old patch by Michael W. Hudson · 22 years ago
  36. 7c6a4ad More mindless --disable-unicode proofing. by Michael W. Hudson · 22 years ago
  37. 2f6d4da Patch #542569: tp_print tp_repr tp_str in test_bool.py. by Martin v. Löwis · 22 years ago
  38. d1bfe5e Add tests for binary pickles. by Guido van Rossum · 22 years ago
  39. e276339 Implement an idea by Paul Rubin: by Guido van Rossum · 22 years ago
  40. 5f82036 Oops. Here are the new files. My apologies. by Guido van Rossum · 22 years ago