1. dad532f Issue 10738: Fix webbrowser.Opera.raise_opts value. by Terry Reedy · 14 years ago
  2. e05ca2a #9824: encode , and ; in cookie values so that browsers don't split on them by R. David Murray · 14 years ago
  3. 31e3b77 This file was obsolted by a number of adjustments to the os.symlink tests by Brian Curtin · 14 years ago
  4. 164540f Fix Issue10759 - html.parser.unescape() fails on HTML entities with incorrect syntax by Senthil Kumaran · 14 years ago
  5. 3b4499c Fix #9333. The symlink function is always available now, raising OSError by Brian Curtin · 14 years ago
  6. baab9d0 Issue #10783: Fix test_sys, pack('c', ' ') => pack('c', b' ') by Victor Stinner · 14 years ago
  7. da9ec99 Issue #10783: struct.pack() doesn't encode implicitly unicode to UTF-8 by Victor Stinner · 14 years ago
  8. b12fd63 #10767: update README in crashers; not all may have a bug entry and/or be fixed. by Georg Brandl · 14 years ago
  9. 780d5e0 #10768: fix ScrolledText widget construction, and make the example work from the interactive shell. by Georg Brandl · 14 years ago
  10. 90b2067 #10777: fix iteration over dict keys while mutating the dict. by Georg Brandl · 14 years ago
  11. 8e286c4 #7056: runtest and runtest_inner don't use testdir, so drop it from their sigs by R. David Murray · 14 years ago
  12. 7b60f4e Issue #10626: test_logging now preserves logger disabled states. by Vinay Sajip · 14 years ago
  13. 60b4df1 Issue #10774: test_logging now removes temp files created during tests. by Vinay Sajip · 14 years ago
  14. ad4ccfd Skip test that does not raise an error on Windows. by R. David Murray · 14 years ago
  15. ab9d8d6 Escape file path before searching for it in output via regex by R. David Murray · 14 years ago
  16. b4ca59b #5258/#10642: print fn, line, traceback and continue when .pth file is broken by R. David Murray · 14 years ago
  17. 667d4b5 Issue #10763: subprocess.communicate() closes stdout and stderr if both are by Victor Stinner · 14 years ago
  18. 291151b Assign closed handles to None to make errors more obvious if they are used. by Brian Quinlan · 14 years ago
  19. a3015a6 Better reporting of test failures on Windows. by Brian Quinlan · 14 years ago
  20. dfd7eb0 #1693546: don't add quotes around RFC 2231 encoded values. by R. David Murray · 14 years ago
  21. 57bd00a Adopt symmetric names for arguments (actual/expected --> first/second). by Raymond Hettinger · 14 years ago
  22. efbcb1b Keep helper functions private. by Raymond Hettinger · 14 years ago
  23. 9d668da Put diff output in useful order (when the elements were first seen). by Raymond Hettinger · 14 years ago
  24. f954217 Add direct tests for the util functions. by Raymond Hettinger · 14 years ago
  25. 93e233d Improve diff for assertCountEqual() to actually show the differing counts. by Raymond Hettinger · 14 years ago
  26. 1e991f2 Fix some mistakes- Issue3243 (r87399) Correcting the operator precendence by Senthil Kumaran · 14 years ago
  27. c44befb Fix docstring. by Raymond Hettinger · 14 years ago
  28. 6518f5e Fix docs and comment for r87454. by Raymond Hettinger · 14 years ago
  29. 8396124 Add test for r87454. by Raymond Hettinger · 14 years ago
  30. bc78e37 update comment by Benjamin Peterson · 14 years ago
  31. 1696f82 Fix syntax typo by Éric Araujo · 14 years ago
  32. d149c6c Issue 10730: mimetypes module - add .svgz to mimetypes.suffix_map and .svg to types_map. by Terry Reedy · 14 years ago
  33. 31e8720 kill some function imports by Benjamin Peterson · 14 years ago
  34. a91dd1e use native tenary condition by Benjamin Peterson · 14 years ago
  35. 5793e6f fix docstring by Benjamin Peterson · 14 years ago
  36. d65a901 Fix buglet. If the input was an iterator, the fallback would occur after by Raymond Hettinger · 14 years ago
  37. 4a62e89 #1155362: allow hh:mm:ss-uuuu like we allow hh:mm:ss+uuuu in parsedate_tz by R. David Murray · 14 years ago
  38. 25b8cca #4496: remove misleading comment and note that self.handlers is obsolete. by R. David Murray · 14 years ago
  39. a63c240 Fix typo in superclass method name by Éric Araujo · 14 years ago
  40. 413d7b4 Nits: use a real boolean, make one docstring more similar to the other ones by Éric Araujo · 14 years ago
  41. d699255 Fix small inaccuracy: there is no index function by Éric Araujo · 14 years ago
  42. 86f65d5 Issue #10254: Fixed a crash and a regression introduced by the implementation of PRI 29. by Alexander Belopolsky · 14 years ago
  43. 70df8f8 Fix ResourceWarning in test_normalization by Antoine Pitrou · 14 years ago
  44. 8d855d8 #4871: check that zipfile password is bytes, and give useful error message. by R. David Murray · 14 years ago
  45. 7f8f418 Issue #10750: The `raw` attribute of buffered IO objects is now read-only. by Antoine Pitrou · 14 years ago
  46. 8ebe27f Deprecate assertDictContainsSubset() by Raymond Hettinger · 14 years ago
  47. e0436bc Make test_compileall more robust by using -S to keep sys.path minimized. by R. David Murray · 14 years ago
  48. 73a559d Fix the change made for issue 1243654. by R. David Murray · 14 years ago
  49. 9281202 Revert incorrect patch made at the wrong time. by R. David Murray · 14 years ago
  50. bf90044 Make test_compileall more robust by using -S to keep sys.path minimized. by R. David Murray · 14 years ago
  51. 09a7df8 #3243 follow-up: remove debugging print and fix docs; data is a bytes object. by Georg Brandl · 14 years ago
  52. 7bc0d87 Issue3243 - Support iterable bodies in httplib. Patch contributions by Xuanji Li and Chris AtLee. by Senthil Kumaran · 14 years ago
  53. 8a60e94 Bump to 3.2b2. by Georg Brandl · 14 years ago
  54. 3de338f Update pydoc topics. by Georg Brandl · 14 years ago
  55. cf8a209 Temporarily skip test failing with newer ttk. by Georg Brandl · 14 years ago
  56. aedd289 #6075: make idle work with both Carbon AquaTk and Cocoa AquaTk. Patch by Kevin Walzer and Ned Deily. by Georg Brandl · 14 years ago
  57. cca5be2 Improvement to fix for issue 9926 to allow TestResult to be reused. by Michael Foord · 14 years ago
  58. f100dbd Fix minor issue in implementation of issue 10470. by Michael Foord · 14 years ago
  59. b3468f7 Issue 10611. Issue 9857. Improve the way exception handling, including test skipping, is done inside TestCase.run by Michael Foord · 14 years ago
  60. addc6f5 #10573: use actual/expected consistently in unittest methods. The order of the args of assertCountEqual is also changed. by Ezio Melotti · 14 years ago
  61. 63563cd #9286: Fix the rfc822 parser to preserve whitespace in address local part. by R. David Murray · 14 years ago
  62. 3044fa7 Use lowercase true/false in assertTrue/assertFalse messages. by Ezio Melotti · 14 years ago
  63. b68a7bc #10404: Use ctl-button-1 for context menus on OSX Idle. by R. David Murray · 14 years ago
  64. 5466bf1 Fix Issue6791 - Limit the HTTP header readline with _MAXLENGTH. Patch by Antoine Pitrou by Senthil Kumaran · 14 years ago
  65. ac53ab6 #5587: add a repr to dict_proxy objects. Patch by David Stanek and Daniel Urban. by Ezio Melotti · 14 years ago
  66. fd311a7 Add subparser aliases for argparse. Resolves issue 9324. Approved by Georg for beta2 on the tracker. by Steven Bethard · 14 years ago
  67. 71b37a5 100% test coverage, better mapping protocol compatibility, some minor bugfixes by Łukasz Langa · 14 years ago
  68. 401edd6 Issue #4188: Avoid creating dummy thread objects when logging operations by Antoine Pitrou · 14 years ago
  69. 988dbd7 Issue #10711: Remove HTTP 0.9 support from http.client. The `strict` by Antoine Pitrou · 14 years ago
  70. 94f58c3 #10454: clarify the compileall docs and help messages. by R. David Murray · 14 years ago
  71. dca5b86 Fix Issue9721 - urljoin behavior when the relative url starts with ';' by Senthil Kumaran · 14 years ago
  72. b25a791 configparser API cleanup: default values now sensible, slightly incompatible. by Łukasz Langa · 14 years ago
  73. ed16bf4 assert that the regex given to assertRegex is non-empty. by Gregory P. Smith · 14 years ago
  74. 5317e9c #10719: restore messages generated on invalid compileall args by R. David Murray · 14 years ago
  75. c492437 Issue #10714: Limit length of incoming request in http.server to 65536 bytes by Antoine Pitrou · 14 years ago
  76. ff47a13 EasyDialogs was removed in 3.x. fallback_getpass will always be the answer here. by Brian Curtin · 14 years ago
  77. 7f64c8a Broken ConfigParser removed, SafeConfigParser renamed to ConfigParser. by Łukasz Langa · 14 years ago
  78. 4fef555 Make test_threadsignals more lax, and add notes by Antoine Pitrou · 14 years ago
  79. 810023d Issue #8844: Regular and recursive lock acquisitions can now be interrupted by Antoine Pitrou · 14 years ago
  80. 60532bd Fix build_ext with VS 8.0. Patch by Hirokazu Yamamoto (#9558). by Éric Araujo · 14 years ago
  81. 4433a5f Fix wrong name in docstring and doc (#10693). Original patch by Eli Bendersky. by Éric Araujo · 14 years ago
  82. 17a5925 Issue 10534, difflib: tweak doc; test new SequenceMatcher instance attributes; avoid unneeded lists of SM.b2j keys and items in .__chain_b. Do not backport. by Terry Reedy · 14 years ago
  83. 96f3410 Issue 10667: Fast path for collections.Counter by Raymond Hettinger · 14 years ago
  84. bd8f145 TIMEOUT value change in URLTimeout Test. test.support.transient_internet has a by Senthil Kumaran · 14 years ago
  85. ce4b170 #4236: avoid possible Fatal Error when import is called from __del__ by R. David Murray · 14 years ago
  86. 95333e3 More comprehensive compileall cli tests, and fixes. by R. David Murray · 14 years ago
  87. 31d04f2 SIGCHLD is a more portable name than SIGCLD. (OSX has no SIGCLD) by Gregory P. Smith · 14 years ago
  88. ec07331 #775964: skip YP/NIS entries instead of failing the test by R. David Murray · 14 years ago
  89. a80f4fb Fix "BytesWarning: str() on a bytes instance" by Gregory P. Smith · 14 years ago
  90. e85db2b Issue #1731717: Fixed the problem where subprocess.wait() could cause an by Gregory P. Smith · 14 years ago
  91. 32ef70c #10695: use %s not %d so that a string 'port' does not cause a debug traceback by R. David Murray · 14 years ago
  92. 8edd99d Issue #6559: fix the subprocess.Popen pass_fds implementation. Add a unittest. by Gregory P. Smith · 14 years ago
  93. 3fc969a 9162: fix license in multiprocessing files by R. David Murray · 14 years ago
  94. 6ecf76e Use skipIf instead of a return when attribute doesn't exist. by R. David Murray · 14 years ago
  95. 7ec754b #1078919: make add_header automatically do RFC2231 encoding when needed. by R. David Murray · 14 years ago
  96. 771d33e Issue 10687. When --without-pymalloc is given, $VERSION is the same as by Barry Warsaw · 14 years ago
  97. e98e8a3 Captured IO streams with embedded backslashes are always such a fun combination... by Nick Coghlan · 14 years ago
  98. 51ee270 issue7213: Open the pipes used by subprocesses with the FD_CLOEXEC flag from by Gregory P. Smith · 14 years ago
  99. f560485 Get rid of the close_fds DeprecationWarning. Changes the default on a per by Gregory P. Smith · 14 years ago
  100. 3c54ea6 Actually finish the tests for r87182 by Nick Coghlan · 14 years ago