1. 23d6eb6 bpo-28087: Skip test_asyncore and test_eintr poll failures on macOS. (#462) (#973) by Victor Stinner · 7 years ago
  2. d64146c Fix socket leaks (#351) by Ivan Mokeev · 7 years ago
  3. 9c2c42c bpo-27863: Fixed multiple crashes in ElementTree. (#765) (#903) (#963) by Serhiy Storchaka · 7 years ago
  4. 68903b6 bpo-15083: Convert ElementTree doctests to unittests. (#906) by Serhiy Storchaka · 7 years ago
  5. d694a06 bpo-29942: Fix the use of recursion in itertools.chain.from_iterable. (#913) by T. Wouters · 7 years ago
  6. 5084ff7 bpo-29861: release references to multiprocessing Pool tasks (#743) (#803) by Antoine Pitrou · 7 years ago
  7. dae5482 fix function name in tabnanny documentation (GH-764) by Xiang Zhang · 7 years ago
  8. c9ba186 bpo-26867: Ubuntu's openssl OP_NO_SSLv3 is forced on by default; fix test. (GH-374) by Xiang Zhang · 7 years ago
  9. b4f0e98 bpo-28598: Support __rmod__ for RHS subclasses of str in % string formatting operations (GH-366) by Xiang Zhang · 7 years ago
  10. 02eb4b0 bpo-29110: Fix file object leak in aifc.open (GH-356) by INADA Naoki · 7 years ago
  11. c0b336e bpo-29602: fix signed zero handling in complex constructor (#204) by Mark Dickinson · 7 years ago
  12. 8420cd2 Backport test_gdb fixes for s390x buildbots by Victor Stinner · 8 years ago
  13. ea82972 Issue #14376: sys.exit now accepts longs as well as ints. Thanks Gareth Rees. by Mark Dickinson · 8 years ago
  14. 3b23004 Issue #29354: Fixed inspect.getargs() for parameters which are cell variables. by Serhiy Storchaka · 8 years ago
  15. f0739cb Issue #29335: Fix subprocess.Popen.wait() when the child process has by Gregory P. Smith · 8 years ago
  16. 1b31d28 Issue #29274: tests cases → test cases by Martin Panter · 8 years ago
  17. 9ce1564 revert dd13098a5dc2 (#29006, #10513) by Benjamin Peterson · 8 years ago
  18. 7a7e04e Issue #29219: Fixed infinite recursion in the repr of uninitialized by Serhiy Storchaka · 8 years ago
  19. 99ba17f Issue #29082: Fixed loading libraries in ctypes by unicode names on Windows. by Serhiy Storchaka · 8 years ago
  20. c8a752e merge heads by Benjamin Peterson · 8 years ago
  21. 0897a55 revert 030e100f048a (#29006, #10513) by Benjamin Peterson · 8 years ago
  22. 98b1c82 Issue #29142: Fix suffixes in no_proxy handling in urllib. by Xiang Zhang · 8 years ago
  23. 9b7ae96 Issue #29023: Clarify that ints and longs are always deterministic seeds for random. by Raymond Hettinger · 8 years ago
  24. 9220111 test_curses - substitute self.skip() with self.skipTest() by Xavier de Gaye · 8 years ago
  25. ea02cdc ring in 2017 for Python by Benjamin Peterson · 8 years ago
  26. 0f4ed2c Issue #29094: Offsets in a ZIP file created with extern file object and modes by Serhiy Storchaka · 8 years ago
  27. c644d53 Issue #29123: Make CheckSqlTimestamp more robust by Berker Peksag · 8 years ago
  28. 4d42af1 Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox. by Serhiy Storchaka · 8 years ago
  29. f77fe6b Issue #9770: curses.ascii predicates now work correctly with negative integers. by Serhiy Storchaka · 8 years ago
  30. e96095b Fixed running MiscTests in test_xml_etree_c. by Serhiy Storchaka · 8 years ago
  31. 1451874 Backed out changeset 78bf34b6a713 by Serhiy Storchaka · 8 years ago
  32. f939b3c Issue #28427: old keys should not remove new values from by Antoine Pitrou · 8 years ago
  33. 994f04d Issue #28998: More APIs now support longs as well as ints. by Serhiy Storchaka · 8 years ago
  34. 500794d Issue #28815: Skip TIPC tests if /proc/modules is not readable by Martin Panter · 8 years ago
  35. 536e7a2 Issue 28923: Remove editor artifacts from Tix.py, by Terry Jan Reedy · 8 years ago
  36. 85add47 Issue #28871: Fixed a crash when deallocate deep ElementTree. by Serhiy Storchaka · 8 years ago
  37. 805f283 Issue #19542: Fix bugs in WeakValueDictionary.setdefault() and WeakValueDictionary.pop() by Antoine Pitrou · 8 years ago
  38. 88e4206 Fix spelling in code comments by Martin Panter · 8 years ago
  39. 30ad6e2 Issue #14061: Misc fixes and cleanups in archiving code in shutil. by Serhiy Storchaka · 8 years ago
  40. 6560e22 Issue #28925: cPickle now correctly propagates errors when unpickle instances by Serhiy Storchaka · 8 years ago
  41. 7117d35 Issue #5322: Restored tests for __new__. by Serhiy Storchaka · 8 years ago
  42. 0644d26 merge 2.7.13 release branch by Benjamin Peterson · 8 years ago
  43. 4403d50 revert a37cc3d926ec (#5322) by Benjamin Peterson · 8 years ago
  44. 5cc5493 remove unused logger from BaseFix by Benjamin Peterson · 8 years ago
  45. 1426a99 simplify cleanup of test_replace_parent_in_sys_modules (closes #28862) by Benjamin Peterson · 8 years ago
  46. ddb9c07 update pydoc topics by Benjamin Peterson · 8 years ago
  47. 32b3734 Issue #28440: No longer add /Library/Python/site-packages, the Apple-supplied by Ned Deily · 8 years ago
  48. 7653c38 Try to fix test.test_support.rmtree() on Windows for fixing issue28847 tests. by Serhiy Storchaka · 8 years ago
  49. 1122236 increase test_smtplib timeouts by Benjamin Peterson · 8 years ago
  50. daf82f7 Issue #5322: Fixed setting __new__ to a PyCFunction inside Python code. by Serhiy Storchaka · 8 years ago
  51. 9bd44d6 Issue #28847: dubmdbm no longer writes the index file in when it is not by Serhiy Storchaka · 8 years ago
  52. c30f27d Issue #11145: Fixed miscellaneous issues with C-style formatting of types by Serhiy Storchaka · 8 years ago
  53. fd08fdc Issue #25659: Change assert to TypeError in from_buffer/_copy() by Martin Panter · 8 years ago
  54. 398bc76 Issue #28666: Fix stat import by Martin Panter · 8 years ago
  55. d54d327 Issue #28666: Fix removing readonly directories on Windows. by Serhiy Storchaka · 8 years ago
  56. f0d0306 Issue #28666: Now test.test_support.rmtree is able to remove unwritable or by Serhiy Storchaka · 8 years ago
  57. b7c057a Issue #28666: Now test.support.rmtree is able to remove unwritable or by Serhiy Storchaka · 8 years ago
  58. bd20530 Upgrade pip to 9.0.1 and setuptools to 28.8.0 by Donald Stufft · 8 years ago
  59. d3e6c9e Issue #28563: Make plural form selection more lenient and accepting by Serhiy Storchaka · 8 years ago
  60. 536d93d Issue #28016: Skip /dev/tty seekable() test on AIX by Martin Panter · 8 years ago
  61. 58b6b98 Fixed the documentation of parse_constant argument in json.load(). by Serhiy Storchaka · 8 years ago
  62. 30b51c9 Issue #27854: Include idlelib/help.html in 2.7 Windows installer. by Terry Jan Reedy · 8 years ago
  63. 1e4b73f Issue #19398: Extra slash no longer added to sys.path components in case of by Serhiy Storchaka · 8 years ago
  64. ac33bd7 Issue #23839: Various caches now are cleared before running every test file. by Serhiy Storchaka · 8 years ago
  65. a33deb2 Issue #25507: Add back import needed for 2.x encoding warning box. by Terry Jan Reedy · 8 years ago
  66. a876027 Issue #28563: Fixed possible DoS and arbitrary code execution when handle by Serhiy Storchaka · 8 years ago
  67. d01b516 pip 9.0 works fine without the ssl module by Donald Stufft · 8 years ago
  68. c6c0aa4 Update pip to 9.0.0 and setuptools to 28.7.1 by Donald Stufft · 8 years ago
  69. 5396257 Issue #28449: tarfile.open() with mode "r" or "r:" now tries to open a tar by Serhiy Storchaka · 8 years ago
  70. 5e5af96 Issue #26240: Clean up the subprocess module doc string by Martin Panter · 8 years ago
  71. f8cc287 Issue #28515: Fixed py3k warnings. by Serhiy Storchaka · 8 years ago
  72. f10006c Issue #25464: Fixed HList.header_exists() in Tix module by adding by Serhiy Storchaka · 8 years ago
  73. 59addd6 Some distutils tests require zlib for creating tar.gz source distribution. by Serhiy Storchaka · 8 years ago
  74. abcd5d5 Issue #28115: ZIP creation test requires zlib. by Serhiy Storchaka · 8 years ago
  75. ef5c24a Issue #28488: shutil.make_archive() no longer adds entry "./" to ZIP archive. by Serhiy Storchaka · 8 years ago
  76. e2a3c77 Issue #28115: Added tests for CLI of the zipfile module. by Serhiy Storchaka · 8 years ago
  77. 58bd36b Issue #28435: Avoid no_proxy environment variable interfering with tests by Martin Panter · 8 years ago
  78. 05b8443 Issue #21720: Improve exception message when the type of fromlist is unicode by Berker Peksag · 8 years ago
  79. 5e2486b Issue #24452: Make webbrowser support Chrome on Mac OS X (backport to 2.7) by Guido van Rossum · 8 years ago
  80. 829d4fb Issue #28394: Typo fixes in code comments and changelog by Martin Panter · 8 years ago
  81. 58ab4b5 Issue #26293: Fixed writing ZIP files that starts not from the start of the by Serhiy Storchaka · 8 years ago
  82. 46550ff skip test on windows by Benjamin Peterson · 8 years ago
  83. d7cfae9 fix bug in 48797808a302 by Benjamin Peterson · 8 years ago
  84. 38297d7 skip test if resizing is not supported by Benjamin Peterson · 8 years ago
  85. 1df2cbe mmap: do all internal arithmetic with Py_ssize_t while being very careful about overflow by Benjamin Peterson · 8 years ago
  86. ab8b75a Issue #28350: String constants with null character no longer interned. by Serhiy Storchaka · 8 years ago
  87. 317d350 Moved Unicode C API related tests to separate test class. by Serhiy Storchaka · 8 years ago
  88. b8a1a27 Issue #27358: Backported tests. by Serhiy Storchaka · 8 years ago
  89. 78b634d Issue #28257: Backported a test. by Serhiy Storchaka · 8 years ago
  90. 67edf73 Issue #27942: String constants now interned recursively in tuples and frozensets. by Serhiy Storchaka · 8 years ago
  91. 8d7fa40 Issue #25488: Stpp idle.py from adding a entry when it is a duplicate. by Terry Jan Reedy · 8 years ago
  92. 846466d build_ext: correctly parse the link_objects user option (closes #1703178) by Benjamin Peterson · 8 years ago
  93. 32d74e1 Remove disabled ctypes test by Martin Panter · 8 years ago
  94. ad7a9ea IDLE NEWS item and ack. by Terry Jan Reedy · 8 years ago
  95. 8cab419 Issue #28253: Fixed calendar functions for extreme months: 0001-01 and 9999-12. by Alexander Belopolsky · 8 years ago
  96. c812009 Issue #27897: Backported tests. by Serhiy Storchaka · 8 years ago
  97. 2b91fad Issue #27611: Fixed support of default root window in the Tix module. by Serhiy Storchaka · 8 years ago
  98. 0259c66 Issue #28221: Remove unused assignment from test_asyncore_server() by Martin Panter · 8 years ago
  99. cae6430 merge by Christian Heimes · 8 years ago
  100. e56fb8f Add Lib/test/ssltests.py for faster testing of OpenSSL by Christian Heimes · 8 years ago