1. b119ca9 Fix Windows buildbot failure by Antoine Pitrou · 16 years ago
  2. 9bd246b Test wouldn't work in debug mode. by Antoine Pitrou · 16 years ago
  3. efb60c0 Issue #1722344: threading._shutdown() is now called in Py_Finalize(), which by Antoine Pitrou · 16 years ago
  4. a7a52ab Issue #7099: Decimal.is_normal should return True for all nonzero by Mark Dickinson · 16 years ago
  5. 5ba8491 Issue #7133: SSL objects now support the new buffer API. by Antoine Pitrou · 16 years ago
  6. a24db67 Clarify error report message, and don't recommend running in verbose by R. David Murray · 16 years ago
  7. 92a27b5 Eliminate warning message that looks like an error message. When it was by R. David Murray · 16 years ago
  8. d9f1944 Only run test_curses when sys.__stdout__ is a tty. This eliminates the by R. David Murray · 16 years ago
  9. 282396f Issue #7151: regrtest would generate a JSON failure if there was output by R. David Murray · 16 years ago
  10. 603acf9 Add a comment about unreachable code, and fix a typo by Antoine Pitrou · 16 years ago
  11. 8a172b1 Add a test for same-thread asynchronous exceptions (see #1779233). by Antoine Pitrou · 16 years ago
  12. 53a9dc9 Restore sys.path in test_tk by Nick Coghlan · 16 years ago
  13. f317019 Silence a deprecation warning by using the appropriate replacement construct by Nick Coghlan · 16 years ago
  14. 9039b83 Using CleanImport to revert a reload of the os module doesn't work due to function registrations in copy_reg. The perils of reloading modules even for tests... by Nick Coghlan · 16 years ago
  15. bfd2dc7 Protect against attempts to replace PyNumber_Add with PyNumber_InPlaceAdd in builtin sum by Mark Dickinson · 16 years ago
  16. a0e0f9e Don't replace sys.path in test_site by Nick Coghlan · 16 years ago
  17. 788d766 Avoid replacing existing modules and sys.path in import tests by Nick Coghlan · 16 years ago
  18. 8157e19 Also check and restore identity of sys.path, sys.argv and os.environ rather than just their values (this picked up a few more misbehaving tests) by Nick Coghlan · 16 years ago
  19. fd4903b Move restoration of the os.environ object into the context manager where it belongs by Nick Coghlan · 16 years ago
  20. 87c03b3 Revert changes made to environment in test_httpservers by Nick Coghlan · 16 years ago
  21. 8c1ffeb Don't invoke reload(sys) and use StringIO objects instead of real files to capture stdin and stdout when needed (ensures all sys attributes remain unmodified after test_xmlrpc runs) by Nick Coghlan · 16 years ago
  22. 7df72dc Restore original sys.path when running TTK tests by Nick Coghlan · 16 years ago
  23. b6edf19 Check and revert expected sys.path alterations by Nick Coghlan · 16 years ago
  24. a3e97ad Formatting tweak so that before and after values are vertically aligned by Nick Coghlan · 16 years ago
  25. 2ee358e Enhancement to the new environment checking code to print the changed items under -vv. Also includes a small tweak to allow underscores in the names of resources. by Nick Coghlan · 16 years ago
  26. 59ca920 test_math ulp computation was wrong on big-endian systems by Mark Dickinson · 16 years ago
  27. 0447cd6 Correctly restore sys.stdout in test_descr by Nick Coghlan · 16 years ago
  28. 08133af Issue #7142: Fix uses of unicode in memoryview objects by Mark Dickinson · 16 years ago
  29. 196b092 only clear a module's __dict__ if the module is the only one with a reference to it #7140 by Benjamin Peterson · 16 years ago
  30. 96e319e don't need to mess up sys.path by Benjamin Peterson · 16 years ago
  31. c63457b make inspect.isabstract() always return a boolean; add a test for it, too #7069 by Benjamin Peterson · 16 years ago
  32. e526572 change test to what I intended by Benjamin Peterson · 16 years ago
  33. 447dc15 use floor division and add a test that exercises the tabsize codepath by Benjamin Peterson · 16 years ago
  34. b844ef7 Silence py3k warning claiming to affect the random module by Antoine Pitrou · 16 years ago
  35. bb86314 Fix failures in test_profilehooks when run with -3 by Antoine Pitrou · 16 years ago
  36. 79d923b Silence some py3k warnings claiming to affect _pyio by Antoine Pitrou · 16 years ago
  37. e22997e Silence a py3k warning claiming to affect Lib/calendar.py by Antoine Pitrou · 16 years ago
  38. 868817e Fix a test_atexit failure when run with -3 by Antoine Pitrou · 16 years ago
  39. 14dcd43 Enhanced Issue 7058 patch, which will not be backported. Refactors the by R. David Murray · 16 years ago
  40. 2746866 Fixed Issue6894, urllib2 doesn't respect "no_proxy" environment by Senthil Kumaran · 16 years ago
  41. 58d2f26 Issue #7055: test___all__ now greedily detects all modules which have an by Antoine Pitrou · 16 years ago
  42. 539bff4 Update decimal test data to the most recent set from Mike Cowlishaw. by Mark Dickinson · 16 years ago
  43. d0052d1 #1571184: makeunicodedata.py now generates the functions _PyUnicode_ToNumeric, by Amaury Forgeot d'Arc · 16 years ago
  44. abe3d3e Issue #7058: Added save/restore for argv and os.environ to runtest_inner by R. David Murray · 16 years ago
  45. 245d915 Issue #7042: Fix test_signal failure on OS X 10.6 64-bit builds by Mark Dickinson · 16 years ago
  46. 82d31e9 test logging by Benjamin Peterson · 16 years ago
  47. 7adbb5a #7050 fix a SystemError when using tuple unpacking and augmented assignment by Benjamin Peterson · 16 years ago
  48. f895cf5 #7031: Add TestCase.assertIsInstance and negated method. by Georg Brandl · 16 years ago
  49. dc61ec3 That's self.env.unset(k) and not env.unset(k) I was heading back to the problem. by Senthil Kumaran · 16 years ago
  50. 5a43e86 using dict.unset(k) instead of del dict[k]. consistent with release26-maint by Senthil Kumaran · 16 years ago
  51. 91abd6e Fix for issue7026 test_urllib: unsetting missing 'env' variable. by Senthil Kumaran · 16 years ago
  52. 8ca7482 Fix buggy accuracy test by Mark Dickinson · 16 years ago
  53. 8b90204 #5329: fix os.popen* regression from 2.5: don't execute commands as a sequence by Philip Jenvey · 16 years ago
  54. 7e7a3ec Issue #7019: Unmarshalling of bad long data could produce unnormalized by Mark Dickinson · 16 years ago
  55. 7248178 Issue #6790: Make it possible again to pass an `array.array` to by Antoine Pitrou · 16 years ago
  56. dbf3b25 #6990: clear threading.local's key only after its thread state is removed: by Philip Jenvey · 16 years ago
  57. b93fff0 Issue #3366: Add gamma function to math module. by Mark Dickinson · 16 years ago
  58. 97f5ff3 Prevent test_bad_address failure when a domain in the dns search by R. David Murray · 16 years ago
  59. b4fd4d3 Patch from Thomas Barr so that csv.Sniffer will set doublequote property. by Skip Montanaro · 16 years ago
  60. 9aac245 #7000: document "sep" in capwords. Add a few tests by Ezio Melotti · 16 years ago
  61. b49e53e #6243: fix segfault when keyname() returns a NULL pointer. by Andrew M. Kuchling · 16 years ago
  62. 2fcd03b http://bugs.python.org/issue6971 by Kristján Valur Jónsson · 16 years ago
  63. 4d94743 When range checking was added to time.strftime() a check was placed on tm_isdst by Brett Cannon · 16 years ago
  64. 9f20d9d Issue 6877: this patch makes it possible to link the readline extension by Ronald Oussoren · 16 years ago
  65. ab84989 #6944: the argument to PyArg_ParseTuple should be a tuple, otherwise a SystemError is set. Also clean up another usage of PyArg_ParseTuple. by Georg Brandl · 16 years ago
  66. dc782b5 backport keyword argument support for bytearray.decode by Benjamin Peterson · 16 years ago
  67. 332d721 add keyword arguments support to str/unicode encode and decode #6300 by Benjamin Peterson · 16 years ago
  68. 2985dbb Use skipUnless to skip math module tests on non-IEEE 754 platforms. by Mark Dickinson · 16 years ago
  69. ebf3adc #6844 followup: the warning when setting Exception.message was removed, do not test for it. by Georg Brandl · 16 years ago
  70. e9741f3 Issue #6922: Fix an infinite loop when trying to decode an invalid by Georg Brandl · 16 years ago
  71. 0674d3f #6844: do not emit DeprecationWarnings on access if Exception.message has been set by the user. by Georg Brandl · 16 years ago
  72. c4dcb38 Fix issue #1590864, multiple threads and fork() can cause deadlocks, by by Thomas Wouters · 16 years ago
  73. 69dfe8d Make the pdb displayhook compatible with the standard displayhook: do not print Nones. Add a test for that. by Georg Brandl · 16 years ago
  74. 6c39f06 Remove some more boilerplate from the actual tests in test_pdb. by Georg Brandl · 16 years ago
  75. e91ea56 Test discovery in unittest will only attempt to import modules that are importable; i.e. their names are valid Python identifiers. If an import fails during discovery this will be recorded as an error and test discovery will continue. Issue 6568. by Michael Foord · 16 years ago
  76. 5a9719d unittest.TestLoader.loadTestsFromName honors the loader suiteClass attribute. Issue 6866. by Michael Foord · 16 years ago
  77. c3f7937 Objects that compare equal automatically pass or fail assertAlmostEqual and assertNotAlmostEqual tests on unittest.TestCase. Issue 6567. by Michael Foord · 16 years ago
  78. 1036a7f #6026 - fix tests that failed without zlib by Ezio Melotti · 16 years ago
  79. 21121e6 Issue #6856: Add a filter keyword argument to TarFile.add(). by Lars Gustäbel · 16 years ago
  80. 93ed820 revert unintended changes by Benjamin Peterson · 16 years ago
  81. 8246968 tabbify by Benjamin Peterson · 16 years ago
  82. 5cfa804 Issue #6857: Fix Decimal formatting to be consistent with existing float by Mark Dickinson · 16 years ago
  83. 968f169 #Issue 6795: Fix infinite recursion in long(Decimal('nan')); change int(Decimal('nan')) to raise ValueError instead of either returning NaN or raising InvalidContext. by Mark Dickinson · 16 years ago
  84. 491ea55 Issue #6850: Fix bug in Decimal._parse_format_specifier for formats by Mark Dickinson · 16 years ago
  85. c8a7c7c Issue #6846: bytearray.pop was returning ints in the range [-128, 128) by Mark Dickinson · 16 years ago
  86. 2596758 Fix build issues on OSX 10.6 (issue 6802) by Ronald Oussoren · 16 years ago
  87. ed4ca82 #5101: add back tests to test_funcattrs that were lost during unittest conversion, and make some PEP8 cleanups. by Georg Brandl · 16 years ago
  88. e7e941e test_platform fails on OS X Snow Leopard because the UNIX command to get the by Brett Cannon · 16 years ago
  89. ffd0dc1 Sorry, sorry! Ignore my previous two commits. I mixed up the version by Armin Rigo · 16 years ago
  90. f866fbb Does not terminate: consume all memory without responding to Ctrl-C. by Armin Rigo · 16 years ago
  91. f416690 Found the next crasher by thinking about this logic in PyPy. by Armin Rigo · 16 years ago
  92. 6fcf9b5 remove the check that classmethod's argument is a callable by Benjamin Peterson · 16 years ago
  93. fff896b #6750: TextIOWrapped could duplicate output when several threads write to it. by Amaury Forgeot d'Arc · 16 years ago
  94. f7cda52 Issue #6054: Do not normalize stored pathnames. by Lars Gustäbel · 16 years ago
  95. 7a7739d Issue #6794: Fix handling of NaNs in Decimal.compare_total and by Mark Dickinson · 16 years ago
  96. 429677e Issue 6654 by Kristján Valur Jónsson · 16 years ago
  97. e2a7798 issue 6275 by Kristján Valur Jónsson · 16 years ago
  98. 764fc23 #6693: New functions in site.py to get user/global site packages paths. by Tarek Ziadé · 16 years ago
  99. df75677 Add test of file.write(array) extracted from Jython. by Frank Wierzbicki · 16 years ago
  100. b98d6b2 Issue 6665: Fix fnmatch to properly match filenames with newlines in them. by Gregory P. Smith · 16 years ago