1. a11da59 add test for class with no operations defined by Benjamin Peterson · 15 years ago
  2. bba8f2d Revert temporary commit in r79937 by Antoine Pitrou · 15 years ago
  3. 16e026c Temporary commit of fix to issue #5380 (in order to watch buildbot response) by Antoine Pitrou · 15 years ago
  4. cdd98fb fix PYTHONWARNINGS handling to not modify the original env value and improve by Philip Jenvey · 15 years ago
  5. b60ee46 Refactor a couple inspect module tests to remove duplicate code by Jean-Paul Calderone · 15 years ago
  6. bb66973 adjust gc_collect for Jython by Philip Jenvey · 15 years ago
  7. 4e45512 Issue 8361: Remove assert from functools.total_ordering by Raymond Hettinger · 15 years ago
  8. 2cab8db update pydoc-topics by Benjamin Peterson · 15 years ago
  9. fbac6c1 bump version to 2.7b1 by Benjamin Peterson · 15 years ago
  10. 14459d5 Fix typo in comment by Nick Coghlan · 15 years ago
  11. 1362366 Try to turn some buildbots green by allowing test_multiprocessing to pass even if it hits the sys.exc_clear code in the threading module, and improve the test coverage by making the ctypes dependencies a bit more granular (two of the cited ctypes objects don't exist on my system) by Nick Coghlan · 15 years ago
  12. 343314a Revert r79915 (temporary commit to check for buildbots -> the fix was successful) by Antoine Pitrou · 15 years ago
  13. 9c6cd56 Temporarily commit fix to issue #8108, to check for buildbot response by Antoine Pitrou · 15 years ago
  14. 7bc26b9 Issue #8348: Fix test ftp url in test_urllib2net. by Martin v. Löwis · 15 years ago
  15. e84089e Issue #8204: Fix test_ttk notebook test by forcing focus. by Martin v. Löwis · 15 years ago
  16. 1b287c7 Issue #8344: Fix test_ttk bug on FreeBSD. by Martin v. Löwis · 15 years ago
  17. 91a2c89 Switch regrtest to use StringIO instead of cStringIO for test_multiprocessing on Windows. Issue 8333. by Michael Foord · 15 years ago
  18. f6ff26c unittest.result.TestResult does not create its buffers until they're used. It uses StringIO not cStringIO. Issue 8333. by Michael Foord · 15 years ago
  19. 9a39ecc Issue #8337: Disable the remaining test also for now. by Martin v. Löwis · 15 years ago
  20. 65605f7 Use some more interesting test values for (unsigned) long long ctypes tests, by Mark Dickinson · 15 years ago
  21. aebbaeb #7301: add the environment variable $PYTHONWARNINGS to supplement the -W by Philip Jenvey · 15 years ago
  22. c1bf677 Fix module directory finding logic for dotted paths in unittest test discovery. by Michael Foord · 15 years ago
  23. 3a1dfa2 remove a optimization that resulted in unexpected behavior #8929 by Benjamin Peterson · 15 years ago
  24. 22c62dd use skip decorator by Benjamin Peterson · 15 years ago
  25. 3b4c989 Issue #8193: Fix test_zlib failure with zlib 1.2.4. by Antoine Pitrou · 15 years ago
  26. b02b311 Fix Issue8262 - changing RuntimeError wording to "Threads can only be started once" by Senthil Kumaran · 15 years ago
  27. f9de534 Issue #8321: Give access to OpenSSL version numbers from the `ssl` module, by Antoine Pitrou · 15 years ago
  28. fce1d31 Fix a failing test on an apparently slow Windows buildbot. by Brian Curtin · 15 years ago
  29. e1d665a Classes that override __eq__ also need to define __hash__. by Raymond Hettinger · 15 years ago
  30. 5e0c274 Use a more robust infinity check in _Py_HashDouble. by Mark Dickinson · 15 years ago
  31. 0c08009 Issue 8316: make test_gdb robust in the face of differing terminal by R. David Murray · 15 years ago
  32. 034b0ac fix escape_encode to return the correct consumed size by Philip Jenvey · 15 years ago
  33. 76a23c1 fix dis on new style classes #8310 by Benjamin Peterson · 15 years ago
  34. 06bc0b6 Add tests for functools.total_ordering. by Raymond Hettinger · 15 years ago
  35. bb006cf Add tests for cmp_to_key. by Raymond Hettinger · 15 years ago
  36. a551f31 Add functools.CmpToKey() by Raymond Hettinger · 15 years ago
  37. fdaaa9c Issue #8300 (__index__ handling in struct.pack): Remove redundant check by Mark Dickinson · 15 years ago
  38. a28eb1c Use more specific assert* methods in test_struct. by Ezio Melotti · 15 years ago
  39. ab8b9ca Expand test coverage for deque.count(). by Raymond Hettinger · 15 years ago
  40. a44f393 import bsddb more robustly by Benjamin Peterson · 15 years ago
  41. 47b1d02 Remove useless (?) import from r79706 by Antoine Pitrou · 15 years ago
  42. a3a5050 Silence DeprecationWarnings from uses of has_key and <> in plat-mac. by Mark Dickinson · 15 years ago
  43. 5f516ed Add count() method to collections.deque(). by Raymond Hettinger · 15 years ago
  44. 74c5c2b Replace backquotes with repr(), to silence a SyntaxWarning. by Mark Dickinson · 15 years ago
  45. 920fd66 Ensure 'module removed' warning messages contain the word 'module' or 'package'. by Mark Dickinson · 15 years ago
  46. 0ccc7bb stop CObject deprecation warnings in test___all__ by Benjamin Peterson · 15 years ago
  47. 674a9eb remove deprecation warnings silence attempting by Benjamin Peterson · 15 years ago
  48. 4dbda85 spelling by Benjamin Peterson · 15 years ago
  49. 7beeeb5 silence PyCObject warnings in bsddb by Benjamin Peterson · 15 years ago
  50. 7daf985 remove unneeded argument by Benjamin Peterson · 15 years ago
  51. 73541af wrap by Benjamin Peterson · 15 years ago
  52. 3dd9f40 Minor tweak to unittest command line usage message by Michael Foord · 15 years ago
  53. d43b63f Adding -b command line option to the unittest usage message. by Michael Foord · 15 years ago
  54. 856a3be Use more specific assert* methods in test_decimal. by Ezio Melotti · 15 years ago
  55. 4846a8e Issue #8300: Let struct.pack use __index__ to convert and pack non-integers. by Mark Dickinson · 15 years ago
  56. b05dc00 Fix a couple of issues with the test_structmembersType class in _testcapimodule by Mark Dickinson · 15 years ago
  57. 34c35b2 Add subtract() method to collections.Counter() objects. by Raymond Hettinger · 15 years ago
  58. dd2fedc Factor-out constant expressions by Raymond Hettinger · 15 years ago
  59. 6b96ecb Improve clear() method. Keeps key/value refcnts >= 1 until final dict.clear() so that decrefs to zero won't trigger arbitrary code . Also runs a bit faster. by Raymond Hettinger · 15 years ago
  60. 9323266 Another attempt at a fix for unittest.test.test_result for windows line endings by Michael Foord · 15 years ago
  61. 9b4ee12 Cross platform unittest.TestResult newline handling when buffering stdout / stderr. by Michael Foord · 15 years ago
  62. 1c7c11e give TypeError when trying to set T_STRING_INPLACE by Benjamin Peterson · 15 years ago
  63. 931190b Support dotted module names for test discovery paths in unittest. Issue 7780. by Michael Foord · 15 years ago
  64. 2b79fdf split out large test function by Benjamin Peterson · 15 years ago
  65. e9da81c Fix assertRaises usage on reflection functions which should raise by Brian Curtin · 15 years ago
  66. 3928276 Clear cyclical references in list based OrderedDict. by Raymond Hettinger · 15 years ago
  67. 4564c08 set svn:eol-style on new file by Benjamin Peterson · 15 years ago
  68. e5aa886 Implement #1220212. Add os.kill support for Windows. by Brian Curtin · 15 years ago
  69. a04c7a0 Issue #8038: Addition of unittest.TestCase.assertNotRegexpMatches by Michael Foord · 15 years ago
  70. 25d7976 unittest tests no longer replace the sys.stdout put in place by regrtest by Michael Foord · 15 years ago
  71. 7c63eee Issue #8294: Allow float and Decimal arguments in Fraction constructor. by Mark Dickinson · 15 years ago
  72. 58c1e78 TestResult stores original sys.stdout and tests no longer use sys.__stdout__ (etc) in tests for unittest -b command line option by Michael Foord · 15 years ago
  73. 7999dea Fix test_compiler.py that was using unittest.__file__ to find Lib/ (unittest is now a package). by Ezio Melotti · 15 years ago
  74. 5637f04 Addition of -b command line option to unittest for buffering stdout and stderr during test runs. by Michael Foord · 15 years ago
  75. e33fa88 Implement #7347. Add CreateKeyEx, DeleteKeyEx, and update _winreg tests. by Brian Curtin · 15 years ago
  76. ef253ac removed the local copy of xxmodule, and skip only test_build_ext when xxmodule is not found, not the whole unittest by Tarek Ziadé · 15 years ago
  77. ed171ab Issue 8257: Decimal constructor to accept float. by Raymond Hettinger · 15 years ago
  78. f37592f Backport some robotparser test and skip the test if the external resource is not available. by Florent Xicluna · 15 years ago
  79. d54e699 #4440: modernize a use of filter(), making it compatible with 3.x by Andrew M. Kuchling · 15 years ago
  80. d44b2fc Issue 7994: Make object.__format__ with a non-empty format string a PendingDecprecationWarning. Still need to remove uses of this from various tests. by Eric Smith · 15 years ago
  81. f3eeca1 Issue #7279: Make Decimal('nan') hashable. Decimal('snan') remains unhashable. by Mark Dickinson · 15 years ago
  82. e096e82 Issue #7279: Make comparisons involving a Decimal sNaN signal InvalidOperation. by Mark Dickinson · 15 years ago
  83. 99d8096 Issue #2531: Make float-to-decimal comparisons return correct results. by Mark Dickinson · 15 years ago
  84. dfd3618 #7092: silence some py3k warnings by Florent Xicluna · 15 years ago
  85. a7f242f #7092: Drop the cmp argument. by Florent Xicluna · 15 years ago
  86. d630c04 #7092: Fix additional "-3" warnings in the idlelib package, and convert to absolute imports. by Florent Xicluna · 15 years ago
  87. 8d1da0f #7092: Fix some -3 warnings, and fix Lib/platform.py when the path contains a double-quote. by Florent Xicluna · 15 years ago
  88. b5023df Issue #8281: rename test_gdb_sample.py to gdb_sample.py, otherwise it gets picked by Antoine Pitrou · 15 years ago
  89. bf0dfb3 Issue #8032: For gdb7, a python-gdb.py file is added to the build, by Martin v. Löwis · 15 years ago
  90. a01da93 Fix a test_pydoc failure on Neal Norwitz's buildbot. by Brian Curtin · 15 years ago
  91. 6257a7b Replace catch_warnings with check_warnings when it makes sense. Use assertRaises context manager to simplify some tests. by Florent Xicluna · 15 years ago
  92. a57df2c Issue #8268: Old-style classes (not just instances) now support weak references. by Antoine Pitrou · 15 years ago
  93. 26cc99d Fix test for xml.etree when using a non-ascii path. And use check_warnings instead of catch_warnings. by Florent Xicluna · 15 years ago
  94. f7f2d6f - Issue #8233: When run as a script, py_compile.py optionally takes a single by Barry Warsaw · 15 years ago
  95. fe4900c Correct what was intended to be a single-tuple to just be a != check. by Brian Curtin · 15 years ago
  96. fcc500e Silence a py3k warning. by Ezio Melotti · 15 years ago
  97. aeb2e82 Fix #8225. xml.etree was displaying an incorrect link when viewed in help. by Brian Curtin · 15 years ago
  98. b102dda Revert rev. 79509; ctypes doesn't build on linux. by Thomas Heller · 15 years ago
  99. 5006ba0 Merged revisions 79115,79424,79491 via svnmerge from by Thomas Heller · 15 years ago
  100. 8f66efe Fix small error in r79502 by Antoine Pitrou · 15 years ago