1. 8526adf Fix for Issue3819 - urllib2 sends Basic auth across redirects by Senthil Kumaran · 15 years ago
  2. 2d9856d Issue #7309: Unchecked pointer access when converting UnicodeEncodeError, UnicodeDecodeError, and UnicodeTranslateError to strings. by Eric Smith · 15 years ago
  3. ebc73dc Issue #7427: improve the representation of httplib.BadStatusLine exceptions. by Dirkjan Ochtman · 15 years ago
  4. 48605be Issue 7975: in python 2.6 bsddb.dbshelve switched from DictMixin to by R. David Murray · 15 years ago
  5. 300c5cc Merged revisions 78407 via svnmerge from by Benjamin Peterson · 15 years ago
  6. effb24b The primary copy of lib2to3 is not trunk, so the lib2to3 change by R. David Murray · 15 years ago
  7. f20f9c2 Issue #7649: Fix u'%c' % char for character in range 0x80..0xFF by Victor Stinner · 15 years ago
  8. 8614817 Fix #1537721: add writeheader() method to csv.DictWriter. by Dirkjan Ochtman · 15 years ago
  9. 92bd059 ctypes CThunkObject was not registered correctly with the cycle by Thomas Heller · 15 years ago
  10. 429a74a issue#6442 use in operator instead of has_key by Jack Diederich · 15 years ago
  11. d99ef9a unittest.TestResult can now be used with the TextTestRunner. TextTestRunner compatible with old TestResult objects. by Michael Foord · 15 years ago
  12. cf80f04 Fix spacing nit. Thanks Eric Smith for the public humiliation. by Mark Dickinson · 15 years ago
  13. 8ee9187 Make global variable overflowok into a keyword argument; this fixes a failure when running ./python -m test.regrtest -R 3:2: test_format by Mark Dickinson · 15 years ago
  14. b8708a2 fixed #5801: removed spurious empty lines in wsgiref by Tarek Ziadé · 15 years ago
  15. 2900c44 completed the __all__ list and changed the module doctest by Tarek Ziadé · 15 years ago
  16. 48cc8dc added make_archive (and secondary APIs) to shutil by Tarek Ziadé · 15 years ago
  17. b0aad6c removed debugging code by Tarek Ziadé · 15 years ago
  18. f28fd24 Issue 6292: for the moment at least, the test suite passes if run by R. David Murray · 15 years ago
  19. 87bcb24 Issue #6902: Fix problem with built-in types format incorrectly with 0 padding. by Eric Smith · 15 years ago
  20. ae3db0a Support for old TestResult object (unittest) with warnings when using unsupported features. by Michael Foord · 15 years ago
  21. 5cac46d * fix issue#7476 by Jack Diederich · 15 years ago
  22. 1ce6136 fixes issue #1522237, bad init check in _threading_local by Jack Diederich · 15 years ago
  23. b72b0eb #7627: MH.remove() would fail if the MH mailbox was locked; by Andrew M. Kuchling · 15 years ago
  24. f32d4ac Issue #7988: Fix default alignment to be right aligned for complex.__format__. Now it matches other numeric types. by Eric Smith · 15 years ago
  25. ee5546c Fix Issue7172 - BaseHTTPServer.BaseHTTPRequestHandler.responses[405] - changing by Senthil Kumaran · 15 years ago
  26. 2f67756 Silence UnicodeWarning in crazy unittest test. by Michael Foord · 15 years ago
  27. 92cb4a8 Reduce number of random tests in test_strtod, to avoid hogging buildbot time. by Mark Dickinson · 15 years ago
  28. 45ad801 Issue #7384: skip test_curses on FreeBSD, in order to allow other buildbot tests to complete. by Mark Dickinson · 15 years ago
  29. 82b34c5 Issue #5211: Fix complex type to avoid implicit calls to by Mark Dickinson · 15 years ago
  30. 51f1204 Issue 7970: When email.Parser.Parser parses a MIME message of type by R. David Murray · 15 years ago
  31. 9e9af21 skip tests with a non-ascii cwd when the file system encoding is ascii by Ezio Melotti · 15 years ago
  32. 18d5a69 Fix for Issue7751: urllib.urlopen("///C|/foo/bar/spam.foo") by Senthil Kumaran · 15 years ago
  33. e3467d5 Remove e assertIs definitions and use correct assert* methods. by Ezio Melotti · 15 years ago
  34. 4cc80ca #3426: os.path.abspath now returns unicode when its arg is unicode. by Ezio Melotti · 15 years ago
  35. 4e78de8 Fix for Issue7904. urlparse.urlsplit to handle schemes in the way defined by RFC3986 by Senthil Kumaran · 15 years ago
  36. cc43b56 - apply patch from issue 7005 - add corresponding documentation by Fred Drake · 15 years ago
  37. c2294dd Fix unittest.TestCase.assertDictContainsSubset so it can't die with unicode issues when constructing failure messages. Issue 7956 by Michael Foord · 15 years ago
  38. 225a099 unittest.TestCase uses safe_repr for producing failure messages. Partial fix for issue 7956 by Michael Foord · 15 years ago
  39. 456e165 Doctest fixes for decimal.py: add an integer-argument doctest for logical_invert; don't use integer literals with a leading zero. by Mark Dickinson · 15 years ago
  40. 6d8effb Issue #7633: Context method in the decimal module (with the exception by Mark Dickinson · 15 years ago
  41. 6f90303 #7941: fix error message by Ezio Melotti · 15 years ago
  42. e511fc7 #7930: fix stripid by Ezio Melotti · 15 years ago
  43. 876473b Check that 'd' isn't allowed as an exponent specifier in inputs to the float function. by Mark Dickinson · 16 years ago
  44. e5e7696 Adding TextTestResult to unittest.__all__ by Michael Foord · 16 years ago
  45. 031ae6e Improve issue 7835 fix per MAL to handle the case that the by R. David Murray · 16 years ago
  46. 7c29f07 Issue 5754: tweak shelve doc wording to make it clearer that even when by R. David Murray · 16 years ago
  47. 63e4fd7 Issue 7835: Shelve's __del__ method calls its close method, and its by R. David Murray · 16 years ago
  48. 8f6a287 #7712: add a temp_cwd context manager to test_support and use it in regrtest to run all the tests in a temporary directory, saving the original CWD in test_support.SAVEDCWD. Thanks to Florent Xicluna who helped with the patch. by Ezio Melotti · 16 years ago
  49. 1c3abf4 Fix for unittest tests, to be merged to py3k by Michael Foord · 16 years ago
  50. 67dfc77 Remove deprecation on assert_. It is used too frequently. by Michael Foord · 16 years ago
  51. db43b5a Issue 7893 and Issue 7588 by Michael Foord · 16 years ago
  52. 42fb6ab Issue #2746: Don't escape ampersands and angle brackets ("&", "<", ">") by Antoine Pitrou · 16 years ago
  53. 11f5c9e Convert test failure from output-producing to self.fail(). by Georg Brandl · 16 years ago
  54. fe6349c Make assertMultiLineEqual the default for comparing unicode strings. by Michael Foord · 16 years ago
  55. 0c4783a Fix missing string formatting placeholder. by Georg Brandl · 16 years ago
  56. e64c442 Fix undefined local. by Georg Brandl · 16 years ago
  57. 616e8fc Fix missing string formatting argument. by Georg Brandl · 16 years ago
  58. cd4f657 Fix exc_value -> exception in docstring by Ezio Melotti · 16 years ago
  59. cfc43e9 logging: gingerly re-enabling skipped tests after improving thread sync code in configurator. by Vinay Sajip · 16 years ago
  60. 9a164ac Issue #7857: Another attempt to keep the buildbots happy. by Vinay Sajip · 16 years ago
  61. e1ec841 logging: skipped listening tests because they're not working reliably. by Vinay Sajip · 16 years ago
  62. 7ed8001 Removed spurious print statement in test. by Vinay Sajip · 16 years ago
  63. 6eedef6 Fix test_fnmatch. by Georg Brandl · 16 years ago
  64. 841e7f3 Skip test_strtod entirely when correctly-rounded string->float isn't implemented by Mark Dickinson · 16 years ago
  65. dd25e86 Issue 6003: ZipFile.writestr "compression_type" argument by Ronald Oussoren · 16 years ago
  66. 2bd52dc assertRaises as context manager now allows you to access exception as documented by Michael Foord · 16 years ago
  67. a4f46e1 Remove unused imports in test modules. by Georg Brandl · 16 years ago
  68. dc3694b Rename "exc_value" attribute on assertRaises context manager to "exception". by Georg Brandl · 16 years ago
  69. 4ad752d Issue #7870: Remove duplicate test methods. Reported by Georg Brandl. by Antoine Pitrou · 16 years ago
  70. 1224f4a Actually raise on failure, instead of doing nothing. by Mark Dickinson · 16 years ago
  71. 7ce5c83 logging: Removed some more 1.5.2 support code. by Vinay Sajip · 16 years ago
  72. 4dcba97 Add missing global declarations for 'overflowok'; remove 'overflowrequired', which is no longer needed. by Mark Dickinson · 16 years ago
  73. 64e8b97 Issue #7869: logging: improved format-time diagnostics and removed some 1.5.2 support code. by Vinay Sajip · 16 years ago
  74. b86d3fa Remove duplicate test method. by Georg Brandl · 16 years ago
  75. 308e18b Add a minimal test for fnmatchcase(). by Georg Brandl · 16 years ago
  76. a34f87f Fix a redefined test method. by Georg Brandl · 16 years ago
  77. 41dc63f Fix two redefined test methods. by Georg Brandl · 16 years ago
  78. b3cda98 Fix wrong usage of "except X, Y:". by Georg Brandl · 16 years ago
  79. 7ae6018 Fix another duplicated test method. by Georg Brandl · 16 years ago
  80. ab3f5cb A number of APIs in macostools cannot work in 64-bit mode because they by Ronald Oussoren · 16 years ago
  81. b0eb4d3 Use "regexp" consistently. by Georg Brandl · 16 years ago
  82. 9341ad2 Remove call to gestalt('sysu') from platform.py. This gestalt call is by Ronald Oussoren · 16 years ago
  83. 657514a Issue #7868: logging: added loggerClass attribute to Manager. by Vinay Sajip · 16 years ago
  84. 12cad20 Add missing import. by Georg Brandl · 16 years ago
  85. 1f6176e Fix some name errors in Mac modules. by Georg Brandl · 16 years ago
  86. 7e1902b Add missing import when running these tests standalone. by Georg Brandl · 16 years ago
  87. 28aeb0d Add missing import when running these tests standalone. by Georg Brandl · 16 years ago
  88. cd4a21b Fix more unbound locals in code paths that do not seem to be used. by Georg Brandl · 16 years ago
  89. bd564c3 Fix import/access for some identifiers. _TestSharedCTypes does not seem to be executed? by Georg Brandl · 16 years ago
  90. c7ca56d We heard you like test failures so we put unbound locals in your test so that you can fail while you fail. by Georg Brandl · 16 years ago
  91. d10d8ee Fix various missing import/unbound name errors. by Georg Brandl · 16 years ago
  92. 1a0ffe1 Remove duplicate test method. by Georg Brandl · 16 years ago
  93. d1fa76e Add missing import. by Georg Brandl · 16 years ago
  94. 28d4f9e testCopysign was defined twice in test_math; combine the definitions by Mark Dickinson · 16 years ago
  95. df8a303 Fix a few UnboundLocalErrors in test_long. by Georg Brandl · 16 years ago
  96. 8fd107f Add missing imports. by Georg Brandl · 16 years ago
  97. 7224350 Add a missing import. by Georg Brandl · 16 years ago
  98. 84fedf7 No need to assign the results of expressions used only for side effects. by Georg Brandl · 16 years ago
  99. 7d4b759 Remove unused import. by Georg Brandl · 16 years ago
  100. 48e65f5 Fix duplicate import. by Georg Brandl · 16 years ago