1. f2dfef1 Adding assertIs and assertIsNot methods to unittest.TestCase by Michael Foord · 16 years ago
  2. 3f0ef20 #5471: fix expanduser() for $HOME set to "/". by Georg Brandl · 16 years ago
  3. dc4a771 #1326077: fix traceback formatting of SyntaxErrors. This fixes two differences with formatting coming from Python: a) the reproduction of location details in the error message if no line text is given, b) the prefixing of the last line by one space. by Georg Brandl · 16 years ago
  4. 1e566ce Issue #5695: Moved logging.captureWarnings() call inside with statement in WarningsTest.test_warnings. by Vinay Sajip · 16 years ago
  5. 772033f No behavior change. by Hirokazu Yamamoto · 16 years ago
  6. 756ab67 Have namedtuple's field renamer assign names that by Raymond Hettinger · 16 years ago
  7. 789be0c Issue #2396: backport the memoryview object. by Antoine Pitrou · 16 years ago
  8. 48e3fd2 sys.long_info attributes should be ints, not longs by Mark Dickinson · 16 years ago
  9. 52720c5 Add missing iteritems() call to the for loop in mailbox.MH.get_message(). by R. David Murray · 16 years ago
  10. e2942d0 Store the functions in the _type_equality_funcs as wrapped objects that are deep copyable. by Michael Foord · 16 years ago
  11. 7152f6d Add custom initializer argument to multiprocess.Manager*, courtesy of lekma by Jesse Noller · 16 years ago
  12. 345b2fe Better exception messages for unittest assert methods. by Michael Foord · 16 years ago
  13. c730a6a Fixing the issue4860. Escaping embedded '"' character in js_output() method of Morsel. by Senthil Kumaran · 16 years ago
  14. 3633c4f handle SEEK_ constants in test_io by Benjamin Peterson · 16 years ago
  15. 3864459 Add tests checking the CSV module's ability to handle by R. David Murray · 16 years ago
  16. 20d114c Fix for issue5040. Adding test for Content-Length by Senthil Kumaran · 16 years ago
  17. 2ecd3c3 bounds check arguments to mmap.move(). All of them. Really. by Jack Diederich · 16 years ago
  18. ce3d221 test_warnings ironically had a single test that was not protecting the warnings by Brett Cannon · 16 years ago
  19. 2da4d62 test_logging was blindly clearing the warnings filter. This caused by Brett Cannon · 16 years ago
  20. 66c4a6b Issue #5647: MutableSet.__iand__() no longer mutates self during iteration. by Raymond Hettinger · 16 years ago
  21. 15ba4da _warnings was importing itself to get an attribute. That's bad if warnings gets by Brett Cannon · 16 years ago
  22. 61fce38 Fix test_xmlrpc and make the CGI handler work with no CONTENT_LENGTH. by Georg Brandl · 16 years ago
  23. 02cb0eb Fix multiprocessing.event to match the new threading.Event API by Jesse Noller · 16 years ago
  24. a83da35 Fix issue 2522. locale.format now checks that it is passed by R. David Murray · 16 years ago
  25. bb94d43 Fix for failing asyncore tests. by Josiah Carlson · 16 years ago
  26. d8fb6ac Issue #5635: Fix running test_sys with tracing enabled. by Georg Brandl · 16 years ago
  27. d60c29e #5228: add pickle support to functools.partial by Jack Diederich · 16 years ago
  28. 840ac92 Fix Windows test skip error revealed by buildbot. Also a comment spelling by R. David Murray · 16 years ago
  29. 0c7b2c9 #1651995: fix _convert_ref for non-ASCII characters. by Georg Brandl · 16 years ago
  30. d906ea6 fix Thread.ident when it is the main thread or a dummy thread #5632 by Benjamin Peterson · 16 years ago
  31. ef660e8 #1674032: return value of flag from Event.wait(). OKed by Guido. by Georg Brandl · 16 years ago
  32. 1d7d532 Issue #5387: Fixed mmap.move crash by integer overflow. (take2) by Hirokazu Yamamoto · 16 years ago
  33. 612f1d5 Remove the regrtest check that turns any ImportError into a skipped test. by R. David Murray · 16 years ago
  34. bdeacba Improve test_support.import_module docstring, remove by R. David Murray · 16 years ago
  35. 73fba69 Delete out-of-date and little-known README from the test by R. David Murray · 16 years ago
  36. 7558d57 Rename the actual method definitions to the official assertFoo names. by Gregory P. Smith · 16 years ago
  37. 597ebab A few more test skips via import_module, and change import_module to by R. David Murray · 16 years ago
  38. 2839985 The unittest.TestCase.assertEqual() now displays the differences in lists, by Gregory P. Smith · 16 years ago
  39. 88f1c04 Global statements from one function leaked into parallel functions. by Jeremy Hylton · 16 years ago
  40. 1c157ea Add is_declared_global() which distinguishes between implicit and by Jeremy Hylton · 16 years ago
  41. 9d2ee5d Issue #5387: Fixed mmap.move crash by integer overflow. by Hirokazu Yamamoto · 16 years ago
  42. 82eb590 merge in patch from tim golden to fix contextmanager support for mp.Lock() by Jesse Noller · 16 years ago
  43. d7bf8a5 Actually suppress warnings in test_at_least_import_untested_modules by R. David Murray · 16 years ago
  44. 3db8a34 Change more tests to use import_module for the modules that by R. David Murray · 16 years ago
  45. 019ce77 finalize the queue prior to shutdown by Jesse Noller · 16 years ago
  46. 5e95e76 Fix for bugs: Issue4675 and Issue4962. by Senthil Kumaran · 16 years ago
  47. e7c9e09 Remove references to test_socket_ssl which was deleted in trunk by R. David Murray · 16 years ago
  48. 59beec3 Add import_function method to test.test_support, and modify a number of by R. David Murray · 16 years ago
  49. 459a648 Issue 5177: use socket.SO_REUSEADDR on multiprocessing SocketManager sockets by Jesse Noller · 16 years ago
  50. 5cb104d Revert incorrect change. by R. David Murray · 16 years ago
  51. 68ffe3e don't rely on the order dict repr #5605 by Benjamin Peterson · 16 years ago
  52. ad74dfe Convert import try/except to use test_support.import_module(). by R. David Murray · 16 years ago
  53. 3c87e22 add missing import by Benjamin Peterson · 16 years ago
  54. 8e1a338 add missing import by Benjamin Peterson · 16 years ago
  55. 83db765 thanks to guido's bytecode verifier, this is fixed by Benjamin Peterson · 16 years ago
  56. d2c1846 this has been fixed since 2.6 (I love removing these) by Benjamin Peterson · 16 years ago
  57. a199f01 Add the ability to control the random seed used by regrtest.py -r. by Collin Winter · 16 years ago
  58. 7fa9459 fix another name by Benjamin Peterson · 16 years ago
  59. effa1dc ** is required here by Benjamin Peterson · 16 years ago
  60. bf4464a add missing import by Benjamin Peterson · 16 years ago
  61. a9b5be0 must pass argument to get expected behavior ;) by Benjamin Peterson · 16 years ago
  62. bec087f fix incorrect auto-translation of TestSkipped -> unittest.SkipTest by Benjamin Peterson · 16 years ago
  63. ad57d97 fix naming by Benjamin Peterson · 16 years ago
  64. 888a39b remove test_support.TestSkipped and just use unittest.SkipTest by Benjamin Peterson · 16 years ago
  65. 21f6aac apply the second part of #4242's patch; classify all the implementation details in test_descr by Benjamin Peterson · 16 years ago
  66. 47d9738 rename TestCase.skip() to skipTest() because it causes annoying problems with trial #5571 by Benjamin Peterson · 16 years ago
  67. c3141a6 add some useful utilities for skipping tests with unittest's new skipping ability by Benjamin Peterson · 16 years ago
  68. 0ad9b77 add support for PyPy by Benjamin Peterson · 16 years ago
  69. 94e4e2a roll old test in with new one by Benjamin Peterson · 16 years ago
  70. b457b89 more and more implementations now support sys.subversion by Benjamin Peterson · 16 years ago
  71. f521b8c add much better tests for python version information parsing by Benjamin Peterson · 16 years ago
  72. 2f6f743 this can be slightly less ugly by Benjamin Peterson · 16 years ago
  73. a519cfc Remove the sys.version_info shortcut, since they cause the APIs by Marc-André Lemburg · 16 years ago
  74. 2bf74fd this is better written using assertRaises by Benjamin Peterson · 16 years ago
  75. cb2b0e4 comply with the evilJavaNamingScheme for attribute names by Benjamin Peterson · 16 years ago
  76. 692428e implement test skipping and expected failures by Benjamin Peterson · 16 years ago
  77. f8387af Issue #4688: Add a heuristic so that tuples and dicts containing only by Antoine Pitrou · 16 years ago
  78. 704dc26 AttributeError can be thrown during recursion errors by Benjamin Peterson · 16 years ago
  79. 2020a59 Issue #5068: Fixed the tarfile._BZ2Proxy.read() method that would loop by Lars Gustäbel · 16 years ago
  80. efc82f7 Issue #4258: Use 30-bit digits for Python longs, on 64-bit platforms. by Mark Dickinson · 16 years ago
  81. 2412299 * Add clearer comment to initialization code. by Raymond Hettinger · 16 years ago
  82. 6ffe852 fix strange errors when setting attributes on tracebacks #4034 by Benjamin Peterson · 16 years ago
  83. b14514a Fix bug in _insert_thousands_sep: too much zero padding could be by Mark Dickinson · 16 years ago
  84. 277859d Issue #2110: Add support for thousands separator and 'n' format specifier by Mark Dickinson · 16 years ago
  85. b065e52 Fix bug in Decimal __format__ method that swapped left and right alignment. by Mark Dickinson · 16 years ago
  86. 2ace4cf Unicode format tests weren't actually testing unicode. This was probably due to the original backport from py3k. by Eric Smith · 16 years ago
  87. 6f42edb Issue 5237, Allow auto-numbered replacement fields in str.format() strings. by Eric Smith · 16 years ago
  88. feeafff Issue #1222: locale.format() bug when the thousands separator is a space character. by Antoine Pitrou · 16 years ago
  89. 6c4cff0 Require implementations for warnings.showwarning() support the 'line' argument. by Brett Cannon · 16 years ago
  90. 56411aa For collections.deque() objects, expose the maxlen parameter as a read-only attribute. by Raymond Hettinger · 16 years ago
  91. bac769b Small optimization for corner case where maxlen==0. by Raymond Hettinger · 16 years ago
  92. 0903306 mmap.resize for anonymous map is not working yet, so changed to real file mapping... by Hirokazu Yamamoto · 16 years ago
  93. 264fc12 Issue #5385: Fixed mmap crash after resize failure on windows. by Hirokazu Yamamoto · 16 years ago
  94. 4179377 Fix some more bugs caused by the backport from 3.x for importlib. by Brett Cannon · 16 years ago
  95. 131af65 Backport 70140, 70141, 70143, and 70144. by Raymond Hettinger · 16 years ago
  96. f17f81d Beef-up tests. by Raymond Hettinger · 16 years ago
  97. bc512d3 Backport PEP 372: OrderedDict() by Raymond Hettinger · 16 years ago
  98. 7d49bba give httplib.IncompleteRead a more sane repr #4308 by Benjamin Peterson · 16 years ago
  99. 68d6852 Backport r69961 to trunk, replacing JUMP_IF_{TRUE,FALSE} with by Jeffrey Yasskin · 16 years ago
  100. b0e10c7 Issue #1733986: Fixed mmap crash in accessing elements of second map object by Hirokazu Yamamoto · 16 years ago