1. 918aa89 remove trailing whitespace by Benjamin Peterson · 8 years ago
  2. 647680e Docs: Correctly link to the methods by Jesus Cea · 8 years ago
  3. 57bda33 merge 3.4 by Benjamin Peterson · 8 years ago
  4. 26d998c properly handle the single null-byte file (closes #24022) by Benjamin Peterson · 8 years ago
  5. 7eb1bec Issue #28189: dictitems_contains no longer swallows compare errors. by Raymond Hettinger · 8 years ago
  6. 96b2dd5 Issue #26661: setup.py now detects system libffi with multiarch wrapper. by Christian Heimes · 8 years ago
  7. 5a5ae74 Issue #26610: Skip test_with_pip if _ctypes is not available in OpenIndiana by Berker Peksag · 8 years ago
  8. bf3c1c3 Issue #28075: Fix test_access_denied in Python 3.5 by Berker Peksag · 8 years ago
  9. 17a564e Add file missed from backport by Steve Dower · 8 years ago
  10. 1ec262b Issue #27932: Prevent memory leak in win32_ver(). by Steve Dower · 8 years ago
  11. 1c75c18 Issue #28110: launcher.msi has different product codes between 32-bit and 64-bit by Steve Dower · 8 years ago
  12. bdcc8f9 Issue #28176: Increase timeout for test_sock_connect_sock_write_race by Berker Peksag · 8 years ago
  13. bcfb35f Issue #26384: Fix UnboundLocalError in socket._sendfile_use_sendfile by Berker Peksag · 8 years ago
  14. 9a1c91a Fix test_access_denied in 3.5 by Berker Peksag · 8 years ago
  15. 0b4dc48 Issue #28075: Check for ERROR_ACCESS_DENIED in Windows implementation of os.stat() by Berker Peksag · 8 years ago
  16. 6d57fe1 Issue #28139: Fix messed up indentation by Martin Panter · 8 years ago
  17. 4a72a7b Issue #25270: Prevent codecs.escape_encode() from raising SystemError when an empty bytestring is passed by Berker Peksag · 8 years ago
  18. a4961e5 Issue #28181: Get antigravity over HTTPS. Patch by Kaartic Sivaraam. by Christian Heimes · 8 years ago
  19. f676748 Issue #25895: Enable WebSocket URL schemes in urllib.parse.urljoin by Berker Peksag · 8 years ago
  20. 2dc77f0 Issue #28145: Spelling fixes by Martin Panter · 8 years ago
  21. 525aedc Issue #27759: Fix selectors incorrectly retain invalid file descriptors. by Yury Selivanov · 8 years ago
  22. d6c6771 Issue #28176: Fix callbacks race in asyncio.SelectorLoop.sock_connect. by Yury Selivanov · 8 years ago
  23. 4c5bf3b Issue #26909: Fix slow pipes IO in asyncio. by Yury Selivanov · 8 years ago
  24. 45dccda Issue #26654: Inspect functools.partial in asyncio.Handle.__repr__. by Yury Selivanov · 8 years ago
  25. 5587d7c Issue #28174: Handle when SO_REUSEPORT isn't properly supported (asyncio) by Yury Selivanov · 8 years ago
  26. a1b0e7d Issue #27906: Fix socket accept exhaustion during high TCP traffic. by Yury Selivanov · 8 years ago
  27. 4357cf6 Another asyncio sync. by Yury Selivanov · 8 years ago
  28. f6d991d asyncio: Sync with the upstream by Yury Selivanov · 8 years ago
  29. e6265e9 Issue #27599: Fixed buffer overrun in binascii.b2a_qp() and binascii.a2b_qp(). by Serhiy Storchaka · 8 years ago
  30. 7ce2013 Restrict name_length to NAME_MAXLEN in unicodedata_UCD_lookup() by Christian Heimes · 8 years ago
  31. 1f28a47 merge heads by Benjamin Peterson · 8 years ago
  32. 59e5e0d improve type-safe of and prevent double-frees in get_locale_info (#28119) by Benjamin Peterson · 8 years ago
  33. e907885 Issue #26171: Null merge by Berker Peksag · 8 years ago
  34. 354c2f9 Issue #26171: Null merge by Berker Peksag · 8 years ago
  35. d751040 Issue #26171: Prevent buffer overflow in get_data by Berker Peksag · 8 years ago
  36. 4aa74c4 Issue #28131: Fix a regression in zipimport's compile_source() by Berker Peksag · 8 years ago
  37. 1341926 Issue #15819: Remove old unconditional -IInclude option by Martin Panter · 8 years ago
  38. a33e9f7 Issue #28104: More accurately document set method signatures by Raymond Hettinger · 8 years ago
  39. 529d130 merge heads by Benjamin Peterson · 8 years ago
  40. 35ee948 restructure fp_setreadl so as to avoid refleaks (closes #27981) by Benjamin Peterson · 8 years ago
  41. ac2d1c7 Issue #27952: Capture stderr in run_script() by Berker Peksag · 8 years ago
  42. 720acbf Issue #27981: Fix refleak in fp_setreadl() by Berker Peksag · 8 years ago
  43. 7927e75 Issue #28103: Use ``'...'`` style in zipfile documentation by Berker Peksag · 8 years ago
  44. 076366c Issue #17582: xml.etree.ElementTree nows preserves whitespaces in attributes by Raymond Hettinger · 8 years ago
  45. 4b73676 Issue #15308: Add 'interrupt execution' (^C) to Shell menu. by Terry Jan Reedy · 8 years ago
  46. ed6224e Issue #28045: Fix comment in range_contains_long() by Berker Peksag · 8 years ago
  47. c5ee3ca Issue #28066: Fix include search directory logic for out-of-tree builds by Martin Panter · 8 years ago
  48. 44c19ec Issue #27456: asyncio: Set TCP_NODELAY by default. by Yury Selivanov · 8 years ago
  49. a05a6ef asyncio: Add set_protocol / get_protocol methods to Transports by Yury Selivanov · 8 years ago
  50. 06e18a7 Issue #26511: Reference the id() function in the 'is' and 'is not' docs by Raymond Hettinger · 8 years ago
  51. 0a6976d Issue #28079: Update typing and test typing from python/typing repo. by Guido van Rossum · 8 years ago
  52. 0e0cfd7 #19003: Only replace \r and/or \n line endings in email.generator. by R David Murray · 8 years ago
  53. e4946e7 Issue #23105: Updated documentation on open() flag constants. by Vinay Sajip · 8 years ago
  54. 1c697a5 Issue #20100: Clarify that passing flags to epoll() has no effect by Berker Peksag · 8 years ago
  55. 3d639b2 Closed #26533: expanded on behaviour of logging.config.listen(). by Vinay Sajip · 8 years ago
  56. 8d82559 Fixes #25671: Updated prompt handling in activate.fish. by Vinay Sajip · 8 years ago
  57. b766538 Issue #27952: Get fixcid.py working with the re module by Martin Panter · 8 years ago
  58. 53ba2d1 Issue #27991: Remove incorrect sentence about store_true by Berker Peksag · 8 years ago
  59. 3a95f45 Remove the debug print that i accidentally left in. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  60. 56ff5f7 Issue #26141: Update docs for typing.py. Ivan Levkivskyi. (Backport from the 3.6 version) by Guido van Rossum · 8 years ago
  61. 1816dfe Issue #28073: Improve wording around None. Michael Lee. by Guido van Rossum · 8 years ago
  62. cc66a65 Backported tests for issue #28070. by Serhiy Storchaka · 8 years ago
  63. d92cecb IDLE newx items. by Terry Jan Reedy · 8 years ago
  64. 109bc3a Closes #28059: Fixes test_platform to set PYTHONPATH for .pyd files by Steve Dower · 8 years ago
  65. 36820dd Issue #25221: Fix corrupted result from PyLong_FromLong(0) when Python is compiled with NSMALLPOSINTS = 0. by Mark Dickinson · 8 years ago
  66. f028d9f Issue #27932: Backs out change by Steve Dower · 8 years ago
  67. 99e843b Correct spelling in documentation and code comment by Martin Panter · 8 years ago
  68. c7a070e regrtest: accept options after test names by Victor Stinner · 8 years ago
  69. 8ddcf3a Issue #28019: itertools.count() no longer rounds non-integer step in range by Serhiy Storchaka · 8 years ago
  70. e617521 Use raw string for regexp by Guido van Rossum · 8 years ago
  71. 528db31 Issue #27566: Fix clean target in freeze makefile (patch by Lisa Roach) by Steve Dower · 8 years ago
  72. f2bdb6b Issue #27705: Update message in validate_ucrtbase.py by Steve Dower · 8 years ago
  73. 2832574 Issue #25969: Update the lib2to3 grammar to handle the unpacking by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  74. dbdf029 remove fix_callable - callable() was readded many releases ago. by Gregory P. Smith · 8 years ago
  75. 6a294a5 Issue #27932: Fixes memory leak in platform.win32_ver() by Steve Dower · 8 years ago
  76. 8dcc48e Issue #25758: Prevents zipimport from unnecessarily encoding a filename (patch by Eryk Sun) by Steve Dower · 8 years ago
  77. 347dc95 #14977: Make mailcap respect the order of the lines in the mailcap file. by R David Murray · 8 years ago
  78. ae9e5f0 Issue #22450: Use "Accept: */*" in the default headers for urllib.request by Raymond Hettinger · 8 years ago
  79. c87ae80 Issue #25144: Ensures TargetDir is set before continuing with custom install. by Steve Dower · 8 years ago
  80. 87dc4d6 Issue 14976: Note that the queue module is not designed to protect against reentrancy by Raymond Hettinger · 8 years ago
  81. 7b3b3dc Merge asyncio upstream. by Guido van Rossum · 8 years ago
  82. 9b32bda Issue #19489: Add NEWS and ACKS by Zachary Ware · 8 years ago
  83. a3090a4 Issue #19489: Move the search box from sidebar to header and footer. by Zachary Ware · 8 years ago
  84. 1140a03 Rename Future._blocking to _asyncio_future_blocking. by Guido van Rossum · 8 years ago
  85. c1db513 repair errors in (set|get)_task_factory note (#28051) by Benjamin Peterson · 8 years ago
  86. cb3f2c8 Add a note about queue not being safe for use from signal handlers. issue14976. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  87. 255295f Fix make buildbottest to not re-trigger a profile-opt build. issue28035. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  88. 6ceda63 Issue #24594: Validates persist parameter when opening MSI database by Steve Dower · 8 years ago
  89. 94a7927 #28047: Fix calculation of base64 line length. by R David Murray · 8 years ago
  90. de02b08 Closes #22731: Documents change of console mode. by Steve Dower · 8 years ago
  91. 2fadfc0 Issue #26619: Improves error message when installing on out-of-date Windows Server by Steve Dower · 8 years ago
  92. 41519b2 Issue #26513: Fixes platform module detection of Windows Server by Steve Dower · 8 years ago
  93. 6bde454 Merge 3.4 by Donald Stufft · 8 years ago
  94. 16d7d59 Upgrade setuptools to 27.1.2 by Donald Stufft · 8 years ago
  95. 621333d Merge 3.4 by Donald Stufft · 8 years ago
  96. d25d9dc Upgrade setuptools to 27.1.1 by Donald Stufft · 8 years ago
  97. eaab1ca #27630: Be consistent in how _XXX/_encoded_XXX vars are initialized. by R David Murray · 8 years ago
  98. 14c7f71 issue28032: never imply --with-lto as part of --with-optimizations. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  99. 262b679 Issue #26020: Fix evaluation order for set literals by Raymond Hettinger · 8 years ago
  100. 5dc504c Issue28010 - Make http.client.HTTPConnection.putrequest documentation consistent with the code. by Senthil Kumaran · 8 years ago