1. 3075549 Minor code style improvements in http.server suggested in Issue13294. by Senthil Kumaran · 13 years ago
  2. 3ba95f8 Metaclasses with metaclasses with a __dict__ descriptor can no longer trigger code execution with inspect.getattr_static. by Michael Foord · 13 years ago
  3. 65a3f4b Use context managers in test_ssl to simplify test writing. by Antoine Pitrou · 13 years ago
  4. 28f8bee Issue #13645: fix test_import failure when run immediately after test_coding. by Antoine Pitrou · 13 years ago
  5. 86a8a9a Issue #1785: Fix inspect and pydoc with misbehaving descriptors. by Antoine Pitrou · 13 years ago
  6. bf38315 Followup to issue #11867: Use socketpair(), since FreeBSD < 8 doesn't really by Charles-François Natali · 13 years ago
  7. 7ded21e Issue #5424: add tests for inet_ntoa, inet_ntop, inet_aton and inet_pton. by Antoine Pitrou · 13 years ago
  8. 4ce2f36 Issue #13453: Try to increase some socket timeouts to make some buildbots stop by Charles-François Natali · 13 years ago
  9. d208416 Issue #13628: python-gdb.py is now able to retrieve more frames in the Python by Victor Stinner · 13 years ago
  10. 78ed83d Issue #11867: Make test_mailbox.test_lock_conflict deterministic (and fix a by Charles-François Natali · 13 years ago
  11. 62f3d03 #13576: add tests about the handling of (possibly broken) condcoms. by Ezio Melotti · 13 years ago
  12. a51623b Fix inspect.getattr_static to work on modules (again). Closes issue 11813. by Michael Foord · 13 years ago
  13. 165b128 Followup to #7502: add __hash__ method and tests. by Antoine Pitrou · 13 years ago
  14. a742526 Merge by Antoine Pitrou · 13 years ago
  15. 2bc801c Issue #7502: Fix equality comparison for DocTestCase instances. by Antoine Pitrou · 13 years ago
  16. 6d5f9e7 Issue #11870: threading: Properly reinitialize threads internal locks and by Charles-François Natali · 13 years ago
  17. cf53ae2 Issue #8035: urllib: Fix a bug where the client could remain stuck after a by Charles-François Natali · 13 years ago
  18. 8744881 Issue #13545: Fix platform.libc_version() is the SO version is missing by Victor Stinner · 13 years ago
  19. 416f12d Issue #13591: import_module potentially imports a module twice. by Meador Inge · 13 years ago
  20. f505b74 Issue #4625: If IDLE cannot write to its recent file or breakpoint by Ned Deily · 13 years ago
  21. 83ef254 Issue #13453: Fix a race condition in test_poplib. by Charles-François Natali · 13 years ago
  22. 3bfc65a Issue #13505: Make pickling of bytes object compatible with Python 2. by Alexandre Vassalotti · 13 years ago
  23. b870aa1 we're always going to have gc by Benjamin Peterson · 13 years ago
  24. 964561b you can't get resource.error if you can't import resource by Benjamin Peterson · 13 years ago
  25. 13859bf Issue #13453: Catch EAI_FAIL in support.transient_internet. by Charles-François Natali · 13 years ago
  26. 0cd4790 Issue #11886: workaround an OS bug (time zone data) in test_time by Victor Stinner · 13 years ago
  27. eb58794 #13531: add a test for defaultdict with a non-callable arg. Patch by Mike Cheng. by Ezio Melotti · 13 years ago
  28. 2f0ad74 Issue #8641: Update IDLE 3 syntax coloring to recognize b".." and not u"..". by Ned Deily · 13 years ago
  29. a9837d8 Close #13500: Hitting EOF gets cmd.py into a infinite EOF on return loop by Jesus Cea · 13 years ago
  30. ed1ac58 Correctly detect bzip2 compressed streams with blocksizes other than 900k. by Lars Gustäbel · 13 years ago
  31. aa204db Issue #13211: Add .reason attribute to HTTPError to implement parent class (URLError) interface. by Jason R. Coombs · 13 years ago
  32. 9aa20af Issue #13439: Fix many errors in turtle docstrings. by Petri Lehtinen · 13 years ago
  33. 6cc5bf7 #8414: add more tests for "assert". Initial patch by Gregory Nofi. by Ezio Melotti · 13 years ago
  34. a74f8ef Fix inspect.getmodule to use a copy of sys.modules for iteration (#13487). by Éric Araujo · 13 years ago
  35. e1886bf Fix instructions on how to rebuild some modules by Éric Araujo · 13 years ago
  36. ff91306 Add a regrtest cleanup check for shutil registries by Éric Araujo · 13 years ago
  37. a2b89e3 Fix last remaining references to ex-devguide by Éric Araujo · 13 years ago
  38. b9bb1f4 Fix curses module for strict SysV implementation (without has_key function) by Victor Stinner · 13 years ago
  39. f1c141b Fix resource warning in test_xmlrpc_net by Antoine Pitrou · 13 years ago
  40. 5a88c38 Issue #13434: skip the time.xmlrpc.com test, and reenable the buildbot test. by Antoine Pitrou · 13 years ago
  41. 11942a5 Issue #7111: Python can now be run without a stdin, stdout or stderr stream. by Antoine Pitrou · 13 years ago
  42. 22b9b37 Issue #12618: py_compile cannot create files in current directory by Meador Inge · 13 years ago
  43. 7be8f68 Issue #13415: Skip test_os.test_unset_error on FreeBSD and OS X. by Charles-François Natali · 13 years ago
  44. d7c8fbf Issue #13444: When stdout has been closed explicitly, we should not attempt to flush it at shutdown and print an error. by Antoine Pitrou · 13 years ago
  45. fb36b3f Issue #12618: fix py_compile unit tests to handle different drives on Windows by Meador Inge · 13 years ago
  46. 6f16660 Issue #12618: create unit tests for the py_compile module by Meador Inge · 13 years ago
  47. 11e3813 Issue #13380: add an internal function for resetting the ctypes caches by Meador Inge · 13 years ago
  48. 4558bad Issue #12856: Ensure child processes do not inherit the parent's random seed for filename generation in the tempfile module. by Antoine Pitrou · 13 years ago
  49. f27be5c testFnNames is assigned twice. by Senthil Kumaran · 13 years ago
  50. b3f8268 Issue #13436: Fix unsetenv() test on Windows by Victor Stinner · 13 years ago
  51. 896f471 Merge branch 3.2 by Victor Stinner · 13 years ago
  52. 60b385e Issue #13415: os.unsetenv() doesn't ignore errors anymore. by Victor Stinner · 13 years ago
  53. 58e8761 Issue #13436: Fix a bogus error message when an AST object was passed by Amaury Forgeot d'Arc · 13 years ago
  54. 3be0095 Issue #12156: Skip test_multiprocessing on systems which don't support enough by Charles-François Natali · 13 years ago
  55. ab1d16b Issue #13093: Fix error handling on PyUnicode_EncodeDecimal() by Victor Stinner · 13 years ago
  56. 58fcf9f Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError is by Antoine Pitrou · 13 years ago
  57. a04b39b Close #13401: Skip TestFileTypeW of test_argparse if the current user is root by Victor Stinner · 13 years ago
  58. 7f78ddc #11112: Fix typo in a base class in test_socket. by Ezio Melotti · 13 years ago
  59. 15cb489 #13358: HTMLParser now calls handle_data only once for each CDATA. by Ezio Melotti · 13 years ago
  60. 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 · 13 years ago
  61. 5418ee0 Issue #13333: The UTF-7 decoder now accepts lone surrogates by Antoine Pitrou · 13 years ago
  62. c2fe577 #1745761, #755670, #13357, #12629, #1200313: improve attribute handling in HTMLParser. by Ezio Melotti · 13 years ago
  63. b245ed1 Group tests about attributes in a separate class. by Ezio Melotti · 13 years ago
  64. 7abe61f Restore smtpd.DEBUGSTREAM at the end of test_smtpd. (backport of 6b9f547e92d8) by Antoine Pitrou · 13 years ago
  65. c153cd3 Update mailbox.Maildir tests by Petri Lehtinen · 13 years ago
  66. 8f0ffe5 Issue #13193: fix distutils.filelist.FileList under Windows by Antoine Pitrou · 13 years ago
  67. 992d9e0 Fix few typos. by Florent Xicluna · 13 years ago
  68. 675f6b8 Fix #13384. Remove __future__ import in 3.x code. by Brian Curtin · 13 years ago
  69. a365113 Issue #13373: multiprocessing.Queue.get() could sometimes block indefinitely by Antoine Pitrou · 13 years ago
  70. 69d44fd test_import: test_execute_bit_not_copied() was actually a no-op: fix it. by Charles-François Natali · 13 years ago
  71. bc91b46 Partial patch for issue #11812: Take care of test_telnetlib.py by Jesus Cea · 13 years ago
  72. c241df8 Solved a potential deadlock in test_telnetlib.py. Related to issue #11812 by Jesus Cea · 13 years ago
  73. 23760e9 Don’t interpret backslashes in ASCII diagram in a docstring by Éric Araujo · 13 years ago
  74. 3bd5638 Closes #13361: Raise correct exception type. by Vinay Sajip · 13 years ago
  75. 61b787e Closes #13661: Check added for type of logger name. by Vinay Sajip · 13 years ago
  76. ebfaabd Revert "Accept None as start and stop parameters for list.index() and tuple.index()" by Petri Lehtinen · 13 years ago
  77. 1ce4b14 Skip early if stdin and stdout are not ttys by Antoine Pitrou · 13 years ago
  78. 413d497 Backport robustness fix for test_builtin by Antoine Pitrou · 13 years ago
  79. 0d776b1 Issue #13342: input() used to ignore sys.stdin's and sys.stdout's unicode by Antoine Pitrou · 13 years ago
  80. c2f0a46 Accept None as start and stop parameters for list.index() and tuple.index() by Petri Lehtinen · 13 years ago
  81. 4e6bf41 Improve Counter.__repr__() to not fail with unorderable values by Raymond Hettinger · 13 years ago
  82. 395ca72 Issue #3067: Enhance the documentation and docstring of locale.setlocale() by Petri Lehtinen · 13 years ago
  83. 8c482ee Fix Maildir initialization so that maildir contents are read correctly. by Petri Lehtinen · 13 years ago
  84. 97c1bef Issue #13343: Fix a SystemError when a lambda expression uses a global by Amaury Forgeot d'Arc · 13 years ago
  85. 3c85fe0 Issue #3067: Fix the error raised by locale.setlocale() by Petri Lehtinen · 13 years ago
  86. 12b66b5 Closes #13140: Fix the daemon_threads attribute of ThreadingMixIn. by Florent Xicluna · 13 years ago
  87. b3bc7e7 Issue #10570: curses.putp() is now expecting a byte string, instead of a by Victor Stinner · 13 years ago
  88. 9c2f42f Branch merge by Éric Araujo · 13 years ago
  89. e2544bc Fix incorrect docstring I changed a while back. by Éric Araujo · 13 years ago
  90. c465b2f More fixes for PEP 3147 compliance in distutils (#11254) by Éric Araujo · 13 years ago
  91. cb2f84a Issue #13307: fix bdist_rpm test failures by Antoine Pitrou · 13 years ago
  92. 3924230 Fix typo by Éric Araujo · 13 years ago
  93. 2662133 Issue #10570: curses.tigetstr() is now expecting a byte string, instead of a by Victor Stinner · 13 years ago
  94. f7ed9fc Issue #13308: Fix test_httpservers failures when run as root. by Charles-François Natali · 13 years ago
  95. af2ffd7 Cleanups in distutils tests. by Éric Araujo · 13 years ago
  96. 91d5193 Closes #2892: preserve iterparse events in case of SyntaxError. by Florent Xicluna · 13 years ago
  97. c1e73c3 Make sure that the tolerant parser still parses valid HTML correctly. by Ezio Melotti · 13 years ago
  98. b9a48f7 Avoid reusing the same collector in the tests. by Ezio Melotti · 13 years ago
  99. 18b0e5b #12008: add a test. by Ezio Melotti · 13 years ago
  100. 7de56f6 #670664: Fix HTMLParser to correctly handle the content of ``<script>...</script>`` and ``<style>...</style>``. by Ezio Melotti · 13 years ago