1. 8008f2a #4147: minidom's toprettyxml no longer adds whitespace around a text node when it is the only child of an element. Initial patch by Dan Kenigsberg. by Ezio Melotti · 14 years ago
  2. 5418ee0 Issue #13333: The UTF-7 decoder now accepts lone surrogates by Antoine Pitrou · 14 years ago
  3. c2fe577 #1745761, #755670, #13357, #12629, #1200313: improve attribute handling in HTMLParser. by Ezio Melotti · 14 years ago
  4. b245ed1 Group tests about attributes in a separate class. by Ezio Melotti · 14 years ago
  5. 7abe61f Restore smtpd.DEBUGSTREAM at the end of test_smtpd. (backport of 6b9f547e92d8) by Antoine Pitrou · 14 years ago
  6. c153cd3 Update mailbox.Maildir tests by Petri Lehtinen · 14 years ago
  7. 992d9e0 Fix few typos. by Florent Xicluna · 14 years ago
  8. 69d44fd test_import: test_execute_bit_not_copied() was actually a no-op: fix it. by Charles-François Natali · 14 years ago
  9. bc91b46 Partial patch for issue #11812: Take care of test_telnetlib.py by Jesus Cea · 14 years ago
  10. c241df8 Solved a potential deadlock in test_telnetlib.py. Related to issue #11812 by Jesus Cea · 14 years ago
  11. 3bd5638 Closes #13361: Raise correct exception type. by Vinay Sajip · 14 years ago
  12. 61b787e Closes #13661: Check added for type of logger name. by Vinay Sajip · 14 years ago
  13. ebfaabd Revert "Accept None as start and stop parameters for list.index() and tuple.index()" by Petri Lehtinen · 14 years ago
  14. 1ce4b14 Skip early if stdin and stdout are not ttys by Antoine Pitrou · 14 years ago
  15. 413d497 Backport robustness fix for test_builtin by Antoine Pitrou · 14 years ago
  16. 0d776b1 Issue #13342: input() used to ignore sys.stdin's and sys.stdout's unicode by Antoine Pitrou · 14 years ago
  17. c2f0a46 Accept None as start and stop parameters for list.index() and tuple.index() by Petri Lehtinen · 14 years ago
  18. 4e6bf41 Improve Counter.__repr__() to not fail with unorderable values by Raymond Hettinger · 14 years ago
  19. 8c482ee Fix Maildir initialization so that maildir contents are read correctly. by Petri Lehtinen · 14 years ago
  20. 97c1bef Issue #13343: Fix a SystemError when a lambda expression uses a global by Amaury Forgeot d'Arc · 14 years ago
  21. 3c85fe0 Issue #3067: Fix the error raised by locale.setlocale() by Petri Lehtinen · 14 years ago
  22. 12b66b5 Closes #13140: Fix the daemon_threads attribute of ThreadingMixIn. by Florent Xicluna · 14 years ago
  23. b3bc7e7 Issue #10570: curses.putp() is now expecting a byte string, instead of a by Victor Stinner · 14 years ago
  24. 2662133 Issue #10570: curses.tigetstr() is now expecting a byte string, instead of a by Victor Stinner · 14 years ago
  25. f7ed9fc Issue #13308: Fix test_httpservers failures when run as root. by Charles-François Natali · 14 years ago
  26. 91d5193 Closes #2892: preserve iterparse events in case of SyntaxError. by Florent Xicluna · 14 years ago
  27. c1e73c3 Make sure that the tolerant parser still parses valid HTML correctly. by Ezio Melotti · 14 years ago
  28. b9a48f7 Avoid reusing the same collector in the tests. by Ezio Melotti · 14 years ago
  29. 18b0e5b #12008: add a test. by Ezio Melotti · 14 years ago
  30. 7de56f6 #670664: Fix HTMLParser to correctly handle the content of ``<script>...</script>`` and ``<style>...</style>``. by Ezio Melotti · 14 years ago
  31. 316f573 Issue #13304: Skip test case if user site-packages disabled (-s or by Ned Deily · 14 years ago
  32. ce26014 Fix issue 10817 - Fix urlretrieve function to raise ContentTooShortError by Senthil Kumaran · 14 years ago
  33. c4fec93 Cleanup xmlrpc: remove obsolete comments, unused imports. Add test for bytes marshalling. by Florent Xicluna · 14 years ago
  34. 3fa29f7 Closes #13291: NameError in xmlrpc package. by Florent Xicluna · 14 years ago
  35. b3b8ba6 bring is_integer into tested existence by Benjamin Peterson · 14 years ago
  36. 46ae0ef - Issue #13218: Fix test_ssl failures on Debian/Ubuntu. by Barry Warsaw · 14 years ago
  37. 5d1155c Closes #13258: Use callable() built-in in the standard library. by Florent Xicluna · 14 years ago
  38. f50ffa9 #13273: fix a bug that prevented HTMLParser to properly detect some tags when strict=False. by Ezio Melotti · 14 years ago
  39. e119c40 Issue #10860: Skip the new test if HTTPS is not available by Petri Lehtinen · 14 years ago
  40. f8859e1 Issue #10332: multiprocessing: fix a race condition when a Pool is closed by Charles-François Natali · 14 years ago
  41. de31b19 Issue 1294232: Fix errors in metaclass calculation affecting some cases of metaclass inheritance. Patch by Daniel Urban. by Nick Coghlan · 14 years ago
  42. 29fa9d4 3.2 - Fix closes Issue6090 - Raise a ValueError, instead of failing with unrelated by Senthil Kumaran · 14 years ago
  43. 1ef0c03 3.2 - Fix closes Issue12529 - cgi.parse_header failure on double quotes and by Senthil Kumaran · 14 years ago
  44. e130a52 Remove duplication. by Ezio Melotti · 14 years ago
  45. a5a9a9c Fixes #10860: Handle empty port after port delimiter in httplib by Łukasz Langa · 14 years ago
  46. 551ba20 Issue #13188: When called without an explicit traceback argument, by Antoine Pitrou · 14 years ago
  47. 4b779b3 Issue 13177: Make tracebacks more readable by avoiding chained exceptions in the lru_cache. by Raymond Hettinger · 14 years ago
  48. ac3d137 Issue #13158: Fix decoding and encoding of base-256 number fields in tarfile. by Lars Gustäbel · 14 years ago
  49. 82ac9bc Issue #13025: mimetypes is now reading MIME types using the UTF-8 encoding, by Victor Stinner · 14 years ago
  50. a5bc34f Branch merge by Éric Araujo · 14 years ago
  51. c0bbe7d test_unicode was forgetting to run the common string tests for str.find() by Antoine Pitrou · 14 years ago
  52. de50455 Fix test_sysconfig when prefix != exec-prefix (#9100). by Éric Araujo · 14 years ago
  53. de8c723 Merged by Barry Warsaw · 14 years ago
  54. 7010a07 Issue #7367: Ensure test directory always gets removed. by Ned Deily · 14 years ago
  55. 78f89d8 - Issue #11250: Back port fix from 3.3 branch, so that 2to3 can handle files by Barry Warsaw · 14 years ago
  56. caf5a22 Issue #7367: Add test case to test_pkgutil for walking path with by Ned Deily · 14 years ago
  57. 92a81a1 Issue #7425: Refactor test_pydoc test case for '-k' behavior and add by Ned Deily · 14 years ago
  58. eeb7eea Issue #12911: Fix memory consumption when calculating the repr() of huge tuples or lists. by Antoine Pitrou · 14 years ago
  59. bb2095f Branch merge by Éric Araujo · 14 years ago
  60. 3e961a5 Enable the only tests for sys.gettrace by Amaury Forgeot d'Arc · 14 years ago
  61. 42c28cd Issue #13070: Fix a crash when a TextIOWrapper caught in a reference cycle by Charles-François Natali · 14 years ago
  62. 1b7da51 Issue13104 - Fix urllib.request.thishost() utility function. by Senthil Kumaran · 14 years ago
  63. 63ba97b Fix typo and case in a recently added test by Éric Araujo · 14 years ago
  64. 035018d os.geteuid() may not be available... by Charles-François Natali · 14 years ago
  65. 79164c8 Issue #11956: Always skip test_import.test_unwritable_directory when run as by Charles-François Natali · 14 years ago
  66. a13b1fa Issue #11956: Skip test_import.test_unwritable_directory on FreeBSD when run as by Charles-François Natali · 14 years ago
  67. 1e44fec Issue #13087: BufferedReader.seek() now always raises UnsupportedOperation by Antoine Pitrou · 14 years ago
  68. 94190bb Start fixing test_bigmem: by Antoine Pitrou · 14 years ago
  69. ffd41d9 Issue #7689: Allow pickling of dynamically created classes when their by Antoine Pitrou · 14 years ago
  70. 86aed0b Fix ResourceWarnings in the TIPC socket tests. by Antoine Pitrou · 14 years ago
  71. 791744b #4147: minidom's toprettyxml no longer adds whitespace to text nodes. by R David Murray · 14 years ago
  72. d8c347a Issue #13034: When decoding some SSL certificates, the subjectAltName extension could be unreported. by Antoine Pitrou · 14 years ago
  73. 53ffdc5 Issue #7732: Don't open a directory as a file anymore while importing a by Victor Stinner · 14 years ago
  74. da6eb53 Issue #12931: Add a test with Unicode URI to test_xmlrpc by Victor Stinner · 14 years ago
  75. a49ed76 Fix a race condition in test_socket.ThreadableTest: the client is reported as by Charles-François Natali · 14 years ago
  76. e51c8da Issue #12981: test_multiprocessing: catch ImportError when importing by Charles-François Natali · 14 years ago
  77. 4507e64 Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor was actually received by Jesus Cea · 14 years ago
  78. d0b10a6 test_multiprocessing removes temporary files by Victor Stinner · 14 years ago
  79. 18d15cb test_httplib removes temporary files by Victor Stinner · 14 years ago
  80. 305a68e Add the quote_plus call in the test. by Senthil Kumaran · 14 years ago
  81. da752d8 Fix issue #12948: multiprocessing test failures can hang the buildbots by Jesus Cea · 14 years ago
  82. 94f964f Close issue #12948: multiprocessing test failures can hang the buildbots by Jesus Cea · 14 years ago
  83. d9e0b06 #12888: Fix a bug in HTMLParser.unescape that prevented it to escape more than 128 entities. Patch by Peter Otten. by Ezio Melotti · 14 years ago
  84. f6f3a35 add a __dict__ descr for IOBase (closes #12878) by Benjamin Peterson · 14 years ago
  85. a762285 Issue #12802: the Windows error ERROR_DIRECTORY (numbered 267) is now by Antoine Pitrou · 14 years ago
  86. 48e484f Fix test_sysconfig when run from a Python installed under /site (#10086). by Éric Araujo · 14 years ago
  87. e897e95 Try to fix one of the bigmem tests in test_pickle by Antoine Pitrou · 14 years ago
  88. 55549ec Issue #12847: Fix a crash with negative PUT and LONG_BINPUT arguments in by Antoine Pitrou · 14 years ago
  89. 82be19f Issue #11564: Avoid crashes when trying to pickle huge objects or containers by Antoine Pitrou · 14 years ago
  90. d54fa55 Make tests faster by reaping threads only at the end by Antoine Pitrou · 14 years ago
  91. c1fba3e Make regrtest complain when -M and -j are used together. by Nadeem Vawda · 14 years ago
  92. 7a08410 Merge by Antoine Pitrou · 14 years ago
  93. 6cea35a Issue #12821: Fix test_fcntl failures on OpenBSD 5. by Charles-François Natali · 14 years ago
  94. bcb39d4 Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe. by Antoine Pitrou · 14 years ago
  95. 5bd8b8d A warning doesn't equate a failed test by Antoine Pitrou · 14 years ago
  96. a5c92b4 Fix indentation and add a skip decorator. by Ezio Melotti · 14 years ago
  97. 93e7afc #9200: The str.is* methods now work with strings that contain non-BMP characters even in narrow Unicode builds. by Ezio Melotti · 14 years ago
  98. e05565e Issue #12213: Fix a buffering bug with interleaved reads and writes that by Antoine Pitrou · 14 years ago
  99. a370fcf Issue #12791: Break reference cycles early when a generator exits with an exception. by Antoine Pitrou · 14 years ago
  100. 20db511 Fix typo in test names by Antoine Pitrou · 14 years ago