1. 514f973 Issue #27294: Numerical state in the repr for Tkinter event objects is now by Serhiy Storchaka · 9 years ago
  2. 9305d83 Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded as by Serhiy Storchaka · 9 years ago
  3. 08bb8a4 Issue #27048: Prevents distutils failing on Windows when environment variables contain non-ASCII characters by Steve Dower · 9 years ago
  4. adef646 Issue #27330: Fixed possible leaks in the ctypes module. by Serhiy Storchaka · 9 years ago
  5. f88d83b Issue #26930: Update Windows build to OpenSSL 1.0.2h by Zachary Ware · 9 years ago
  6. cefa917 Issue #27238: Got rid of bare excepts in the turtle module. Original patch by Serhiy Storchaka · 9 years ago
  7. fcbe337 issue27122: fix typo in the news file, wrong issue #. not issue27123. by Gregory P. Smith · 9 years ago
  8. ba2ecd6 Issue #27123: When an exception is raised within the context being by Gregory P. Smith · 9 years ago
  9. b98a36e Fix os.urandom() using getrandom() on Linux by Victor Stinner · 9 years ago
  10. fd7f19e Issue #25843: Fix the NEWS entry by Victor Stinner · 9 years ago
  11. 8e6d09c Issue #26386: Fixed ttk.TreeView selection operations with item id's by Serhiy Storchaka · 9 years ago
  12. bfb15ab Issue #22636: avoid using a shell in the ctypes.util module by Martin Panter · 9 years ago
  13. f00c49d Issue #16182: Fix readline begidx, endidx, and use locale encoding by Martin Panter · 9 years ago
  14. 29f9637 Merge 3.5.2rc1 with current 3.5 branch. by Larry Hastings · 9 years ago
  15. 6e9a96b Post-release fixups for Python 3.5.2rc1. by Larry Hastings · 9 years ago
  16. 7bea234 Issue #27190: Raise NotSupportedError if sqlite3 is older than 3.3.1 by Berker Peksag · 9 years ago
  17. 179f960 Issue #25455: Fixed a crash in repr of recursive functools.partial objects. by Serhiy Storchaka · 9 years ago
  18. cbe6142 Merge heads by Serhiy Storchaka · 9 years ago
  19. 9062c26 Issue #25455: Fixed a crash in repr of ElementTree.Element with recursive tag. by Serhiy Storchaka · 9 years ago
  20. 3c317e7 Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling by Serhiy Storchaka · 9 years ago
  21. 70c502a Fix typos and English grammar in documentation and code comment by Martin Panter · 9 years ago
  22. 4f8aaf6 Issue #16484: Fix pydoc link and test on Windows, by Kaushik Nadikuditi by Martin Panter · 9 years ago
  23. d31a255 Release bump for 3.5.2rc1. by Larry Hastings · 9 years ago
  24. 0c0da48 Issue #24136: Document generalized unpacking, PEP 448 by Martin Panter · 9 years ago
  25. 0d18c15 Issue #14209: pkgutil.iter_zipimport_modules ignores the prefix for packages by Łukasz Langa · 9 years ago
  26. e7f2748 Issue #27194: superfluous truncate calls in tarfile.py slow down extraction by Łukasz Langa · 9 years ago
  27. b5ad549 merge 3.4 (#26556) by Benjamin Peterson · 9 years ago
  28. 196d7db upgrade expt to 2.1.1 (closes #26556) by Benjamin Peterson · 9 years ago
  29. b0557e7 merge 3.4 by Benjamin Peterson · 9 years ago
  30. 46b32f3 raise an error when STARTTLS fails by Benjamin Peterson · 9 years ago
  31. 742192a Issue #21386: Implement missing IPv4Address.is_global property by Berker Peksag · 9 years ago
  32. fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. by Terry Jan Reedy · 9 years ago
  33. c92bf83 Issue #22970: asyncio: Fix inconsistency cancelling Condition.wait. by Yury Selivanov · 9 years ago
  34. ca2e0a4 Issue #27223: aio: Fix _read_ready and _write_ready to respect _conn_lost. by Yury Selivanov · 9 years ago
  35. 8ace13b Issue #5124: NEWS entries. by Terry Jan Reedy · 9 years ago
  36. 904a2ef Issue #20900: distutils register command now decodes HTTP responses correctly by Berker Peksag · 9 years ago
  37. 87a8bcc - Issue #17500, and https://github.com/python/pythondotorg/issues/945: Remove by doko@ubuntu.com · 9 years ago
  38. a6f6edb Issue #27243: Fix __aiter__ protocol by Yury Selivanov · 9 years ago
  39. 480e285 Issue #27066: Fixed SystemError if a custom opener (for open()) returns by Barry Warsaw · 9 years ago
  40. fda4d67 Omnibus news entry for updates to typing.py. by Guido van Rossum · 9 years ago
  41. 07a9fcd asyncio: Remove line about asyncio.timeout() from the NEWS file by Yury Selivanov · 9 years ago
  42. e42e129 Issue #25738: Don’t send message body for 205 Reset Content by Martin Panter · 9 years ago
  43. 4e50553 Issue #21313: Tolerate truncated buildinfo in sys.version by Martin Panter · 9 years ago
  44. 8bff8f6 Items for NEWS and idlelib/NEWS.txt. by Terry Jan Reedy · 9 years ago
  45. dddf484 os.urandom() doesn't block on Linux anymore by Victor Stinner · 9 years ago
  46. 9c2a8f9 Issue #27229: Fix in-tree cross-build rule, by Xavier de Gaye by Martin Panter · 9 years ago
  47. 8f5798e Issue #26014: Update 3.x packaging documentation: by Ned Deily · 9 years ago
  48. 3f0ee83 Issue #27164: Allow decompressing raw Deflate streams with predefined zdict by Martin Panter · 9 years ago
  49. ed0425c Issue #24291: Avoid WSGIRequestHandler doing partial writes by Martin Panter · 9 years ago
  50. 92b4b5a Issue #26930: Update OS X 32-bit-only installer builds to use OpenSSL 1.0.2h. by Ned Deily · 9 years ago
  51. 6ada012 - Issue #26884: Fix linking extension modules for cross builds. by doko@ubuntu.com · 9 years ago
  52. 41e9ad1 Issue #21916: Added tests for the turtle module. by Serhiy Storchaka · 9 years ago
  53. c17a0b8 Issue #26809: Add __all__ to string module. Patch by Emanuel Barry by Zachary Ware · 9 years ago
  54. 64a263a Issue #20041: Fixed TypeError when frame.f_trace is set to None. by Serhiy Storchaka · 9 years ago
  55. 3ee6270 Fix typos in code comment and documentation by Martin Panter · 9 years ago
  56. 1ef8c7e Fixes Issue #26373: subprocess.Popen.communicate now correctly ignores by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 9 years ago
  57. ead9bfc #16484: Fix pydoc doc links to modules whose names are mixed case. by R David Murray · 9 years ago
  58. dd4fcf5 #26829: Clarify that namespace is copied to a new __dict__ in instance creation. by R David Murray · 9 years ago
  59. a32c738 #27185: move test_pep292 into test_string. by R David Murray · 9 years ago
  60. 6a8e626 Issue #21776: distutils.upload now correctly handles HTTPError by Berker Peksag · 9 years ago
  61. 947ff38 #20973: add total ordering tests for ipaddress by R David Murray · 9 years ago
  62. e26da7c Issue #27171: Fix typos in documentation, comments, and test function names by Martin Panter · 9 years ago
  63. a90a4a9 Issue #27125: Remove duplicated words from documentation and comments by Martin Panter · 9 years ago
  64. f45d27b Add items to MISC/NEWS and idlelib/NEWS.txt. by Terry Jan Reedy · 9 years ago
  65. 8d56c02 Issue #27125: Fix various errors like “will [be] inherited” by Martin Panter · 9 years ago
  66. c352620 backout 3c9512d8ac0d by Benjamin Peterson · 9 years ago
  67. 338502b Issue #27147: Mention PEP 420 in the importlib docs. by Eric Snow · 9 years ago
  68. 819581b Issue 25926: Clarify that the pure python equivalents are only approximate. by Raymond Hettinger · 9 years ago
  69. fc36e66 Issue #27138: Fix the doc comment for FileFinder.find_spec(). by Eric Snow · 9 years ago
  70. 33bc4a2 Issue #27114: Fix SSLContext._load_windows_store_certs fails with PermissionError by Steve Dower · 9 years ago
  71. 43593a1 Issue #18383: Avoid adding duplicate filters when warnings is reloaded by Martin Panter · 9 years ago
  72. 46f5072 Issue #27076: Doc, comment and tests spelling fixes by Martin Panter · 9 years ago
  73. 4e52558 Fix minor inconsistencies with Issue #N references in NEWS and HISTORY by Martin Panter · 9 years ago
  74. 13e602e Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N" by Serhiy Storchaka · 9 years ago
  75. 387e6e3 Back out pathlib.Path.path attr. (Merge 3.4->3.5) by Guido van Rossum · 9 years ago
  76. 3d4d01f Back out 7e9605697dfc, 2e3c31ab586a, 759b2cecc289. by Guido van Rossum · 9 years ago
  77. d8bf09c Issue #27053: Updates make_zip.py to correctly generate library ZIP file. by Steve Dower · 9 years ago
  78. 3116cc4 Fix os.set_inheritable() on Android by Victor Stinner · 9 years ago
  79. 1cea70f Fix #27014 -- infinite recursion using typing.py. by Guido van Rossum · 9 years ago
  80. ad887cf fix possible refleak in MAKE_FUNCTION (closes #26991) by Benjamin Peterson · 9 years ago
  81. 7661db6 Issue #27041: asyncio: Add loop.create_future method by Yury Selivanov · 9 years ago
  82. 7ed7ce6 Issue #27040: Add loop.get_exception_handler method by Yury Selivanov · 9 years ago
  83. 7bf36da Issue #27039: Fixed bytearray.remove() for values greater than 127. by Serhiy Storchaka · 9 years ago
  84. e6f0609 Issue #17214: Percent-encode non-ASCII bytes in redirect targets by Martin Panter · 9 years ago
  85. ce6e068 Issue #14132: Fix redirect handling when target is just a query string by Martin Panter · 9 years ago
  86. 9549a3e Issue #26807: mock_open 'files' no longer error on readline at end of file. by Robert Collins · 9 years ago
  87. 7657f6b Issue #26848: Fix asyncio/subprocess.communicate() to handle empty input. by Yury Selivanov · 9 years ago
  88. 9642eed Issue #26892: Honor debuglevel flag in urllib.request.HTTPHandler. by Senthil Kumaran · 9 years ago
  89. c763589 Issue #22274: Redirect stderr=STDOUT when stdout not redirected, by Akira Li by Martin Panter · 9 years ago
  90. ea36c94 Issue #23640: int.from_bytes() no longer bypasses constructors for subclasses. by Serhiy Storchaka · 9 years ago
  91. 9de7efe Removed duplicated NEWS entity for issue #26881. by Serhiy Storchaka · 9 years ago
  92. 3414e4a NEWS message for issue #26977. by Steven D'Aprano · 9 years ago
  93. df40b62 Issue #25745: Fixed leaking a userptr in curses panel destructor. by Serhiy Storchaka · 9 years ago
  94. 02d9f5e Issue #26881: The modulefinder module now supports extended opcode arguments. by Serhiy Storchaka · 9 years ago
  95. e3f1b09 Issue #23815: Fixed crashes related to directly created instances of types in by Serhiy Storchaka · 9 years ago
  96. f0564164 Fix typos in comments, documentation and test method names by Martin Panter · 9 years ago
  97. 21eb487 Issue #17765: weakref.ref() no longer silently ignores keyword arguments. by Serhiy Storchaka · 9 years ago
  98. 6dff020 Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 9 years ago
  99. 7822f15 Issue #26811: gc.get_objects() no longer contains a broken tuple with NULL by Serhiy Storchaka · 9 years ago
  100. 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 · 9 years ago