Thanks to visit codestin.com
Credit goes to chromium.googlesource.com
Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.14.0b3
/
Misc
tag
704994724f9835c4f311a82b22fef65d842a4d9f
tagger
Hugo van Kemenade <
[email protected]
>
Tue Jun 17 15:40:54 2025
object
26d485d12255a10a8e965b561e7d8a70a732ec69
Python 3.14.0b3
26d485d
Python 3.14.0b3
by Hugo van Kemenade
· 3 months ago
v3.14.0b3
c1735c5
[3.14] gh-132815: Add support for JUMP_BACKWARD in specialization stats (GH-135606) (#135612)
by Miss Islington (bot)
· 3 months ago
1bd034d
[3.14] gh-134632: Fix `build-details.json` to use `INCLUDEPY` path (GH-134633) (#135605)
by Miss Islington (bot)
· 3 months ago
d2292c2
[3.14] gh-135489: Show verbose output for failing tests during PGO profiling step with `--enable-optimizations` (#135599)
by Miss Islington (bot)
· 3 months ago
964c29d
[3.14] gh-116738: Make _heapq module thread-safe (GH-135036) (gh-135309)
by Miss Islington (bot)
· 3 months ago
15f7bd4
[3.14] gh-132617: Fix `dict.update()` mutation check (gh-134815) (gh-135581)
by Miss Islington (bot)
· 3 months ago
9410113
[3.14] gh-119132: Remove "experimental" tag from the CPython free-threading. (gh-135550) (gh-135565)
by Miss Islington (bot)
· 3 months ago
2ef78a8
[3.14] GH-135171: Revert async generator expressions behavior (#135352)
by Mikhail Efimov
· 3 months ago
0eec8dd
[3.14] gh-120608: fix NEWS entry typo (GH-135535) (#135558)
by Miss Islington (bot)
· 3 months ago
43bf8b3
[3.14] gh-127319: Disable port reuse on HTTP, XMLRPC, and logging TCP servers (GH-135405) (GH-135538)
by Miss Islington (bot)
· 3 months ago
f8f99b1
[3.14] gh-135371: Fix asyncio introspection output to include internal coroutine chains (GH-135436) (#135509)
by Miss Islington (bot)
· 3 months ago
6ae5455
[3.14] gh-65697: Improved error msg for configparser key validation (GH-135527) (#135541)
by Miss Islington (bot)
· 3 months ago
ee141f0
[3.14] gh-135171: Update documentation for the generator expression (GH-135351) (#135524)
by Miss Islington (bot)
· 4 months ago
c5f066d
[3.14] gh-135497: fix `MAXLOGNAME` detection in `configure.ac` (GH-135508) (#135516)
by Miss Islington (bot)
· 4 months ago
79df5d1
[3.14] gh-135368: Fix mocks on dataclass specs with `instance=True` (GH-135421) (#135503)
by Miss Islington (bot)
· 4 months ago
7499bcd
[3.14] gh-135496: Fix f string exclamation mark error typo (GH-135495) (#135499)
by Miss Islington (bot)
· 4 months ago
d851f8e
[3.14] gh-135462: Fix quadratic complexity in processing special input in HTMLParser (GH-135464) (GH-135481)
by Miss Islington (bot)
· 4 months ago
6754a50
[3.14] gh-132969: Fix error/hang when shutdown(wait=False) and task exited abnormally (GH-133222) (GH-135344)
by Miss Islington (bot)
· 4 months ago
b3efd3d
[3.14] Revert "gh-135410: use a critical section around `StringIO.__next__` (GH-135412)" (GH-135439) (gh-135449)
by Miss Islington (bot)
· 4 months ago
f885c7d
[3.14] gh-135429: Fix the argument mismatch in lsprof throw event (GH-135442) (#135446)
by Miss Islington (bot)
· 4 months ago
04273ad
[3.14] gh-134939: Add the concurrent.interpreters Module (gh-135414)
by Eric Snow
· 4 months ago
8cb7d9a
[3.14] gh-135410: use a critical section around `StringIO.__next__` (GH-135412) (#135425)
by Miss Islington (bot)
· 4 months ago
0e969fe
[3.14] gh-135321: Always raise a correct exception for BINSTRING argument > 0x7fffffff in pickle (GH-135322) (GH-135382)
by Miss Islington (bot)
· 4 months ago
30494cc
[3.14] gh-133967: Do not normalize locale name 'C.UTF-8' to 'en_US.UTF-8' (GH-135347) (GH-135349)
by Miss Islington (bot)
· 4 months ago
77c4b5d
[3.14] gh-130077: Properly match full soft keywords in the parser (GH-135317) (#135348)
by Miss Islington (bot)
· 4 months ago
725ec53
[3.14] bpo-45210: Document that error indicator may be set in tp_dealloc (GH-28358) (#135298)
by Miss Islington (bot)
· 4 months ago
3d69d18
[3.14] gh-133968: Add PyUnicodeWriter_WriteASCII() function (#133973) (#134974)
by Victor Stinner
· 4 months ago
a5274cd
[3.14] GH-135171: Fix generator expressions one last time (hopefully) (GH-135225)
by Mark Shannon
· 4 months ago
00f824d
[3.14] gh-135276: Refresh `zipfile.Path` from zipp 3.23 (GH-135277) (#135278)
by Miss Islington (bot)
· 4 months ago
949248d
[3.14] gh-135244: generate UUID random Node ID with a CSPRNG as per RFC 9562, §6.10.3 (GH-135226) (#135255)
by Miss Islington (bot)
· 4 months ago
85efa77
[3.14] gh-134151 Fix `TypeError` in `email.utils.decode_params` when sorting RFC 2231 continuations (GH-134687) (#135247)
by Miss Islington (bot)
· 4 months ago
ef53965
[3.14] gh-134876: Add fallback for when process_vm_readv fails with ENOSYS (GH-134878) (#135240)
by Miss Islington (bot)
· 4 months ago
3faf00e
[3.14] gh-134155: fix AttributeError in email._header_value_parser.get_address (GH-134194) (#135191)
by Miss Islington (bot)
· 4 months ago
5b38af5
[3.14] gh-135120: Add test.support.subTests() (GH-135121) (GH-135208)
by Serhiy Storchaka
· 4 months ago
be2f32e
[3.14] gh-134889: Fix handling of a few opcodes when optimizing `LOAD_FAST` (#134958) (#135187)
by mpage
· 4 months ago
97822b8
[3.14] gh-131884: Fix incorrect formatting in json.dumps() when using indent and skipkeys=True (GH-132200) (GH-135060)
by Miss Islington (bot)
· 4 months ago
e11d4a1
[3.14] gh-134989: Fix Py_RETURN_NONE in the limited C API (GH-135165) (#135178)
by Miss Islington (bot)
· 4 months ago
da1bbce
[3.14] gh-134989: Implement PyObject_DelAttr() as a macro in the limited C API (GH-135021) (#135133)
by Miss Islington (bot)
· 4 months ago
b2b9aaa
[3.14] gh-135099: Only wait on `_PyOS_SigintEvent()` in main thread (GH-135100) (GH-135116)
by Miss Islington (bot)
· 4 months ago
d8c2bfa
[3.14] gh-127081: use `getlogin_r` if available (gh-132751) (gh-135097)
by Miss Islington (bot)
· 4 months ago
9e0ac76
[3.14] gh-135034: Normalize link targets in tarfile, add `os.path.realpath(strict='allow_missing')` (gh-135037) (gh-135065)
by Łukasz Langa
· 4 months ago
94306f7
[3.14] gh-132813: Improve error messages for incorrect types and values of csv.Dialog attributes (GH-133241) (GH-135050)
by Miss Islington (bot)
· 4 months ago
428b0ca
[3.14] gh-134908: Protect `textiowrapper_iternext` with critical section (gh-134910) (gh-135039)
by Miss Islington (bot)
· 4 months ago
7775d93
[3.14] gh-130999: Avoid exiting the new REPL when there are non-string candidates for suggestions (gh-131001) (gh-135019)
by Miss Islington (bot)
· 4 months ago
777fd49
[3.14] gh-134696: align OpenSSL and HACL*-based hash functions constructors AC signatures (GH-134713) (#134961)
by Bénédikt Tran
· 4 months ago
df7247a
[3.14] gh-134970: Fix exception message in argparse module (GH-134971) (GH-134991)
by Miss Islington (bot)
· 4 months ago
7c1dfd9
[3.14] gh-133489: Remove size restrictions on getrandbits() and randbytes() (GH-133658) (#134964)
by Miss Islington (bot)
· 4 months ago
32574d4
gh-134923: Use /GENPROFILE and /USEPROFILE for Windows PGO builds (GH-134924)
by Miss Islington (bot)
· 4 months ago
ecf1141
[3.14] gh-134718: Fix ast.dump() for empty non-default values (GH-134926) (GH-134931)
by Miss Islington (bot)
· 4 months ago
f28f930
[3.14] gh-134885: zstd: Use Py_XSETREF (GH-134886) (GH-134922)
by Miss Islington (bot)
· 4 months ago
d7d3e69
[3.14] gh-134857: Improve error report for doctests run with unittest (GH-134858) (GH-134903)
by Miss Islington (bot)
· 4 months ago
4670ddd
[3.14] GH-133912: Fix `PyObject_GenericSetDict` to handle inline values (GH-134725) (#134859)
by Miss Islington (bot)
· 4 months ago
2440449
[3.14] gh-128840: Fix parsing long IPv6 addresses with embedded IPv4 address (GH-134836) (#134845)
by Miss Islington (bot)
· 4 months ago
3681e3a
[3.14] gh-134679: Fix assertion failure in QSBR (gh-134811) (gh-134814)
by Miss Islington (bot)
· 4 months ago
6c74700
[3.14] gh-134774: Remove additional Py_DEBUG definition (GH-134791)
by Chris Eibl
· 4 months ago
00122c8
[3.14] GH-128161: Remove redundant GET_ITER from list comprehension code (GH-134778)
by Mark Shannon
· 4 months ago
58549cf
[3.14] gh-134210: handle signals in `_curses.window.getch` (GH-134326) (#134783)
by Miss Islington (bot)
· 4 months ago
bc3d892
Merge branch '3.14' of https://github.com/python/cpython into 3.14
by Hugo van Kemenade
· 4 months ago
8c69901
[3.14] gh-134637: Fix performance regression in calling `ctypes` function pointer in `free threading`. (GH-134702) (#134742)
by Miss Islington (bot)
· 4 months ago
12d3f88
Python 3.14.0b2
by Hugo van Kemenade
· 4 months ago
v3.14.0b2
da3d554
[3.14] gh-132710: add missing NEWS entry for GH-134697 (GH-134705) (#134707)
by Miss Islington (bot)
· 4 months ago
dc441ef
[3.14] gh-132493: Remove __annotations__ usage in inspect._signature_is_functionlike (GH-133415) (#133796)
by Miss Islington (bot)
· 4 months ago
1ce68f6
[3.14] gh-134152: Fix UnboundLocalError in email._header_value_parser _get_ptext_to_endchars (GH-134233) (#134678)
by Miss Islington (bot)
· 4 months ago
16187b5
[3.14] gh-132876: workaround broken ldexp() on Windows 10 (GH-133135) (#134684)
by Miss Islington (bot)
· 4 months ago
7216f7b
[3.14] gh-69605: Disable PyREPL module autocomplete fallback on regular completion (gh-134181) (gh-134680)
by Miss Islington (bot)
· 4 months ago
9c6d2db
[3.14] gh-133960: Improve typing.evaluate_forward_ref (GH-133961) (#134663)
by Miss Islington (bot)
· 4 months ago
c61fd7c
[3.14] gh-134582: Fix t-strings untokenize() roundtrip removing space between braces (GH-134603) (#134659)
by Miss Islington (bot)
· 4 months ago
cbf4ccf
[3.14] gh-133684: Fix get_annotations() where PEP 563 is involved (GH-133795) (#134656)
by Miss Islington (bot)
· 4 months ago
d82d445
[3.14] gh-133778: Fix setting `__annotations__` under PEP 563 (GH-133794) (#134655)
by Miss Islington (bot)
· 4 months ago
93aee56
[3.14] GH-130328: Speedup pasting in legacy console on Windows (gh-133728) (#134653)
by Miss Islington (bot)
· 4 months ago
81f0993
[3.14] gh-134168: fix `http.server` CLI support for IPv6 and `--directory` when serving over HTTPS (GH-134169) (#134630)
by Bénédikt Tran
· 4 months ago
00fd544
[3.14] gh-80334: fix multiprocessing.freeze_support for other spawn platforms (GH-134462) (#134619)
by Miss Islington (bot)
· 4 months ago
de9444e
[3.14] gh-134546: ensure remote pdb script is readable (GH-134552) (#134616)
by Miss Islington (bot)
· 4 months ago
576177d
[3.14] gh-128840: Limit the number of parts in IPv6 address parsing (GH-128841) (#134610)
by Miss Islington (bot)
· 4 months ago
09a34f1
[3.14] gh-134381: Fix RuntimeError when starting not-yet started Thread after fork (gh-134514) (gh-134596)
by Miss Islington (bot)
· 4 months ago
73967c4
[3.14] gh-134451: Converted `asyncio.tools.CycleFoundException` from dataclass to a regular exception type. (GH-134513) (#134564)
by Miss Islington (bot)
· 4 months ago
c67eb41
[3.14] gh-114177: avoid calling connection lost callbacks when loop is already closed in asyncio subprocess (GH-134508) (#134561)
by Miss Islington (bot)
· 4 months ago
8f4bf15
[3.14] GH-131769: fix detecting a pydebug build of the build Python when building for WASI (GH-133219)
by Brett Cannon
· 4 months ago
15e26ee
[3.14] GH-130397: remove special-casing of C stack depth for WASI (GH-134469) (GH-134547)
by Miss Islington (bot)
· 4 months ago
ced49a1
[3.14] gh-134323: Fix the new `threading.RLock.locked` method (GH-134368) (#134510)
by Miss Islington (bot)
· 4 months ago
59cb829
[3.14] gh-134455: Fix `build-details.json` to use the ``c_api.headers`` key (GH-134456) (#134504)
by Miss Islington (bot)
· 4 months ago
4e9248f
[3.14] gh-134062: Fix hash collisions in IPv4Network and IPv6Network (GH-134063) (#134476)
by Miss Islington (bot)
· 4 months ago
9989915
[3.14] gh-127960 Fix the REPL to set the correct namespace by setting the correct `__main__` module (gh-134275) (gh-134473)
by Miss Islington (bot)
· 4 months ago
f8ced87
[3.14] gh-132124: improve safety nets for creating AF_UNIX socket files (GH-134085) (#134447)
by Miss Islington (bot)
· 4 months ago
17bf6ab
[3.14] gh-62184: Remove _pyio import of _io.FileIO (gh-134192) (gh-134437)
by Miss Islington (bot)
· 4 months ago
fade04e
[3.14] gh-133982: Run unclosed file test on all io implementations (gh-134165) (gh-134433)
by Miss Islington (bot)
· 4 months ago
74dde92
[3.14] gh-71253: Match _io exception in _pyio (gh-133985) (gh-134430)
by Miss Islington (bot)
· 4 months ago
f1a9d89
[3.14] gh-90871: fix connection backlog offset in asyncio (gh-134392) (gh-134421)
by Miss Islington (bot)
· 4 months ago
af428a3
[3.14] gh-72680: Fix false positives when using zipfile.is_zipfile() (GH-134250) (#134401)
by Miss Islington (bot)
· 4 months ago
81c348b
GH-130727: Avoid race condition in _wmimodule by copying shared data (GH-134313)
by Miss Islington (bot)
· 4 months ago
69710b7
[3.14] gh-134215: PyREPL: Do not show underscored modules by default during autocompletion (gh-134267) (gh-134388)
by Miss Islington (bot)
· 4 months ago
04829d4
[3.14] gh-134209: use heap-allocated memory in `_curses.window.{instr,getstr}` (GH-134283) (#134391)
by Miss Islington (bot)
· 4 months ago
379805d
[3.14] gh-128066: Properly handle history file writes for RO fs on PyREPL (gh-134380) (gh-134385)
by Miss Islington (bot)
· 4 months ago
efdaae5
[3.14] gh-86802: Fix asyncio memory leak; shielded task exceptions log once through the exception handler (gh-134331) (gh-134343)
by Miss Islington (bot)
· 4 months ago
8e8d5c9
[3.14] gh-132542: Set native thread ID after fork (GH-132701) (GH-134356)
by Miss Islington (bot)
· 4 months ago
2dedf5e
[3.14] gh-62824: Add alias for iso-8859-8-i which is the same as iso-8859-8 (gh-134306) (gh-134330)
by Miss Islington (bot)
· 4 months ago
c23bdc2
[3.14] gh-133890: Handle UnicodeEncodeError in tarfile (GH-134147) (GH-134195)
by Miss Islington (bot)
· 4 months ago
7cbc3ea
[3.14] gh-134235: Import Autocomplete for Builtin Modules (GH-134277) (#134285)
by Miss Islington (bot)
· 4 months ago
7686c75
[3.14] gh-133779: Revert Windows generation of pyconfig.h and go back to a static header. (GH-133966)
by Steve Dower
· 4 months ago
a3c3d6f
[3.14] gh-134158: Fix PyREPL coloring of double braces in f/t-strings (gh-134159) (#134227)
by Miss Islington (bot)
· 4 months ago
Next »