Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.12.10
tag
f86fdcac4c104bb671f86eb77cf98a6aa764c04e
tagger
Thomas Wouters <thomas@python.org>
Tue Apr 08 11:35:49 2025
object
0cc81280367df838c4b199f8f0378837165071c2
Python 3.12.10
0cc8128
Python 3.12.10
by Thomas Wouters
· 4 months ago
v3.12.10
a05e930
[3.12] gh-117779: Fix reading duplicated entries in zipfile by name (GH-129254) (GH-132264)
by Miss Islington (bot)
· 4 months ago
b41e008
[3.12] gh-101137: Add `text/x-rst` to `mimetypes` (GH-118593) (GH-118599)
by sobolevn
· 4 months ago
936dc2d
[3.12] gh-102136: Add -m to options that work with -i (GH-119271) (GH-119286)
by Miss Islington (bot)
· 4 months ago
492a554
[3.12] gh-130775: Allow negative locations in `ast` (GH-130795) (#132260)
by sobolevn
· 4 months ago
40f81e1
[3.12] gh-130164: Fix inspect.Signature.bind() handling of positional-only args without defaults (GH-130192) (GH-132259)
by Miss Islington (bot)
· 4 months ago
aab69a8
[3.12] gh-132021: Add bool type to the list of allowed JSON key types (GH-132048) (#132256)
by Miss Islington (bot)
· 4 months ago
3fc57f8
[3.12] gh-116608: undeprecate functional importlib.resources API (#132206)
by Thomas Grainger
· 4 months ago
4c5e84d
[3.12] gh-115684: Clarify datetime `replace` documentation (GH-116519) (#131694)
by David Lowry-Duda
· 4 months ago
d00c6a3
[3.12] Add psfhosted Plausible instance to analytics (GH-132252) (#132254)
by Miss Islington (bot)
· 4 months ago
ed01daf
[3.12] gh-131809: Upgrade vendored expat to 2.7.1 (GH-132192) (#132237)
by Miss Islington (bot)
· 4 months ago
4d1ab71
[3.12] gh-130521: Add Open Graph meta tags to template pages (GH-130523) (#132238)
by Miss Islington (bot)
· 4 months ago
6c9ece3
[3.12] Docs HTML: Remove self-closing tags (GH-132220) (#132229)
by Hugo van Kemenade
· 4 months ago
0875dcb
[3.12] gh-132221: Fix `__match_args__` generation docs in `dataclasses.rst` (GH-132222) (#132227)
by Miss Islington (bot)
· 4 months ago
33834cb
[3.12] gh-131852: Filter out POT-Creation-Date in msgfmt (GH-131880) (GH-132216)
by Miss Islington (bot)
· 4 months ago
81bc2cc
[3.12] gh-122040: reword `Modules/xxmodule.c` module-level comment (GH-132201) (#132208)
by Miss Islington (bot)
· 4 months ago
ab78a37
[3.12] gh-131912: Improve description of grouping options in the format specification docs (GH-132030) (#132203)
by Miss Islington (bot)
· 4 months ago
49840d6
[3.12] gh-124111: Update macOS installer to use Tcl/Tk 8.6.16. (GH-132190)
by Miss Islington (bot)
· 4 months ago
6ca6c09
[3.12] gh-131423: Update macOS installer to use OpenSSL 3.0.16. (GH-132189)
by Miss Islington (bot)
· 4 months ago
81445c2
[3.12] gh-91132: Update macOS installer to use ncurses 6.5. (GH-129990)
by Miss Islington (bot)
· 4 months ago
0c429ac
[3.12] Docs: Add a single table summary for ``cmath`` (GH-131887) (#132180)
by Miss Islington (bot)
· 4 months ago
55b2303
[3.12] GH-107674: Avoid allocating boxed ints for `sys.settrace` line events (GH-107780) (#107841)
by Miss Islington (bot)
· 4 months ago
0bfb3ba
[3.12] Docs: Replace dead hyperlink for CGI environment variables (GH-132137) (#132151)
by Miss Islington (bot)
· 4 months ago
c124ae9
[3.12] gh-132134: Add the clangd ``.cache`` directory to ``.gitignore`` (GH-132135) (#132145)
by Miss Islington (bot)
· 4 months ago
82b3939
[3.12] Fix numbered list syntax in programming.rst (GH-130158) (#132141)
by Miss Islington (bot)
· 4 months ago
6dab90a
[3.12] gh-131015: Add test for bytes formatting errors (#131881) (#132114)
by Bénédikt Tran
· 4 months ago
0c11043
[3.12] Docs: document `plistlib.InvalidFileException` (GH-132069) (#132117)
by Miss Islington (bot)
· 4 months ago
1d8cd48
[3.12] Fix typo in `template_replace()` test helper docstring (GH-132094) (#132096)
by Miss Islington (bot)
· 5 months ago
3d3e7b0
[3.12] gh-128632: fix segfault on nested __classdict__ type param (GH… (#132090)
by Tomasz Pytel
· 5 months ago
05213af
[3.12] gh-130655: Add a test for corrupt `.mo` files in `gettext` (GH-131911) (#132080)
by Miss Islington (bot)
· 5 months ago
232e105
[3.12] gh-130655: Add a test for bad magic numbers in `.mo` files parsed by `gettext` (GH-131909) (#132078)
by Miss Islington (bot)
· 5 months ago
65a0103
[3.12] gh-130655: Add tests for `gettext.find()` (GH-130691) (#132083)
by Miss Islington (bot)
· 5 months ago
10f73f7
[3.12] gh-132075: Fix possible use of sockaddr structures with uninitialized members (GH-132076) (GH-132087)
by Miss Islington (bot)
· 5 months ago
701ac74
gh-131423: Update OpenSSL build tag to 3.0.16.2 to fix ARM64 crash (GH-132051)
by Steve Dower
· 5 months ago
da7ac18
[3.12] gh-130197: pygettext: Test the --escape option (GH-131902) (GH-132033)
by Tomas R.
· 5 months ago
6f6b8b4
[3.12] gh-89039: Call subclass constructors in datetime.*.replace (GH-114780) (GH-131239)
by Serhiy Storchaka
· 5 months ago
e4fe4d9
[3.12] gh-131888: fix ResourceWarning in test_ftplib (GH-131889) (#132010)
by Miss Islington (bot)
· 5 months ago
b3cf1f2
[3.12] gh-132002: Fix crash of `ContextVar` on unhashable `str` subtype (GH-132003) (#132008)
by Miss Islington (bot)
· 5 months ago
afb3f33
[3.12] gh-111178: Fix getsockaddrarg() undefined behavior (GH-131668) (GH-131977) (#131979)
by Miss Islington (bot)
· 5 months ago
756676f
[3.12] gh-131736: only apply `security_level` workaround in `test_ssl` for security levels greater than 1 (GH-131739) (#131966)
by Miss Islington (bot)
· 5 months ago
6cdd3a4
[3.12] Minor improvements to the programming FAQ (GH-127261) (#131965)
by Miss Islington (bot)
· 5 months ago
ce85eb5
[3.12] gh-125957: sync argument naming in sphinx docs of the cmath and help() (GH-125958) (#131963)
by Miss Islington (bot)
· 5 months ago
b1bbd01
[3.12] gh-129917: Update installers to use SQLite 3.49.1 (#131025) (#131958)
by Erlend E. Aasland
· 5 months ago
b87ea7d
[3.12] gh-131865: Properly apply exported CFLAGS for dtrace/systemtap builds (GH-131866) (#131951)
by Miss Islington (bot)
· 5 months ago
5d4e891
[3.12] gh-126033: fix UAF in `xml.etree.ElementTree.Element.remove` when concurrent mutations happen (GH-126124) (#131930)
by Miss Islington (bot)
· 5 months ago
f1689b6
[3.12] gh-126037: fix UAF in `xml.etree.ElementTree.Element.find*` when concurrent mutations happen (#127964) (#131932)
by Bénédikt Tran
· 5 months ago
525eddf
[3.12] gh-131885: Document that `dict.setdefault` and `dict.get` take no keyword arguments (GH-128208) (#131894)
by Miss Islington (bot)
· 5 months ago
f1b65d7
[3.12] gh-129994: update docs when using `dualstack_ipv6` in `socket.create_server` (GH-129996) (#131891)
by Miss Islington (bot)
· 5 months ago
85b6b0e
[3.12] gh-131050: skip `test_dh_params` when TLS library lacks FFDHE ciphersuites (GH-131051) (#131875)
by Miss Islington (bot)
· 5 months ago
3cd04d4
[3.12] gh-127541: Update os.walk example (GH-127765) (#131873)
by Miss Islington (bot)
· 5 months ago
dfb6372
gh-131423: Update to OpenSSL 3.0.16. (GH-131839)
by Steve Dower
· 5 months ago
7d447ac
[3.12] gh-131807: fix ResourceWarning in test_ucn.py (GH-131808) (#131846)
by Miss Islington (bot)
· 5 months ago
d4ddc03
[3.12] gh-127949: fix resource warnings in `test_tasks.py` (GH-128172) (#131806)
by Miss Islington (bot)
· 5 months ago
940c937
[3.12] gh-131740: Update PyUnstable_GC_VisitObjects to traverse perm gen (#131828)
by Donghee Na
· 5 months ago
4f7b66a
[3.12] gh-128446: Run Windows CI tests on each commit (GH-131702) (#131706)
by Miss Islington (bot)
· 5 months ago
0c88f41
[3.12] gh-131818: Add imply `-P` in `-I`'s help message (GH-131819) (#131823)
by Miss Islington (bot)
· 5 months ago
b2dbc4f
[3.12] Fix typo in importlib.metadata.rst (gh-131596) (#131631)
by Miss Islington (bot)
· 5 months ago
66042e1
[3.12] gh-131762: Fixed dereferencing the pointer 'parser_token->metadata' with a NULL value (GH-131764) (#131775)
by Miss Islington (bot)
· 5 months ago
1826347
[3.12] gh-131649: fix test_string_literals SyntaxWarning (GH-131650) (GH-131766) (#131772)
by Miss Islington (bot)
· 5 months ago
b7c5371
[3.12] gh-131741: Add documentation for Windows version detection change in `platform` (GH-131742) (#131768)
by Miss Islington (bot)
· 5 months ago
e78280d
[3.12] gh-131677: Fix flaky test_lru_cache_threaded3 (gh-131679) (gh-131693)
by Miss Islington (bot)
· 5 months ago
76e911a
[3.12] gh-131670: Fix crash in `anext()` when `__anext__` is sync and raises (GH-131682) (#131687)
by Miss Islington (bot)
· 5 months ago
8159805
[3.12] Docs: Fix documentation for "PyTypeObject Definition" (GH-130936) (GH-131459)
by Miss Islington (bot)
· 5 months ago
8a9aee7
[3.12] gh-131045: [Enum] fix flag containment checks when using values (GH-131053) (#131232)
by Bénédikt Tran
· 5 months ago
7f2de07
[3.12] gh-131357: Add a set of asserts to test.test_capi.test_bytearray (GH-131554) (#131629)
by Nybblista
· 5 months ago
3911bd5
[3.12] gh-130283: update deprecated links and examples in `urllib.request` docs (GH-130284) (#131627)
by Miss Islington (bot)
· 5 months ago
7d5b813
[3.12] gh-121529: Document `from_` parameter in `_mboxMMDF` public methods (GH-121530) (#131622)
by Miss Islington (bot)
· 5 months ago
63a4273
[3.12] gh-131418: remove unused legacy typedefs in `{md5,sha1}module.c` (GH-131420) (#131619)
by Miss Islington (bot)
· 5 months ago
b1e2384
[3.12] gh-131457: Fix typo in BNF description of function signatures (GH-131460) (#131576)
by Miss Islington (bot)
· 5 months ago
2d6a778
[3.12] gh-131492, gh-131461: handle exceptions in GzipFile constructor while owning resources (GH-131462) (#131519)
by Miss Islington (bot)
· 5 months ago
3d1f8ca
[3.12] gh-88887: Cleanup `multiprocessing.resource_tracker.ResourceTracker` upon deletion (GH-130429) (#131530)
by luccabb
· 5 months ago
30e38b9
[3.12] gh-131441: Add a set of asserts to test.test_capi.test_list (#131442) (#131533)
by Nybblista
· 5 months ago
3eb7a90
[3.12] gh-70647: update docs to mention the datetime 1900 year default 2/29 issue (#131534)
by Gregory P. Smith
· 5 months ago
e1626c3
[3.12] GH-121970: Extract `pydoc_topics` into a new extension (GH-131256) (#131512)
by Adam Turner
· 5 months ago
caa7388
[3.12] Docs: Fix documentation for "PyTypeObject Definition" (GH-130936) (GH-131459)
by Miss Islington (bot)
· 5 months ago
105bc83
[3.12] gh-131417: Mention asyncio Future and Task in docs for generic classes list (GH-131422) (#131446)
by Miss Islington (bot)
· 5 months ago
981566e
[3.12] Docs: fix shell command formatting (GH-131310) (#131444)
by Miss Islington (bot)
· 5 months ago
5dfb5e6
[3.12] gh-121284: Fix email address header folding with parsed encoded-word (GH-122754) (#131404)
by Miss Islington (bot)
· 5 months ago
865bd6d
[3.12] gh-131277: allow EnvironmentVarGuard to unset more than one environment variable at once (GH-131280) (#131410)
by Bénédikt Tran
· 5 months ago
38ef8d7
[3.12] gh-131261: Update libexpat to 2.7.0 (CVE-2024-8176) (GH-131361)
by Miss Islington (bot)
· 5 months ago
7a8097c
[3.12] gh-116666: Add "token" glossary term (GH-130888) (GH-131368)
by Miss Islington (bot)
· 5 months ago
9d23a6d
[3.12] gh-131002: clarify how to enforce sqlite3 column types for generated fields (GH-131006) (#131386)
by Miss Islington (bot)
· 5 months ago
2601dae
[3.12] gh-130132: properly free resources in `urrlib.urlopen` examples (GH-130280) (#131395)
by Miss Islington (bot)
· 5 months ago
c23a2d3
[3.12] gh-131094: Refine `math.isclose` docs (GH-131139) (#131393)
by Miss Islington (bot)
· 5 months ago
304ef84
[3.12] gh-127667: refactor and improve `_hashopenssl.c` error branches (#131145) (#131348)
by Bénédikt Tran
· 5 months ago
c1faeadd
[3.12] gh-131325: fix sendfile fallback implementation to drain data after writing to transport (GH-131376) (#131378)
by Miss Islington (bot)
· 5 months ago
18e4eb4
[3.12] gh-130727: Retry test_wmi on TimeoutError (GH-130832) (#130840)
by Miss Islington (bot)
· 5 months ago
0405833
[3.12] gh-129675: Update documentation for tp_basicsize & tp_itemsize (GH-129850) (GH-131078)
by Miss Islington (bot)
· 5 months ago
4c1d529
[3.12] gh-124385: Document and soft-deprecate PyLong_AS_LONG (GH-124386) (#130549)
by Hugo van Kemenade
· 5 months ago
3983fca
[3.12] gh-109961: Docs: Fix incorrect rendering of `__replace__` in `copy.rst` (GH-109968) (#130909)
by Hugo van Kemenade
· 5 months ago
6e7432f
[3.12] gh-131339: test PyBytes_Size for a zero-size bytes object (GH-131340) (#131344)
by Miss Islington (bot)
· 5 months ago
e5e8b8a
[3.12] gh-129843: fix pure Python implementation of `warnings.warn_explicit` (GH-129848) (#131350)
by Miss Islington (bot)
· 5 months ago
baea0e2
[3.12] gh-130160: use `.. program::` directive for documenting `http.server` CLI (GH-131010) (#131294)
by donBarbos
· 5 months ago
c5a23ab
[3.12] gh-131327: Document winsound.SND_APPLICATION (GH-131328) (#131329)
by Miss Islington (bot)
· 5 months ago
1d17f1a
[3.12] gh-130160: use `.. program::` directive for documenting `doctest` CLI (GH-131034) (#131321)
by Miss Islington (bot)
· 5 months ago
e364a42
[3.12] gh-131204: Fix `difflib.HtmlDiff` may not use monospaced font (GH-131221) (#131243)
by Wulian233
· 5 months ago
9a612a8
[3.12] gh-131234: Improve `test_popen` with more asserts (GH-131235) (#131241)
by Miss Islington (bot)
· 5 months ago
6658ada
[3.12] gh-131219: Improve tests in `test_lzma.py` by adding more asserts (GH-131220) (#131237)
by sobolevn
· 5 months ago
77ece5a
[3.12] gh-130814: Enhance documentation for Python C API type objects (GH-130817) (#131224)
by Miss Islington (bot)
· 5 months ago
39b4f8b
[3.12] gh-124269: Simplify `typing.Annotated` docs (GH-130770) (#131223)
by Miss Islington (bot)
· 5 months ago
Next »