1. fa0d703 Merged revisions 72506,72525-72526,72551,72558,72616,72654-72655,72689,72745,72750,72802,72812,72822,72824,72826-72827,72833,72876,72890,72923,72946,73026,73042,73045,73047,73065,73068-73069 via svnmerge from by Benjamin Peterson · 15 years ago
  2. 14a3dd7 Merged revisions 72905 via svnmerge from by Benjamin Peterson · 15 years ago
  3. 25c95f1 Merged revisions 70768,71657,71721,71729,71794,71976,72036-72037,72079,72085,72131-72134,72191,72197-72198,72219,72221,72225,72303,72434,72467,72476 via svnmerge from by Benjamin Peterson · 15 years ago
  4. f47ed4a Merged revisions 70912,70944,70968,71033,71041,71208,71263,71286,71395-71396,71405-71406,71485,71492,71494 via svnmerge from by Benjamin Peterson · 15 years ago
  5. a5809c8 Patch for Py3k with fallback for comparing unsortable sequences in by Michael Foord · 15 years ago
  6. 7fe73a1 Merged revisions 70837,70864,70878,71004,71032,71043 via svnmerge from by Benjamin Peterson · 15 years ago
  7. e549ead Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-70627 via svnmerge from by Benjamin Peterson · 15 years ago
  8. 4c93dcb Merged revisions 70574 via svnmerge from by Benjamin Peterson · 15 years ago
  9. 52baa29 Merged revisions 70558,70561-70563,70568-70571 via svnmerge from by Benjamin Peterson · 15 years ago
  10. 5254c04 Merged revisions 70555 via svnmerge from by Benjamin Peterson · 15 years ago
  11. c429a83 Fix an occurrence of cmp that was missed in r69025 by Mark Dickinson · 16 years ago
  12. a56c467 Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ from by Mark Dickinson · 16 years ago
  13. e7bd868 Buglet: fix unittest.main() by Antoine Pitrou · 16 years ago
  14. 1467ac8 Merged revisions 67985 via svnmerge from by Benjamin Peterson · 16 years ago
  15. 5acd41e Merged revisions 67979 via svnmerge from by Antoine Pitrou · 16 years ago
  16. 8ae3e05 Merged revisions 63066-63076,63079,63081-63085,63087-63097,63099,63101-63104 via svnmerge from by Alexandre Vassalotti · 16 years ago
  17. d4cb56d Convert some custom sort comparison functions to equivalent key functions. by Raymond Hettinger · 17 years ago
  18. 4975a1f Minor cleanup by Christian Heimes · 17 years ago
  19. 4a22b5d Patch from Georg Brandl and me for #1493 Remove unbound method objects by Christian Heimes · 17 years ago
  20. 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 17 years ago
  21. aaaef11 Add a test for fail*AlmostEqual, including the new support for complex numbers. by Jeffrey Yasskin · 17 years ago
  22. 1cc5544 Extend unittest's fail*AlmostEqual methods to work on complex numbers. by Jeffrey Yasskin · 17 years ago
  23. ce36ad8 Raise statement normalization in Lib/. by Collin Winter · 17 years ago
  24. 2b6a97e Add the function/method name to assertRaises. by Guido van Rossum · 17 years ago
  25. c1f779c Merged revisions 56125-56153 via svnmerge from by Guido van Rossum · 17 years ago
  26. 1325790 Merged revisions 55795-55816 via svnmerge from by Guido van Rossum · 17 years ago
  27. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  28. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
  29. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  30. 52cc1d8 Implement PEP 3115 -- new metaclass syntax and semantics. by Guido van Rossum · 17 years ago
  31. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  32. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  33. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 18 years ago
  34. 81cdb4e Patch #1388073: Make unittest.TestCase easier to subclass by Georg Brandl · 19 years ago
  35. f715366 Reduce the usage of the types module. by Raymond Hettinger · 20 years ago
  36. 664347b SF bug #1078905: Docs for unittest run() methods are misleading by Raymond Hettinger · 20 years ago
  37. d7b6ad4 Patch #1061904 / bug #878275: give a nicer error message when someone by Johannes Gijsbers · 20 years ago
  38. fafd874 Added an __iter__ method for test suites. by Jim Fulton · 20 years ago
  39. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
  40. b8d5f24 Variation of Thomas Heller's patch (722638) for improving readability by Steve Purcell · 21 years ago
  41. cca3491 Another instance of the same typo. by Steve Purcell · 21 years ago
  42. 397b45d Incorporated patch 819077, from George Yoshida: by Steve Purcell · 21 years ago
  43. 1b3c04b Fixed bug introduced in revision 1.27 by Armin Rigo · 21 years ago
  44. 3a01b7d Removed redundant 'return' statement. (Issue 813159) by Steve Purcell · 21 years ago
  45. 3198275 Topical change: use 'startswith()' to identify test methods with a by Steve Purcell · 21 years ago
  46. 7e74384 - Fixed loading of tests by name when name refers to unbound by Steve Purcell · 21 years ago
  47. d75e7e4 Explicitly define public symbols via __all__: see discussion with Raymond by Steve Purcell · 21 years ago
  48. 91dd19d SF bug #804115: bad argument handling(unittest.py) by Raymond Hettinger · 21 years ago
  49. ae5c37b delete unused local variable (pychecker caught) by Skip Montanaro · 21 years ago
  50. c377cbf SF bug #715145: unittest.py still uses != in failUnlessEqual by Raymond Hettinger · 21 years ago
  51. 68468eb Get rid of many apply() calls. by Guido van Rossum · 22 years ago
  52. c7b0769 Incorporate Skip's suggestion to use SciPy's validation test near by Raymond Hettinger · 22 years ago
  53. 6791137 Now that TestCase is a new-style class, change loadTestsFromModule and by Guido van Rossum · 22 years ago
  54. 22dae28 Add a missing call to _strclass(). by Jeremy Hylton · 22 years ago
  55. dc391a6 Fix to ensure consistent 'repr' and 'str' results between Python by Steve Purcell · 22 years ago
  56. 824574d Add module-wide "__metaclass__ = type", as requested by Jim Fulton. by Steve Purcell · 22 years ago
  57. 7616504 Fix printing plural (s or ""). by Neal Norwitz · 22 years ago
  58. 2513357 Munge the RCS keywords to avoid updates, so the version number matches that by Fred Drake · 22 years ago
  59. ca9aaf3 Synch with pyunit CVS: by Steve Purcell · 23 years ago
  60. 202dd1e In unconditional except clauses, don't catch KeyboardInterrupt -- it's by Guido van Rossum · 23 years ago
  61. efef5da A few formatting nits: by Jeremy Hylton · 23 years ago
  62. 656f9ec Add missing period in docstring. by Fred Drake · 23 years ago
  63. 7b06570 Changed TestResult to store only the text representation of an error. by Steve Purcell · 23 years ago
  64. e00dde2 Merged in bugfix from PyUnit CVS for problem reported by Gary Todd. by Steve Purcell · 23 years ago
  65. 4bc8085 patch 418489 from Andrew Dalke for string format bug by Steve Purcell · 23 years ago
  66. ab0648f - Typo in message for TestCase.failIfEqual() by Steve Purcell · 23 years ago
  67. 613b222 Whitespace normalization. by Tim Peters · 23 years ago
  68. 15d8927 - New fail*() methods, and comprehensive set of assert*() synonyms by Steve Purcell · 23 years ago
  69. 17a781b * Remove exc_info() kludge -- it actually messed up the Jython output by Steve Purcell · 23 years ago
  70. a19a168 Whitespace normalization. by Tim Peters · 23 years ago
  71. 5ddd1a8 Updated to latest PyUnit version (1.31 in PyUnit CVS); test_support.py by Steve Purcell · 23 years ago
  72. 0253820 The unittest module from PyUNIT, by Steve Purcell. by Fred Drake · 23 years ago