Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.14.0rc1
/
Doc
tag
e77434a3443592ad1639a92d806e724660ec69eb
tagger
Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Tue Jul 22 16:42:44 2025
object
48f88310044c6ef877f3b0761cf7afece2f8fb3a
Python 3.14.0rc1
715c658
[3.14] Fix tables in 'Using on Windows' for the text writer (GH-137012) (#137015)
by Miss Islington (bot)
· 4 weeks ago
805daa2
[3.14] Revert "gh-112068: C API: Add support of nullable arguments in PyArg_Parse (GH-121303)" (GH-136991) (#137006)
by Serhiy Storchaka
· 4 weeks ago
c328d14
[3.14] Fix code example in `annotationlib` documentation (GH-136972) (#137002)
by Miss Islington (bot)
· 4 weeks ago
c59a60b
[3.14] gh-132661: Document t-strings and `templatelib` (GH-135229) (#136974)
by Miss Islington (bot)
· 4 weeks ago
8e43b13
[3.14] gh-134009: Expose `PyMutex_IsLocked` in the public C API (gh-134365) (#136971)
by Hugo van Kemenade
· 4 weeks ago
11f5101
[3.14] gh-133296: Publicly expose critical section API that accepts PyMutex (gh-135899) (#136969)
by Miss Islington (bot)
· 4 weeks ago
ddd3413
[3.14] gh-136859: Improve `StrEnum` docs (GH-136864) (#136936)
by Miss Islington (bot)
· 4 weeks ago
d5d3ada
[3.14] gh-135468: Improve ``BaseHandler.http_error_default()`` parameter descriptions (GH-136797) (#136825)
by Miss Islington (bot)
· 4 weeks ago
caef946
[3.14] gh-136170: Revert adding `ZipFile.data_offset` (GH-136950) (#136955)
by Miss Islington (bot)
· 4 weeks ago
fa9a369
[3.14] gh-136437: Document `os.path.dirname` as accepting only pos-only (GH-136946) (#136947)
by Miss Islington (bot)
· 4 weeks ago
81edfb7
[3.14] GH-136874: `url2pathname()`: discard query and fragment components (GH-136875) (#136942)
by Miss Islington (bot)
· 4 weeks ago
aa17c39
[3.14] gh-136437: Document some `os.path` functions as requiring pos-only (GH-136812) (#136944)
by Miss Islington (bot)
· 4 weeks ago
f86a595
[3.14] Pedantic rewording of why relative importing doesn't work in main modules (GH-136846) (#136940)
by Miss Islington (bot)
· 4 weeks ago
0d87bb6
[3.14] gh-121028: Soft-deprecate sys.api_version (GH-136463) (GH-136928)
by Miss Islington (bot)
· 4 weeks ago
163f532
[3.14] gh-136882: Update stale link in the basic logging tutorial. (GH-136885) (#136905)
by Miss Islington (bot)
· 4 weeks ago
d0623cb
[3.14] gh-136428: amend UUIDv8 performance improvements (GH-136903) (#136904)
by Miss Islington (bot)
· 4 weeks ago
17c5959
[3.14] GH-130645: Default to color help in argparse (GH-136809) (#136886)
by Miss Islington (bot)
· 4 weeks ago
2caae15
[3.14] gh-86608: Improve and restructure tarfile examples (GH-121771) (#136866)
by Miss Islington (bot)
· 4 weeks ago
ee37365
[3.14] gh-136854: Exit on error in `make venv` (GH-136856) (#136860)
by Miss Islington (bot)
· 4 weeks ago
2cb3b53
[3.14] gh-108362: Retarget incremental GC changes to 3.14 (GH-125453) (#136851)
by Miss Islington (bot)
· 4 weeks ago
cce38ee
[3.14] Doc/c-api/memory.rst: extend --without-pymalloc doc with ASan information (GH-136790) (GH-136798)
by Miss Islington (bot)
· 4 weeks ago
f8af7cb
[3.14] gh-136752: Clarify documentation for ``IPv{N}Address.is_reserved`` (GH-136794) (#136827)
by Miss Islington (bot)
· 4 weeks ago
8d063f3
[3.14] gh-54732: Make argparse error caused by empty rows in option files explicit (GH-136795) (#136818)
by Miss Islington (bot)
· 4 weeks ago
03457ca
[3.14] gh-135730: Clarify multiprocessing.Queue close() documentation (GH-136803) (GH-136806)
by Miss Islington (bot)
· 4 weeks ago
8b4275c
[3.14] gh-136769: Include fixed-width integers in the fundamental data types table (GH-136784) (#136785)
by Miss Islington (bot)
· 4 weeks ago
ba6ea7c
[3.14] gh-74598: document that `fnmatch.filterfalse` is affected by cache limitation (GH-136781) (#136782)
by Miss Islington (bot)
· 4 weeks ago
aeeacdb
[3.14] Docs: Improve example for ``itertools.batched()`` (GH-136775) (#136778)
by Miss Islington (bot)
· 4 weeks ago
2ea3b75
[3.14] gh-136697: Use the standard audit event format for sys.monitoring docs (GH-136747) (#136749)
by Miss Islington (bot)
· 5 weeks ago
2ce2071
[3.14] Improved venv docs to indicate that isolation is the default. (GH-136698) (GH-136705)
by Miss Islington (bot)
· 5 weeks ago
6943d8e
[3.14] gh-126548: Add a thread-unsafety warning for `importlib.reload()` (GH-136704) (GH-136723)
by Miss Islington (bot)
· 5 weeks ago
3239742
[3.14] Fix index entry and anchor for module.__test__ (GH-136674) (GH-136688)
by Miss Islington (bot)
· 5 weeks ago
c939963
[3.14] gh-136682: Remove incorrect statement that `os.path.samestat` accepts file-like objects (GH-136683) (#136684)
by Miss Islington (bot)
· 5 weeks ago
45b72c4
[3.14] gh-72570: mention the incompatibility of XOFs with HMAC (GH-136676) (#136678)
by Miss Islington (bot)
· 5 weeks ago
088d79e
[3.14] gh-136663: fix signatures of PyFloat_Pack/Unpack in docs (GH-136664) (#136666)
by Miss Islington (bot)
· 5 weeks ago
55eaaab
[3.14] gh-116738: Make grp module thread-safe (GH-135434) (#136658)
by Miss Islington (bot)
· 5 weeks ago
bbbbb2e
[3.14] Partially revert "gh-101100: Fix sphinx warnings in `library/email.parser.rst` (GH-136475)" (GH-136629) (#136646)
by Miss Islington (bot)
· 5 weeks ago
ed1e0cd
[3.14] gh-42237: Link to complete list of codec aliases (GH-136625) (#136626)
by Miss Islington (bot)
· 5 weeks ago
9ee72ab
[3.14] gh-132346: Docs: Clarify that reference counts aren't stable between versions (GH-132352) (GH-136613)
by Miss Islington (bot)
· 5 weeks ago
e1dc08b
[3.14] gh-134833: improve docs for `del s[i:j]` in `Mutable Sequence Types` (GH-134834) (#136608)
by Miss Islington (bot)
· 5 weeks ago
a1ed132
[3.14] Docs: Fix and improve the `PyUnstable_Object_EnableDeferredRefcount` documentation (GH-135323) (GH-136610)
by Miss Islington (bot)
· 5 weeks ago
f50cd5b
[3.14] gh-134939: Correct `concurrent.interpreters` source code link (GH-136564) (#136605)
by Miss Islington (bot)
· 5 weeks ago
d351f29
[3.14] gh-101100: Fix sphinx warnings in Doc/library/platform.rst (GH-136562) (GH-136597)
by Miss Islington (bot)
· 5 weeks ago
ac807cb
[3.14] gh-101100: Fix sphinx warnings in Doc/library/functools.rst (GH-136424) (GH-136552)
by Miss Islington (bot)
· 5 weeks ago
e4e86a1
[3.14] gh-130160: use `.. program::` directive for documenting `venv` CLI (GH-130699) (#136550)
by Miss Islington (bot)
· 5 weeks ago
fdad319
[3.14] gh-76637: Note that `undefined` Codec is for testing (GH-136531) (#136536)
by Miss Islington (bot)
· 5 weeks ago
ec15251
[3.14] gh-101100: Fix sphinx warnings in `library/email.parser.rst` (GH-136475) (#136532)
by Miss Islington (bot)
· 6 weeks ago
326fe0d
[3.14] gh-82663: Clarify `codecs.iterdecode/encode` docs (GH-136497) (#136513)
by Miss Islington (bot)
· 6 weeks ago
1346049
[3.14] gh-136209: Add .. c:var:: declarations for C exception types (GH-136210) (GH-136504)
by Miss Islington (bot)
· 6 weeks ago
b733bf7
[3.14] gh-102740: Clarify time.monotonic() "system-wide" in the doc (GH-136431) (#136488)
by Miss Islington (bot)
· 6 weeks ago
4db5675
[3.14] gh-136145: Define 'standard library' and 'stdlib' in the glossary (GH-136485)
by Miss Islington (bot)
· 6 weeks ago
7835940
[3.14] gh-81520: Document unexpected `os.path.ismount` behaviour with btrfs subvolumes (GH-136058) (GH-136471)
by Miss Islington (bot)
· 6 weeks ago
75640d4b
[3.14] gh-131825: Fix `sqlite3` timezone-naive adapter recipe (GH-136270) (GH-136467)
by Miss Islington (bot)
· 6 weeks ago
90717c2
[3.14] Docs: unittest.enterModuleContext is not a classmethod (GH-136464) (#136465)
by Miss Islington (bot)
· 6 weeks ago
a9d2f08
[3.14] gh-136162: Document `encodings` package functions (GH-136164) (#136454)
by Miss Islington (bot)
· 6 weeks ago
85df16b
[3.14] gh-53243: Document `codecs.readbuffer_encode()` (GH-136284) (#136452)
by Miss Islington (bot)
· 6 weeks ago
2cb5792
[3.14] gh-94503: Update logging cookbook example with info on addressing log injection. (GH-136446) (GH-136449)
by Miss Islington (bot)
· 6 weeks ago
6a2a290
[3.14] GH-133136: Revise QSBR to reduce excess memory held (gh-135473) (#135912)
by Miss Islington (bot)
· 6 weeks ago
f0e6034
[3.14] gh-101100: Fix sphinx warnings in `Doc/library/exceptions.rst` (GH-136309) (#136414)
by Miss Islington (bot)
· 6 weeks ago
3296d9b
[3.14] gh-136155: Docs: only add custom OpenGraph protocol meta tags for HTML builds (GH-136187) (#136382)
by Miss Islington (bot)
· 6 weeks ago
2733b29
[3.14] gh-101100: Fix sphinx warnings in `whatsnew/3.11.rst` (GH-136402) (#136405)
by Miss Islington (bot)
· 6 weeks ago
78e5d10
[3.14] gh-135913: Document ob_refcnt, ob_type, ob_size (GH-135914) (GH-136377)
by Miss Islington (bot)
· 6 weeks ago
e1e9d95
[3.14] gh-136032: Fix `argparse.BooleanOptionalAction` doc (GH-136133) (#136329)
by Miss Islington (bot)
· 6 weeks ago
5a7d266
[3.14] gh-101100: Fix Sphinx warnings in library/email.compat32-message.rst (GH-136323) (#136389)
by Miss Islington (bot)
· 6 weeks ago
a7dd48a
[3.14] gh-86682: Add versionadded for sys._getframemodulename (GH-136325) (#136375)
by Miss Islington (bot)
· 6 weeks ago
236498c
[3.14] gh-131591: Document Py_REMOTE_DEBUG (GH-135929) (GH-136374)
by Miss Islington (bot)
· 6 weeks ago
5df4f35
[3.14] gh-135755: Document __future__.* and CO_* as proper Sphinx objects (GH-135980) (GH-136370)
by Miss Islington (bot)
· 6 weeks ago
f02be2d
[3.14] gh-101100: Fix sphinx warnings in `whatsnew/3.9` (GH-136163) (#136372)
by Miss Islington (bot)
· 6 weeks ago
8f06a9c
[3.14] gh-94503: Update logging cookbook with an example of uniformly handling newlines in output. (GH-136217) (GH-136357)
by Miss Islington (bot)
· 6 weeks ago
aa1800b
[3.14] gh-127502: Remove XML vulnerability table (GH-135294) (#136359)
by Miss Islington (bot)
· 6 weeks ago
bd97cb8
[3.14] gh-109070: Document that get_context in multiprocessing have side effect (GH-136341) (GH-136343)
by Miss Islington (bot)
· 6 weeks ago
53584d3
[3.14] gh-101100: Fix references in `http.cookiejar` docs (GH-136238) (GH-136318)
by Miss Islington (bot)
· 6 weeks ago
1a2898a
[3.14] Docs: Move "or" outside monospace syntax in `tarfile.rst` (GH-136263) (GH-136290)
by Miss Islington (bot)
· 6 weeks ago
2449f77
[3.14] Clarify some details regarding `sys.monitoring` (GH-133981) (GH-136259)
by Miss Islington (bot)
· 7 weeks ago
e39f332
[3.14] gh-135252: Document Zstandard integration across zipfile, shutil, and tarfile (GH-135311) (#136254)
by Miss Islington (bot)
· 7 weeks ago
ea84943
[3.14] gh-115119: Recommend upstream libmpdec in build requirements (GH-136205) (#136244)
by Miss Islington (bot)
· 7 weeks ago
b86d3f0
[3.14] gh-136135: Doc: Fix some broken links (GH-136137) (GH-136220)
by Miss Islington (bot)
· 7 weeks ago
388e8c3
[3.14] Replace `capi-sig` mailing list with `discuss.python.org` (GH-136211) (#136213)
by Miss Islington (bot)
· 7 weeks ago
23a990d
[3.14] gh-115119: Defer removal of bundled libmpdec to 3.16 (GH-133997) (#136199)
by Sergey B Kirpichev
· 7 weeks ago
df4e87b
[3.14] gh-136169: Update parameter name in fractions.from_float method (GH-136172) (#136174)
by Miss Islington (bot)
· 7 weeks ago
ebab7c8
[3.14] gh-134939: Fill Out the concurrent.interpreters Docs (gh-136141)
by Miss Islington (bot)
· 7 weeks ago
401032a
[3.14] gh-63207: Update `time.time` documentation after GH-116822 (GH-136068) (#136138)
by Miss Islington (bot)
· 7 weeks ago
71bd3d0
[3.14] gh-136122: Fix video link for math.tau documentation (GH-136129) (#136131)
by Miss Islington (bot)
· 7 weeks ago
729b674
[3.14] gh-48181: Document `codecs.charmap_build` (GH-135997) (#136123)
by Miss Islington (bot)
· 7 weeks ago
ed7719a
[3.14] gh-131885: Update documented signatures for `csv.{writer,reader}` (GH-136085) (GH-136120)
by Miss Islington (bot)
· 7 weeks ago
130d40a
[3.14] gh-132813: Fix the csv documentation for quoting and escaping (GH-133209) (#136113)
by Miss Islington (bot)
· 7 weeks ago
eb8ed2a
[3.14] gh-123299: Provide replacement for removed sqlite3 attributes in What's New 3.14 (GH-125566) (#136103)
by Miss Islington (bot)
· 7 weeks ago
231d801
[3.14] gh-127604: Docs: Include a C stack in the `faulthandler` example (GH-136081) (GH-136102)
by Miss Islington (bot)
· 7 weeks ago
c66b54f
[3.14] gh-91048: Fix external inspection multi-threaded performance (GH-136005) (#136080)
by Pablo Galindo Salgado
· 7 weeks ago
42e13b8
[3.14] gh-76595: Add note on `PyCapsule_Import` behavior (GH-134022) (GH-136074)
by Miss Islington (bot)
· 7 weeks ago
78de34f
[3.14] gh-135966: Modify iOS testbed to make app_packages a site directory (GH-135967) (#136012)
by Miss Islington (bot)
· 8 weeks ago
b99a417
[3.14] Docs: Fix duplicate word typos (GH-135958) (GH-136007)
by Miss Islington (bot)
· 8 weeks ago
8752b08
[3.14] gh-91555: add warning to docs about possibility of deadlock/infinite recursion (GH-135954) (GH-135988)
by Miss Islington (bot)
· 8 weeks ago
ad6c90f
[3.14] gh-135110: Fix misleading `generator.close()` documentation (GH-135152) (GH-135985)
by Miss Islington (bot)
· 8 weeks ago
19740b7
[3.14] gh-135965: Delete duplicate word in isolating-extensions howto (GH-135964) (#135977)
by Miss Islington (bot)
· 8 weeks ago
e5abdbf
[3.14] gh-131591: Add Py_ prefix to MAX_SCRIPT_PATH_SIZE; remove unprefixed struct tag (GH-135924) (GH-135969)
by Miss Islington (bot)
· 8 weeks ago
568f50e
[3.14] Add whatsnew text for warnings module changes. (gh-135869) (gh-135961)
by Miss Islington (bot)
· 8 weeks ago
39bbf59
[3.14] Docs: Fix indentation in `slice` class of `functions.rst` (GH-134393) (#135948)
by Miss Islington (bot)
· 8 weeks ago
8ef0398
[3.14] Docs: Add cross-reference for `positional_item` in the `calls` productionlist (GH-129977) (GH-135940)
by Miss Islington (bot)
· 8 weeks ago
349f4c2
[3.14] gh-135755: Docs: C API: Document missing `PyFunction_GET*` macros (GH-135762) (GH-135916)
by Miss Islington (bot)
· 8 weeks ago
fa74331
[3.14] gh-135805: Document the X option and env var for controlling thread-local bytecode (GH-135868) (#135897)
by Miss Islington (bot)
· 8 weeks ago
Next »