1. 2623a37 Merged revisions 86596 via svnmerge from by Ezio Melotti · 15 years ago
  2. b05dc00 Fix a couple of issues with the test_structmembersType class in _testcapimodule by Mark Dickinson · 15 years ago
  3. 1c7c11e give TypeError when trying to set T_STRING_INPLACE by Benjamin Peterson · 15 years ago
  4. 2b79fdf split out large test function by Benjamin Peterson · 15 years ago
  5. 945a8ba Cleanup some test cases using check_warnings and check_py3k_warnings. by Florent Xicluna · 15 years ago
  6. a4f46e1 Remove unused imports in test modules. by Georg Brandl · 16 years ago
  7. d2e0938 Issue #3781: Final cleanup of warnings.catch_warnings and its usage in the test suite. Closes issue w.r.t. 2.6 (R: Brett Cannon) by Nick Coghlan · 17 years ago
  8. 672237d warnings.catch_warnings() now returns a list or None instead of the custom by Brett Cannon · 17 years ago
  9. 607bff1 Some tests did not pass on repeated calls (regrtest -R::) by Amaury Forgeot d'Arc · 17 years ago
  10. c09b94e Reformat some ugly code. by Georg Brandl · 18 years ago
  11. 32a3fb5 Patch #1720595: add T_BOOL to the range of structmember types. by Georg Brandl · 18 years ago
  12. 68f525f Make test_structmembers pass when run with regrtests's -R flag. by Collin Winter · 18 years ago
  13. 6371cd8 Patch #1733960: Allow T_LONGLONG to accept ints. Will backport to 2.5. by Martin v. Löwis · 18 years ago
  14. e6dae6c Implement a contextmanager test.test_support.catch_warning that can by Walter Dörwald · 18 years ago
  15. d815d35 Move the functionality for catching warnings in test_warnings.py into a separate by Walter Dörwald · 18 years ago
  16. abd8a33 Whitespace normalization. by Tim Peters · 19 years ago
  17. b5bc537 Patch #1549049: Rewrite type conversion in structmember. by Martin v. Löwis · 19 years ago