Python 3.9.7
  1. 1016ef3 Python 3.9.7 by Łukasz Langa · 4 years ago v3.9.7
  2. 9827710 [3.9] bpo-43913: Fix bugs in cleaning up classes and modules in unittest. (GH-28006) (GH-28071) by Serhiy Storchaka · 4 years ago
  3. 720aef4 bpo-44449: faulthandler don't modify frame refcnt (GH-27850) by Miss Islington (bot) · 4 years ago
  4. 0c5e0aa bpo-41620: TestCase.run() now always return a TestResult instance (GH-28030) (GH-28065) by Miss Islington (bot) · 4 years ago
  5. 576803d [3.9] bpo-45007: Update multissl to openssl 1.1.1l as well (GH-28044) (GH-28062) by Christian Heimes · 4 years ago
  6. 4b55837 bpo-44689: ctypes.util.find_library() now finds macOS 11+ system libraries when built on older macOS systems (GH-27251) (GH-28053) by Miss Islington (bot) · 4 years ago
  7. d0f94ab bpo 45007: Update macOS installer builds to use OpenSSL 1.1.1l. (GH-28051) by Miss Islington (bot) · 4 years ago
  8. 5720bca [3.9] bpo-45007: Update to OpenSSL 1.1.1l in Windows build and CI (GH-28009) (GH-28040) by Łukasz Langa · 4 years ago
  9. 24416e4 bpo-43124: Fix smtplib multiple CRLF injection (GH-25987) (GH-28035) by Miss Islington (bot) · 4 years ago
  10. 007221a bpo-44394: Update libexpat copy to 2.4.1 (GH-26945) (GH-28032) by Miss Islington (bot) · 4 years ago
  11. 4540951 bpo-42278: Use tempfile.TemporaryDirectory rather than tempfile.mktemp in pydoc (GH-23200) (GH-28025) by Miss Islington (bot) · 4 years ago
  12. 330aabb [3.9] bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005). (GH-28028) by Serhiy Storchaka · 4 years ago
  13. dab74d6 [3.9] bpo-25130: Make SQLite tests more compatible with PyPy (GH-28021) (GH-28023) by Serhiy Storchaka · 4 years ago
  14. 1046cd0 [3.9] bpo-25130: Make unit-test about restricting the maximum number of nested blocks cpython-only (GH-28002) (GH-28017) by Serhiy Storchaka · 4 years ago
  15. 166ad70 bpo-44962: Fix a race in WeakKeyDict, WeakValueDict and WeakSet when two threads attempt to commit the last pending removal (GH-27921) (GH-28014) by Miss Islington (bot) · 4 years ago
  16. 399cd46 bpo-45022: Pin current libffi build to fixed version in preparation for upcoming update (GH-27982) by Miss Islington (bot) · 4 years ago
  17. 2351ff2 Fix typo in a comment in Modules/_ssl.c: s/validata/validate/ (GH-27993) (GH-27998) by Miss Islington (bot) · 4 years ago
  18. 9500dd5 bpo-44997: macOS does not support loadable SQLite extensions (GH-27979) (GH-27995) by Miss Islington (bot) · 4 years ago
  19. 0243764 bpo-45018: Fix rangeiter_reduce in rangeobject.c (GH-27938) (GH-27991) by Miss Islington (bot) · 4 years ago
  20. f1e3fc4 bpo-40635: Fix getfqdn() docstring and docs (GH-27971) by Miss Islington (bot) · 4 years ago
  21. 970533e [3.9] bpo-45011: Fix test_asyncio without C module _asyncio (GH-27968) (GH-27970) by Miss Islington (bot) · 4 years ago
  22. 2cdbd3b bpo-45001: Make email date parsing more robust against malformed input (GH-27946) (GH-27973) by Miss Islington (bot) · 4 years ago
  23. 46970fd bpo-45003: Change __div__ to __truediv__ in py3 language reference. (GH-27951) (GH-27962) by Miss Islington (bot) · 4 years ago
  24. 0ec17a2 [3.9] bpo-43853: Amend NEWS entry for latest changes in sqlite3 (GH-27922) (GH-27952) by Erlend Egeberg Aasland · 4 years ago
  25. 52702e8 [3.9] bpo-27334: roll back transaction if sqlite3 context manager fails to commit (GH-26202) (GH-27944) by Erlend Egeberg Aasland · 4 years ago
  26. 9d3b6b2 [3.9] bpo-34990: Treat the pyc header's mtime in compileall as an unsigned int (GH-19708) by Miss Islington (bot) · 4 years ago
  27. 834a2eb [doc] Fix typo c-api/exceptions.rst (GH-27847) (GH-27919) by Miss Islington (bot) · 4 years ago
  28. 28de562 [doc] Added mailing list link for comp.lang.python (GH-27852) (GH-27916) by Miss Islington (bot) · 4 years ago
  29. de49eac bpo-44980: fix test_constructor to return None value (GH-27898) (GH-27914) by Miss Islington (bot) · 4 years ago
  30. b0df288 [3.9] bpo-44984: Rewrite test_null_strings in _testcapi (GH-27904) (GH-27910) by Łukasz Langa · 4 years ago
  31. 7543e7f [doc] Fix typo in idle.rst (GH-27903) by Miss Islington (bot) · 4 years ago
  32. ac87b07 [3.9] bpo-4442: Document use of __new__ for subclasses of immutable types (GH-27866) (GH-27900) by Łukasz Langa · 4 years ago
  33. c579f0b [3.9] bpo-42560: rework external references in Tkinter docs (GH-27838) (GH-27896) by Łukasz Langa · 4 years ago
  34. 986750b bpo-42560: reorganize Tkinter docs modules section for clarity (GH-27840) (GH-27895) by Miss Islington (bot) · 4 years ago
  35. e74cf86 bpo-42560: tweaks to intro of Tkinter docs- add macOS, drop ActiveState (GH-27835) (GH-27892) by Miss Islington (bot) · 4 years ago
  36. d006392 bpo-44940: Clarify the documentation of re.findall() (GH-27849) (GH-27880) by Miss Islington (bot) · 4 years ago
  37. 4e5162f bpo-44955: Always call stopTestRun() for implicitly created TestResult objects (GH-27831) (GH-27882) by Miss Islington (bot) · 4 years ago
  38. 407b3e0 bpo-44966: Fix out-of-date traceback message (GH-27867) (GH-27876) by Miss Islington (bot) · 4 years ago
  39. d5781e9 bpo-44968: Fix test_subprocess_wait_no_same_group in test_asyncio (GH-27870) by Miss Islington (bot) · 4 years ago
  40. 7ef0673 bpo-44954: Fix wrong result in float.fromhex corner case (GH-27834) (GH-27855) by Miss Islington (bot) · 4 years ago
  41. 0215257 bpo-44949: Fix test_readline auto history tests (GH-27813) (GH-27822) by Miss Islington (bot) · 4 years ago
  42. 9882025 bpo-36384: [doc] Mention CVE-2021-29921 fix in 3.8.12 (GH-27824) (GH-27827) by Miss Islington (bot) · 4 years ago
  43. fb6074f bpo-44830: [doc] Restore missing Mozilla devguide link (GH-27818) (GH-27821) by Miss Islington (bot) · 4 years ago
  44. 4e4d35d [3.9] bpo-44947: Refine the syntax error for trailing commas in import statements (GH-27814) (GH-27817) by Łukasz Langa · 4 years ago
  45. b2779b2 [3.9] bpo-44815: Always show deprecation in asyncio.gather/sleep() (GH-27569) by Sam Bull · 4 years ago
  46. ebe7e6d bpo-44852: Support filtering over warnings without a set message (GH-27793) (GH-27810) by Miss Islington (bot) · 4 years ago
  47. e2320c6 bpo-44508: [Doc] Document failure mode for loop.call_soon_threadsafe (GH-27688) (GH-27805) by Miss Islington (bot) · 4 years ago
  48. 1bc0541 introduce omitted index default before using it (GH-27775) (GH-27803) by Miss Islington (bot) · 4 years ago
  49. beb3a83 bpo-44698: Restore complex pow behaviour for small integral exponents (GH-27772) (GH-27797) by Miss Islington (bot) · 4 years ago
  50. e21b66b bpo-44903: Removed othergui.rst and list of GUI frameworks (GH-27762) (GH-27790) by Miss Islington (bot) · 4 years ago
  51. 27fd313 [3.9] bpo-38956: don't print BooleanOptionalAction's default twice (GH-27672) (GH-27788) by Łukasz Langa · 4 years ago
  52. c7c4cbc [3.9] bpo-44852: Support ignoring specific DeprecationWarnings wholesale in regrtest (GH-27634) (GH-27785) by Łukasz Langa · 4 years ago
  53. 43bab05 bpo-44907: Update error messages in tutorial examples (GH-27755) by Miss Islington (bot) · 4 years ago
  54. 282fc5c [3.9] Fix the test suite for the old parser (GH-27749) by Pablo Galindo Salgado · 4 years ago
  55. 4b86c9c [3.9] bpo-44885: Correct the ast locations of f-strings with format specs and repeated expressions (GH-27729) (GH-27744) by Pablo Galindo Salgado · 4 years ago
  56. f7635f0 [3.9] bpo-33930: Fix typo in the test name. (GH-27733) (GH-27734) by Miss Islington (bot) · 4 years ago
  57. 8c93a63 Add .DS_Store on ignore (GH-27711) (GH-27724) by Miss Islington (bot) · 4 years ago
  58. 15f0a45 bpo-33930: Fix segfault with deep recursion when cleaning method objects (GH-27678) (GH-27720) by Miss Islington (bot) · 4 years ago
  59. d27e2f4 bpo-44854: Add .editorconfig file to help enforce `make patchcheck` (GH-27638) (GH-27714) by Miss Islington (bot) · 4 years ago
  60. 897c870 bpo-14853: add back the stdin test, skip if stdin is redirected (GH-27694) (GH-27698) by Miss Islington (bot) · 4 years ago
  61. 6f4cded bpo-25782: avoid hang in PyErr_SetObject when current exception has a cycle in its context chain (GH-27626) (GH-27707) by Miss Islington (bot) · 4 years ago
  62. c7dfbd2 bpo-33479: Remove unqualified tkinter threadsafe claim. (GH-6990) (GH-27705) by Miss Islington (bot) · 4 years ago
  63. 0e63776 make lib2to3 parse async generators everywhere (GH-6588) (GH-27703) by Miss Islington (bot) · 4 years ago
  64. ede1dc4 bpo-44872: use new trashcan macros in framobject.c (GH-27683) (GH-27691) by Irit Katriel · 4 years ago
  65. fcbe8c6 bpo-39498 Start linking the security warnings in the stdlib modules (GH-18272) (GH-27699) by Miss Islington (bot) · 4 years ago
  66. 395f4c7 bpo-41402: Fix email ContentManager calling .encode() on bytes (GH-21631) (GH-27687) by Miss Islington (bot) · 4 years ago
  67. 40b353b bpo-38840: Incorrect __all__ in multiprocessing.managers (GH-18034) (GH-27684) by Miss Islington (bot) · 4 years ago
  68. 26539ce [3.9] Upgrade bundled pip and setuptools (GH-27625) (GH-27658) by Tzu-ping Chung · 4 years ago
  69. 037ef8d bpo-44522: Fix inaccurate information in open() function (GH-27650) (GH-27682) by Miss Islington (bot) · 4 years ago
  70. ede221e bpo-32695: Docs and tests for compresslevel and preset kwargs in tarfile (GH-21470) (GH-27674) by Miss Islington (bot) · 4 years ago
  71. 6a6bcf1 bpo-44830 - Remove the broken Broken Mozilla devguide link. (GH-27664) (GH-27665) by Miss Islington (bot) · 4 years ago
  72. ed718e9 bpo-44856: Possible reference leak in error paths of update_bases() and __build_class__ (GH-27647) (GH-27651) by Miss Islington (bot) · 4 years ago
  73. c352412 [3.9] bpo-44822: Don't truncate `str`s with embedded NULL chars returned by `sqlite3` UDF callbacks (GH-27588). (GH-27639) by Erlend Egeberg Aasland · 4 years ago
  74. 62bce24 bpo-27752: improve documentation of csv.Dialect (GH-26795) (GH-27644) by Miss Islington (bot) · 4 years ago
  75. fde8417 bpo-44605: Teach @total_ordering() to work with metaclasses (GH-27633) (GH-27641) by Miss Islington (bot) · 4 years ago
  76. 91f6d38 bpo-44756: [docs] revert automated virtual environment creation on `make html` (GH-27635) (GH-27636) by Miss Islington (bot) · 4 years ago
  77. 8c07fef [3.9] bpo-43853: Handle sqlite3_value_text() errors (GH-25422). (GH-27627) by Erlend Egeberg Aasland · 4 years ago
  78. 8c17db6 bpo-44679: [doc] fix typo in unittest.mock.rst (GH-27618) (GH-27619) by Miss Islington (bot) · 4 years ago
  79. 791c28a bpo-44849: Fix os.set_inheritable() on FreeBSD 14 with O_PATH (GH-27623) by Miss Islington (bot) · 4 years ago
  80. 693a661 [3.9] bpo-40928: notify users running test_decimal on macOS of malloc warnings (GH-26783) (GH-27629) by Łukasz Langa · 4 years ago
  81. 7dad033 bpo-42958: Improve description of shallow= in filecmp.cmp docs (GH-27166) (GH-27608) by Miss Islington (bot) · 4 years ago
  82. 1a2c0ec [doc] bpo-43066: zipfile - add note on leading slash in the filename arg (GH-26899) (GH-27606) by Miss Islington (bot) · 4 years ago
  83. 60ec3b8 Fix typo in 'xml.dom.minidom' documentation (GH-27602) (GH-27604) by Miss Islington (bot) · 4 years ago
  84. ed0d91b Fix 404 link to the pyporting mailing list (GH-27320) (GH-27601) by Miss Islington (bot) · 4 years ago
  85. 467c873 Note that tp_clear and m_clear are not always called (GH-27581) (GH-27597) by Miss Islington (bot) · 4 years ago
  86. bf9425b Fix hyperlink conflict in turtle docs (GH-27592) (GH-27595) by Miss Islington (bot) · 4 years ago
  87. f26fec4 bpo-41886: Fix documented type of PyType_Type (GH-22454) by Miss Islington (bot) · 4 years, 1 month ago
  88. b5f0261 bpo-41737: expand doc for NotADirectoryError (GH-27471) (GH-27577) by Miss Islington (bot) · 4 years, 1 month ago
  89. 0b551db bpo-39091: Fix segfault when Exception constructor returns non-exception for gen.throw. (GH-17658) (GH-27573) by Miss Islington (bot) · 4 years, 1 month ago
  90. c50a672 bpo-44782: Improve OrderedDict recipe for LRU cache variants (GH-27536) (GH-27567) by Miss Islington (bot) · 4 years, 1 month ago
  91. e0d599f bpo-35183: Add typical examples to os.path.splitext docs (GH-27286) (GH-27564) by Miss Islington (bot) · 4 years, 1 month ago
  92. 77a96da Document PyMember_GetOne and PyMember_SetOne (GH-27555) (GH-27561) by Miss Islington (bot) · 4 years, 1 month ago
  93. 0f6a773 bpo-44806: Fix __init__ in subclasses of protocols (GH-27545) (GH-27559) by Miss Islington (bot) · 4 years, 1 month ago
  94. 4817c14 bpo-44785: Silence deprecation warnings in test_pickle (GH-27538) (#27557) by Miss Islington (bot) · 4 years, 1 month ago
  95. 2ee0959 doc: "Mac OS " -> "macOS" (GH-27534) (GH-27549) by Miss Islington (bot) · 4 years, 1 month ago
  96. 4f2405a doc: "Mac OS X" -> "macOS" (GH-27535) (GH-27547) by Miss Islington (bot) · 4 years, 1 month ago
  97. 2d11797 bpo-44667: Treat correctly lines ending with comments and no newlines in the Python tokenizer (GH-27499) (GH-27501) by Miss Islington (bot) · 4 years, 1 month ago
  98. 2efa781 Trivial typo in docstring (#27505) by Miss Islington (bot) · 4 years, 1 month ago
  99. 0f42b72 bpo-42892: fix email multipart attribute error (GH-26903) (GH-27493) by Miss Islington (bot) · 4 years, 1 month ago
  100. b57011d bpo-41911: Update docs for various expressions (GH-27470) (GH-27491) by Miss Islington (bot) · 4 years, 1 month ago