Python 3.9.10
  1. f2f3f53 Python 3.9.10 by Łukasz Langa · 3 years, 7 months ago v3.9.10
  2. 537f16a bpo-40479: Fix typo, flag must be set for OpenSSL < 3.0.0 (GH-30584) by Miss Islington (bot) · 3 years, 7 months ago
  3. 52937c2 bpo-46070: _PyGC_Fini() untracks objects (GH-30577) (GH-30580) by Victor Stinner · 3 years, 7 months ago
  4. 4ddd5da [3.9] bpo-40479: Fix hashlib's usedforsecurity for OpenSSL 3.0.0 (GH-30455) (GH-30574) by Christian Heimes · 3 years, 7 months ago
  5. d9101c4 bpo-46345: Add a test case for implicit `Optional` class attribute (GH-30535) by Miss Islington (bot) · 3 years, 7 months ago
  6. 12cf91c [doc] Add license_url for python-docs-theme 2022.1. (GH-30527) (GH-30541) by Miss Islington (bot) · 3 years, 7 months ago
  7. 238a36b closes bpo-46253: Change Py_UNICODE to Py_UCS4 in the C API docs to match the current source code (GH-30387) by Miss Islington (bot) · 3 years, 7 months ago
  8. 690ed88 bpo-46205: exit if no workers are alive in runtest_mp (GH-30470) by Miss Islington (bot) · 3 years, 7 months ago
  9. b29aa71 [3.9] bpo-46261: Update `sqlite3.Cursor.lastrowid` docs (GH-30407) by Miss Islington (bot) · 3 years, 7 months ago
  10. cd95033 bpo-46290: Fix parameter names in dataclasses docs (GH-30450) by Miss Islington (bot) · 3 years, 7 months ago
  11. 566d70a bpo-46299: improve `test_descr.py` with stricter error handling (GH-30471) by Miss Islington (bot) · 3 years, 7 months ago
  12. a74eb54 bpo-28546: [doc] Clarify setting pdb breakpoints (GH-30360) by Miss Islington (bot) · 3 years, 7 months ago
  13. c55616c bpo-46216: remove spurious link to os.system() from os.time() documentation (GH-30326) (GH-30460) by Miss Islington (bot) · 3 years, 7 months ago
  14. 8bc6814 bpo-24650: Use full term "generator function" in yield expressions docs (GH-24663) by Miss Islington (bot) · 3 years, 7 months ago
  15. 4d2cfd3 bpo-46070: Fix asyncio initialisation guard (GH-30423) by Miss Islington (bot) · 3 years, 7 months ago
  16. 188fbde [3.9] bpo-46251: Add 'Security Considerations' section to logging configura… (GH-30411) (GH-30448) by Miss Islington (bot) · 3 years, 7 months ago
  17. b98730c bpo-46263: Fix second location that needs MALLOC_CONF on FreeBSD (GH-30440) by Miss Islington (bot) · 3 years, 7 months ago
  18. b259015 [3.9] bpo-46263: FreeBSD 14.0 jemalloc workaround for junk bytes of freed memory (GH-30434) (GH-30437) by Miss Islington (bot) · 3 years, 7 months ago
  19. cb06831 bpo-46278: fix typo introduced in GH-30427 (GH-30430) by Miss Islington (bot) · 3 years, 7 months ago
  20. 0aa8bbf Reflect 'context' arg in 'AbstractEventLoop.call_*()' methods (GH-30427) (#30429) by Miss Islington (bot) · 3 years, 7 months ago
  21. 64199e9 bpo-46263: Don't use MULTIARCH on FreeBSD (GH-30410) by Miss Islington (bot) · 3 years, 8 months ago
  22. f902d88 Fix missing "," in the documentation of Executor Objects (GH-30404) by Miss Islington (bot) · 3 years, 8 months ago
  23. 9a9061d bpo-20369: concurrent.futures.wait() now deduplicates futures given a… (GH-30168) by Miss Islington (bot) · 3 years, 8 months ago
  24. 8f082e2 bpo-33252: Document that ResourceWarning is ignored by default (GH-30358) (GH-30396) by Miss Islington (bot) · 3 years, 8 months ago
  25. 86d1b8c bpo-46239: improve error message when importing `asyncio.windows_events` (GH-30353) by Miss Islington (bot) · 3 years, 8 months ago
  26. 4affb99 bpo-34538: Remove Exception subclassing from tutorial (GH-30361) by Miss Islington (bot) · 3 years, 8 months ago
  27. 4a792ca bpo-34931: [doc] clarify behavior of os.path.splitext() on paths with multiple leading periods (GH-30347) (GH-30369) by Miss Islington (bot) · 3 years, 8 months ago
  28. 50da397 bpo-40477: macOS Python Launcher app fixes for recent macOS releases (GH-30348) by Miss Islington (bot) · 3 years, 8 months ago
  29. b28b022 bpo-41028: Doc: Move switchers to docsbuild-scripts. (GH-20969) (GH-30343) by Miss Islington (bot) · 3 years, 8 months ago
  30. 17c858e Update copyright year to 2022. (GH-30335) by Miss Islington (bot) · 3 years, 8 months ago
  31. 72ffcb0 bpo-46079: Replace external link that is down for maintenance. (GH-30315) (GH-30329) by Miss Islington (bot) · 3 years, 8 months ago
  32. 2d4049d bpo-46085: Fix iterator cache mechanism of OrderedDict. (GH-30290) by Miss Islington (bot) · 3 years, 8 months ago
  33. 864caaa closes docs: remove references to Py_USING_MEMORY_DEBUGGER (GH-30284) by Miss Islington (bot) · 3 years, 8 months ago
  34. aa056ed bpo-45496: Allow flexibility in winfo_rgb tests (GH-30185) by Miss Islington (bot) · 3 years, 8 months ago
  35. 25a12aa [3.9] bpo-46032: Check types in singledispatch's register() at declaration time (GH-30050) (GH-30254) (GH-30255) by Miss Islington (bot) · 3 years, 8 months ago
  36. 0722905 [3.9] bpo-23819: Fix asyncio tests on python optimized mode (GH-30195) (GH-30265) by Miss Islington (bot) · 3 years, 8 months ago
  37. f1f54c8 doc: fix a typo in unittest.mock.rst (GH-30227) (GH-30263) by Miss Islington (bot) · 3 years, 8 months ago
  38. bee660e [3.9] Remove a NEWS entry for bpo-45878 (GH-30258) (GH-30260) by Miss Islington (bot) · 3 years, 8 months ago
  39. 3c1100f Doc: Fix link in multiprocessing.starmap pointing to builtin map. (GH-26560) by Miss Islington (bot) · 3 years, 8 months ago
  40. 393ff04 bpo-45878: convert `try/except` to `self.assertRaises` in `Lib/ctypes/test/test_functions.py` (GH-29721) (GH-29723) by Miss Islington (bot) · 3 years, 8 months ago
  41. d718764 bpo-46150: ensure `fakeuser` does not exist in `PosixPathTest.test_expanduser` (GH-30240) by Miss Islington (bot) · 3 years, 8 months ago
  42. 97a015b Allow test_pathlib to pass on systems where fakeuser exists. (GH-30244) by Miss Islington (bot) · 3 years, 8 months ago
  43. 5c4d11f bpo-46106: Update OpenSSL to 1.1.1m (GH-30211) (GH-30225) by Ned Deily · 3 years, 8 months ago
  44. a2295a4 Update potentially confusing note for mean. (GH-30174) (GH-30221) by Miss Islington (bot) · 3 years, 8 months ago
  45. e5cf31d [3.9] bpo-46110: Add a recursion check to avoid stack overflow in the PEG parser (GH-30177) (#30215) by Pablo Galindo Salgado · 3 years, 8 months ago
  46. 8e4564d [3.9] bpo-46104: Fix example broken by GH-30148 (GH-30203) (GH-30210) by Miss Islington (bot) · 3 years, 8 months ago
  47. 8bfb11a bpo-46076: Improve documentation for per-attribute docstrings with `__slots__` (GH-30109) (GH-30207) by Miss Islington (bot) · 3 years, 8 months ago
  48. 2352644 Fix test error about deprecation warning (#30205) by Andrew Svetlov · 3 years, 8 months ago
  49. f8fce5e [3.9] bpo-46129: Rewrite asyncio.locks tests with IsolatedAsyncioTestCase (GH-30198) (GH-30204) by Andrew Svetlov · 3 years, 8 months ago
  50. a328ad7 bpo-46099: Fix pthread_getcpuclockid test on Solaris (GH-30140) (#30184) by Miss Islington (bot) · 3 years, 8 months ago
  51. 0da17eb bpo-46113: Minor fixes in stdtypes documentation (GH-30167) (GH-30187) by Miss Islington (bot) · 3 years, 8 months ago
  52. 43cb8f4 [3.9] bpo-46104: Reduce use of pre-PEP 526 syntax in typing docs (GH-30148) (GH-30180) by Miss Islington (bot) · 3 years, 8 months ago
  53. 8202a7e [3.9] bpo-46044: Annotate deprecated sdists formats (GH-30043) (GH-30155) by Miss Islington (bot) · 3 years, 8 months ago
  54. a9b3edb [3.9] bpo-46114: Fix OpenSSL version check for 3.0.1 (GH-30170) (GH-30173) by Christian Heimes · 3 years, 8 months ago
  55. 72225b5 bpo-46111: Fix unittest tests in optimized mode (GH-30163) by Miss Islington (bot) · 3 years, 8 months ago
  56. 212014d Fix a typo in the message from make_ssl_certs. (GH-30152) by Miss Islington (bot) · 3 years, 8 months ago
  57. 864ec17 [3.9] bpo-46105: Honor spec when generating requirement specs with urls and extras. (GH-30151). (GH-30157) by Jason R. Coombs · 3 years, 8 months ago
  58. 4c1effa bpo-28816: [doc] clarify that zipimport invokes importers only for python files (GH-30060) (GH-30134) by Miss Islington (bot) · 3 years, 8 months ago
  59. 309614f Fix the output of built-in iter() function example in Iterators (Section 9.8) of The Python Tutorial (GH-30110) by Miss Islington (bot) · 3 years, 8 months ago
  60. 86f9ae5 Add Positional only arguments forward slash (/) to sorted() function in Built-in Functions document (GH-30113) by Miss Islington (bot) · 3 years, 8 months ago
  61. f0b274d bpo-26952: [argparse] clearer error when formatting an empty mutually… (GH-30099) (GH-30115) by Miss Islington (bot) · 3 years, 8 months ago
  62. 17260e4 [3.9] bpo-46063: Add 'delay=True' to file handler initialization. (GH-30103) (GH-30105) by Miss Islington (bot) · 3 years, 8 months ago
  63. 9423422 [3.9] bpo-46063: Improve algorithm for computing which rolled-over log file… (GH-30093) (GH-30095) by Miss Islington (bot) · 3 years, 8 months ago
  64. 9b68759 Clarify new_event_loop return value. (GH-30078) (GH-30089) by Miss Islington (bot) · 3 years, 8 months ago
  65. 2029c58 [3.9] bpo-45840: Improve cross-references in the data model documentation (GH-29633) (GH-30081) by Alex Waygood · 3 years, 8 months ago
  66. 80eb8ab bpo-37602: Clarify that the lib2to3 nonzero fixer changes only definitions (GH-30075) (GH-30083) by Miss Islington (bot) · 3 years, 8 months ago
  67. 80f98b1 [3.10] bpo-27718: Fix help for the signal module (GH-30063) (GH-30080) by Miss Islington (bot) · 3 years, 8 months ago
  68. d55a03e [3.10] bpo-13236: Flush the output stream more often in unittest (GH-29929) (GH-30039) by Miss Islington (bot) · 3 years, 8 months ago
  69. 9299e3a bpo-19737: Improved the documentation for globals (GH-29823) (GH-30042) by Miss Islington (bot) · 3 years, 8 months ago
  70. 5f622f1 bpo-45822: Minor cleanups to the test_Py_CompileString test (GH-29750) (GH-29759) by Miss Islington (bot) · 3 years, 8 months ago
  71. 81a3829 [doc] Clarify MRO precedence in descriptor super binding section (GH-29539) (GH-29670) by Miss Islington (bot) · 3 years, 8 months ago
  72. f8eebb0 bpo-42114: ctypes documentation: fix winmode parameter default value (GH-29976) (GH-30038) by Miss Islington (bot) · 3 years, 8 months ago
  73. bad16f0 [3.9] bpo-43749: Ensure current exe is copied when using venv on windows (GH-25216) (GH-30033) by Miss Islington (bot) · 3 years, 8 months ago
  74. 040f9f9 bpo-46000: Improve NetBSD curses compatibility (GH-29947) (GH-30023) by Miss Islington (bot) · 3 years, 8 months ago
  75. 40d7652 bpo-42182: stdtypes doc - update and fix links to several dunder methods (GH-27384) by Miss Islington (bot) · 3 years, 8 months ago
  76. fb8aad1 [3.9] bpo-45662: Fix the repr of InitVar with a type alias to the built-in class (GH-29291) (GH-29924) by Miss Islington (bot) · 3 years, 8 months ago
  77. 5ae4265 bpo-46018: Ensure that math.expm1 does not raise on underflow (GH-29997) by Miss Islington (bot) · 3 years, 8 months ago
  78. 25254d4 Fix double-space in exception message (GH-29955) (GH-29983) by Miss Islington (bot) · 3 years, 8 months ago
  79. db42809 bpo-35821: Fix restructuredtext code formatting in logging.rst (GH-29963) by Miss Islington (bot) · 3 years, 8 months ago
  80. bffce2c bpo-45664: Fix resolve_bases() and new_class() for GenericAlias instance as a base (GH-29298) (GH-29928) by Miss Islington (bot) · 3 years, 8 months ago
  81. e688568 [3.9] bpo-35821: Add an example to Logger.propagate documentation. (GH-29841) (GH-29958) by Miss Islington (bot) · 3 years, 8 months ago
  82. 2e36083 bpo-46001: Change OverflowError to RecursionError in JSON library docstrings (GH-29943) by Miss Islington (bot) · 3 years, 8 months ago
  83. f147248 [3.9] bpo-44035: Check autoconf files thoroughly (GH-29935) (GH-29938) by Christian Heimes · 3 years, 9 months ago
  84. 7accb4f bpo-45732: Update python.org macOS installer to use Tcl/Tk 8.6.12. (GH-29933) by Ned Deily · 3 years, 9 months ago
  85. 1905071 bpo-45663: Fix is_dataclass() for dataclasses which are subclasses of types.GenericAlias (GH-29294) by Miss Islington (bot) · 3 years, 9 months ago
  86. 52a9a71 bpo-27946: Fix possible crash in ElementTree.Element (GH-29915) by Miss Islington (bot) · 3 years, 9 months ago
  87. 257eea5 bpo-45916: Use HTTPS link for The Perils of Floating Point (GH-29896) by Miss Islington (bot) · 3 years, 9 months ago
  88. 0003d57 docs: Improve example for urlparse() (GH-29816) (GH-29889) by Miss Islington (bot) · 3 years, 9 months ago
  89. 4203a5d bpo-45896: Fix docs default asyncio event loop on Windows (GH-29857) (GH-29878) by Miss Islington (bot) · 3 years, 9 months ago
  90. 99a9b34 bpo-37658: Actually return result in race condition (GH-29202) (GH-29832) by Miss Islington (bot) · 3 years, 9 months ago
  91. 031e2bb bpo-33381: [doc] strftime's %f option may pad zeros on the left or the right (GH-29801) (GH-29863) by Miss Islington (bot) · 3 years, 9 months ago
  92. b91805e bpo-45931: Prevent Directory.Build.props/targets from leaking from directories above the repo when building on Windows (GH-29854) by Miss Islington (bot) · 3 years, 9 months ago
  93. 376b24e bpo-43905: Expand dataclasses.astuple() and asdict() docs (GH-26154) by Miss Islington (bot) · 3 years, 9 months ago
  94. 40a5753 [3.9] bpo-44391: Remove unused argument from a varargs call. (GH-29843) (GH-29850) by Miss Islington (bot) · 3 years, 9 months ago
  95. da3e9dd [3.9] [Doc] Add info to logging cookbook about running logging socket listeners i… (GH-29838) (GH-29840) by Miss Islington (bot) · 3 years, 9 months ago
  96. 3b9d886 bpo-43498: Fix dictionary iteration error in _ExecutorManagerThread (GH-24868) by Miss Islington (bot) · 3 years, 9 months ago
  97. 5b6aa6c bpo-45614: Fix traceback display for exceptions with invalid module name (GH-29726) (GH-29827) by Irit Katriel · 3 years, 9 months ago
  98. 209cec8 [3.9] bpo-19460: Add test for MIMENonMultipart (GH-29817) (#29819) by Miss Islington (bot) · 3 years, 9 months ago
  99. 86c1265 [3.9] bpo-41735: Fix thread lock in zlib.Decompress.flush() may go wrong (GH-29588) by Ma Lin · 3 years, 9 months ago
  100. 133fb26 bpo-45901: Fixes argument passing when invoking .py files directly through the Store package (GH-29799) by Miss Islington (bot) · 3 years, 9 months ago