Python 3.7.7
  1. d7c567b 3.7.7 by Ned Deily · 5 years ago v3.7.7
  2. 2244814 bpo-17422: slightly more precise language (GH-18682) by Miss Islington (bot) · 5 years ago
  3. 7058d2d bpo-13487: Use sys.modules.copy() in inspect.getmodule() for thread safety. (GH-18786) by Miss Islington (bot) · 5 years ago
  4. 93b7677 3.7.7rc1 by Ned Deily · 5 years ago v3.7.7rc1
  5. 12c45ef [3.7] bpo-39389: gzip: fix compression level metadata (GH-18077) (GH-18101) by Miss Islington (bot) · 5 years ago
  6. 3eff46f bpo-37953: Fix ForwardRef hash and equality checks (GH-15400) (GH-18751) by Ryan Rowe · 5 years ago
  7. f8f163c Fix misleading statement about mixed-type numeric comparisons (GH-18615) (GH-18737) by Miss Islington (bot) · 5 years ago
  8. 852aee6 bpo-39776: Lock ++interp->tstate_next_unique_id (GH-18746) by Stefan Krah · 5 years ago
  9. 8a5f7ad [3.7] bpo-38597: Never statically link extension initialization code on Windows (GH-18724) (GH-18759) by Steve Dower · 5 years ago
  10. 69ded39 bpo-39778: Don't traverse weak-reference lists OrderedDict's tp_traverse and tp_clear (GH-18749) by Miss Islington (bot) · 5 years ago
  11. 7ca251b bpo-38380: Update macOS & Windows builds to SQLite v3.31.1 (GH-18678) by Miss Islington (bot) · 5 years ago
  12. f4d709f bpo-38971: Open file in codecs.open() closes if exception raised. (GH-17666) by Miss Islington (bot) · 5 years ago
  13. 7c64726 [3.7] bpo-39769: Fix compileall ddir for subpkgs. (GH-18676) (GH-18718) (GH-18725) by Gregory P. Smith · 5 years ago
  14. c4ca1f8 [3.7] bpo-39794: Add --without-decimal-contextvar (GH-18702) by Stefan Krah · 5 years ago
  15. cf347f3 bpo-39548: Fix handling of 'WWW-Authenticate' header for Digest Auth (GH-18338) by Miss Islington (bot) · 5 years ago
  16. 5157506 bpo-13790: Change 'string' to 'specification' in format doc (GH-18690) by Miss Islington (bot) · 5 years ago
  17. f4198ae bpo-39781: Do not jump when select in IDLE codecontext (GH-18683) by Miss Islington (bot) · 5 years ago
  18. 55be9a6 bpo-30566: Fix IndexError when using punycode codec (GH-18632) by Miss Islington (bot) · 5 years ago
  19. 097612a bpo-39649: Remove obsolete check for `__args__` in bdb.Bdb.format_stack_entry (GH-18531) by Miss Islington (bot) · 5 years ago
  20. d57f999 bpo-39654: Update pyclbr doc to reflect additional information returned (GH-18528) by Miss Islington (bot) · 5 years ago
  21. 333b989 [3.7] bpo-39427: Document -X opt options in the CLI --help and the man page (GH-18131) (#18134) by Pablo Galindo · 5 years ago
  22. 36a120d bpo-17422: Language reference should specify restrictions on class namespace (GH-18559) by Miss Islington (bot) · 5 years ago
  23. 43a0137 bpo-39382: Avoid dangling object use in abstract_issubclass() (GH-18530) by Miss Islington (bot) · 5 years ago
  24. fde0041 bpo-39663: IDLE: Add additional tests for pyparse (GH-18536) by Miss Islington (bot) · 6 years ago
  25. 3c57ca6 [3.8] bpo-39453: Fix contains method of list to hold strong references (GH-18204) by Miss Islington (bot) · 6 years ago
  26. 505b601 Revert "bpo-27657: Fix urlparse() with numeric paths (GH-661)" (#18526) by Senthil Kumaran · 6 years ago
  27. f464edf bpo-39606: allow closing async generators that are already closed (GH-18475) (GH-18502) by Nathaniel J. Smith · 6 years ago
  28. ca133e5 bpo-21016: pydoc and trace use sysconfig (GH-18476) by Miss Islington (bot) · 6 years ago
  29. 2e8097d bpo-39600, IDLE: Remove duplicated font names (GH-18430) by Miss Islington (bot) · 6 years ago
  30. 705d271 bpo-39274: Ensure Fraction.__bool__() returns a bool (GH-18017) by Miss Islington (bot) · 6 years ago
  31. 6ba8dc6 bpo-39185 Add the d[etailed] and q[uiet] verbosity levels for msbuild (GH-17791) by Miss Islington (bot) · 6 years ago
  32. 97d2a98 closes bpo-39510: Fix use-after-free in BufferedReader.readinto() (GH-18295) by Miss Islington (bot) · 6 years ago
  33. 7561e7a bpo-39450 Stripped whitespace before parsing the docstring in TestCase.shortDescription (GH-18321) by Miss Islington (bot) · 6 years ago
  34. 8d02114 bpo-38792: Remove IDLE shell calltip before new prompt. (GH-17150) by Miss Islington (bot) · 6 years ago
  35. 561c597 [3.7] bpo-39401: Avoid unsafe DLL load on Windows 7 and earlier (GH-18231) (GH-18232) by Steve Dower · 6 years ago
  36. 194c7ae [3.7] bpo-39493: Fix definition of IO.closed in typing.py (GH-18273) by Miss Islington (bot) · 6 years ago
  37. cf0645a bpo-39485: fix corner-case in method-detection of mock (GH-18256) by Miss Islington (bot) · 6 years ago
  38. 6990d1b bpo-38092: Reduce overhead when using multiprocessing in a Windows virtual environment (GH-16098) by Adam Meily · 6 years ago
  39. 005b059 bpo-39392: Turtle overlap fill depends on OS (GH-18223) by Miss Islington (bot) · 6 years ago
  40. 5aefee6 bpo-30780: Add IDLE configdialog tests (GH-3592) by Miss Islington (bot) · 6 years ago
  41. 71d2b33 bpo-38473: Handle autospecced functions and methods used with attach_mock (GH-16784) (#18166) by Miss Islington (bot) · 6 years ago
  42. fd9ce2b bpo-39388: IDLE: Fix bug when cancelling out of configdialog (GH-18068) by Miss Islington (bot) · 6 years ago
  43. 1a27435 bpo-39430: Fix race condition in lazy imports in tarfile. (GH-18161) by Miss Islington (bot) · 6 years ago
  44. 61b3484 [3.7] bpo-35182: fix communicate() crash after child closes its pipes (GH-18117) (GH-18151) by Alex Rebert · 6 years ago
  45. 958064f bpo-39421: Fix posible crash in heapq with custom comparison operators (GH-18118) by Miss Islington (bot) · 6 years ago
  46. ba83d1e bpo-39050: The Help button in IDLE's config menu works again (GH-17611) by Miss Islington (bot) · 6 years ago
  47. f3d3a3c bpo-32989: IDLE - fix bad editor call of pyparse method (GH-5968) by Miss Islington (bot) · 6 years ago
  48. b76d5e9 bpo-39386: Prevent double awaiting of async iterator (GH-18081) by Miss Islington (bot) · 6 years ago
  49. 2469066 Fix asyncio.get_event_loop() documentation (GH-18051) by Miss Islington (bot) · 6 years ago
  50. 296383b bpo-35561: Supress valgrind false alarm on epoll_ctl(event) (GH-18060) by Miss Islington (bot) · 6 years ago
  51. e222b4c bpo-3530: Add advice on when to correctly use fix_missing_locations in the AST docs (GH-17172) by Miss Islington (bot) · 6 years ago
  52. 4be9726 bpo-38293: Allow shallow and deep copying of property objects (GH-16438) by Miss Islington (bot) · 6 years ago
  53. 00ac28a bpo-39242: Updated the Gmane domain into news.gmane.io (GH-17903) by Miss Islington (bot) · 6 years ago
  54. 535a3c4 bpo-38871: Fix lib2to3 for filter-based statements that contain lambda (GH-17780) by Miss Islington (bot) · 6 years ago
  55. d46dec9 bpo-39198: Ensure logging global lock is released on exception in isEnabledFor (GH-17689) (GH-17898) by Miss Islington (bot) · 6 years ago
  56. 6234301 bpo-39152: add missing ttk.Scale.configure return value (GH-17815) by Miss Islington (bot) · 6 years ago
  57. 43fbc70 bpo-39056: Fix handling invalid warning category in the -W option. (GH-17618) by Miss Islington (bot) · 6 years ago
  58. 3bdb2d9 bpo-39055: Reject a trailing \n in base64.b64decode() with validate=True. (GH-17616) by Miss Islington (bot) · 6 years ago
  59. 880a17a bpo-39057: Fix urllib.request.proxy_bypass_environment(). (GH-17619) by Miss Islington (bot) · 6 years ago
  60. 9c145e1 [3.7] bpo-39191: Don't spawn a task before failing (GH-17796) (#17821) by Andrew Svetlov · 6 years ago
  61. 0e0e4ac bpo-39142: Avoid converting namedtuple instances to ConvertingTuple. (GH-17773) (GH-17786) by Miss Islington (bot) · 6 years ago
  62. 53f11ba [3.7] bpo-38588: Fix possible crashes in dict and list when calling P… (GH-17765) by Dong-hee Na · 6 years ago
  63. c9c17cc bpo-34118: memoryview, range, and tuple are classes (GH-17761) by Miss Islington (bot) · 6 years ago
  64. 296d45e [3.7] bpo-38610: Fix possible crashes in several list methods (GH-17022) (GH-17759) by Pablo Galindo · 6 years ago
  65. eeebc44 Reorder entries in Misc/ACKS (GH-17663) (GH-17672) by Éric Araujo · 6 years ago
  66. d7aa3d2 bpo-39144 Align ctags and etags behaviours in the makefile and include Python stdlib files (GH-17721) by Miss Islington (bot) · 6 years ago
  67. 59d06b9 [3.7] bpo-38878: Fix os.PathLike __subclasshook__ (GH-17336) (GH-17685) by Bar Harel · 6 years ago
  68. 0ffc900 bpo-38918: Add __module__ entry for function & method type in inspect docs table (GH-17408) by Miss Islington (bot) · 6 years ago
  69. 54bd737 Post release updates by Ned Deily · 6 years ago
  70. e5c7f46 Merge tag 'v3.7.6' into 3.7 by Ned Deily · 6 years ago
  71. b8bbdf0 bpo-38546: Fix concurrent.futures test_ressources_gced_in_workers() (GH-17652) (GH-17655) by Miss Islington (bot) · 6 years ago
  72. 43364a7 3.7.6 by Ned Deily · 6 years ago v3.7.6
  73. 13ee023 bpo-38295: prevent test_relative_path of test_py_compile failure on macOS Catalina (GH-17636) by Miss Islington (bot) · 6 years ago
  74. 3dbfe0a bpo-38295: prevent test_relative_path of test_py_compile failure on macOS Catalina (GH-17636) by Miss Islington (bot) · 6 years ago
  75. d321203 bpo-36406: Handle namespace packages in doctest (GH-12520) (GH-17592) by Miss Islington (bot) · 6 years ago
  76. 0ed45d0 [3.7] bpo-39031: Include elif keyword when producing lineno/col-offset info for if_stmt (GH-17582) (#17584) by Pablo Galindo · 6 years ago
  77. bd18254 3.7.6rc1 by Ned Deily · 6 years ago v3.7.6rc1
  78. 95157c6 bpo-37228: Fix loop.create_datagram_endpoint()'s usage of SO_REUSEADDR (GH-17311) (GH-17570) by Ned Deily · 6 years ago
  79. 1b0e88d bpo-38943: Fix IDLE autocomplete window not always appearing (GH-17416) by Miss Islington (bot) · 6 years ago
  80. 4e0e452 bpo-38944: Escape key now closes IDLE completion windows. (GH-17419) by Miss Islington (bot) · 6 years ago
  81. 66d7a5d bpo-34776: Fix dataclasses to support __future__ "annotations" mode (GH-9518) (#17532) by Miss Islington (bot) · 6 years ago
  82. a0078d9 bpo-39006: Fix asyncio when the ssl module is missing (GH-17524) by Miss Islington (bot) · 6 years ago
  83. 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
  84. b9f4b49 bpo-38547: Fix test_pty if the process is the session leader (GH-17519) by Miss Islington (bot) · 6 years ago
  85. 41973c9 bpo-38669: patch.object now raises a helpful error (GH17511) by Miss Islington (bot) · 6 years ago
  86. 9baa870 bpo-38979: fix ContextVar "__class_getitem__" method (GH-17497) by Miss Islington (bot) · 6 years ago
  87. a197f8a [3.7] bpo-38820: OpenSSL 3.0.0 compatibility. (GH-17190) (GH-17500) by Miss Islington (bot) · 6 years ago
  88. a85066d bpo-37404: Raising value error if an SSLSocket is passed to asyncio functions (GH-16457) by Miss Islington (bot) · 6 years ago
  89. 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
  90. 5ba591f bpo-36820: Break unnecessary cycle in socket.py, codeop.py and dyld.py (GH-13135) by Miss Islington (bot) · 6 years ago
  91. 5044c88 bpo-38965: Fix faulthandler._stack_overflow() on GCC 10 (GH-17467) by Miss Islington (bot) · 6 years ago
  92. e0f148e bpo-33684: json.tool: Use utf-8 for infile and outfile. (GH-17460) by Inada Naoki · 6 years ago
  93. 87f2d26 bpo-38945: UU Encoding: Don't let newline in filename corrupt the output format (GH-17418) by Miss Islington (bot) · 6 years ago
  94. e65b3fa bpo-26730: Fix SpooledTemporaryFile data corruption (GH-17400) by Inada Naoki · 6 years ago
  95. 2fb9719 [3.7] bpo-38862: IDLE Strip Trailing Whitespace fixes end newlines (GH-17366) (#17379) by Terry Jan Reedy · 6 years ago
  96. 07432c3 bpo-38686: fix HTTP Digest handling in request.py (GH-17045) by Miss Islington (bot) · 6 years ago
  97. cb60851 bpo-38804: Fix REDoS in http.cookiejar (GH-17157) by Miss Islington (bot) · 6 years ago
  98. 30e5bd8 bpo-37838: get_type_hints for wrapped functions with forward reference (GH-17126) by Miss Islington (bot) · 6 years ago
  99. ecb2afc bpo-38821: Fix crash in argparse when using gettext (GH-17192) by Miss Islington (bot) · 6 years ago
  100. 755caaa bpo-38636: Fix IDLE tab toggle and file indent width (GH-17008) by Miss Islington (bot) · 6 years ago