Python 3.7.6
  1. 43364a7 3.7.6 by Ned Deily · 6 years ago v3.7.6
  2. 13ee023 bpo-38295: prevent test_relative_path of test_py_compile failure on macOS Catalina (GH-17636) by Miss Islington (bot) · 6 years ago
  3. bd18254 3.7.6rc1 by Ned Deily · 6 years ago v3.7.6rc1
  4. 95157c6 bpo-37228: Fix loop.create_datagram_endpoint()'s usage of SO_REUSEADDR (GH-17311) (GH-17570) by Ned Deily · 6 years ago
  5. 1b0e88d bpo-38943: Fix IDLE autocomplete window not always appearing (GH-17416) by Miss Islington (bot) · 6 years ago
  6. 4e0e452 bpo-38944: Escape key now closes IDLE completion windows. (GH-17419) by Miss Islington (bot) · 6 years ago
  7. 66d7a5d bpo-34776: Fix dataclasses to support __future__ "annotations" mode (GH-9518) (#17532) by Miss Islington (bot) · 6 years ago
  8. a0078d9 bpo-39006: Fix asyncio when the ssl module is missing (GH-17524) by Miss Islington (bot) · 6 years ago
  9. 188d5ae bpo-38673: dont switch to ps2 if the line starts with comment or whitespace (GH-17421) (GH-17522) by Miss Islington (bot) · 6 years ago
  10. b9f4b49 bpo-38547: Fix test_pty if the process is the session leader (GH-17519) by Miss Islington (bot) · 6 years ago
  11. 41973c9 bpo-38669: patch.object now raises a helpful error (GH17511) by Miss Islington (bot) · 6 years ago
  12. 9baa870 bpo-38979: fix ContextVar "__class_getitem__" method (GH-17497) by Miss Islington (bot) · 6 years ago
  13. a197f8a [3.7] bpo-38820: OpenSSL 3.0.0 compatibility. (GH-17190) (GH-17500) by Miss Islington (bot) · 6 years ago
  14. a85066d bpo-37404: Raising value error if an SSLSocket is passed to asyncio functions (GH-16457) by Miss Islington (bot) · 6 years ago
  15. 8ce85a3 [3.7] Make repr of C accelerated TaskWakeupMethWrapper the same as of pure Python version (GH-17484) (GH-17494) by Andrew Svetlov · 6 years ago
  16. 5ba591f bpo-36820: Break unnecessary cycle in socket.py, codeop.py and dyld.py (GH-13135) by Miss Islington (bot) · 6 years ago
  17. 5044c88 bpo-38965: Fix faulthandler._stack_overflow() on GCC 10 (GH-17467) by Miss Islington (bot) · 6 years ago
  18. e0f148e bpo-33684: json.tool: Use utf-8 for infile and outfile. (GH-17460) by Inada Naoki · 6 years ago
  19. 87f2d26 bpo-38945: UU Encoding: Don't let newline in filename corrupt the output format (GH-17418) by Miss Islington (bot) · 6 years ago
  20. e65b3fa bpo-26730: Fix SpooledTemporaryFile data corruption (GH-17400) by Inada Naoki · 6 years ago
  21. 2fb9719 [3.7] bpo-38862: IDLE Strip Trailing Whitespace fixes end newlines (GH-17366) (#17379) by Terry Jan Reedy · 6 years ago
  22. 07432c3 bpo-38686: fix HTTP Digest handling in request.py (GH-17045) by Miss Islington (bot) · 6 years ago
  23. cb60851 bpo-38804: Fix REDoS in http.cookiejar (GH-17157) by Miss Islington (bot) · 6 years ago
  24. 30e5bd8 bpo-37838: get_type_hints for wrapped functions with forward reference (GH-17126) by Miss Islington (bot) · 6 years ago
  25. ecb2afc bpo-38821: Fix crash in argparse when using gettext (GH-17192) by Miss Islington (bot) · 6 years ago
  26. 755caaa bpo-38636: Fix IDLE tab toggle and file indent width (GH-17008) by Miss Islington (bot) · 6 years ago
  27. 4ffc569 bpo-35409: Ignore GeneratorExit in async_gen_athrow_throw (GH-14755) by Miss Islington (bot) · 6 years ago
  28. 2b928d9 bpo-38809: Windows build scripts use python.exe from virtual envs (GH-17164) by Miss Islington (bot) · 6 years ago
  29. fe67a53 bpo-38351: Modernize email examples from %-formatting to f-strings (GH-17162) by Miss Islington (bot) · 6 years ago
  30. 87b4d39 bpo-38785: Prevent asyncio from crashing (GH-17144) by Miss Islington (bot) · 6 years ago
  31. 753d0c0 bpo-4630: Add cursor no-blink option for IDLE (GH-16960) by Miss Islington (bot) · 6 years ago
  32. b8b3e43 [3.7] closes bpo-27805: Ignore ESPIPE in initializing seek of append-mode files. (GH-17137) by Benjamin Peterson · 6 years ago
  33. 177b126 bpo-26353: IDLE adds an unneeded newline when saving a shell window (GH-17103) by Miss Islington (bot) · 6 years ago
  34. 72b874a bpo-38422: Clarify docstrings of pathlib suffix(es) (GH-16679) by Miss Skeleton (bot) · 6 years ago
  35. f7d50f8 bpo-36993: Improve error reporting for zipfiles with bad zip64 extra data. (GH-14656) by Miss Skeleton (bot) · 6 years ago
  36. 379b55b bpo-38589: Fixes HTML Help shortcut when Windows is not installed to C drive (GH-16968) by Miss Skeleton (bot) · 6 years ago
  37. 155a9dc bpo-38592 Add pt-br switcher to Python Docs website (GH-16924) (GH-16954) by Miss Skeleton (bot) · 6 years ago
  38. ed2db31 bpo-38334: Fix seeking backward on an encrypted zipfile.ZipExtFile. (GH-16937) by Miss Skeleton (bot) · 6 years ago
  39. 849b1b9 bpo-38598: Do not try to compile IDLE shell or output windows (GH-16939) by Miss Skeleton (bot) · 6 years ago
  40. 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
  41. 0160a70 bpo-33348: parse expressions after * and ** in lib2to3 (GH-6586) by Miss Skeleton (bot) · 6 years ago
  42. b102e4f bpo-37415: Fix stdatomic.h header check for ICC compiler (GH-16717) by Miss Skeleton (bot) · 6 years ago
  43. 175abcc bpo-31202: Preserve case of literal parts in Path.glob() on Windows. (GH-16860) by Miss Skeleton (bot) · 6 years ago
  44. 3dec84f bpo-38540: Fix possible leak in PyArg_Parse for "esGH-" and "etGH-". (GH-16869) by Miss Skeleton (bot) · 6 years ago
  45. 82b5f6b bpo-27657: Fix urlparse() with numeric paths (GH-661) by Miss Islington (bot) · 6 years ago
  46. 1bceb0e bpo-35998: Fix test_asyncio.test_start_tls_server_1() (GH-16815) (GH-16818) by Victor Stinner · 6 years ago
  47. e48589d Post release updates by Ned Deily · 6 years ago
  48. 1f18771 Merge tag 'v3.7.5' into 3.7 by Ned Deily · 6 years ago
  49. 5c02a39 3.7.5 by Ned Deily · 6 years ago v3.7.5
  50. 0365d51 Fix some news entries for 3.7.5 final. by Ned Deily · 6 years ago
  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. ae41f62 [3.7] bpo-38294: Add list of no-longer-escaped chars to re.escape documentation. (GH-16442) (GH-16647) by Ricardo Bánffy · 6 years ago
  54. ab22c8b bpo-38344: Fix syntax in activate.bat (GH-16533) by Miss Islington (bot) · 6 years ago
  55. 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
  56. febe359 bpo-38332: Catch KeyError from unknown cte in encoded-word. (GH-16503) by Miss Islington (bot) · 6 years ago
  57. cb580d6 bpo-38341: Add SMTPNotSupportedError in the exports of smtplib (GH-16525) by Miss Islington (bot) · 6 years ago
  58. 193366e [3.7] bpo-38395: Fix ownership in weakref.proxy methods (GH-16632) (GH-16663) by Pablo Galindo · 6 years ago
  59. ed189ce bpo-38347: find pathfix for Python scripts whose name contain a '-' (GH-16536) (GH-16719) by Victor Stinner · 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. 87db4d3 [3.7] bpo-38405: Make nested subclasses of typing.NamedTuple pickleable. (GH-16641). (GH-16674) by Serhiy Storchaka · 6 years ago
  64. 056fa7f bpo-36953: Delay removal of ABCs from collections. (GH-13409) by Miss Islington (bot) · 6 years ago
  65. 43f5c0c [3.7] bpo-38294: Add list of no-longer-escaped chars to re.escape documentation. (GH-16442) (GH-16647) by Ricardo Bánffy · 6 years ago
  66. 98043b4 bpo-38118: Ignore Valgrind false alarm in PyUnicode_Decode() (GH-16651) by Miss Islington (bot) · 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. 4082f60 3.7.5rc1 by Ned Deily · 6 years ago v3.7.5rc1
  71. 1c3e469 bpo-38019: correctly handle pause/resume reading of closed asyncio unix pipe (GH-16472) by Miss Islington (bot) · 6 years ago
  72. 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
  73. 6112b91 bpo-38301: In Solaris family, we must be sure to use '-D_REENTRANT' (GH-16446) (#16450) by Miss Islington (bot) · 6 years ago
  74. 39a0c75 bpo-38243, xmlrpc.server: Escape the server_title (GH-16373) by Miss Islington (bot) · 6 years ago
  75. 2c24f2c [3.7] bpo-38275: Skip ssl tests for disabled versions (GH-16427) by Christian Heimes · 6 years ago
  76. e6b5ed1 bpo-38239: Fix test_gdb for Link Time Optimization (LTO) (GH-16422) (GH-16426) by Victor Stinner · 6 years ago
  77. 8e4622e [3.7] closes bpo-38174: Update vendored expat library to 2.2.8. (GH-16407) by Benjamin Peterson · 6 years ago
  78. 585798f bpo-38271: encrypt private key test files with AES256 (GH-16385) by Miss Islington (bot) · 6 years ago
  79. 4042e1a [3.7] bpo-36871: Handle spec errors in assert_has_calls (GH-16364) (GH-16374) by Gregory P. Smith · 6 years ago
  80. 46f6c56 bpo-37123: multiprocessing test_mymanager() accepts SIGTERM (GH-16349) by Miss Islington (bot) · 6 years ago
  81. c13a4d6 bpo-38212: Increase MP test_queue_feeder_donot_stop_onexc() timeout (GH-16348) by Miss Islington (bot) · 6 years ago
  82. fd4f28d bpo-37937: Mention frame.f_trace in sys.settrace docs (GH-15439) by Miss Islington (bot) · 6 years ago
  83. 69b3718 [3.7] bpo-38191: Accept arbitrary keyword names in NamedTuple(). (GH-16222) (GH-16239) by Serhiy Storchaka · 6 years ago
  84. fc022f0 bpo-38013: make async_generator_athrow object tolerant to throwing exceptions (GH-16070) by Miss Islington (bot) · 6 years ago
  85. 80cb055 bpo-38185: Fixed case-insensitive string comparison in sqlite3.Row indexing. (GH-16190) by Miss Islington (bot) · 6 years ago
  86. 3d916a7 bpo-35379: When exiting IDLE, catch any AttributeError. (GH-16212) by Miss Islington (bot) · 6 years ago
  87. 4ac1be2 bpo-38175: Fix a memory leak in comparison of sqlite3.Row objects. (GH-16155) by Miss Islington (bot) · 6 years ago
  88. 523497c bpo-38183: Test_idle ignores user config directory GH-16198) by Miss Islington (bot) · 6 years ago
  89. c55f695 [3.7] bpo-33936: Don't call obsolete init methods with OpenSSL 1.1.0+ (GH-16140) (GH-16200) by Miss Islington (bot) · 6 years ago
  90. 76d8fb7 bpo-38117: Update bundled Windows OpenSSL to 1.1.1d (GH-16184) by Steve Dower · 6 years ago
  91. 26c44b5 bpo-38117: Updated OpenSSL to 1.1.1d in macOS installer. (GH-16170) by Miss Islington (bot) · 6 years ago
  92. 3906920 bpo-34706: Preserve subclassing in inspect.Signature.from_callable (GH-16108) (GH-16114) by Miss Islington (bot) · 6 years ago
  93. d112ea6 closes bpo-36002: Use AC_PATH_TOOL to find llvm-profdata and llvm-ar. (GH-14998) by Miss Islington (bot) · 6 years ago
  94. e7b7edf [3.7] bpo-12144: Handle cookies with expires attribute in CookieJar.make_cookies (GH-13921) (GH-16092) by Xtreak · 6 years ago
  95. f14fcbf Revert "bpo-37785: Fix xgettext warning in argparse (GH-15161)" (GH-16082) by Julien Palard · 6 years ago
  96. b50eff6 bpo-37785: Fix xgettext warning in argparse (GH-15161) by Miss Islington (bot) · 6 years ago
  97. 7da8c0a closes bpo-37803: pdb: fix handling of options (--help / --version) (GH-15193) by Miss Islington (bot) · 6 years ago
  98. a3c53a1 bpo-21872: fix lzma library decompresses data incompletely (GH-14048) by Miss Islington (bot) · 6 years ago
  99. c8d1338 bpo-26868: Fix example usage of PyModule_AddObject. (GH-15725) by Miss Islington (bot) · 6 years ago
  100. 8892a1d closes bpo-38124: Fix bounds check in PyState_AddModule. (GH-16007) by Miss Islington (bot) · 6 years ago