Python 3.9.5
  1. 0a7dcbd Python 3.9.5 by Łukasz Langa · 4 years, 4 months ago v3.9.5
  2. bb2f3ff bpo-42800: Add audit events for f_code and tb_frame (GH-24182) by Steve Dower · 4 years, 4 months ago
  3. 1536342 [3.9] Doc: Fix random.uniform example comment. (GH-25784) (GH-25843) by Miss Islington (bot) · 4 years, 4 months ago
  4. 7f7dc67 [3.9] Update macOS installer readme for 3.9.5 (GH-25836) by Ned Deily · 4 years, 4 months ago
  5. 98035ec bpo-41129: Fix check for macOS SDK paths when building Python (GH-25785) (GH-25830) by Miss Islington (bot) · 4 years, 4 months ago
  6. ad73d16 bpo-43434: Move sqlite3.connect audit event to sqlite3.Connection.__init__ (GH-25818) by Erlend Egeberg Aasland · 4 years, 4 months ago
  7. e60b1e1 bpo-43990: Fix the footnote ordering in the operator precedence docs (GH-25805) (GH-25819) by Miss Islington (bot) · 4 years, 4 months ago
  8. 5374fbc bpo-36384: Leading zeros in IPv4 addresses are no longer tolerated (GH-25099) (GH-25815) by Miss Islington (bot) · 4 years, 4 months ago
  9. cf6a796 bpo-32745: Fix a regression in the handling of ctypes' c_wchar_p type (GH-8721) (#25812) by Miss Islington (bot) · 4 years, 4 months ago
  10. bb3ec9c bpo-41100: Update Misc/ACKS (GH-25808) (GH-25809) by Miss Islington (bot) · 4 years, 4 months ago
  11. de0e3f8 [3.9] bpo-44009: Provide "python3.x-intel64" for Apple Silicon Macs (GH-25804) (GH-25807) by Miss Islington (bot) · 4 years, 4 months ago
  12. ee0df3d Fix broken name in build.yml (GH-25759) (GH-25802) by Miss Islington (bot) · 4 years, 4 months ago
  13. 10a62bb Fix exceptions mentioned in os.setxattr() docs (GH-25742) (GH-25794) by Miss Islington (bot) · 4 years, 4 months ago
  14. 5c018db Fixing doc for callback for lambda (GG-25779) (GH-25788) by Miss Islington (bot) · 4 years, 4 months ago
  15. af1e06c [3.9] bpo-43993: Update vendored pip to 21.1.1 (GH-25761). (GH-25782) by Stéphane Bidoul · 4 years, 4 months ago
  16. e48405a bpo-43971: Add spaces around annotated arg default '=' (GH-25702) by Miss Islington (bot) · 4 years, 4 months ago
  17. a7f15ba bpo-43935: Fix typo in Turtle.back() docstring (GH-25581) by Miss Islington (bot) · 4 years, 4 months ago
  18. a92d738 bpo-43954: Fix a missing word in the unittest docs (GH-25672) by Miss Islington (bot) · 4 years, 4 months ago
  19. 3eaa6f9 bpo-42589: Change URL for 'from' link when used in a raised exception (GH-23872) by Miss Islington (bot) · 4 years, 4 months ago
  20. 491fde0 [3.9] bpo-43882 - urllib.parse should sanitize urls containing ASCII newline and tabs. (GH-25595) (GH-25725) by Miss Islington (bot) · 4 years, 4 months ago
  21. 8d47f92 [doc] Be more clear on super() regarding multiple base classes methods (GH-21789) (GH-25706) by Miss Islington (bot) · 4 years, 4 months ago
  22. c4e503e [doc] Do some polishing in IDEs section (GH-22070) (GH-25703) by Miss Islington (bot) · 4 years, 4 months ago
  23. 0252ce3 bpo-43472: Ensure PyInterpreterState_New audit events are raised when called through _xxsubinterpreters module (GH-25506) (GH-25508) by Miss Islington (bot) · 4 years, 4 months ago
  24. 629ef0f bpo-43961: Fix test_logging.test_namer_rotator_inheritance() (GH-25684) (GH-25688) by Miss Islington (bot) · 4 years, 4 months ago
  25. 2dc6b17 bpo-43960: test_pdb resets breakpoints to make tests deterministic (GH-25691) by Irit Katriel · 4 years, 4 months ago
  26. fdb1189 bpo-43959: clarify the documentation of the PyContextVar C-API (GH-25671) (GH-25689) by Miss Islington (bot) · 4 years, 4 months ago
  27. cf9d65c bpo-37751: Update `codecs.register()` doc. (GH-25643) by Miss Islington (bot) · 4 years, 4 months ago
  28. 5cadcec [3.9] bpo-43492: Upgrade Windows installer to use SQLite 3.35.5 (GH-25641) by Erlend Egeberg Aasland · 4 years, 4 months ago
  29. c9767e5 Fix generated file name for installer builds on macOS 11+. (GH-25661) (GH-25664) by Miss Islington (bot) · 4 years, 4 months ago
  30. bf0736d [3.9] bpo-43492: Update macOS installer to use SQLite 3.35.5 (GH-25640) (GH-25662) by Miss Islington (bot) · 4 years, 4 months ago
  31. 531c810 bpo-37751: Document codecs.lookup() change in What's New in Python 3.9 (GH-23096) (GH-25659) by Miss Islington (bot) · 4 years, 4 months ago
  32. 4a3d73d [doc] Remove duplicated operator.itemgetter example (GH-24178) (#25646) by Miss Islington (bot) · 4 years, 4 months ago
  33. c816c1c Use the zero argument form of super() in examples for Python3 docs. (GH-22314) (GH-25638) by Miss Islington (bot) · 4 years, 4 months ago
  34. f65f3f0 bpo-40432: Use python 3.8 or higher to compile CPython on Windows (GH-25389) (#25637) by Miss Islington (bot) · 4 years, 4 months ago
  35. ba7338a Fix thread locks in zlib module may go wrong in rare case (#22130) by Ma Lin · 4 years, 4 months ago
  36. d0698c6 bpo-42924: Fix incorrect copy in bytearray_repeat (GH-24208) (#24211) by Miss Islington (bot) · 4 years, 4 months ago
  37. c9c1dbd bpo-43938: improve dataclasses.FrozenInstanceError documentation (GH-25603) (GH-25635) by Miss Islington (bot) · 4 years, 4 months ago
  38. 3b917d1 [3.9] bpo-38820: Old OpenSSL 3.0.0 releases are in /old/3.0/ (GH-25624) (GH-25626) by Miss Islington (bot) · 4 years, 4 months ago
  39. b348580 Doc: Fix the array.fromfile method doc (GH-22037) (GH-25630) by Miss Islington (bot) · 4 years, 4 months ago
  40. d7a1a81 Update asyncio-subprocess.rst (GH-21680) (GH-25621) by Miss Islington (bot) · 4 years, 4 months ago
  41. debb23f [3.9] documentation: clarification about the function remove in os library (GH-19024) (GH-25620) by Senthil Kumaran · 4 years, 4 months ago
  42. 4cb9816 Fix documentation typos of argparse exit_on_error (GH-22706) (GH-25617) by Miss Islington (bot) · 4 years, 4 months ago
  43. a3c6752 Quick pydoc update to smtplib.py (GH-22292) (GH-25615) by Miss Islington (bot) · 4 years, 4 months ago
  44. b47f051 bpo-43534: Fix the turtle module working with multiple root windows GH-25593 by Miss Islington (bot) · 4 years, 4 months ago
  45. 2b475dc Fix broken links and improve stand-alone tools list in FAQ GH-25609 by Miss Islington (bot) · 4 years, 4 months ago
  46. 7349c12 Fix id of 'Internet Message Format' RFC in email doc GH-25613 by Miss Islington (bot) · 4 years, 4 months ago
  47. b861ed1 Fix copy.Error casing in documentation GH-22004 (#25611) by Miss Islington (bot) · 4 years, 4 months ago
  48. 9b2c5b2 Remove mention of dst parameter from description of os.lstat() (GH-24704) by Miss Islington (bot) · 4 years, 4 months ago
  49. ab99b6a Fix a typo in datamodel reference document (GH-24930) by Miss Islington (bot) · 4 years, 4 months ago
  50. d2e2534 [3.9] fix typo in warning (GH-20620) (#25601) by Senthil Kumaran · 4 years, 4 months ago
  51. 2825f90 BaseHTTPRequestHandler, that path includes query (GH-25597) by Miss Islington (bot) · 4 years, 4 months ago
  52. 2178aff Improve CDN purge script (GH-25251) (#25254) by Miss Islington (bot) · 4 years, 4 months ago
  53. 9a16539 [3.9] bpo-43655: Tkinter and IDLE dialog windows are now recognized as dialogs by window managers on macOS and X Window (GH-25187). (GH-25588) by Serhiy Storchaka · 4 years, 4 months ago
  54. 7248ce3 bpo-43534: Make dialogs in turtle.textinput() and turtle.numinput() transitient again (GH-24923) by Miss Islington (bot) · 4 years, 4 months ago
  55. d962b00 [3.9] bpo-43930: Update bundled pip to 21.1 and setuptools to 56.0.0 (GH-25578) by Stéphane Bidoul · 4 years, 4 months ago
  56. 52e9031 bpo-43284: Update platform.win32_ver to use _syscmd_ver instead of sys.getwindowsversion() (GH-25500) by Miss Islington (bot) · 4 years, 4 months ago
  57. 04bcfe0 bpo-43607: Fix urllib handling of Windows paths with \\?\ prefix (GH-25539) by Miss Islington (bot) · 4 years, 4 months ago
  58. e259a77 [3.9] bpo-43920: Make load_verify_locations(cadata) error message consistent (GH-25554) (GH-25555) by Christian Heimes · 4 years, 4 months ago
  59. d4fff1f bpo-43856: Add a versionadded directive to the importlib.metadata docs (GH-25445) by Jason R. Coombs · 4 years, 4 months ago
  60. 987b65e9 Reformat idlelib colorizer (GH-25479) by Miss Islington (bot) · 4 years, 4 months ago
  61. 8db72cd Add more tests. Fix code excerpt. (GH-25549) (GH-25550) by Miss Islington (bot) · 4 years, 4 months ago
  62. 34be484 bpo-43917: Fix pure python equivalent for classmethod (GH-25544) (GH-25546) by Miss Islington (bot) · 4 years, 4 months ago
  63. bc5a1a7 bpo-39572: Address typo in CHANGELOG. (GH-24999) by Miss Islington (bot) · 4 years, 4 months ago
  64. 2857592 bpo-38822: Check specifically for a drive, not just a colon (GH-25540) by Miss Islington (bot) · 4 years, 4 months ago
  65. ab5d78c bpo-35306: Avoid raising OSError from pathlib.Path.exists when passed an invalid filename (GH-25529) by Miss Islington (bot) · 4 years, 4 months ago
  66. 8e7cebb bpo-38822: Fixed os.stat failing on inaccessible directories. (GH-25527) by Miss Islington (bot) · 4 years, 4 months ago
  67. 87a392d bpo-28724: Doc: Move socket.send_fds and socket.recv_fds docs to right section (GH-22608) by Miss Islington (bot) · 4 years, 4 months ago
  68. d8576b1 bpo-26227: Fixes decoding of host names on Windows from ANSI instead of UTF-8 (GH-25510) by Miss Islington (bot) · 4 years, 4 months ago
  69. fa03efd Improve the error message for choices(population, 10) (GH-25267) (GH-25477) by Miss Islington (bot) · 4 years, 4 months ago
  70. 072ec69 bpo-43837: Reverse order of precedence table to show tightly binding operators first (GH-25469) (GH-25472) by Miss Islington (bot) · 4 years, 4 months ago
  71. 0121f67 Fix typo in a dataclasses comment. (GH-25454) by Miss Islington (bot) · 4 years, 4 months ago
  72. cdf0287 [3.9] bpo-43522: Fix SSLContext.hostname_checks_common_name (GH-24899) (GH-25451) by Christian Heimes · 4 years, 4 months ago
  73. e1903e1 bpo-43842: Fix race condition in test_logging SMTP test (GH-25436) (GH-25437) by Victor Stinner · 4 years, 4 months ago
  74. 56c76df [3.9] bpo-43723: Revert IDLE doc change (GH-25174) by Terry Jan Reedy · 4 years, 4 months ago
  75. 95e4431 bpo-20364: Improve sqlite3 placeholder docs (GH-25003) by Miss Islington (bot) · 4 years, 4 months ago
  76. 57873af bpo-43777: Drop description of "pip search" command from tutorial (GH-25287) by Miss Islington (bot) · 4 years, 4 months ago
  77. 4da5ca5 Revert "Add ignore file for the abidump check (GH-25323)" (GH-25394) by Pablo Galindo · 4 years, 4 months ago
  78. 5ce227f [3.9] bpo-43811: Test multiple OpenSSL versions on GHA (GH-25360) (GH-25391) by Miss Islington (bot) · 4 years, 4 months ago
  79. 15ad30d bpo-43816: Add extern "C" to Include/cpython/pyctype.h (GH-25365) (GH-25387) by Miss Islington (bot) · 4 years, 4 months ago
  80. 7d9d5bf [3.9] bpo-43799: OpenSSL 3.0.0: declare OPENSSL_API_COMPAT 1.1.1 (GH-25329) (GH-25382) by Miss Islington (bot) · 4 years, 4 months ago
  81. 6379924 [3.9] bpo-42248: [Enum] ensure exceptions raised in ``_missing_`` are released (GH-25350). (GH-25370) by Ethan Furman · 4 years, 4 months ago
  82. de06baa bpo-41661: Document os.path.relpath() exception on Windows with different drives (GH-25346) by Miss Islington (bot) · 4 years, 4 months ago
  83. 0983e01 bpo-41561: Fix testing with OpenSSL 1.0.2 (GH-25355) by Miss Islington (bot) · 4 years, 4 months ago
  84. 6ec2fb4 bpo-42967: coerce bytes separator to string in urllib.parse_qs(l) (GH-24818) by Miss Islington (bot) · 4 years, 4 months ago
  85. dbc0e19 Fix description of behaviour of an exception class in 'from' clause (GH-24303) (GH-25341) by Miss Islington (bot) · 4 years, 4 months ago
  86. 28fb2d1 bpo-43739: Add type declaration Doc/extending/extending.rst example (GH-25333) by Miss Islington (bot) · 4 years, 4 months ago
  87. b3fec75 Add ignore file for the abidump check (GH-25323) by Pablo Galindo · 4 years, 4 months ago
  88. 7c8796a bpo-38820: OpenSSL 3.0.0: Use supported hashing algos in doc test (GH-25319) by Miss Islington (bot) · 4 years, 4 months ago
  89. 76d270e [3.9] bpo-43779: Fix possible refleak involving _PyArena_AddPyObject (GH-25289). (GH-25294) by Erlend Egeberg Aasland · 4 years, 4 months ago
  90. 299ae9c [3.9] bpo-43788: Generate version specific _ssl_data.h (GH-25300) (GH-25310) by Christian Heimes · 4 years, 4 months ago
  91. 54d89a3 bpo-43794: OpenSSL 3.0.0: set OP_IGNORE_UNEXPECTED_EOF by default (GH-25309) by Miss Islington (bot) · 4 years, 4 months ago
  92. 4a5c101 bpo-4379: Skip TLS 1.0/1.1 tests under OpenSSL 3.0.0 (GH-25304) by Miss Islington (bot) · 4 years, 4 months ago
  93. a188bd4 bpo-43789: OpenSSL 3.0.0 Don't call passwd callback again in error case (GH-25303) by Miss Islington (bot) · 4 years, 4 months ago
  94. 4d9336d Add CI step to check changes in the exported ABI (GH-25230) by Pablo Galindo · 4 years, 4 months ago
  95. a9228d0 [3.9] bpo-39702: Remove dotted_name from decorator documentation (GH-25234) (GH-25290) by Miss Islington (bot) · 4 years, 4 months ago
  96. 5490b49 [3.9] bpo-43087: Fix error in ctypes "Incomplete Types" doc (GH-24404) by Miss Islington (bot) · 4 years, 4 months ago
  97. b3e8722 Fix broken test for MutableSet.pop() (GH-25209) (GH-25269) by Miss Islington (bot) · 4 years, 4 months ago
  98. 3b1cf20 [3.9] bpo-36540: Improve doc of function definition regarding positional-only arguments (GH-25235) (GH-25259) by Saiyang Gou · 4 years, 4 months ago
  99. f91fc7a bpo-43755: Update docs to reflect that lambda is not allowed in `comp_if` since 3.9 (GH-25231) (GH-25233) by Miss Islington (bot) · 4 years, 4 months ago
  100. 34f9300 bpo-42999: Expand and clarify pathlib.Path.link_to() documentation. (GH-24294) by Steve Dower · 4 years, 4 months ago