Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.9.10
tag
9e24ff64427e7f8243c0225cf70dc2d1f56ab32f
tagger
Łukasz Langa <lukasz@langa.pl>
Thu Jan 13 21:22:58 2022
object
f2f3f537829ab0ef6948be5ee7f46b8ce8213ff2
Python 3.9.10
f2f3f53
Python 3.9.10
by Łukasz Langa
· 3 years, 7 months ago
v3.9.10
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
52937c2
bpo-46070: _PyGC_Fini() untracks objects (GH-30577) (GH-30580)
by Victor Stinner
· 3 years, 7 months ago
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
d9101c4
bpo-46345: Add a test case for implicit `Optional` class attribute (GH-30535)
by Miss Islington (bot)
· 3 years, 7 months ago
12cf91c
[doc] Add license_url for python-docs-theme 2022.1. (GH-30527) (GH-30541)
by Miss Islington (bot)
· 3 years, 7 months ago
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
690ed88
bpo-46205: exit if no workers are alive in runtest_mp (GH-30470)
by Miss Islington (bot)
· 3 years, 7 months ago
b29aa71
[3.9] bpo-46261: Update `sqlite3.Cursor.lastrowid` docs (GH-30407)
by Miss Islington (bot)
· 3 years, 7 months ago
cd95033
bpo-46290: Fix parameter names in dataclasses docs (GH-30450)
by Miss Islington (bot)
· 3 years, 7 months ago
566d70a
bpo-46299: improve `test_descr.py` with stricter error handling (GH-30471)
by Miss Islington (bot)
· 3 years, 7 months ago
a74eb54
bpo-28546: [doc] Clarify setting pdb breakpoints (GH-30360)
by Miss Islington (bot)
· 3 years, 7 months ago
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
8bc6814
bpo-24650: Use full term "generator function" in yield expressions docs (GH-24663)
by Miss Islington (bot)
· 3 years, 7 months ago
4d2cfd3
bpo-46070: Fix asyncio initialisation guard (GH-30423)
by Miss Islington (bot)
· 3 years, 7 months ago
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
b98730c
bpo-46263: Fix second location that needs MALLOC_CONF on FreeBSD (GH-30440)
by Miss Islington (bot)
· 3 years, 7 months ago
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
cb06831
bpo-46278: fix typo introduced in GH-30427 (GH-30430)
by Miss Islington (bot)
· 3 years, 7 months ago
0aa8bbf
Reflect 'context' arg in 'AbstractEventLoop.call_*()' methods (GH-30427) (#30429)
by Miss Islington (bot)
· 3 years, 7 months ago
64199e9
bpo-46263: Don't use MULTIARCH on FreeBSD (GH-30410)
by Miss Islington (bot)
· 3 years, 8 months ago
f902d88
Fix missing "," in the documentation of Executor Objects (GH-30404)
by Miss Islington (bot)
· 3 years, 8 months ago
9a9061d
bpo-20369: concurrent.futures.wait() now deduplicates futures given a… (GH-30168)
by Miss Islington (bot)
· 3 years, 8 months ago
8f082e2
bpo-33252: Document that ResourceWarning is ignored by default (GH-30358) (GH-30396)
by Miss Islington (bot)
· 3 years, 8 months ago
86d1b8c
bpo-46239: improve error message when importing `asyncio.windows_events` (GH-30353)
by Miss Islington (bot)
· 3 years, 8 months ago
4affb99
bpo-34538: Remove Exception subclassing from tutorial (GH-30361)
by Miss Islington (bot)
· 3 years, 8 months ago
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
50da397
bpo-40477: macOS Python Launcher app fixes for recent macOS releases (GH-30348)
by Miss Islington (bot)
· 3 years, 8 months ago
b28b022
bpo-41028: Doc: Move switchers to docsbuild-scripts. (GH-20969) (GH-30343)
by Miss Islington (bot)
· 3 years, 8 months ago
17c858e
Update copyright year to 2022. (GH-30335)
by Miss Islington (bot)
· 3 years, 8 months ago
72ffcb0
bpo-46079: Replace external link that is down for maintenance. (GH-30315) (GH-30329)
by Miss Islington (bot)
· 3 years, 8 months ago
2d4049d
bpo-46085: Fix iterator cache mechanism of OrderedDict. (GH-30290)
by Miss Islington (bot)
· 3 years, 8 months ago
864caaa
closes docs: remove references to Py_USING_MEMORY_DEBUGGER (GH-30284)
by Miss Islington (bot)
· 3 years, 8 months ago
aa056ed
bpo-45496: Allow flexibility in winfo_rgb tests (GH-30185)
by Miss Islington (bot)
· 3 years, 8 months ago
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
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
f1f54c8
doc: fix a typo in unittest.mock.rst (GH-30227) (GH-30263)
by Miss Islington (bot)
· 3 years, 8 months ago
bee660e
[3.9] Remove a NEWS entry for bpo-45878 (GH-30258) (GH-30260)
by Miss Islington (bot)
· 3 years, 8 months ago
3c1100f
Doc: Fix link in multiprocessing.starmap pointing to builtin map. (GH-26560)
by Miss Islington (bot)
· 3 years, 8 months ago
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
d718764
bpo-46150: ensure `fakeuser` does not exist in `PosixPathTest.test_expanduser` (GH-30240)
by Miss Islington (bot)
· 3 years, 8 months ago
97a015b
Allow test_pathlib to pass on systems where fakeuser exists. (GH-30244)
by Miss Islington (bot)
· 3 years, 8 months ago
5c4d11f
bpo-46106: Update OpenSSL to 1.1.1m (GH-30211) (GH-30225)
by Ned Deily
· 3 years, 8 months ago
a2295a4
Update potentially confusing note for mean. (GH-30174) (GH-30221)
by Miss Islington (bot)
· 3 years, 8 months ago
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
8e4564d
[3.9] bpo-46104: Fix example broken by GH-30148 (GH-30203) (GH-30210)
by Miss Islington (bot)
· 3 years, 8 months ago
8bfb11a
bpo-46076: Improve documentation for per-attribute docstrings with `__slots__` (GH-30109) (GH-30207)
by Miss Islington (bot)
· 3 years, 8 months ago
2352644
Fix test error about deprecation warning (#30205)
by Andrew Svetlov
· 3 years, 8 months ago
f8fce5e
[3.9] bpo-46129: Rewrite asyncio.locks tests with IsolatedAsyncioTestCase (GH-30198) (GH-30204)
by Andrew Svetlov
· 3 years, 8 months ago
a328ad7
bpo-46099: Fix pthread_getcpuclockid test on Solaris (GH-30140) (#30184)
by Miss Islington (bot)
· 3 years, 8 months ago
0da17eb
bpo-46113: Minor fixes in stdtypes documentation (GH-30167) (GH-30187)
by Miss Islington (bot)
· 3 years, 8 months ago
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
8202a7e
[3.9] bpo-46044: Annotate deprecated sdists formats (GH-30043) (GH-30155)
by Miss Islington (bot)
· 3 years, 8 months ago
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
72225b5
bpo-46111: Fix unittest tests in optimized mode (GH-30163)
by Miss Islington (bot)
· 3 years, 8 months ago
212014d
Fix a typo in the message from make_ssl_certs. (GH-30152)
by Miss Islington (bot)
· 3 years, 8 months ago
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
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
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
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
f0b274d
bpo-26952: [argparse] clearer error when formatting an empty mutually… (GH-30099) (GH-30115)
by Miss Islington (bot)
· 3 years, 8 months ago
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
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
9b68759
Clarify new_event_loop return value. (GH-30078) (GH-30089)
by Miss Islington (bot)
· 3 years, 8 months ago
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
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
80f98b1
[3.10] bpo-27718: Fix help for the signal module (GH-30063) (GH-30080)
by Miss Islington (bot)
· 3 years, 8 months ago
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
9299e3a
bpo-19737: Improved the documentation for globals (GH-29823) (GH-30042)
by Miss Islington (bot)
· 3 years, 8 months ago
5f622f1
bpo-45822: Minor cleanups to the test_Py_CompileString test (GH-29750) (GH-29759)
by Miss Islington (bot)
· 3 years, 8 months ago
81a3829
[doc] Clarify MRO precedence in descriptor super binding section (GH-29539) (GH-29670)
by Miss Islington (bot)
· 3 years, 8 months ago
f8eebb0
bpo-42114: ctypes documentation: fix winmode parameter default value (GH-29976) (GH-30038)
by Miss Islington (bot)
· 3 years, 8 months ago
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
040f9f9
bpo-46000: Improve NetBSD curses compatibility (GH-29947) (GH-30023)
by Miss Islington (bot)
· 3 years, 8 months ago
40d7652
bpo-42182: stdtypes doc - update and fix links to several dunder methods (GH-27384)
by Miss Islington (bot)
· 3 years, 8 months ago
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
5ae4265
bpo-46018: Ensure that math.expm1 does not raise on underflow (GH-29997)
by Miss Islington (bot)
· 3 years, 8 months ago
25254d4
Fix double-space in exception message (GH-29955) (GH-29983)
by Miss Islington (bot)
· 3 years, 8 months ago
db42809
bpo-35821: Fix restructuredtext code formatting in logging.rst (GH-29963)
by Miss Islington (bot)
· 3 years, 8 months ago
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
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
2e36083
bpo-46001: Change OverflowError to RecursionError in JSON library docstrings (GH-29943)
by Miss Islington (bot)
· 3 years, 8 months ago
f147248
[3.9] bpo-44035: Check autoconf files thoroughly (GH-29935) (GH-29938)
by Christian Heimes
· 3 years, 9 months ago
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
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
52a9a71
bpo-27946: Fix possible crash in ElementTree.Element (GH-29915)
by Miss Islington (bot)
· 3 years, 9 months ago
257eea5
bpo-45916: Use HTTPS link for The Perils of Floating Point (GH-29896)
by Miss Islington (bot)
· 3 years, 9 months ago
0003d57
docs: Improve example for urlparse() (GH-29816) (GH-29889)
by Miss Islington (bot)
· 3 years, 9 months ago
4203a5d
bpo-45896: Fix docs default asyncio event loop on Windows (GH-29857) (GH-29878)
by Miss Islington (bot)
· 3 years, 9 months ago
99a9b34
bpo-37658: Actually return result in race condition (GH-29202) (GH-29832)
by Miss Islington (bot)
· 3 years, 9 months ago
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
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
376b24e
bpo-43905: Expand dataclasses.astuple() and asdict() docs (GH-26154)
by Miss Islington (bot)
· 3 years, 9 months ago
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
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
3b9d886
bpo-43498: Fix dictionary iteration error in _ExecutorManagerThread (GH-24868)
by Miss Islington (bot)
· 3 years, 9 months ago
5b6aa6c
bpo-45614: Fix traceback display for exceptions with invalid module name (GH-29726) (GH-29827)
by Irit Katriel
· 3 years, 9 months ago
209cec8
[3.9] bpo-19460: Add test for MIMENonMultipart (GH-29817) (#29819)
by Miss Islington (bot)
· 3 years, 9 months ago
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
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
Next »