1. 7df72dc Restore original sys.path when running TTK tests by Nick Coghlan · 16 years ago
  2. b6edf19 Check and revert expected sys.path alterations by Nick Coghlan · 16 years ago
  3. a3e97ad Formatting tweak so that before and after values are vertically aligned by Nick Coghlan · 16 years ago
  4. 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
  5. 59ca920 test_math ulp computation was wrong on big-endian systems by Mark Dickinson · 16 years ago
  6. 0447cd6 Correctly restore sys.stdout in test_descr by Nick Coghlan · 16 years ago
  7. 08133af Issue #7142: Fix uses of unicode in memoryview objects by Mark Dickinson · 16 years ago
  8. 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
  9. 96e319e don't need to mess up sys.path by Benjamin Peterson · 16 years ago
  10. c63457b make inspect.isabstract() always return a boolean; add a test for it, too #7069 by Benjamin Peterson · 16 years ago
  11. e526572 change test to what I intended by Benjamin Peterson · 16 years ago
  12. 447dc15 use floor division and add a test that exercises the tabsize codepath by Benjamin Peterson · 16 years ago
  13. b844ef7 Silence py3k warning claiming to affect the random module by Antoine Pitrou · 16 years ago
  14. bb86314 Fix failures in test_profilehooks when run with -3 by Antoine Pitrou · 16 years ago
  15. 79d923b Silence some py3k warnings claiming to affect _pyio by Antoine Pitrou · 16 years ago
  16. e22997e Silence a py3k warning claiming to affect Lib/calendar.py by Antoine Pitrou · 16 years ago
  17. 868817e Fix a test_atexit failure when run with -3 by Antoine Pitrou · 16 years ago
  18. 14dcd43 Enhanced Issue 7058 patch, which will not be backported. Refactors the by R. David Murray · 16 years ago
  19. 2746866 Fixed Issue6894, urllib2 doesn't respect "no_proxy" environment by Senthil Kumaran · 16 years ago
  20. 58d2f26 Issue #7055: test___all__ now greedily detects all modules which have an by Antoine Pitrou · 16 years ago
  21. 539bff4 Update decimal test data to the most recent set from Mike Cowlishaw. by Mark Dickinson · 16 years ago
  22. d0052d1 #1571184: makeunicodedata.py now generates the functions _PyUnicode_ToNumeric, by Amaury Forgeot d'Arc · 16 years ago
  23. abe3d3e Issue #7058: Added save/restore for argv and os.environ to runtest_inner by R. David Murray · 16 years ago
  24. 245d915 Issue #7042: Fix test_signal failure on OS X 10.6 64-bit builds by Mark Dickinson · 16 years ago
  25. 82d31e9 test logging by Benjamin Peterson · 16 years ago
  26. 7adbb5a #7050 fix a SystemError when using tuple unpacking and augmented assignment by Benjamin Peterson · 16 years ago
  27. f895cf5 #7031: Add TestCase.assertIsInstance and negated method. by Georg Brandl · 16 years ago
  28. 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
  29. 5a43e86 using dict.unset(k) instead of del dict[k]. consistent with release26-maint by Senthil Kumaran · 16 years ago
  30. 91abd6e Fix for issue7026 test_urllib: unsetting missing 'env' variable. by Senthil Kumaran · 16 years ago
  31. 8ca7482 Fix buggy accuracy test by Mark Dickinson · 16 years ago
  32. 8b90204 #5329: fix os.popen* regression from 2.5: don't execute commands as a sequence by Philip Jenvey · 16 years ago
  33. 7e7a3ec Issue #7019: Unmarshalling of bad long data could produce unnormalized by Mark Dickinson · 16 years ago
  34. 7248178 Issue #6790: Make it possible again to pass an `array.array` to by Antoine Pitrou · 16 years ago
  35. dbf3b25 #6990: clear threading.local's key only after its thread state is removed: by Philip Jenvey · 16 years ago
  36. b93fff0 Issue #3366: Add gamma function to math module. by Mark Dickinson · 16 years ago
  37. 97f5ff3 Prevent test_bad_address failure when a domain in the dns search by R. David Murray · 16 years ago
  38. b4fd4d3 Patch from Thomas Barr so that csv.Sniffer will set doublequote property. by Skip Montanaro · 16 years ago
  39. 9aac245 #7000: document "sep" in capwords. Add a few tests by Ezio Melotti · 16 years ago
  40. b49e53e #6243: fix segfault when keyname() returns a NULL pointer. by Andrew M. Kuchling · 16 years ago
  41. 2fcd03b http://bugs.python.org/issue6971 by Kristján Valur Jónsson · 16 years ago
  42. 4d94743 When range checking was added to time.strftime() a check was placed on tm_isdst by Brett Cannon · 16 years ago
  43. 9f20d9d Issue 6877: this patch makes it possible to link the readline extension by Ronald Oussoren · 16 years ago
  44. 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
  45. dc782b5 backport keyword argument support for bytearray.decode by Benjamin Peterson · 16 years ago
  46. 332d721 add keyword arguments support to str/unicode encode and decode #6300 by Benjamin Peterson · 16 years ago
  47. 2985dbb Use skipUnless to skip math module tests on non-IEEE 754 platforms. by Mark Dickinson · 16 years ago
  48. ebf3adc #6844 followup: the warning when setting Exception.message was removed, do not test for it. by Georg Brandl · 16 years ago
  49. e9741f3 Issue #6922: Fix an infinite loop when trying to decode an invalid by Georg Brandl · 16 years ago
  50. 0674d3f #6844: do not emit DeprecationWarnings on access if Exception.message has been set by the user. by Georg Brandl · 16 years ago
  51. c4dcb38 Fix issue #1590864, multiple threads and fork() can cause deadlocks, by by Thomas Wouters · 16 years ago
  52. 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
  53. 6c39f06 Remove some more boilerplate from the actual tests in test_pdb. by Georg Brandl · 16 years ago
  54. 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
  55. 5a9719d unittest.TestLoader.loadTestsFromName honors the loader suiteClass attribute. Issue 6866. by Michael Foord · 16 years ago
  56. c3f7937 Objects that compare equal automatically pass or fail assertAlmostEqual and assertNotAlmostEqual tests on unittest.TestCase. Issue 6567. by Michael Foord · 16 years ago
  57. 1036a7f #6026 - fix tests that failed without zlib by Ezio Melotti · 16 years ago
  58. 21121e6 Issue #6856: Add a filter keyword argument to TarFile.add(). by Lars Gustäbel · 16 years ago
  59. 93ed820 revert unintended changes by Benjamin Peterson · 16 years ago
  60. 8246968 tabbify by Benjamin Peterson · 16 years ago
  61. 5cfa804 Issue #6857: Fix Decimal formatting to be consistent with existing float by Mark Dickinson · 16 years ago
  62. 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
  63. 491ea55 Issue #6850: Fix bug in Decimal._parse_format_specifier for formats by Mark Dickinson · 16 years ago
  64. c8a7c7c Issue #6846: bytearray.pop was returning ints in the range [-128, 128) by Mark Dickinson · 16 years ago
  65. 2596758 Fix build issues on OSX 10.6 (issue 6802) by Ronald Oussoren · 16 years ago
  66. 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
  67. e7e941e test_platform fails on OS X Snow Leopard because the UNIX command to get the by Brett Cannon · 16 years ago
  68. ffd0dc1 Sorry, sorry! Ignore my previous two commits. I mixed up the version by Armin Rigo · 16 years ago
  69. f866fbb Does not terminate: consume all memory without responding to Ctrl-C. by Armin Rigo · 16 years ago
  70. f416690 Found the next crasher by thinking about this logic in PyPy. by Armin Rigo · 16 years ago
  71. 6fcf9b5 remove the check that classmethod's argument is a callable by Benjamin Peterson · 16 years ago
  72. fff896b #6750: TextIOWrapped could duplicate output when several threads write to it. by Amaury Forgeot d'Arc · 16 years ago
  73. f7cda52 Issue #6054: Do not normalize stored pathnames. by Lars Gustäbel · 16 years ago
  74. 7a7739d Issue #6794: Fix handling of NaNs in Decimal.compare_total and by Mark Dickinson · 16 years ago
  75. 429677e Issue 6654 by Kristján Valur Jónsson · 16 years ago
  76. e2a7798 issue 6275 by Kristján Valur Jónsson · 16 years ago
  77. 764fc23 #6693: New functions in site.py to get user/global site packages paths. by Tarek Ziadé · 16 years ago
  78. df75677 Add test of file.write(array) extracted from Jython. by Frank Wierzbicki · 16 years ago
  79. b98d6b2 Issue 6665: Fix fnmatch to properly match filenames with newlines in them. by Gregory P. Smith · 16 years ago
  80. c0ba828 better col_offsets for "for" statements with tuple unpacking #6704 by Benjamin Peterson · 16 years ago
  81. 4c6e808 #6707 fix a crash with dir() on an uninitialized module by Benjamin Peterson · 16 years ago
  82. 764465f Expat could crash if given the wrong kind of input by never stopping its by Brett Cannon · 16 years ago
  83. c4ad034 Fix issue1628205: Socket file objects returned by socket.socket.makefile() now by Gregory P. Smith · 16 years ago
  84. 20e1f93 Issue #6629: Fix a data corruption issue in the new `io` package, which could by Antoine Pitrou · 16 years ago
  85. 8fdab95 Issue 6637: defaultdict.copy() failed with an empty factory. by Raymond Hettinger · 16 years ago
  86. 6c0f337 Adding tests derived from the Jython project. These are primarily tests of by Frank Wierzbicki · 16 years ago
  87. 4326ad8 Issue #6595: Allow Decimal constructor to accept non-European decimal by Mark Dickinson · 16 years ago
  88. 3e5b027 #6511: ZipFile will now raise BadZipfile when opening an empty or tiny file, by Amaury Forgeot d'Arc · 16 years ago
  89. e55df1f "Fix" for the refleak report: the ABC classes are now in the _pyio module by Amaury Forgeot d'Arc · 16 years ago
  90. fe67bd9 Issue #6561: '\d' regular expression should not match characters of by Mark Dickinson · 16 years ago
  91. c2b9e1a Issue 6573: Fix set.union() for cases where self is in the argument chain. by Raymond Hettinger · 16 years ago
  92. 74b3016 #6553: crash in cPickle.load(), when given a StringIO with incomplete data. by Amaury Forgeot d'Arc · 16 years ago
  93. 46ca2f2 Backport of fix for issue 6542: make sure by R. David Murray · 16 years ago
  94. ec812ca Issue #6540: Fixed crash for bytearray.translate() with invalid parameters. by Georg Brandl · 16 years ago
  95. 4879c90 the Slice in x[::] has to have step as None to help the interpreter by Benjamin Peterson · 16 years ago
  96. 6d75590 http://bugs.python.org/issue6499 by Kristján Valur Jónsson · 16 years ago
  97. d7b0eeb split unittest.py into a package by Benjamin Peterson · 16 years ago
  98. 5fee460 Fix for issue5102, timeout value propages between redirects, proxy, digest and by Senthil Kumaran · 16 years ago
  99. 88a0a2e Issue #6431: Fix Fraction comparisons with unknown types, and with by Mark Dickinson · 16 years ago
  100. e78e5d2 Issue #6415: Fixed warnings.warn sagfault on bad formatted string. by Hirokazu Yamamoto · 16 years ago