1. f39571e Issue #26930: merge from 3.5 by Ned Deily · 8 years ago
  2. 92b4b5a Issue #26930: Update OS X 32-bit-only installer builds to use OpenSSL 1.0.2h. by Ned Deily · 8 years ago
  3. ae68365 - Issue #21277: Don't try to link _ctypes with a ffi_convenience library. by doko@ubuntu.com · 8 years ago
  4. 5801ecb Issue #25548: Showing memory address of class objects in repl by Kushal Das · 8 years ago
  5. 4094822 - Issue #21272: Use _sysconfigdata.py to initialize distutils.sysconfig. by doko@ubuntu.com · 8 years ago
  6. b11c744 add Dusty Phillips to ACKS by Ethan Furman · 8 years ago
  7. 36987d7 - merge 3.5 by doko@ubuntu.com · 8 years ago
  8. 6ada012 - Issue #26884: Fix linking extension modules for cross builds. by doko@ubuntu.com · 8 years ago
  9. b4b966e Issue #19611: handle implicit parameters in inspect.signature by Nick Coghlan · 8 years ago
  10. 6e8e10e Issue #21916: Added tests for the turtle module. by Serhiy Storchaka · 8 years ago
  11. 41e9ad1 Issue #21916: Added tests for the turtle module. by Serhiy Storchaka · 8 years ago
  12. 8bc9378 Closes #26809: Merge with 3.5 by Zachary Ware · 8 years ago
  13. c17a0b8 Issue #26809: Add __all__ to string module. Patch by Emanuel Barry by Zachary Ware · 8 years ago
  14. 64c26e5 Issue #20041: Fixed TypeError when frame.f_trace is set to None. by Serhiy Storchaka · 8 years ago
  15. 64a263a Issue #20041: Fixed TypeError when frame.f_trace is set to None. by Serhiy Storchaka · 8 years ago
  16. 1940919 Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  17. 3ee6270 Fix typos in code comment and documentation by Martin Panter · 8 years ago
  18. fcbf1ca merge from 3.5 - Fixes Issue #26373: subprocess.Popen.communicate by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  19. 1ef8c7e Fixes Issue #26373: subprocess.Popen.communicate now correctly ignores by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  20. d2367c6 Clean up urlopen doc string. by R David Murray · 8 years ago
  21. 13ee7d1 Merge: #16484: Fix pydoc doc links to modules whose names are mixed case. by R David Murray · 8 years ago
  22. ead9bfc #16484: Fix pydoc doc links to modules whose names are mixed case. by R David Murray · 8 years ago
  23. 6f20bd6 signal, socket, and ssl module IntEnum constant name lookups now return a by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  24. 16931c3 Issue #26983: float() now always return an instance of exact float. by Serhiy Storchaka · 8 years ago
  25. d6da760 Issue #27167: Clarify the subprocess.CalledProcessError error message text by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  26. aea1650 typo fix by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  27. cef1f83 Issue #25931: Don't defining socketserver.Forking* names on platforms such by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  28. 3bad04c Merge: #26829: Clarify that namespace is copied to a new __dict__ in instance creation. by R David Murray · 8 years ago
  29. dd4fcf5 #26829: Clarify that namespace is copied to a new __dict__ in instance creation. by R David Murray · 8 years ago
  30. 1b50c4d Merge: #27185: move test_pep292 into test_string. by R David Murray · 8 years ago
  31. a32c738 #27185: move test_pep292 into test_string. by R David Murray · 8 years ago
  32. fddf121 Issue #21776: Merge from 3.5 by Berker Peksag · 8 years ago
  33. 6a8e626 Issue #21776: distutils.upload now correctly handles HTTPError by Berker Peksag · 8 years ago
  34. 0d20189 Merge: #20973: add total ordering tests for ipaddress by R David Murray · 8 years ago
  35. 947ff38 #20973: add total ordering tests for ipaddress by R David Murray · 8 years ago
  36. 53595c4 replace custom validation logic in the parse module with a simple DFA validator (closes #26526) by Benjamin Peterson · 8 years ago
  37. 9cd39a1 Issue #21271: Adds new keyword only parameters in reset_mock call by Kushal Das · 8 years ago
  38. 0b7d84d Issue #27171: Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  39. e26da7c Issue #27171: Fix typos in documentation, comments, and test function names by Martin Panter · 8 years ago
  40. e514093 Issue #27125: Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  41. 137bac2 Add items to MISC/NEWS and idlelib/NEWS.txt. by Terry Jan Reedy · 8 years ago
  42. f45d27b Add items to MISC/NEWS and idlelib/NEWS.txt. by Terry Jan Reedy · 8 years ago
  43. a90a4a9 Issue #27125: Remove duplicated words from documentation and comments by Martin Panter · 8 years ago
  44. e501a93 Issue #27125: Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  45. 8d56c02 Issue #27125: Fix various errors like “will [be] inherited” by Martin Panter · 8 years ago
  46. 6ca4260 merge 3.5 by Benjamin Peterson · 8 years ago
  47. c352620 backout 3c9512d8ac0d by Benjamin Peterson · 8 years ago
  48. dc4f7c0 Issue #27147: Mention PEP 420 in the importlib docs. by Eric Snow · 8 years ago
  49. 338502b Issue #27147: Mention PEP 420 in the importlib docs. by Eric Snow · 8 years ago
  50. 672866d Issue 25926: Clarify that the pure python equivalents are only approximate. by Raymond Hettinger · 8 years ago
  51. 819581b Issue 25926: Clarify that the pure python equivalents are only approximate. by Raymond Hettinger · 8 years ago
  52. 0472217 Issue #27138: Fix the doc comment for FileFinder.find_spec(). by Eric Snow · 8 years ago
  53. fc36e66 Issue #27138: Fix the doc comment for FileFinder.find_spec(). by Eric Snow · 8 years ago
  54. 48df37d Issue #27114: Fix SSLContext._load_windows_store_certs fails with PermissionError by Steve Dower · 8 years ago
  55. 33bc4a2 Issue #27114: Fix SSLContext._load_windows_store_certs fails with PermissionError by Steve Dower · 8 years ago
  56. b6ae2ae Issue #18383: Merge warnings fix from 3.5 by Martin Panter · 8 years ago
  57. 43593a1 Issue #18383: Avoid adding duplicate filters when warnings is reloaded by Martin Panter · 8 years ago
  58. 3e04d5b Issue #27076: Merge spelling from 3.5 by Martin Panter · 8 years ago
  59. 46f5072 Issue #27076: Doc, comment and tests spelling fixes by Martin Panter · 8 years ago
  60. f60bf5f Issue #27097: Python interpreter is now about 7% faster due to optimized by Serhiy Storchaka · 8 years ago
  61. 80ac11d Issue #23026: winreg.QueryValueEx() now return an integer for REG_QWORD type. (Patch by hakril) by Steve Dower · 8 years ago
  62. b0f80b0 Issue #26647: Python interpreter now uses 16-bit wordcode instead of bytecode. by Serhiy Storchaka · 8 years ago
  63. 835416c Issue #27064: The py.exe launcher now defaults to Python 3. by Paul Moore · 8 years ago
  64. 7f3d16f Extra NEWS formatting fix for 3.6 by Martin Panter · 8 years ago
  65. f4af15b Merge NEWS formatting from 3.5 by Martin Panter · 8 years ago
  66. 4e52558 Fix minor inconsistencies with Issue #N references in NEWS and HISTORY by Martin Panter · 8 years ago
  67. 2a95219 Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N" by Serhiy Storchaka · 8 years ago
  68. 13e602e Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N" by Serhiy Storchaka · 8 years ago
  69. 6d81a21 regrtest doesn't ignore -j1 anymore by Victor Stinner · 8 years ago
  70. 5a48e21 subprocess now emits a ResourceWarning warning by Victor Stinner · 8 years ago
  71. 19ed27e Optimize pickle.load() and pickle.loads() by Victor Stinner · 8 years ago
  72. 03e6061 Back out pathlib.Path.path attr. (Merge 3.5->3.6) by Guido van Rossum · 8 years ago
  73. 387e6e3 Back out pathlib.Path.path attr. (Merge 3.4->3.5) by Guido van Rossum · 8 years ago
  74. 3d4d01f Back out 7e9605697dfc, 2e3c31ab586a, 759b2cecc289. by Guido van Rossum · 8 years ago
  75. 7fa6378 Issue #27053: Updates make_zip.py to correctly generate library ZIP file. by Steve Dower · 8 years ago
  76. d8bf09c Issue #27053: Updates make_zip.py to correctly generate library ZIP file. by Steve Dower · 8 years ago
  77. 4a3443b Merge 3.5 (issue #27057) by Victor Stinner · 8 years ago
  78. 3116cc4 Fix os.set_inheritable() on Android by Victor Stinner · 8 years ago
  79. c41c70f Fix #27014 -- infinite recursion using typing.py. (Merge 3.5 -> 3.6.) by Guido van Rossum · 8 years ago
  80. 1cea70f Fix #27014 -- infinite recursion using typing.py. by Guido van Rossum · 8 years ago
  81. 9ef6b7f Issue #23275: Don’t think this made it into alpha 1 by Martin Panter · 8 years ago
  82. 094c9c9 Issue #23275: Allow () = iterable assignment syntax by Berker Peksag · 8 years ago
  83. 4284ffd Merge 3.6.0a1 updates by Ned Deily · 8 years ago
  84. 786ed55 Post-release cleanup: 3.6.0a1 -> 3.6.0a2 by Ned Deily · 8 years ago
  85. 5b2b3aa merge 3.5 (#26991) by Benjamin Peterson · 8 years ago
  86. ad887cf fix possible refleak in MAKE_FUNCTION (closes #26991) by Benjamin Peterson · 8 years ago
  87. cec00a7 Version bump for 3.6.0a1 by Ned Deily · 8 years ago
  88. 82d9a2e Merge heads by Yury Selivanov · 8 years ago
  89. 8ace2c6 Merge 3.5 (Issue #27041) by Yury Selivanov · 8 years ago
  90. 7661db6 Issue #27041: asyncio: Add loop.create_future method by Yury Selivanov · 8 years ago
  91. 2e208b7 Issue #27031: Removed dummy methods in Tkinter widget classes: tk_menuBar() by Serhiy Storchaka · 8 years ago
  92. 7c3ac2d Merge 3.5 (issue #27040) by Yury Selivanov · 8 years ago
  93. 4b23494 Issue #27039: Fixed bytearray.remove() for values greater than 127. by Serhiy Storchaka · 8 years ago
  94. 7ed7ce6 Issue #27040: Add loop.get_exception_handler method by Yury Selivanov · 8 years ago
  95. 7bf36da Issue #27039: Fixed bytearray.remove() for values greater than 127. by Serhiy Storchaka · 8 years ago
  96. 0b39a55 Issue #14132, Issue #17214: Merge two redirect handling fixes from 3.5 by Martin Panter · 8 years ago
  97. cbcc2fd Issue #27033: The default value of the decode_data parameter for by Serhiy Storchaka · 8 years ago
  98. 98019e1 Issue #27034: Removed deprecated class asynchat.fifo. by Serhiy Storchaka · 8 years ago
  99. c85dd85 Issue #26807: mock_open 'files' no longer error on readline at end of file. by Robert Collins · 8 years ago
  100. 9549a3e Issue #26807: mock_open 'files' no longer error on readline at end of file. by Robert Collins · 8 years ago