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