1. c29df65 Issue #27369: Merge test_pyexpat from 3.4 into 3.5 by Martin Panter · 8 years ago
  2. b7b5d35 Issue #27369: Merge test_pyexpat from 3.3 into 3.4 by Martin Panter · 8 years ago
  3. d27a7c1 Issue #27369: Merge test_pyexpat from 3.2 into 3.3 by Martin Panter · 8 years ago
  4. 076ca6c Issue #27369: Don’t test error message detail that changed in Expat 2.2.0 by Martin Panter · 8 years ago
  5. 2cdcaf1 Issue #22758: Move NEWS entry to Library section by Martin Panter · 8 years ago
  6. 252e9ed Issue #27392: Add loop.connect_accepted_socket(). by Yury Selivanov · 8 years ago
  7. 204bf0b English spelling and grammar fixes by Martin Panter · 8 years ago
  8. 0ca0ede Restore NEWS entries lost in revision 8145f25f26aa by Martin Panter · 8 years ago
  9. bed7f1a Issue #23804: Fix SSL zero-length recv() calls to not block and raise EOF by Martin Panter · 8 years ago
  10. 06cfb0c Issue #27473: Fixed possible integer overflow in bytes and bytearray by Serhiy Storchaka · 8 years ago
  11. 5f21f43 #22758: fix regression in handling of secure cookies. by R David Murray · 8 years ago
  12. d5b47fb Issue #27466: Change time format returned by http.cookie.time2netscape, by Senthil Kumaran · 8 years ago
  13. 1a2b24f Issue #27332: Fixed the type of the first argument of module-level functions by Serhiy Storchaka · 8 years ago
  14. af65872 Issue #27443: __length_hint__() of bytearray itearator no longer return by Serhiy Storchaka · 8 years ago
  15. e39682b Issue #27430: Fix typos, patch by scop. by Berker Peksag · 8 years ago
  16. 660c8fc Issue #26665: Remove mis-use of ``$`` in activate.fish. by Brett Cannon · 8 years ago
  17. eb51faa Issue #27418: Fixed Tools/importbench/importbench.py. by Serhiy Storchaka · 8 years ago
  18. 1b329e7 Merge. by Larry Hastings · 8 years ago
  19. 9bb2005 Post-release fixups for Python 3.5.2. by Larry Hastings · 8 years ago
  20. ea68492 Post-release fixups for Python 3.4.5. by Larry Hastings · 8 years ago
  21. 1e957d1 Update NEWS and idlelib NEWS.text. by Terry Jan Reedy · 8 years ago
  22. 745a407 Issue #22115: Fixed tracing Tkinter variables: by Serhiy Storchaka · 8 years ago
  23. 98be9d5 Version bump for 3.4.5 final. by Larry Hastings · 8 years ago
  24. e92dc9c Fix a scoping issue where an UnboundLocalError was triggered if a by Brett Cannon · 8 years ago
  25. 514f973 Issue #27294: Numerical state in the repr for Tkinter event objects is now by Serhiy Storchaka · 8 years ago
  26. 9305d83 Issue #26754: PyUnicode_FSDecoder() accepted a filename argument encoded as by Serhiy Storchaka · 8 years ago
  27. 08bb8a4 Issue #27048: Prevents distutils failing on Windows when environment variables contain non-ASCII characters by Steve Dower · 8 years ago
  28. adef646 Issue #27330: Fixed possible leaks in the ctypes module. by Serhiy Storchaka · 8 years ago
  29. 42d4b9c Issue #26930: Update Windows build to OpenSSL 1.0.2h by Zachary Ware · 8 years ago
  30. f88d83b Issue #26930: Update Windows build to OpenSSL 1.0.2h by Zachary Ware · 8 years ago
  31. cefa917 Issue #27238: Got rid of bare excepts in the turtle module. Original patch by Serhiy Storchaka · 8 years ago
  32. fcbe337 issue27122: fix typo in the news file, wrong issue #. not issue27123. by Gregory P. Smith · 8 years ago
  33. ba2ecd6 Issue #27123: When an exception is raised within the context being by Gregory P. Smith · 8 years ago
  34. b98a36e Fix os.urandom() using getrandom() on Linux by Victor Stinner · 8 years ago
  35. fd7f19e Issue #25843: Fix the NEWS entry by Victor Stinner · 8 years ago
  36. 8e6d09c Issue #26386: Fixed ttk.TreeView selection operations with item id's by Serhiy Storchaka · 8 years ago
  37. bfb15ab Issue #22636: avoid using a shell in the ctypes.util module by Martin Panter · 8 years ago
  38. f00c49d Issue #16182: Fix readline begidx, endidx, and use locale encoding by Martin Panter · 8 years ago
  39. 6e9a96b Post-release fixups for Python 3.5.2rc1. by Larry Hastings · 8 years ago
  40. 29f9637 Merge 3.5.2rc1 with current 3.5 branch. by Larry Hastings · 8 years ago
  41. 7bea234 Issue #27190: Raise NotSupportedError if sqlite3 is older than 3.3.1 by Berker Peksag · 8 years ago
  42. 179f960 Issue #25455: Fixed a crash in repr of recursive functools.partial objects. by Serhiy Storchaka · 8 years ago
  43. cbe6142 Merge heads by Serhiy Storchaka · 8 years ago
  44. 9062c26 Issue #25455: Fixed a crash in repr of ElementTree.Element with recursive tag. by Serhiy Storchaka · 8 years ago
  45. 3c317e7 Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling by Serhiy Storchaka · 8 years ago
  46. 70c502a Fix typos and English grammar in documentation and code comment by Martin Panter · 8 years ago
  47. 463c3f3 Release bump for 3.4.5rc1. by Larry Hastings · 8 years ago
  48. 4f8aaf6 Issue #16484: Fix pydoc link and test on Windows, by Kaushik Nadikuditi by Martin Panter · 8 years ago
  49. d31a255 Release bump for 3.5.2rc1. by Larry Hastings · 8 years ago
  50. 0c0da48 Issue #24136: Document generalized unpacking, PEP 448 by Martin Panter · 8 years ago
  51. 0d18c15 Issue #14209: pkgutil.iter_zipimport_modules ignores the prefix for packages by Łukasz Langa · 8 years ago
  52. e7f2748 Issue #27194: superfluous truncate calls in tarfile.py slow down extraction by Łukasz Langa · 8 years ago
  53. b5ad549 merge 3.4 (#26556) by Benjamin Peterson · 8 years ago
  54. 196d7db upgrade expt to 2.1.1 (closes #26556) by Benjamin Peterson · 8 years ago
  55. b0557e7 merge 3.4 by Benjamin Peterson · 8 years ago
  56. 46b32f3 raise an error when STARTTLS fails by Benjamin Peterson · 8 years ago
  57. 742192a Issue #21386: Implement missing IPv4Address.is_global property by Berker Peksag · 8 years ago
  58. fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. by Terry Jan Reedy · 8 years ago
  59. c92bf83 Issue #22970: asyncio: Fix inconsistency cancelling Condition.wait. by Yury Selivanov · 8 years ago
  60. ca2e0a4 Issue #27223: aio: Fix _read_ready and _write_ready to respect _conn_lost. by Yury Selivanov · 8 years ago
  61. 8ace13b Issue #5124: NEWS entries. by Terry Jan Reedy · 8 years ago
  62. 904a2ef Issue #20900: distutils register command now decodes HTTP responses correctly by Berker Peksag · 8 years ago
  63. 87a8bcc - Issue #17500, and https://github.com/python/pythondotorg/issues/945: Remove by doko@ubuntu.com · 8 years ago
  64. a6f6edb Issue #27243: Fix __aiter__ protocol by Yury Selivanov · 8 years ago
  65. 480e285 Issue #27066: Fixed SystemError if a custom opener (for open()) returns by Barry Warsaw · 8 years ago
  66. fda4d67 Omnibus news entry for updates to typing.py. by Guido van Rossum · 8 years ago
  67. 07a9fcd asyncio: Remove line about asyncio.timeout() from the NEWS file by Yury Selivanov · 8 years ago
  68. e42e129 Issue #25738: Don’t send message body for 205 Reset Content by Martin Panter · 8 years ago
  69. 4e50553 Issue #21313: Tolerate truncated buildinfo in sys.version by Martin Panter · 8 years ago
  70. 8bff8f6 Items for NEWS and idlelib/NEWS.txt. by Terry Jan Reedy · 8 years ago
  71. dddf484 os.urandom() doesn't block on Linux anymore by Victor Stinner · 8 years ago
  72. 9c2a8f9 Issue #27229: Fix in-tree cross-build rule, by Xavier de Gaye by Martin Panter · 8 years ago
  73. 8f5798e Issue #26014: Update 3.x packaging documentation: by Ned Deily · 8 years ago
  74. 3f0ee83 Issue #27164: Allow decompressing raw Deflate streams with predefined zdict by Martin Panter · 8 years ago
  75. ed0425c Issue #24291: Avoid WSGIRequestHandler doing partial writes by Martin Panter · 8 years ago
  76. 92b4b5a Issue #26930: Update OS X 32-bit-only installer builds to use OpenSSL 1.0.2h. by Ned Deily · 8 years ago
  77. 6ada012 - Issue #26884: Fix linking extension modules for cross builds. by doko@ubuntu.com · 8 years ago
  78. 41e9ad1 Issue #21916: Added tests for the turtle module. by Serhiy Storchaka · 8 years ago
  79. c17a0b8 Issue #26809: Add __all__ to string module. Patch by Emanuel Barry by Zachary Ware · 8 years ago
  80. 64a263a Issue #20041: Fixed TypeError when frame.f_trace is set to None. by Serhiy Storchaka · 8 years ago
  81. 3ee6270 Fix typos in code comment and documentation by Martin Panter · 8 years ago
  82. 1ef8c7e Fixes Issue #26373: subprocess.Popen.communicate now correctly ignores by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  83. ead9bfc #16484: Fix pydoc doc links to modules whose names are mixed case. by R David Murray · 8 years ago
  84. dd4fcf5 #26829: Clarify that namespace is copied to a new __dict__ in instance creation. by R David Murray · 8 years ago
  85. a32c738 #27185: move test_pep292 into test_string. by R David Murray · 8 years ago
  86. 6a8e626 Issue #21776: distutils.upload now correctly handles HTTPError by Berker Peksag · 8 years ago
  87. 947ff38 #20973: add total ordering tests for ipaddress by R David Murray · 8 years ago
  88. e26da7c Issue #27171: Fix typos in documentation, comments, and test function names by Martin Panter · 8 years ago
  89. a90a4a9 Issue #27125: Remove duplicated words from documentation and comments by Martin Panter · 8 years ago
  90. f45d27b Add items to MISC/NEWS and idlelib/NEWS.txt. by Terry Jan Reedy · 8 years ago
  91. 8d56c02 Issue #27125: Fix various errors like “will [be] inherited” by Martin Panter · 8 years ago
  92. c352620 backout 3c9512d8ac0d by Benjamin Peterson · 8 years ago
  93. 338502b Issue #27147: Mention PEP 420 in the importlib docs. by Eric Snow · 8 years ago
  94. 819581b Issue 25926: Clarify that the pure python equivalents are only approximate. by Raymond Hettinger · 8 years ago
  95. fc36e66 Issue #27138: Fix the doc comment for FileFinder.find_spec(). by Eric Snow · 8 years ago
  96. 33bc4a2 Issue #27114: Fix SSLContext._load_windows_store_certs fails with PermissionError by Steve Dower · 8 years ago
  97. 43593a1 Issue #18383: Avoid adding duplicate filters when warnings is reloaded by Martin Panter · 8 years ago
  98. 46f5072 Issue #27076: Doc, comment and tests spelling fixes by Martin Panter · 8 years ago
  99. 4e52558 Fix minor inconsistencies with Issue #N references in NEWS and HISTORY by Martin Panter · 8 years ago
  100. 13e602e Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N" by Serhiy Storchaka · 8 years ago