Python 3.7.6rc1
  1. bd18254 3.7.6rc1 by Ned Deily · 6 years ago v3.7.6rc1
  2. 95157c6 bpo-37228: Fix loop.create_datagram_endpoint()'s usage of SO_REUSEADDR (GH-17311) (GH-17570) by Ned Deily · 6 years ago
  3. 1b0e88d bpo-38943: Fix IDLE autocomplete window not always appearing (GH-17416) by Miss Islington (bot) · 6 years ago
  4. 4e0e452 bpo-38944: Escape key now closes IDLE completion windows. (GH-17419) by Miss Islington (bot) · 6 years ago
  5. 66d7a5d bpo-34776: Fix dataclasses to support __future__ "annotations" mode (GH-9518) (#17532) by Miss Islington (bot) · 6 years ago
  6. a0078d9 bpo-39006: Fix asyncio when the ssl module is missing (GH-17524) by Miss Islington (bot) · 6 years ago
  7. b9f4b49 bpo-38547: Fix test_pty if the process is the session leader (GH-17519) by Miss Islington (bot) · 6 years ago
  8. 41973c9 bpo-38669: patch.object now raises a helpful error (GH17511) by Miss Islington (bot) · 6 years ago
  9. 9baa870 bpo-38979: fix ContextVar "__class_getitem__" method (GH-17497) by Miss Islington (bot) · 6 years ago
  10. a197f8a [3.7] bpo-38820: OpenSSL 3.0.0 compatibility. (GH-17190) (GH-17500) by Miss Islington (bot) · 6 years ago
  11. a85066d bpo-37404: Raising value error if an SSLSocket is passed to asyncio functions (GH-16457) by Miss Islington (bot) · 6 years ago
  12. 5ba591f bpo-36820: Break unnecessary cycle in socket.py, codeop.py and dyld.py (GH-13135) by Miss Islington (bot) · 6 years ago
  13. e0f148e bpo-33684: json.tool: Use utf-8 for infile and outfile. (GH-17460) by Inada Naoki · 6 years ago
  14. 87f2d26 bpo-38945: UU Encoding: Don't let newline in filename corrupt the output format (GH-17418) by Miss Islington (bot) · 6 years ago
  15. 1f4f28c bpo-38815: Accept TLSv3 default in min max test (GH-NNNN) (GH-17437) by Miss Islington (bot) · 6 years ago
  16. 926eabb bpo-38449: Add URL delimiters test cases (GH-16729) by Miss Islington (bot) · 6 years ago
  17. e65b3fa bpo-26730: Fix SpooledTemporaryFile data corruption (GH-17400) by Inada Naoki · 6 years ago
  18. 2fb9719 [3.7] bpo-38862: IDLE Strip Trailing Whitespace fixes end newlines (GH-17366) (#17379) by Terry Jan Reedy · 6 years ago
  19. 07432c3 bpo-38686: fix HTTP Digest handling in request.py (GH-17045) by Miss Islington (bot) · 6 years ago
  20. cb60851 bpo-38804: Fix REDoS in http.cookiejar (GH-17157) by Miss Islington (bot) · 6 years ago
  21. d4d7920 bpo-22367: Update test_fcntl.py for spawn process mode (GH-17154) (GH-17253) by Miss Islington (bot) · 6 years ago
  22. 91c15a5 [3.7] bpo-16576: Add checks for bitfields passed by value to functions. (GH-17097) (GH-17224) by Miss Islington (bot) · 6 years ago
  23. 30e5bd8 bpo-37838: get_type_hints for wrapped functions with forward reference (GH-17126) by Miss Islington (bot) · 6 years ago
  24. ecb2afc bpo-38821: Fix crash in argparse when using gettext (GH-17192) by Miss Islington (bot) · 6 years ago
  25. 755caaa bpo-38636: Fix IDLE tab toggle and file indent width (GH-17008) by Miss Islington (bot) · 6 years ago
  26. 4ffc569 bpo-35409: Ignore GeneratorExit in async_gen_athrow_throw (GH-14755) by Miss Islington (bot) · 6 years ago
  27. 5469bc0 Fix typo in Lib/socketserver.py (GH-17024) by Miss Islington (bot) · 6 years ago
  28. 87b4d39 bpo-38785: Prevent asyncio from crashing (GH-17144) by Miss Islington (bot) · 6 years ago
  29. 753d0c0 bpo-4630: Add cursor no-blink option for IDLE (GH-16960) by Miss Islington (bot) · 6 years ago
  30. b8b3e43 [3.7] closes bpo-27805: Ignore ESPIPE in initializing seek of append-mode files. (GH-17137) by Benjamin Peterson · 6 years ago
  31. 42b619a [3.7] bpo-38738: Fix formatting of True and False. (GH-17083) (GH-17128) by Serhiy Storchaka · 6 years ago
  32. 177b126 bpo-26353: IDLE adds an unneeded newline when saving a shell window (GH-17103) by Miss Islington (bot) · 6 years ago
  33. 832341a [3.8] bpo-37309: idlelib/NEWS.txt - add missing period. (GH-17115) by Miss Islington (bot) · 6 years ago
  34. 917dbe3 bpo-22367: Add tests for fcntl.lockf(). (GH-17010) by Miss Islington (bot) · 6 years ago
  35. 1f9148b Fix a typo in wave module docstring (GH-17009) by Miss Islington (bot) · 6 years ago
  36. 72b874a bpo-38422: Clarify docstrings of pathlib suffix(es) (GH-16679) by Miss Skeleton (bot) · 6 years ago
  37. 0118d10 [3.7] bpo-16575: Add checks for unions passed by value to functions. (GH-16799) (GH-17017) by Vinay Sajip · 6 years ago
  38. a28cf14 Add docstring for shlex.split (GH-16740) (GH-17012) by Miss Skeleton (bot) · 6 years ago
  39. f7d50f8 bpo-36993: Improve error reporting for zipfiles with bad zip64 extra data. (GH-14656) by Miss Skeleton (bot) · 6 years ago
  40. ed2db31 bpo-38334: Fix seeking backward on an encrypted zipfile.ZipExtFile. (GH-16937) by Miss Skeleton (bot) · 6 years ago
  41. baf2657 [3.7] bpo-37309: First idlelib/NEWS.txt for 3.7.6 (GH-) (#16949) by Terry Jan Reedy · 6 years ago
  42. bc30db1 bpo-34162: Last idlelib/NEWS.txt items for 3.8.0. (GH-16943) by Miss Skeleton (bot) · 6 years ago
  43. 849b1b9 bpo-38598: Do not try to compile IDLE shell or output windows (GH-16939) by Miss Skeleton (bot) · 6 years ago
  44. 91fc9cf [3.7] bpo-38535: Fix positions for AST nodes for calls without arguments in decorators. (GH-16861). (GH-16930) by Serhiy Storchaka · 6 years ago
  45. 0160a70 bpo-33348: parse expressions after * and ** in lib2to3 (GH-6586) by Miss Skeleton (bot) · 6 years ago
  46. 175abcc bpo-31202: Preserve case of literal parts in Path.glob() on Windows. (GH-16860) by Miss Skeleton (bot) · 6 years ago
  47. 82b5f6b bpo-27657: Fix urlparse() with numeric paths (GH-661) by Miss Islington (bot) · 6 years ago
  48. 1bceb0e bpo-35998: Fix test_asyncio.test_start_tls_server_1() (GH-16815) (GH-16818) by Victor Stinner · 6 years ago
  49. 1f18771 Merge tag 'v3.7.5' into 3.7 by Ned Deily · 6 years ago
  50. 5c02a39 3.7.5 by Ned Deily · 6 years ago v3.7.5
  51. 2a40559 [3.7] bpo-38449: Revert "bpo-22347: Update mimetypes.guess_type to allow oper parsing of URLs (GH-15685)" (GH-16724) (GH-16727) by Abhilash Raj · 6 years ago
  52. 42b16b2 bpo-36953: Delay removal of ABCs from collections. (GH-13409) by Miss Islington (bot) · 6 years ago
  53. 1c61f2c bpo-38368: Added fix for ctypes crash when handling arrays in structs/unions. (GH-16589) (GH-16672) by Vinay Sajip · 6 years ago
  54. ab22c8b bpo-38344: Fix syntax in activate.bat (GH-16533) by Miss Islington (bot) · 6 years ago
  55. 88204a3 bpo-34344 Fix AbstractEventLoopPolicy.get_event_loop docstring (GH-16463) by Miss Islington (bot) · 6 years ago
  56. 164bee2 [3.7] bpo-38449: Revert "bpo-22347: Update mimetypes.guess_type to allow oper parsing of URLs (GH-15685)" (GH-16724) (GH-16727) by Abhilash Raj · 6 years ago
  57. febe359 bpo-38332: Catch KeyError from unknown cte in encoded-word. (GH-16503) by Miss Islington (bot) · 6 years ago
  58. cb580d6 bpo-38341: Add SMTPNotSupportedError in the exports of smtplib (GH-16525) by Miss Islington (bot) · 6 years ago
  59. 193366e [3.7] bpo-38395: Fix ownership in weakref.proxy methods (GH-16632) (GH-16663) by Pablo Galindo · 6 years ago
  60. f5ed41c bpo-38109: Add missing constants to Lib/stat.py (GH-16665) (GH-16691) by Miss Islington (bot) · 6 years ago
  61. a081e93 [3.7] bpo-38379: don't claim objects are collected when they aren't (GH-16658) (GH-16685) by Pablo Galindo · 6 years ago
  62. 598bfa4 bpo-37531: regrtest ignores output on timeout (GH-16659) by Miss Islington (bot) · 6 years ago
  63. 0b354fc [3.7] bpo-38407: Add docstrings for typing.SupportsXXX classes. (GH-16644). (GH-16673) by Serhiy Storchaka · 6 years ago
  64. 87db4d3 [3.7] bpo-38405: Make nested subclasses of typing.NamedTuple pickleable. (GH-16641). (GH-16674) by Serhiy Storchaka · 6 years ago
  65. 056fa7f bpo-36953: Delay removal of ABCs from collections. (GH-13409) by Miss Islington (bot) · 6 years ago
  66. 129c2b3 bpo-38368: Added fix for ctypes crash when handling arrays in structs/unions. (GH-16589) (GH-16672) by Vinay Sajip · 6 years ago
  67. 4f962ec bpo-36698: IDLE no longer fails when write non-encodable characters to stderr. (GH-16583) by Miss Islington (bot) · 6 years ago
  68. bfb5f9a bpo-38344: Fix syntax in activate.bat (GH-16533) by Miss Islington (bot) · 6 years ago
  69. 6c3fbbc bpo-13153: Use OS native encoding for converting between Python and Tcl. (GH-16545) by Miss Islington (bot) · 6 years ago
  70. 4de3fbe bpo-34344 Fix AbstractEventLoopPolicy.get_event_loop docstring (GH-16463) by Miss Islington (bot) · 6 years ago
  71. f9016e5 [3.8] bpo-36670, regrtest: Fix WindowsLoadTracker() for partial line (GH-16550) (GH-16560) by Miss Islington (bot) · 6 years ago
  72. ab98cd8 bpo-38338, test.pythoninfo: add more ssl infos (GH-16539) by Miss Islington (bot) · 6 years ago
  73. 4082f60 3.7.5rc1 by Ned Deily · 6 years ago v3.7.5rc1
  74. d6a92b5 bpo-36670: Multiple regrtest bugfixes (GH-16511) by Miss Islington (bot) · 6 years ago
  75. 2eb1dac Fix and improve `asyncio.run()` docs (GH-16403) (GH-16505) by Miss Islington (bot) · 6 years ago
  76. 1c3e469 bpo-38019: correctly handle pause/resume reading of closed asyncio unix pipe (GH-16472) by Miss Islington (bot) · 6 years ago
  77. 80dd66a [3.7] bpo-38216, bpo-36274: Allow subclasses to separately override validation and encoding behavior (GH-16448) (GH-16461) by Jason R. Coombs · 6 years ago
  78. 39a0c75 bpo-38243, xmlrpc.server: Escape the server_title (GH-16373) by Miss Islington (bot) · 6 years ago
  79. 2c24f2c [3.7] bpo-38275: Skip ssl tests for disabled versions (GH-16427) by Christian Heimes · 6 years ago
  80. e6b5ed1 bpo-38239: Fix test_gdb for Link Time Optimization (LTO) (GH-16422) (GH-16426) by Victor Stinner · 6 years ago
  81. 585798f bpo-38271: encrypt private key test files with AES256 (GH-16385) by Miss Islington (bot) · 6 years ago
  82. d366694 bpo-38260: Add Docs on asyncio.run (GH-16337) by Miss Islington (bot) · 6 years ago
  83. 4042e1a [3.7] bpo-36871: Handle spec errors in assert_has_calls (GH-16364) (GH-16374) by Gregory P. Smith · 6 years ago
  84. 16c0f6d bpo-22273: Update ctypes to correctly handle arrays in small structur… (GH-15839) (GH-16369) by Miss Islington (bot) · 6 years ago
  85. 46f6c56 bpo-37123: multiprocessing test_mymanager() accepts SIGTERM (GH-16349) by Miss Islington (bot) · 6 years ago
  86. c13a4d6 bpo-38212: Increase MP test_queue_feeder_donot_stop_onexc() timeout (GH-16348) by Miss Islington (bot) · 6 years ago
  87. 6641a10 Updated incorrect level-setting code to use setLevel(). (GH-16325) (GH-16326) by Miss Islington (bot) · 6 years ago
  88. 8d4c52f Doc: Fix spelling errors of 'initial' in enum.py (GH-16314) by Miss Islington (bot) · 6 years ago
  89. 5e1400a bpo-37531: sync regrtest with master branch (GH-16285) (GH-16289) by Victor Stinner · 6 years ago
  90. 69b3718 [3.7] bpo-38191: Accept arbitrary keyword names in NamedTuple(). (GH-16222) (GH-16239) by Serhiy Storchaka · 6 years ago
  91. fc022f0 bpo-38013: make async_generator_athrow object tolerant to throwing exceptions (GH-16070) by Miss Islington (bot) · 6 years ago
  92. 6591b4b bpo-37531: regrtest main process uses shorter timeout (GH-16220) (GH-16223) by Miss Islington (bot) · 6 years ago
  93. 80cb055 bpo-38185: Fixed case-insensitive string comparison in sqlite3.Row indexing. (GH-16190) by Miss Islington (bot) · 6 years ago
  94. 3d916a7 bpo-35379: When exiting IDLE, catch any AttributeError. (GH-16212) by Miss Islington (bot) · 6 years ago
  95. 4ac1be2 bpo-38175: Fix a memory leak in comparison of sqlite3.Row objects. (GH-16155) by Miss Islington (bot) · 6 years ago
  96. 523497c bpo-38183: Test_idle ignores user config directory GH-16198) by Miss Islington (bot) · 6 years ago
  97. 4651a7a Doc: Fix Wikipedia link for functools.lru_cache (GH-16183) by Miss Islington (bot) · 6 years ago
  98. 7aae4f00 [3.7] bpo-38100: Fix spelling error in unittest.mock code (GH-16195) by Stéphane Wirtel · 6 years ago
  99. 3ac6520 Fix typo in test_api.py. (GH-16119) by Miss Islington (bot) · 6 years ago
  100. 3906920 bpo-34706: Preserve subclassing in inspect.Signature.from_callable (GH-16108) (GH-16114) by Miss Islington (bot) · 6 years ago