1. e2618f3 Closes #13361: Merge fix from 3.2. by Vinay Sajip · 13 years ago
  2. 3bd5638 Closes #13361: Raise correct exception type. by Vinay Sajip · 13 years ago
  3. 39b53c5 Merged fix for #13361 from 3.2. by Vinay Sajip · 13 years ago
  4. 61b787e Closes #13661: Check added for type of logger name. by Vinay Sajip · 13 years ago
  5. 0277aa3 Oops. Update a placeholder comment with the issue number. by Brian Curtin · 13 years ago
  6. 52fbea1 Fix #13327. Remove the need for an explicit None as the second argument to by Brian Curtin · 13 years ago
  7. 9589ab1 Revert "Accept None as start and stop parameters for list.index() and tuple.index()" by Petri Lehtinen · 13 years ago
  8. ebfaabd Revert "Accept None as start and stop parameters for list.index() and tuple.index()" by Petri Lehtinen · 13 years ago
  9. 55f8757 Issue #13300: Fix IDLE Restart Shell command failure introduced by by Ned Deily · 13 years ago
  10. deb925f Skip early if stdin and stdout are not ttys by Antoine Pitrou · 13 years ago
  11. 1ce4b14 Skip early if stdin and stdout are not ttys by Antoine Pitrou · 13 years ago
  12. 413d497 Backport robustness fix for test_builtin by Antoine Pitrou · 13 years ago
  13. 772add7 Try to make the tty input() tests more robust by Antoine Pitrou · 13 years ago
  14. 5ee9d8a Issue #13342: input() used to ignore sys.stdin's and sys.stdout's unicode by Antoine Pitrou · 13 years ago
  15. 0d776b1 Issue #13342: input() used to ignore sys.stdin's and sys.stdout's unicode by Antoine Pitrou · 13 years ago
  16. 8e9f6c4 Accept None as start and stop parameters for list.index() and tuple.index(). by Petri Lehtinen · 13 years ago
  17. c2f0a46 Accept None as start and stop parameters for list.index() and tuple.index() by Petri Lehtinen · 13 years ago
  18. 68fb89f Fix whitespace by Raymond Hettinger · 13 years ago
  19. f1182cd Merge by Raymond Hettinger · 13 years ago
  20. 4e6bf41 Improve Counter.__repr__() to not fail with unorderable values by Raymond Hettinger · 13 years ago
  21. 878ce38 add introspection to range objects (closes #9896) by Benjamin Peterson · 13 years ago
  22. 03b0819 Try to fix buildbot failures from #13193 by Éric Araujo · 13 years ago
  23. 88c2e45 asyncore: POLLERR, POLLHUP and POLLNVAL are ignored when passed as input flag by Charles-François Natali · 13 years ago
  24. 064e393 Issue #3067: Enhance the documentation and docstring of locale.setlocale() by Petri Lehtinen · 13 years ago
  25. 395ca72 Issue #3067: Enhance the documentation and docstring of locale.setlocale() by Petri Lehtinen · 13 years ago
  26. 8c481b6 Fix Maildir initialization so that maildir contents are read correctly. by Petri Lehtinen · 13 years ago
  27. 8c482ee Fix Maildir initialization so that maildir contents are read correctly. by Petri Lehtinen · 13 years ago
  28. 9028a10 Issue #13343: Fix a SystemError when a lambda expression uses a global by Amaury Forgeot d'Arc · 13 years ago
  29. 97c1bef Issue #13343: Fix a SystemError when a lambda expression uses a global by Amaury Forgeot d'Arc · 13 years ago
  30. 3dbb1f1 Fix test_urllib2 error on Windows in relation with issue #13287. by Florent Xicluna · 13 years ago
  31. c9f3846 Issue #3067: Fix the error raised by locale.setlocale() by Petri Lehtinen · 13 years ago
  32. 3c85fe0 Issue #3067: Fix the error raised by locale.setlocale() by Petri Lehtinen · 13 years ago
  33. 3d32519 Port code page codec to Unicode API. by Martin v. Löwis · 13 years ago
  34. 495dcbd Merge 3.2: issue #13140 by Florent Xicluna · 13 years ago
  35. 12b66b5 Closes #13140: Fix the daemon_threads attribute of ThreadingMixIn. by Florent Xicluna · 13 years ago
  36. 54540ec Remove redundant imports. by Florent Xicluna · 13 years ago
  37. c53ae58 Drop unused import in unittest package. by Florent Xicluna · 13 years ago
  38. 76a31a6 Cleanup decode_code_page_stateful() and encode_code_page() by Victor Stinner · 13 years ago
  39. a9e7364 Oversight in previous commit for test_pep277. by Florent Xicluna · 13 years ago
  40. 65eb453 Use PEP-3151 exceptions for test_pep277. by Florent Xicluna · 13 years ago
  41. 65f51bb (Merge 3.2) Issue #10570: curses.putp() is now expecting a byte string, instead by Victor Stinner · 13 years ago
  42. b3bc7e7 Issue #10570: curses.putp() is now expecting a byte string, instead of a by Victor Stinner · 13 years ago
  43. 6fc41dd Merge 3.2 by Éric Araujo · 13 years ago
  44. 146f870 Branch merge by Éric Araujo · 13 years ago
  45. 9c2f42f Branch merge by Éric Araujo · 13 years ago
  46. 7855a1a Actually check the contents of the file created by packaging’s bdist_dumb by Éric Araujo · 13 years ago
  47. e640521 Merge follow-up for #11254 and other changes from 3.2 by Éric Araujo · 13 years ago
  48. 8808015 Improve byte-compilation in packaging to be independent of -O or -B. by Éric Araujo · 13 years ago
  49. e2544bc Fix incorrect docstring I changed a while back. by Éric Araujo · 13 years ago
  50. c465b2f More fixes for PEP 3147 compliance in distutils (#11254) by Éric Araujo · 13 years ago
  51. ef297a8 Issue #13307: fix bdist_rpm test failures by Antoine Pitrou · 13 years ago
  52. cb2f84a Issue #13307: fix bdist_rpm test failures by Antoine Pitrou · 13 years ago
  53. dfd2328 Minor code reorganization in one packaging test file by Éric Araujo · 13 years ago
  54. 9ad81a3 Fix typo “seperate” by Éric Araujo · 13 years ago
  55. 3924230 Fix typo by Éric Araujo · 13 years ago
  56. df5bccc (Merge 3.2) Issue #10570: curses.tigetstr() is now expecting a byte string, by Victor Stinner · 13 years ago
  57. 2662133 Issue #10570: curses.tigetstr() is now expecting a byte string, instead of a by Victor Stinner · 13 years ago
  58. cf85c30 test_asyncore: Actually try to received OOB data. by Charles-François Natali · 13 years ago
  59. b2cca00 Issue #13308: Fix test_httpservers failures when run as root. by Charles-François Natali · 13 years ago
  60. f7ed9fc Issue #13308: Fix test_httpservers failures when run as root. by Charles-François Natali · 13 years ago
  61. ca897e9 #13295: http.server now produces valid HTML 4.01 strict. by Ezio Melotti · 13 years ago
  62. af2ffd7 Cleanups in distutils tests. by Éric Araujo · 13 years ago
  63. 2fbc185 Issue #13312: skip the failing negative years for now. by Florent Xicluna · 13 years ago
  64. dfee6c8 Actually, there's more than one failing value. (changeset 9cb1b85237a9, issue #13312). by Florent Xicluna · 13 years ago
  65. e2a732e Issue #13312: skip the single failing value for now. by Florent Xicluna · 13 years ago
  66. 91d5193 Closes #2892: preserve iterparse events in case of SyntaxError. by Florent Xicluna · 13 years ago
  67. d1bd7f7 Additional tests for negative years. by Florent Xicluna · 13 years ago
  68. f24e7e6 Merge 3.2: issue #2892 by Florent Xicluna · 13 years ago
  69. f588dd6 Merge test improvements from 3.2. by Ezio Melotti · 13 years ago
  70. c1e73c3 Make sure that the tolerant parser still parses valid HTML correctly. by Ezio Melotti · 13 years ago
  71. 725af4d Lowercase the test name, to run last. by Florent Xicluna · 13 years ago
  72. 050c7e6 Replace temporary tests with the real test case for issue #13309 on Gentoo. by Florent Xicluna · 13 years ago
  73. 4c875a9 'HTTPSHandler' and not the type. by Senthil Kumaran · 13 years ago
  74. 0d54eb9 Append HTTPSHandler to __all__ when it is available. by Senthil Kumaran · 13 years ago
  75. 6c5bd40 issue13287 - Define __all__ for urllib.request and urllib.error and expose only by Senthil Kumaran · 13 years ago
  76. 712b14f Troubleshoot issue #13309 on Gentoo buildbot. by Florent Xicluna · 13 years ago
  77. 752c1d4c Add temporary tests to troubleshoot issue #13309 on Gentoo buildbot. by Florent Xicluna · 13 years ago
  78. bceb528 Test the year range supported by time.strftime() and time.asctime(). by Florent Xicluna · 13 years ago
  79. 629a2c3 Merge test fixes from 3.2. by Ezio Melotti · 13 years ago
  80. b9a48f7 Avoid reusing the same collector in the tests. by Ezio Melotti · 13 years ago
  81. 829c3da #12008: merge with 3.2. by Ezio Melotti · 13 years ago
  82. 18b0e5b #12008: add a test. by Ezio Melotti · 13 years ago
  83. 7de56f6 #670664: Fix HTMLParser to correctly handle the content of ``<script>...</script>`` and ``<style>...</style>``. by Ezio Melotti · 13 years ago
  84. 316f573 Issue #13304: Skip test case if user site-packages disabled (-s or by Ned Deily · 13 years ago
  85. ce26014 Fix issue 10817 - Fix urlretrieve function to raise ContentTooShortError by Senthil Kumaran · 13 years ago
  86. 5032292 Closes #13283: removal of two unused variable in locale.py by Jesus Cea · 13 years ago
  87. 7aff451 Issue 13296: Fix IDLE to clear compile __future__ flags on shell restart. by Ned Deily · 13 years ago
  88. e584457 Issue 13274: Make the pure python code for heapq more closely match the C implementation for an undefined corner case. by Raymond Hettinger · 13 years ago
  89. 93dfee1 Issue #13293: Better error message when trying to marshal bytes using xmlrpc.client. by Florent Xicluna · 13 years ago
  90. c4fec93 Cleanup xmlrpc: remove obsolete comments, unused imports. Add test for bytes marshalling. by Florent Xicluna · 13 years ago
  91. 3fa29f7 Closes #13291: NameError in xmlrpc package. by Florent Xicluna · 13 years ago
  92. f78869e #13289: fix typo. by Ezio Melotti · 13 years ago
  93. b3b8ba6 bring is_integer into tested existence by Benjamin Peterson · 13 years ago
  94. 46ae0ef - Issue #13218: Fix test_ssl failures on Debian/Ubuntu. by Barry Warsaw · 13 years ago
  95. 5d1155c Closes #13258: Use callable() built-in in the standard library. by Florent Xicluna · 13 years ago
  96. f50ffa9 #13273: fix a bug that prevented HTMLParser to properly detect some tags when strict=False. by Ezio Melotti · 13 years ago
  97. e119c40 Issue #10860: Skip the new test if HTTPS is not available by Petri Lehtinen · 13 years ago
  98. f8859e1 Issue #10332: multiprocessing: fix a race condition when a Pool is closed by Charles-François Natali · 13 years ago
  99. de31b19 Issue 1294232: Fix errors in metaclass calculation affecting some cases of metaclass inheritance. Patch by Daniel Urban. by Nick Coghlan · 13 years ago
  100. 711f87c Issue #9168: now smtpd is able to bind privileged port. by Florent Xicluna · 13 years ago