1. 34b9d14 Issue #28283: Remove flaky test test_sock_connect_sock_write_race again by Berker Peksag · 8 years ago
  2. b334ee0 Issue #28319: Fix typo in lzma.rst by Berker Peksag · 8 years ago
  3. 5e3677d Fix markup in pathlib.rst by Berker Peksag · 8 years ago
  4. 06a8ac0 Fix Path.glob() link, reported by SilentGhost by Berker Peksag · 8 years ago
  5. 30eee4d Issue #28815: Change '?' to '<module>' in some doc examples. by Terry Jan Reedy · 8 years ago
  6. e3c65a7 Misc asyncio improvements from upstream by Guido van Rossum · 8 years ago
  7. 07cfd50 Merge heads by Serhiy Storchaka · 8 years ago
  8. 00a0fc1 Issue #27942: String constants now interned recursively in tuples and frozensets. by Serhiy Storchaka · 8 years ago
  9. 1813aa1 Issue #25488: Stpp idle.py from adding a entry when it is a duplicate. by Terry Jan Reedy · 8 years ago
  10. 55f3ae6 Move idlelib/NEWS.txt entries for 2.x into a separate file -- NEWS2x.txt. by Terry Jan Reedy · 8 years ago
  11. 8d50d62 Issue #28258: Explain the LC_ALL change in a comment by Victor Stinner · 8 years ago
  12. 80bc7dc Issue #28258: Fixed build with Estonian locale (python-config and distclean by Serhiy Storchaka · 8 years ago
  13. 4254e8c build_ext: correctly parse the link_objects user option (closes #1703178) by Benjamin Peterson · 8 years ago
  14. c49b4d8 Remove disabled ctypes test by Martin Panter · 8 years ago
  15. 6c58c34 IDLE NEWS item and ack. by Terry Jan Reedy · 8 years ago
  16. cf79cdb Issue #28306: Update exception message of ZeroDivisionError by Berker Peksag · 8 years ago
  17. ab39b09 Issue #27740: Fix typo in Py_CompileStringExFlags by Berker Peksag · 8 years ago
  18. aa5c2fd Issue #28303: Fix grammar in unittest.__doc__, patch by Shlomi Fish by Berker Peksag · 8 years ago
  19. c16387b Issue #28300: Fix typos, patch by Shlomi Fish by Berker Peksag · 8 years ago
  20. de55c61 Issue #21903: Update ctypes example to use MessageBoxW by Berker Peksag · 8 years ago
  21. 0c6974d Issue #28253: Added a NEWS entry. by Alexander Belopolsky · 8 years ago
  22. 957b756 Issue #28253: Fixed calendar functions for extreme months: 0001-01 and 9999-12. by Alexander Belopolsky · 8 years ago
  23. 4cefe74 Update typing.py and test_typing.py from upstream (https://github.com/python/typing) by Guido van Rossum · 8 years ago
  24. 63461bc Issue #28283: Remove flaky test test_sock_connect_sock_write_race by Berker Peksag · 8 years ago
  25. 5ae4f49 Issue #20947: Fixed a gcc warning with -Wstrict-overflow. by Serhiy Storchaka · 8 years ago
  26. 47dee11 Issue #21578: Fixed misleading error message when ImportError called with by Serhiy Storchaka · 8 years ago
  27. c0b7037 Issue #28275: Fixed possible use adter free in LZMADecompressor.decompress(). by Serhiy Storchaka · 8 years ago
  28. f18a5da Issue #26439: Document that RTLD_NOW is always added by Martin Panter · 8 years ago
  29. 407ac47 Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation() by Serhiy Storchaka · 8 years ago
  30. a24d2d8 Issue #10673: Document that Process.exitcode can be used to determine timeout by Berker Peksag · 8 years ago
  31. 8b6b508 Issue #18893: Fix invalid exception handling in Lib/ctypes/macholib/dyld.py by Berker Peksag · 8 years ago
  32. 6129e14 Document that os.mknod() is not available on Windows by Berker Peksag · 8 years ago
  33. 996e5f9 os.genenvb() is not availabnle under Windows by Berker Peksag · 8 years ago
  34. 1d480be Issues #25909, #28211: Restored correct documentation of PyMapping_Items, by Serhiy Storchaka · 8 years ago
  35. b02f8fc Issue #11957: Restored re tests for passing count and maxsplit as positional by Serhiy Storchaka · 8 years ago
  36. e6f0199 Issue #27611: Fixed support of default root window in the tkinter.tix module. by Serhiy Storchaka · 8 years ago
  37. 613f8e5 Issue #28203: Fix incorrect type in error message from complex(1.0, {2:3}). Patch by Soumya Sharma. by Mark Dickinson · 8 years ago
  38. 8609cda Issue #28221: Remove unused assignment from test_asyncore_server() by Martin Panter · 8 years ago
  39. 3cb091e Increase buffer for readlink() in case OS will support longer names one day. by Christian Heimes · 8 years ago
  40. 2f366ca Add an extra byte for null in case we ever get very long unicode names. by Christian Heimes · 8 years ago
  41. bd2ffa5 Issue #27829: regrtest -W displays stderr if env changed by Victor Stinner · 8 years ago
  42. fb4a96a Issue #28251: Improvements to help manuals on Windows. by Steve Dower · 8 years ago
  43. 208bbd2 Silence GCC warning. by Serhiy Storchaka · 8 years ago
  44. 55b196a Make Lib/test/ssltests.py more useful and faster for OpenSSL testing by Christian Heimes · 8 years ago
  45. 463ef2b Fix references to Python 3’s socketserver (lowercase) module by Martin Panter · 8 years ago
  46. bb8b1cb Issue #27348: Restore “Exception: None” formatting in traceback module by Martin Panter · 8 years ago
  47. 92bb90a Extend the test to lower pickle protocols. by Serhiy Storchaka · 8 years ago
  48. 16ea19f Issue #25651: Allow falsy values to be used for msg parameter of subTest() by Berker Peksag · 8 years ago
  49. 1ddf53d Fix PyUnicode_FromFormatV() error handling by Victor Stinner · 8 years ago
  50. 0256f42 test_asynico: fix test_sock_connect_sock_write_race() by Victor Stinner · 8 years ago
  51. 6d8bc46 Catch EPERM error in py_getrandom() by Victor Stinner · 8 years ago
  52. af59732 Cleanup random.c by Victor Stinner · 8 years ago
  53. a327331 Make 3.7 the current dev version in the html version of the docs. by Ned Deily · 8 years ago
  54. 918aa89 remove trailing whitespace by Benjamin Peterson · 8 years ago
  55. 647680e Docs: Correctly link to the methods by Jesus Cea · 8 years ago
  56. 57bda33 merge 3.4 by Benjamin Peterson · 8 years ago
  57. 26d998c properly handle the single null-byte file (closes #24022) by Benjamin Peterson · 8 years ago
  58. 7eb1bec Issue #28189: dictitems_contains no longer swallows compare errors. by Raymond Hettinger · 8 years ago
  59. 96b2dd5 Issue #26661: setup.py now detects system libffi with multiarch wrapper. by Christian Heimes · 8 years ago
  60. 5a5ae74 Issue #26610: Skip test_with_pip if _ctypes is not available in OpenIndiana by Berker Peksag · 8 years ago
  61. bf3c1c3 Issue #28075: Fix test_access_denied in Python 3.5 by Berker Peksag · 8 years ago
  62. 17a564e Add file missed from backport by Steve Dower · 8 years ago
  63. 1ec262b Issue #27932: Prevent memory leak in win32_ver(). by Steve Dower · 8 years ago
  64. 1c75c18 Issue #28110: launcher.msi has different product codes between 32-bit and 64-bit by Steve Dower · 8 years ago
  65. bdcc8f9 Issue #28176: Increase timeout for test_sock_connect_sock_write_race by Berker Peksag · 8 years ago
  66. bcfb35f Issue #26384: Fix UnboundLocalError in socket._sendfile_use_sendfile by Berker Peksag · 8 years ago
  67. 9a1c91a Fix test_access_denied in 3.5 by Berker Peksag · 8 years ago
  68. 0b4dc48 Issue #28075: Check for ERROR_ACCESS_DENIED in Windows implementation of os.stat() by Berker Peksag · 8 years ago
  69. 6d57fe1 Issue #28139: Fix messed up indentation by Martin Panter · 8 years ago
  70. 4a72a7b Issue #25270: Prevent codecs.escape_encode() from raising SystemError when an empty bytestring is passed by Berker Peksag · 8 years ago
  71. a4961e5 Issue #28181: Get antigravity over HTTPS. Patch by Kaartic Sivaraam. by Christian Heimes · 8 years ago
  72. f676748 Issue #25895: Enable WebSocket URL schemes in urllib.parse.urljoin by Berker Peksag · 8 years ago
  73. 2dc77f0 Issue #28145: Spelling fixes by Martin Panter · 8 years ago
  74. 525aedc Issue #27759: Fix selectors incorrectly retain invalid file descriptors. by Yury Selivanov · 8 years ago
  75. d6c6771 Issue #28176: Fix callbacks race in asyncio.SelectorLoop.sock_connect. by Yury Selivanov · 8 years ago
  76. 4c5bf3b Issue #26909: Fix slow pipes IO in asyncio. by Yury Selivanov · 8 years ago
  77. 45dccda Issue #26654: Inspect functools.partial in asyncio.Handle.__repr__. by Yury Selivanov · 8 years ago
  78. 5587d7c Issue #28174: Handle when SO_REUSEPORT isn't properly supported (asyncio) by Yury Selivanov · 8 years ago
  79. a1b0e7d Issue #27906: Fix socket accept exhaustion during high TCP traffic. by Yury Selivanov · 8 years ago
  80. 4357cf6 Another asyncio sync. by Yury Selivanov · 8 years ago
  81. f6d991d asyncio: Sync with the upstream by Yury Selivanov · 8 years ago
  82. e6265e9 Issue #27599: Fixed buffer overrun in binascii.b2a_qp() and binascii.a2b_qp(). by Serhiy Storchaka · 8 years ago
  83. 7ce2013 Restrict name_length to NAME_MAXLEN in unicodedata_UCD_lookup() by Christian Heimes · 8 years ago
  84. 1f28a47 merge heads by Benjamin Peterson · 8 years ago
  85. 59e5e0d improve type-safe of and prevent double-frees in get_locale_info (#28119) by Benjamin Peterson · 8 years ago
  86. e907885 Issue #26171: Null merge by Berker Peksag · 8 years ago
  87. 354c2f9 Issue #26171: Null merge by Berker Peksag · 8 years ago
  88. d751040 Issue #26171: Prevent buffer overflow in get_data by Berker Peksag · 8 years ago
  89. 4aa74c4 Issue #28131: Fix a regression in zipimport's compile_source() by Berker Peksag · 8 years ago
  90. 1341926 Issue #15819: Remove old unconditional -IInclude option by Martin Panter · 8 years ago
  91. a33e9f7 Issue #28104: More accurately document set method signatures by Raymond Hettinger · 8 years ago
  92. 529d130 merge heads by Benjamin Peterson · 8 years ago
  93. 35ee948 restructure fp_setreadl so as to avoid refleaks (closes #27981) by Benjamin Peterson · 8 years ago
  94. ac2d1c7 Issue #27952: Capture stderr in run_script() by Berker Peksag · 8 years ago
  95. 720acbf Issue #27981: Fix refleak in fp_setreadl() by Berker Peksag · 8 years ago
  96. 7927e75 Issue #28103: Use ``'...'`` style in zipfile documentation by Berker Peksag · 8 years ago
  97. 076366c Issue #17582: xml.etree.ElementTree nows preserves whitespaces in attributes by Raymond Hettinger · 8 years ago
  98. 4b73676 Issue #15308: Add 'interrupt execution' (^C) to Shell menu. by Terry Jan Reedy · 8 years ago
  99. ed6224e Issue #28045: Fix comment in range_contains_long() by Berker Peksag · 8 years ago
  100. c5ee3ca Issue #28066: Fix include search directory logic for out-of-tree builds by Martin Panter · 8 years ago