1. 63b0cb2 Fix py3k warnings in bsddb by Antoine Pitrou · 15 years ago
  2. 868817e Fix a test_atexit failure when run with -3 by Antoine Pitrou · 15 years ago
  3. bca7b48 Fix py3k warnings in the aifc module by Antoine Pitrou · 15 years ago
  4. e1254d7 #7125: fix typo. by Georg Brandl · 15 years ago
  5. 14dcd43 Enhanced Issue 7058 patch, which will not be backported. Refactors the by R. David Murray · 15 years ago
  6. 2746866 Fixed Issue6894, urllib2 doesn't respect "no_proxy" environment by Senthil Kumaran · 15 years ago
  7. 58d2f26 Issue #7055: test___all__ now greedily detects all modules which have an by Antoine Pitrou · 15 years ago
  8. 1c77b7f Issue #7086: Added TCP support to SysLogHandler and tidied up some anachronisms in the code. by Vinay Sajip · 15 years ago
  9. 6e3dbbd replace has_key with 'in' operator by Benjamin Peterson · 15 years ago
  10. de05599 replace callable() by Benjamin Peterson · 15 years ago
  11. 0c8bee6 Issue #7082: When falling back to the MIME 'name' parameter, the by R. David Murray · 15 years ago
  12. 4502dcd death to old CVS keyword by Benjamin Peterson · 15 years ago
  13. 539bff4 Update decimal test data to the most recent set from Mike Cowlishaw. by Mark Dickinson · 15 years ago
  14. 3d83082 Issue #7078: _struct.__doc__ was being ignored. Import it into struct. by Mark Dickinson · 15 years ago
  15. 15ae41c Issue #7048: logb should round its result when that result doesn't fit by Mark Dickinson · 15 years ago
  16. d0052d1 #1571184: makeunicodedata.py now generates the functions _PyUnicode_ToNumeric, by Amaury Forgeot d'Arc · 15 years ago
  17. b6f0128 Use standard comma punctuation; reword some sentences in the docs by Andrew M. Kuchling · 15 years ago
  18. abe3d3e Issue #7058: Added save/restore for argv and os.environ to runtest_inner by R. David Murray · 15 years ago
  19. 245d915 Issue #7042: Fix test_signal failure on OS X 10.6 64-bit builds by Mark Dickinson · 15 years ago
  20. 82d31e9 test logging by Benjamin Peterson · 15 years ago
  21. 7adbb5a #7050 fix a SystemError when using tuple unpacking and augmented assignment by Benjamin Peterson · 15 years ago
  22. 3b34dd8 now uses the right exception type by Tarek Ziadé · 15 years ago
  23. f638486 removing the last remaning apply() calls by Tarek Ziadé · 15 years ago
  24. 1b48671 #6516 added owner/group support for tarfiles in Distutils by Tarek Ziadé · 15 years ago
  25. f895cf5 #7031: Add TestCase.assertIsInstance and negated method. by Georg Brandl · 15 years ago
  26. 46cc46a Fix some weird whitespace and two other overlong lines. by Georg Brandl · 15 years ago
  27. dc61ec3 That's self.env.unset(k) and not env.unset(k) I was heading back to the problem. by Senthil Kumaran · 15 years ago
  28. 5a43e86 using dict.unset(k) instead of del dict[k]. consistent with release26-maint by Senthil Kumaran · 15 years ago
  29. 91abd6e Fix for issue7026 test_urllib: unsetting missing 'env' variable. by Senthil Kumaran · 15 years ago
  30. 8ca7482 Fix buggy accuracy test by Mark Dickinson · 15 years ago
  31. 8b90204 #5329: fix os.popen* regression from 2.5: don't execute commands as a sequence by Philip Jenvey · 15 years ago
  32. 7e7a3ec Issue #7019: Unmarshalling of bad long data could produce unnormalized by Mark Dickinson · 15 years ago
  33. 7248178 Issue #6790: Make it possible again to pass an `array.array` to by Antoine Pitrou · 15 years ago
  34. f70867a Issue #7014: logging: Improved IronPython 2.6 compatibility. by Vinay Sajip · 15 years ago
  35. dbf3b25 #6990: clear threading.local's key only after its thread state is removed: by Philip Jenvey · 15 years ago
  36. b93fff0 Issue #3366: Add gamma function to math module. by Mark Dickinson · 15 years ago
  37. ddfb6cd Applying patches backported from 3.1, by Gregor Lingl. by R. David Murray · 15 years ago
  38. 97f5ff3 Prevent test_bad_address failure when a domain in the dns search by R. David Murray · 15 years ago
  39. b4fd4d3 Patch from Thomas Barr so that csv.Sniffer will set doublequote property. by Skip Montanaro · 15 years ago
  40. d6aabcf Test creation moved from TestProgram.parseArgs to TestProgram.createTests exclusively. Issue 6956. by Michael Foord · 15 years ago
  41. 4780c9a Tidied up name of parameter in StreamHandler by Vinay Sajip · 15 years ago
  42. 9aac245 #7000: document "sep" in capwords. Add a few tests by Ezio Melotti · 15 years ago
  43. b49e53e #6243: fix segfault when keyname() returns a NULL pointer. by Andrew M. Kuchling · 15 years ago
  44. 2fcd03b http://bugs.python.org/issue6971 by Kristján Valur Jónsson · 15 years ago
  45. 68776db Half of the fix for issue 6957: ensure that distutils by Ronald Oussoren · 15 years ago
  46. 4d94743 When range checking was added to time.strftime() a check was placed on tm_isdst by Brett Cannon · 15 years ago
  47. 0cfef2c forgot to commit a file in previous commit (r74994, issue #6954) by Tarek Ziadé · 15 years ago
  48. 9977335 #6954: Fixed crash when using DISTUTILS_DEBUG flag in Distutils. by Tarek Ziadé · 15 years ago
  49. ccaf380 improving distutils coverage by Tarek Ziadé · 15 years ago
  50. 6d2db37 improved distutils test coverage: now the DEBUG mode is covered too (will help fix the issue #6954 in py3k branch) by Tarek Ziadé · 15 years ago
  51. 9f20d9d Issue 6877: this patch makes it possible to link the readline extension by Ronald Oussoren · 15 years ago
  52. 809073b Followup for r74962 by Ronald Oussoren · 15 years ago
  53. 51f0633 Fix for issue 6851: urllib.urlopen crashes in a thread on OSX 10.6 by Ronald Oussoren · 15 years ago
  54. 52c1794 Update bug tracker reference. by Georg Brandl · 15 years ago
  55. 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 · 15 years ago
  56. dc782b5 backport keyword argument support for bytearray.decode by Benjamin Peterson · 15 years ago
  57. 332d721 add keyword arguments support to str/unicode encode and decode #6300 by Benjamin Peterson · 15 years ago
  58. 2985dbb Use skipUnless to skip math module tests on non-IEEE 754 platforms. by Mark Dickinson · 15 years ago
  59. 6be522b Issue #4606: Passing 'None' if ctypes argtype is set to POINTER(...) by Thomas Heller · 15 years ago
  60. 7a352c0 Issue #5042: Structure sub-subclass does now initialize correctly with by Thomas Heller · 15 years ago
  61. 195261f Optimize optimization and fix method name in docstring. by Georg Brandl · 15 years ago
  62. b019951 Use str.format() to fix beginner's mistake with %-style string formatting. by Georg Brandl · 15 years ago
  63. c40e60e #6938: "ident" is always a string, so use a format code which works. by Georg Brandl · 15 years ago
  64. 097f708 #6905: use better exception messages in inspect when the argument is of the wrong type. by Georg Brandl · 15 years ago
  65. ebf3adc #6844 followup: the warning when setting Exception.message was removed, do not test for it. by Georg Brandl · 15 years ago
  66. e9741f3 Issue #6922: Fix an infinite loop when trying to decode an invalid by Georg Brandl · 15 years ago
  67. 4d714cb kill bare except by Benjamin Peterson · 15 years ago
  68. 0674d3f #6844: do not emit DeprecationWarnings on access if Exception.message has been set by the user. by Georg Brandl · 15 years ago
  69. c4dcb38 Fix issue #1590864, multiple threads and fork() can cause deadlocks, by by Thomas Wouters · 15 years ago
  70. 69dfe8d Make the pdb displayhook compatible with the standard displayhook: do not print Nones. Add a test for that. by Georg Brandl · 15 years ago
  71. 6c39f06 Remove some more boilerplate from the actual tests in test_pdb. by Georg Brandl · 15 years ago
  72. 0180565 Update distutils.util tests after my changes to --with-universal-archs by Ronald Oussoren · 15 years ago
  73. 5d90029 Finish support for --with-universal-archs=intel by Ronald Oussoren · 15 years ago
  74. 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 · 15 years ago
  75. 5a9719d unittest.TestLoader.loadTestsFromName honors the loader suiteClass attribute. Issue 6866. by Michael Foord · 15 years ago
  76. c3f7937 Objects that compare equal automatically pass or fail assertAlmostEqual and assertNotAlmostEqual tests on unittest.TestCase. Issue 6567. by Michael Foord · 15 years ago
  77. 924eab6 Issue #6635: Fix profiler printing usage message. by Matthias Klose · 15 years ago
  78. 1036a7f #6026 - fix tests that failed without zlib by Ezio Melotti · 15 years ago
  79. 21121e6 Issue #6856: Add a filter keyword argument to TarFile.add(). by Lars Gustäbel · 15 years ago
  80. 93ed820 revert unintended changes by Benjamin Peterson · 15 years ago
  81. 8246968 tabbify by Benjamin Peterson · 15 years ago
  82. bed26a3 Issue #6163: Fixed HP-UX runtime library dir options in distutils.unixcompiler by Tarek Ziadé · 15 years ago
  83. 5cfa804 Issue #6857: Fix Decimal formatting to be consistent with existing float by Mark Dickinson · 15 years ago
  84. 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 · 15 years ago
  85. 491ea55 Issue #6850: Fix bug in Decimal._parse_format_specifier for formats by Mark Dickinson · 15 years ago
  86. 626faeb Fix for issue 4937 by Ronald Oussoren · 15 years ago
  87. c8a7c7c Issue #6846: bytearray.pop was returning ints in the range [-128, 128) by Mark Dickinson · 15 years ago
  88. 2596758 Fix build issues on OSX 10.6 (issue 6802) by Ronald Oussoren · 15 years ago
  89. 68c6e92 Fixes issue #6838: use a list to accumulate the value instead of repeatedly concatenating strings. by Chris Withers · 15 years ago
  90. ed4ca82 #5101: add back tests to test_funcattrs that were lost during unittest conversion, and make some PEP8 cleanups. by Georg Brandl · 15 years ago
  91. d22b951 Issue #5275: In Cookie's Cookie.load(), properly handle non-string arguments as documented. by Georg Brandl · 15 years ago
  92. 2e1308f Issue #2666: Handle BROWSER environment variable properly for unknown browser names in the webbrowser module. by Georg Brandl · 15 years ago
  93. e7e941e test_platform fails on OS X Snow Leopard because the UNIX command to get the by Brett Cannon · 15 years ago
  94. ffd0dc1 Sorry, sorry! Ignore my previous two commits. I mixed up the version by Armin Rigo · 15 years ago
  95. f866fbb Does not terminate: consume all memory without responding to Ctrl-C. by Armin Rigo · 15 years ago
  96. f416690 Found the next crasher by thinking about this logic in PyPy. by Armin Rigo · 15 years ago
  97. 6fcf9b5 remove the check that classmethod's argument is a callable by Benjamin Peterson · 15 years ago
  98. fff896b #6750: TextIOWrapped could duplicate output when several threads write to it. by Amaury Forgeot d'Arc · 15 years ago
  99. f7cda52 Issue #6054: Do not normalize stored pathnames. by Lars Gustäbel · 15 years ago
  100. cc54622 remove more code for restricted execution by Benjamin Peterson · 15 years ago