1. 61fce38 Fix test_xmlrpc and make the CGI handler work with no CONTENT_LENGTH. by Georg Brandl · 16 years ago
  2. 63959bb #5631: add upload to list of possible commands, which is presented in --help-commands. by Georg Brandl · 16 years ago
  3. e92d4b6 The SimpleXMLRPCServer's CGI handler now runs like a pony. by Georg Brandl · 16 years ago
  4. 02cb0eb Fix multiprocessing.event to match the new threading.Event API by Jesse Noller · 16 years ago
  5. a83da35 Fix issue 2522. locale.format now checks that it is passed by R. David Murray · 16 years ago
  6. bb94d43 Fix for failing asyncore tests. by Josiah Carlson · 16 years ago
  7. d8fb6ac Issue #5635: Fix running test_sys with tracing enabled. by Georg Brandl · 16 years ago
  8. d60c29e #5228: add pickle support to functools.partial by Jack Diederich · 16 years ago
  9. 840ac92 Fix Windows test skip error revealed by buildbot. Also a comment spelling by R. David Murray · 16 years ago
  10. 3bb5a96 fixed the test for win32 CompileError by Tarek Ziadé · 16 years ago
  11. 2bdefb3 catching msvc9compiler error as well by Tarek Ziadé · 16 years ago
  12. 9e47ce4 #5583 Added optional Extensions in Distutils by Tarek Ziadé · 16 years ago
  13. 0c7b2c9 #1651995: fix _convert_ref for non-ASCII characters. by Georg Brandl · 16 years ago
  14. aba27dd Made handle_expt_event() be called last, so that we don't accidentally read by Josiah Carlson · 16 years ago
  15. d906ea6 fix Thread.ident when it is the main thread or a dummy thread #5632 by Benjamin Peterson · 16 years ago
  16. bd9dd31 take the usual lock precautions around _active_limbo_lock by Benjamin Peterson · 16 years ago
  17. 1a1158f making sdist and config test silents by Tarek Ziadé · 16 years ago
  18. 899dd12 added tests to the install_headers command by Tarek Ziadé · 16 years ago
  19. a961a04 added test to the install_data command by Tarek Ziadé · 16 years ago
  20. e899b71 more tests for the upload command by Tarek Ziadé · 16 years ago
  21. ca2b8d2 more tests for the register command by Tarek Ziadé · 16 years ago
  22. 0238628 added tests for the clean command by Tarek Ziadé · 16 years ago
  23. c7cd138 using log.warn for sys.stderr by Tarek Ziadé · 16 years ago
  24. ef660e8 #1674032: return value of flag from Event.wait(). OKed by Guido. by Georg Brandl · 16 years ago
  25. 1d7d532 Issue #5387: Fixed mmap.move crash by integer overflow. (take2) by Hirokazu Yamamoto · 16 years ago
  26. 65ff005 Issue an actual PendingDeprecationWarning for the TestCase.fail* methods. by Gregory P. Smith · 16 years ago
  27. 612f1d5 Remove the regrtest check that turns any ImportError into a skipped test. by R. David Murray · 16 years ago
  28. bdeacba Improve test_support.import_module docstring, remove by R. David Murray · 16 years ago
  29. df90b02 This resolves issue 1161031. Tests pass. by Josiah Carlson · 16 years ago
  30. 73fba69 Delete out-of-date and little-known README from the test by R. David Murray · 16 years ago
  31. c5d8c63 #5190: export make_option in __all__. by Georg Brandl · 16 years ago
  32. 7558d57 Rename the actual method definitions to the official assertFoo names. by Gregory P. Smith · 16 years ago
  33. 597ebab A few more test skips via import_module, and change import_module to by R. David Murray · 16 years ago
  34. 3476d12 Per the language summit, the optional fastpath imports should use from-import-star. by Raymond Hettinger · 16 years ago
  35. 2839985 The unittest.TestCase.assertEqual() now displays the differences in lists, by Gregory P. Smith · 16 years ago
  36. 88f1c04 Global statements from one function leaked into parallel functions. by Jeremy Hylton · 16 years ago
  37. 1c157ea Add is_declared_global() which distinguishes between implicit and by Jeremy Hylton · 16 years ago
  38. 9d2ee5d Issue #5387: Fixed mmap.move crash by integer overflow. by Hirokazu Yamamoto · 16 years ago
  39. b2898e0 add JoinableQueue to __all__ by Jesse Noller · 16 years ago
  40. 82eb590 merge in patch from tim golden to fix contextmanager support for mp.Lock() by Jesse Noller · 16 years ago
  41. d7bf8a5 Actually suppress warnings in test_at_least_import_untested_modules by R. David Murray · 16 years ago
  42. e0154ed Fix issue #4865: add /Library/Python/2.7/site-packages to by Ronald Oussoren · 16 years ago
  43. 3db8a34 Change more tests to use import_module for the modules that by R. David Murray · 16 years ago
  44. dbf95a3 A fix for issue 1974, inspired by the patch from Andi Albrecht (aalbrecht), by Barry Warsaw · 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. ce46511 Tk 8.5 Text widget requires 'wordprocessor' tabstyle attr to handle mixed space/tab properly. Issue 5120, patch by Guilherme Polo. by Kurt B. Kaiser · 16 years ago
  50. 459a648 Issue 5177: use socket.SO_REUSEADDR on multiprocessing SocketManager sockets by Jesse Noller · 16 years ago
  51. 5cb104d Revert incorrect change. by R. David Murray · 16 years ago
  52. 68ffe3e don't rely on the order dict repr #5605 by Benjamin Peterson · 16 years ago
  53. ad74dfe Convert import try/except to use test_support.import_module(). by R. David Murray · 16 years ago
  54. 3c87e22 add missing import by Benjamin Peterson · 16 years ago
  55. 33cd7ef fix import by Benjamin Peterson · 16 years ago
  56. 76a982a Issue 5381: fix regression in pure python code path, Issue 5584: fix a decoder bug for unicode float literals outside of a container by Bob Ippolito · 16 years ago
  57. 8e1a338 add missing import by Benjamin Peterson · 16 years ago
  58. 83db765 thanks to guido's bytecode verifier, this is fixed by Benjamin Peterson · 16 years ago
  59. d2c1846 this has been fixed since 2.6 (I love removing these) by Benjamin Peterson · 16 years ago
  60. b006fcc Make life easier for non-CPython implementations. by Raymond Hettinger · 16 years ago
  61. 3109162 Typo fix. by Guilherme Polo · 16 years ago
  62. a199f01 Add the ability to control the random seed used by regrtest.py -r. by Collin Winter · 16 years ago
  63. 5adab30 Fix typo. by Georg Brandl · 16 years ago
  64. 7fa9459 fix another name by Benjamin Peterson · 16 years ago
  65. 0423297 update email tests to use SkipTest by Benjamin Peterson · 16 years ago
  66. effa1dc ** is required here by Benjamin Peterson · 16 years ago
  67. bf4464a add missing import by Benjamin Peterson · 16 years ago
  68. a9b5be0 must pass argument to get expected behavior ;) by Benjamin Peterson · 16 years ago
  69. bec087f fix incorrect auto-translation of TestSkipped -> unittest.SkipTest by Benjamin Peterson · 16 years ago
  70. ad57d97 fix naming by Benjamin Peterson · 16 years ago
  71. 888a39b remove test_support.TestSkipped and just use unittest.SkipTest by Benjamin Peterson · 16 years ago
  72. 21f6aac apply the second part of #4242's patch; classify all the implementation details in test_descr by Benjamin Peterson · 16 years ago
  73. 47d9738 rename TestCase.skip() to skipTest() because it causes annoying problems with trial #5571 by Benjamin Peterson · 16 years ago
  74. c3141a6 add some useful utilities for skipping tests with unittest's new skipping ability by Benjamin Peterson · 16 years ago
  75. 0ad9b77 add support for PyPy by Benjamin Peterson · 16 years ago
  76. 94e4e2a roll old test in with new one by Benjamin Peterson · 16 years ago
  77. b457b89 more and more implementations now support sys.subversion by Benjamin Peterson · 16 years ago
  78. f521b8c add much better tests for python version information parsing by Benjamin Peterson · 16 years ago
  79. c930135 remove uneeded function by Benjamin Peterson · 16 years ago
  80. 2dc90fd Separate initialization from clearing. by Raymond Hettinger · 16 years ago
  81. 2f6f743 this can be slightly less ugly by Benjamin Peterson · 16 years ago
  82. a8adceb add shorthands for expected failures and unexpected success by Benjamin Peterson · 16 years ago
  83. a519cfc Remove the sys.version_info shortcut, since they cause the APIs by Marc-André Lemburg · 16 years ago
  84. d0cdb2d another style nit by Benjamin Peterson · 16 years ago
  85. a473f00 fix newline issue in test summary by Benjamin Peterson · 16 years ago
  86. 2bf74fd this is better written using assertRaises by Benjamin Peterson · 16 years ago
  87. 0371548 fix typo by Benjamin Peterson · 16 years ago
  88. c750d4d add new skipping things to __all__ by Benjamin Peterson · 16 years ago
  89. 4e4de33 update docstring by Benjamin Peterson · 16 years ago
  90. 3e0aa49 remove special metadata by Benjamin Peterson · 16 years ago
  91. a7d441d some cleanup and modernization by Benjamin Peterson · 16 years ago
  92. bca248e update from CVS by Benjamin Peterson · 16 years ago
  93. cb2b0e4 comply with the evilJavaNamingScheme for attribute names by Benjamin Peterson · 16 years ago
  94. 692428e implement test skipping and expected failures by Benjamin Peterson · 16 years ago
  95. 797eaf3 complain when there's no last exception by Benjamin Peterson · 16 years ago
  96. 3e6c335 revert r70552; wrong fix by Benjamin Peterson · 16 years ago
  97. 85e1478 fix very old names for exception terms #5543 by Benjamin Peterson · 16 years ago
  98. f8387af Issue #4688: Add a heuristic so that tuples and dicts containing only by Antoine Pitrou · 16 years ago
  99. e5b7856 Make imported name private and wrap long-line. by Raymond Hettinger · 16 years ago
  100. 906f95e Move initialization of root link to __init__. by Raymond Hettinger · 16 years ago