1. dde5b94 #7092: Silence more py3k warnings. Patch by Florent Xicluna. by Ezio Melotti · 15 years ago
  2. ce8e33a Reverting the Revision: 77368. I committed Flox's big patch for tests by by Senthil Kumaran · 15 years ago
  3. 3ddc435 Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox by Senthil Kumaran · 15 years ago
  4. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
  5. 53e9a8b Fix error in a docstring where a single quote started the docstring but triple by Brett Cannon · 20 years ago
  6. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  7. 2e2be37 Change the PyUnit-based tests to use the test_main() approach. This by Fred Drake · 24 years ago
  8. 8bce4ac Rename 'getset' to 'property'. by Guido van Rossum · 24 years ago
  9. 54e54c6 The first batch of changes recommended by the fixdiv tool. These are by Guido van Rossum · 24 years ago
  10. 70d4491 Remove the local 'getset' class -- this is now a built-in type with by Guido van Rossum · 24 years ago
  11. 9fa96be Fix for bug [#452230] future division isn't propagated. by Tim Peters · 24 years ago
  12. 64deef2 A test suite for binary operators, disguised as a rational number class. by Guido van Rossum · 24 years ago