1. 152d61a Fix tests now that the callable warning is gone. by Ezio Melotti · 14 years ago
  2. 8f66efe Fix small error in r79502 by Antoine Pitrou · 15 years ago
  3. 6032c25 Issue #8248: Add some tests for the bool type. Patch by Gregory Nofi. by Antoine Pitrou · 15 years ago
  4. 0762788 #7092 - Silence more py3k deprecation warnings, using test_support.check_py3k_warnings() helper. by Florent Xicluna · 15 years ago
  5. e3467d5 Remove e assertIs definitions and use correct assert* methods. by Ezio Melotti · 15 years ago
  6. b0f5adc use assert[Not]IsInstance where appropriate by Ezio Melotti · 16 years ago
  7. ce8e33a Reverting the Revision: 77368. I committed Flox's big patch for tests by by Senthil Kumaran · 16 years ago
  8. 3ddc435 Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox by Senthil Kumaran · 16 years ago
  9. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
  10. 478c105 Whitespace normalization. by Tim Peters · 22 years ago
  11. 7ff55e6 Add tests for __nonzero__() problems. by Jeremy Hylton · 22 years ago
  12. c2659cf Whitespace normalization. by Tim Peters · 22 years ago
  13. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 22 years ago
  14. 90437c0 Consistently use test_support.foo everywhere. by Walter Dörwald · 22 years ago
  15. 9dcbbea Factor out common boilerplate for test_support by Raymond Hettinger · 22 years ago
  16. dbcede5 Port test_bool.py to PyUnit. From SF patch #662807. by Walter Dörwald · 22 years ago
  17. aa86e35 - bool() called without arguments now returns False rather than by Guido van Rossum · 22 years ago
  18. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  19. 5efaf7e This is my nearly two year old patch by Michael W. Hudson · 23 years ago
  20. 7c6a4ad More mindless --disable-unicode proofing. by Michael W. Hudson · 23 years ago
  21. 2f6d4da Patch #542569: tp_print tp_repr tp_str in test_bool.py. by Martin v. Löwis · 23 years ago
  22. d1bfe5e Add tests for binary pickles. by Guido van Rossum · 23 years ago
  23. e276339 Implement an idea by Paul Rubin: by Guido van Rossum · 23 years ago
  24. 5f82036 Oops. Here are the new files. My apologies. by Guido van Rossum · 23 years ago