1. 2a95219 Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N" by Serhiy Storchaka · 8 years ago
  2. 13e602e Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N" by Serhiy Storchaka · 8 years ago
  3. 6d81a21 regrtest doesn't ignore -j1 anymore by Victor Stinner · 8 years ago
  4. 5a48e21 subprocess now emits a ResourceWarning warning by Victor Stinner · 8 years ago
  5. 19ed27e Optimize pickle.load() and pickle.loads() by Victor Stinner · 8 years ago
  6. 03e6061 Back out pathlib.Path.path attr. (Merge 3.5->3.6) by Guido van Rossum · 8 years ago
  7. 387e6e3 Back out pathlib.Path.path attr. (Merge 3.4->3.5) by Guido van Rossum · 8 years ago
  8. 3d4d01f Back out 7e9605697dfc, 2e3c31ab586a, 759b2cecc289. by Guido van Rossum · 8 years ago
  9. 7fa6378 Issue #27053: Updates make_zip.py to correctly generate library ZIP file. by Steve Dower · 8 years ago
  10. d8bf09c Issue #27053: Updates make_zip.py to correctly generate library ZIP file. by Steve Dower · 8 years ago
  11. 4a3443b Merge 3.5 (issue #27057) by Victor Stinner · 8 years ago
  12. 3116cc4 Fix os.set_inheritable() on Android by Victor Stinner · 8 years ago
  13. c41c70f Fix #27014 -- infinite recursion using typing.py. (Merge 3.5 -> 3.6.) by Guido van Rossum · 8 years ago
  14. 1cea70f Fix #27014 -- infinite recursion using typing.py. by Guido van Rossum · 8 years ago
  15. 9ef6b7f Issue #23275: Don’t think this made it into alpha 1 by Martin Panter · 8 years ago
  16. 094c9c9 Issue #23275: Allow () = iterable assignment syntax by Berker Peksag · 8 years ago
  17. 4284ffd Merge 3.6.0a1 updates by Ned Deily · 8 years ago
  18. 786ed55 Post-release cleanup: 3.6.0a1 -> 3.6.0a2 by Ned Deily · 8 years ago
  19. 5b2b3aa merge 3.5 (#26991) by Benjamin Peterson · 8 years ago
  20. ad887cf fix possible refleak in MAKE_FUNCTION (closes #26991) by Benjamin Peterson · 8 years ago
  21. cec00a7 Version bump for 3.6.0a1 by Ned Deily · 8 years ago
  22. 82d9a2e Merge heads by Yury Selivanov · 8 years ago
  23. 8ace2c6 Merge 3.5 (Issue #27041) by Yury Selivanov · 8 years ago
  24. 7661db6 Issue #27041: asyncio: Add loop.create_future method by Yury Selivanov · 8 years ago
  25. 2e208b7 Issue #27031: Removed dummy methods in Tkinter widget classes: tk_menuBar() by Serhiy Storchaka · 8 years ago
  26. 7c3ac2d Merge 3.5 (issue #27040) by Yury Selivanov · 8 years ago
  27. 4b23494 Issue #27039: Fixed bytearray.remove() for values greater than 127. by Serhiy Storchaka · 8 years ago
  28. 7ed7ce6 Issue #27040: Add loop.get_exception_handler method by Yury Selivanov · 8 years ago
  29. 7bf36da Issue #27039: Fixed bytearray.remove() for values greater than 127. by Serhiy Storchaka · 8 years ago
  30. 0b39a55 Issue #14132, Issue #17214: Merge two redirect handling fixes from 3.5 by Martin Panter · 8 years ago
  31. cbcc2fd Issue #27033: The default value of the decode_data parameter for by Serhiy Storchaka · 8 years ago
  32. 98019e1 Issue #27034: Removed deprecated class asynchat.fifo. by Serhiy Storchaka · 8 years ago
  33. c85dd85 Issue #26807: mock_open 'files' no longer error on readline at end of file. by Robert Collins · 8 years ago
  34. 9549a3e Issue #26807: mock_open 'files' no longer error on readline at end of file. by Robert Collins · 8 years ago
  35. e6f0609 Issue #17214: Percent-encode non-ASCII bytes in redirect targets by Martin Panter · 8 years ago
  36. ce6e068 Issue #14132: Fix redirect handling when target is just a query string by Martin Panter · 8 years ago
  37. f0dbf7a Issue #26870: Add readline.set_auto_history(), originally by Tyler Crompton by Martin Panter · 8 years ago
  38. 059320b Merge 3.5 (issue #26848) by Yury Selivanov · 8 years ago
  39. 7657f6b Issue #26848: Fix asyncio/subprocess.communicate() to handle empty input. by Yury Selivanov · 8 years ago
  40. 18ee29d Issue #26039: zipfile.ZipFile.open() can now be used to write data into a ZIP by Serhiy Storchaka · 8 years ago
  41. 5d1110a merge from 3.5 by Senthil Kumaran · 8 years ago
  42. 9642eed Issue #26892: Honor debuglevel flag in urllib.request.HTTPHandler. by Senthil Kumaran · 8 years ago
  43. f94ec1b Issue #22274: Merge stderr=STDOUT fix from 3.5 by Martin Panter · 8 years ago
  44. c763589 Issue #22274: Redirect stderr=STDOUT when stdout not redirected, by Akira Li by Martin Panter · 8 years ago
  45. ea36c94 Issue #23640: int.from_bytes() no longer bypasses constructors for subclasses. by Serhiy Storchaka · 8 years ago
  46. 9de7efe Removed duplicated NEWS entity for issue #26881. by Serhiy Storchaka · 8 years ago
  47. 3414e4a NEWS message for issue #26977. by Steven D'Aprano · 8 years ago
  48. 228ab1f Issue #21099: Switch applicable importlib tests to use PEP 451 API. by Eric Snow · 8 years ago
  49. 1f36443 Issue #23640: int.from_bytes() no longer bypasses constructors for subclasses. by Serhiy Storchaka · 8 years ago
  50. 25885d1 Issue #27005: Optimized the float.fromhex() class method for exact float. by Serhiy Storchaka · 8 years ago
  51. 871639a Merge 3.5. by Serhiy Storchaka · 8 years ago
  52. 441581a Update NEWS. by Steven D'Aprano · 8 years ago
  53. 6494449 Merge NEWS update from 3.5 for issue #26977. by Steven D'Aprano · 8 years ago
  54. d65018b Fixes #19711: Add tests for reloading namespace packages. by Eric Snow · 8 years ago
  55. 6a8af9a Issue #25745: Fixed leaking a userptr in curses panel destructor. by Serhiy Storchaka · 8 years ago
  56. df40b62 Issue #25745: Fixed leaking a userptr in curses panel destructor. by Serhiy Storchaka · 8 years ago
  57. 3e99fde Issue #26881: The modulefinder module now supports extended opcode arguments. by Serhiy Storchaka · 8 years ago
  58. 02d9f5e Issue #26881: The modulefinder module now supports extended opcode arguments. by Serhiy Storchaka · 8 years ago
  59. ce41287 Issue #18531: Single var-keyword argument of dict subtype was passed by Serhiy Storchaka · 8 years ago
  60. dea7637 Issue #23815: Fixed crashes related to directly created instances of types in by Serhiy Storchaka · 8 years ago
  61. e3f1b09 Issue #23815: Fixed crashes related to directly created instances of types in by Serhiy Storchaka · 8 years ago
  62. 1ce738e Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  63. f0564164 Fix typos in comments, documentation and test method names by Martin Panter · 8 years ago
  64. 17e2295 Issue #17765: weakref.ref() no longer silently ignores keyword arguments. by Serhiy Storchaka · 8 years ago
  65. 21eb487 Issue #17765: weakref.ref() no longer silently ignores keyword arguments. by Serhiy Storchaka · 8 years ago
  66. 1acbf85 Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 8 years ago
  67. 6dff020 Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 8 years ago
  68. 584e8ae Issue 26915: Add identity checks to the collections ABC __contains__ methods. by Raymond Hettinger · 8 years ago
  69. fcce462 Issue #26811: gc.get_objects() no longer contains a broken tuple with NULL by Serhiy Storchaka · 8 years ago
  70. 7822f15 Issue #26811: gc.get_objects() no longer contains a broken tuple with NULL by Serhiy Storchaka · 8 years ago
  71. ad039f7 Issue #20120: Merge with 3.5 by Jason R. Coombs · 8 years ago
  72. 422cf2b Issue #20120: Use RawConfigParser for .pypirc parsing, removing support for interpolation unintentionally added with move to Python 3. Behavior no longer does any interpolation in .pypirc files, matching behavior in Python 2.7 and Setuptools 19.0. by Jason R. Coombs · 8 years ago
  73. 45cdcd9 Issue #26873: xmlrpc now raises ResponseError on unsupported type tags by Serhiy Storchaka · 8 years ago
  74. 290fed4 Issue #26873: xmlrpc now raises ResponseError on unsupported type tags by Serhiy Storchaka · 8 years ago
  75. c2f7d87 Issue #26932: Fixed support of RTLD_* constants defined as enum values, by Serhiy Storchaka · 8 years ago
  76. 47d1d7f Issue #26711: Fixed the comparison of plistlib.Data with other types. by Serhiy Storchaka · 8 years ago
  77. dd1bcdf Issue #26711: Fixed the comparison of plistlib.Data with other types. by Serhiy Storchaka · 8 years ago
  78. f1e2671 Issue #24114: Fix an uninitialized variable in `ctypes.util`. by Meador Inge · 8 years ago
  79. 8988ebf Issue #24114: Fix an uninitialized variable in `ctypes.util`. by Meador Inge · 8 years ago
  80. 51b697b Issue #26864: Merge no_proxy fixes from 3.5 by Martin Panter · 8 years ago
  81. aa27982 Issue #26864: Fix case insensitivity and suffix comparison with no_proxy by Martin Panter · 8 years ago
  82. 3a31cca Issue #24902: Print server URL on http.server startup by Berker Peksag · 8 years ago
  83. b275210 Issue #25788: fileinput.hook_encoded() now supports an "errors" argument by Serhiy Storchaka · 8 years ago
  84. cd9b5c2 Issue #26634: recursive_repr() now sets __qualname__ of wrapper. by Serhiy Storchaka · 8 years ago
  85. b3b366d Issue #26634: recursive_repr() now sets __qualname__ of wrapper. by Serhiy Storchaka · 8 years ago
  86. 0996fa3 merge 3.5 by Senthil Kumaran · 8 years ago
  87. a7c0ff2 Issue #26804: urllib.request will prefer lower_case proxy environment variables by Senthil Kumaran · 8 years ago
  88. 81e7f94 Merge 3.5 by Serhiy Storchaka · 8 years ago
  89. 685fbed Issue #26837: assertSequenceEqual() now correctly outputs non-stringified by Serhiy Storchaka · 8 years ago
  90. e50d846 Issue #26041: Remove "will be removed in Python 3.7" from description messages by Berker Peksag · 8 years ago
  91. 8d8221f Issue #26041: Remove "will be removed in Python 3.7" from description messages by Berker Peksag · 8 years ago
  92. 745145a Issue #26822: itemgetter, attrgetter and methodcaller objects no longer by Serhiy Storchaka · 8 years ago
  93. c2a2a75 Issue #26822: itemgetter, attrgetter and methodcaller objects no longer by Serhiy Storchaka · 8 years ago
  94. 8b9eefc Issue #26733: Disassembling a class now disassembles class and static methods. by Serhiy Storchaka · 8 years ago
  95. 585c93d Issue #26733: Disassembling a class now disassembles class and static methods. by Serhiy Storchaka · 8 years ago
  96. da28494 Issue #22359: Merge cross-compilation fix from 3.5 by Martin Panter · 8 years ago
  97. 1046d5c Issue #22359: Disable running cross-compiled _freeze_importlib and pgen by Martin Panter · 8 years ago
  98. f5c4b99 PyMem_Malloc() now uses the fast pymalloc allocator by Victor Stinner · 8 years ago
  99. b4faa8e Merge 3.5 by Victor Stinner · 8 years ago
  100. d7a7122 Issue #26799: Fix typo in Misc/NEWS by Victor Stinner · 8 years ago