1. dbc52f8 check for string attribute names in old-style classes (closes #14334) by Benjamin Peterson · 13 years ago
  2. a7b0976 PyEval_CallObject requires a tuple of args (closes #13186) by Benjamin Peterson · 14 years ago
  3. 2623a37 Merged revisions 86596 via svnmerge from by Ezio Melotti · 15 years ago
  4. cb61e5d Issue #9869: Make long() and PyNumber_Long return something of type by Mark Dickinson · 15 years ago
  5. 0762788 #7092 - Silence more py3k deprecation warnings, using test_support.check_py3k_warnings() helper. by Florent Xicluna · 15 years ago
  6. ce8e33a Reverting the Revision: 77368. I committed Flox's big patch for tests by by Senthil Kumaran · 16 years ago
  7. 3ddc435 Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox by Senthil Kumaran · 16 years ago
  8. c5f05e4 Patch #2167 from calvin: Remove unused imports by Christian Heimes · 17 years ago
  9. c325556 Port test_class to unittest. Patch #1671298. by Georg Brandl · 18 years ago
  10. 3a62404 Correctly forward exception in instance_contains(). by Martin v. Löwis · 19 years ago
  11. fd01d79 (arre, arigo) SF bug #1350060 by Armin Rigo · 19 years ago
  12. abb103b Don't use 'is not' to compare strings. (spotted by reading pypy-svn :) by Michael W. Hudson · 20 years ago
  13. 3a313e3 Check the type of values returned by __int__, __float__, __long__, by Neil Schemenauer · 21 years ago
  14. f0dfc7a Fix a bunch of typos in documentation, docstrings and comments. by Walter Dörwald · 22 years ago
  15. 2c9590f Added test for this fix to classobject.c: by Guido van Rossum · 23 years ago
  16. 408b6d3 Complete the absolute import patch for the test suite. All relative by Barry Warsaw · 23 years ago
  17. 16b93b3 Fix for SF bug 532646. This is a little simpler than what Neal by Guido van Rossum · 23 years ago
  18. 0170521 Fiddle test_class so it passes with -Qnew. by Tim Peters · 24 years ago
  19. 07d8d64 Committing and closing SF patch #403671 by Finn Bock to help Jython by Barry Warsaw · 24 years ago
  20. f317a18 Finn Bock (SF patch #103345): Avoid outdated exec form in test_class.py. by Guido van Rossum · 25 years ago
  21. 2312024 Add test that ensures hash() of objects defining __cmp__ or __eq__ but by Guido van Rossum · 25 years ago
  22. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 25 years ago
  23. d68d0a6 Fix for test_class.py on Win64. id(self), which on Win64 returns a by Trent Mick · 25 years ago
  24. 1d75a79 Apply SF patch #101029: call __getitem__ with a proper slice object if there by Thomas Wouters · 25 years ago