Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.14.0a4
/
Doc
tag
e5a0f6090e31eaea0eed72cd2eca5daf1caac7e6
tagger
Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Tue Jan 14 11:52:58 2025
object
f26daa9470925120f6336ca508f7ea193b00a3f4
Python 3.14.0a4
f26daa9
Python 3.14.0a4
by Hugo van Kemenade
· 7 months ago
v3.14.0a4
9830132
gh-123299: Copyedit "What's New in Python 3.14" (#128814)
by Hugo van Kemenade
· 7 months ago
06cad77
gh-71339: Add additional assertion methods for unittest (GH-128707)
by Serhiy Storchaka
· 7 months ago
41f7350
gh-106320: Document private C APIs promoted to public C API (#128788)
by Victor Stinner
· 7 months ago
8dfc743
gh-128182: Add per-object memory access synchronization to `ctypes` (GH-128490)
by Peter Bierma
· 7 months ago
5044c22
gh-67748: DOC:Add summary table for str methods in stdtypes.rst (GH-1709)
by Cheryl Sabella
· 7 months ago
6ff8f82
gh-128150: Improve performances of `uuid.uuid*` constructor functions. (#128151)
by Bénédikt Tran
· 7 months ago
29fe807
gh-123345: improve `fnmatch` docs (#123346)
by Bénédikt Tran
· 7 months ago
553cdc6
gh-128696: Add arm64 to the get_platform return val description (#128701)
by RUANG (James Roy)
· 7 months ago
1b39b50
gh-128409: Document that pdb.post_mortem() accepts exceptions (#128410)
by Adam Johnson
· 7 months ago
8af5781
gh-128650: Fix incorrect statement in partial documentation (gh-128651)
by dgpb
· 7 months ago
ea39c8b
gh-118915: Document `PyUnstable_InterpreterState_GetMainModule` (GH-128483)
by Peter Bierma
· 7 months ago
4322a31
gh-124433: fix docs for `asyncio.Queue.task_done` (#128669)
by Kumar Aditya
· 7 months ago
b2adf55
gh-126137: improve docs for `loop.add_reader` and `loop.add_writer` (#128666)
by Kumar Aditya
· 7 months ago
1439b81
gh-128629: Add Py_PACK_VERSION and Py_PACK_FULL_VERSION (GH-128630)
by Petr Viktorin
· 7 months ago
4685401
gh-79149: document reentrant safety of `loop.call_soon_threadsafe` (#128662)
by Kumar Aditya
· 7 months ago
a1284e9
gh-97850: Remove the mention of removal from `ResourceReader` docs (#128602)
by Tomas R.
· 7 months ago
cdfb8bc
gh-87506: Amend json.loads() post PR #127355 (#128609)
by Erlend E. Aasland
· 7 months ago
15372d0
gh-87506: Document that json.load*() can raise UnicodeDecodeError (#127355)
by Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి)
· 7 months ago
a21e31e
Docs: mark up json.load() using parameter list (#128488)
by Erlend E. Aasland
· 7 months ago
145276a
Add `.. availability:: Windows` directive to COM-related function prototype (GH-127436)
by Jun Komoda
· 7 months ago
b3cbd8f
gh-108202: Document calendar.Calendar.firstweekday (#128566)
by Erlend E. Aasland
· 7 months ago
953b49e
gh-108202: Document `calendar.Calendar` methods `getfirstweekday` and `setfirstweekday` (#127579)
by Stan Ulbrych
· 7 months ago
f89e5e2
gh-127350: Add Py_fopen() and Py_fclose() functions (#127821)
by Victor Stinner
· 7 months ago
657d7b7
gh-90241: Clarify documentation for PyUnicode_FSConverter and PyUnicode_FSDecoder (GH-128451)
by Serhiy Storchaka
· 7 months ago
8d15058
gh-77214: Update outdated documentation for numeric PyArg_Parse formats (GH-128454)
by Serhiy Storchaka
· 7 months ago
3b231be
Docs: fix `MessageDefect` references in email.policy docs (#128468)
by Yuki Kobayashi
· 7 months ago
0cafa97
gh-115765: Document and enforce Autoconf 2.72 requirement (#128502)
by Erlend E. Aasland
· 8 months ago
8ade153
gh-127954: Document PyObject_DelItemString (#127986)
by RUANG (James Roy)
· 8 months ago
87ee760
Docs: amend json.dump() post gh-128482 (#128489)
by Erlend E. Aasland
· 8 months ago
f28d471
gh-126719: Clarify math.fmod docs (#127741)
by Stan Ulbrych
· 8 months ago
a0088b4
Docs: mark up json.dump() using parameter list (#128482)
by Erlend E. Aasland
· 8 months ago
befcfdf
gh-128400: Only show the current thread in `faulthandler` if the GIL is disabled (GH-128425)
by Peter Bierma
· 8 months ago
b4f799b
gh-112015: Implement `ctypes.memoryview_at()` (GH-112018)
by Rian Hunter
· 8 months ago
f21af18
gh-128317: Highlight today in colour in calendar CLI output (#128318)
by Hugo van Kemenade
· 8 months ago
8abd6ce
gh-115765: Upgrade to GNU Autoconf 2.72 (#128411)
by Erlend E. Aasland
· 8 months ago
bb73426
gh-108202: Document calendar.TextCalendar formatting helpers (#127608)
by Stan Ulbrych
· 8 months ago
e7adeec
gh-128426: Mention PySequence_Fast in free-threading C API HOWTO (#128428)
by Nathan Goldbaum
· 8 months ago
c9d2bc6
Revert "Doc: Show object descriptions in the table of contents (#125757)" (#128406)
by Hugo van Kemenade
· 8 months ago
8e48a6e
gh-126624: Expose error code ``XML_ERROR_NOT_STARTED`` of Expat >=2.6.4 (#126625)
by Sebastian Pipping
· 8 months ago
a3711d1
gh-124130: Fix a bug in matching regular expression \B in empty string (GH-127007)
by Serhiy Storchaka
· 8 months ago
e1baa77
gh-95371: Add support for other image formats(e.g. PNG) to the turtle… (#95378)
by Shin-myoung-serp
· 8 months ago
60c6518
gh-128349: Use `.. data::` instead of `.. class::` for pre-defined decimal `Context` objects (#128379)
by abkmystery
· 8 months ago
d903b17
gh-121676: Raise a ``DeprecationWarning`` if the Python implementation of ``functools.reduce`` is called with `function` or `sequence` as a keyword args (#121677)
by Kirill Podoprigora
· 8 months ago
c5438fd
Reword `about.rst` to not limit Sphinx (#128325)
by Stan Ulbrych
· 8 months ago
6dbace3
gh-128317: Document `calendar.TextCalendar.formatweek` (#128353)
by Hugo van Kemenade
· 8 months ago
2bd5a7a
Docs: correctly markup sys.monitoring "What's New" entry (#128346)
by Erlend E. Aasland
· 8 months ago
7e819ce
gh-123424: add `ZipInfo._for_archive` to set suitable default properties (#123429)
by Bénédikt Tran
· 8 months ago
c9159b7
expand the `asyncio.run_coroutine_threadsafe` recipes (#127576)
by Thomas Grainger
· 8 months ago
f9a5a3a
gh-128192: support HTTP sha-256 digest authentication as per RFC-7617 (GH-128193)
by Calvin Bui
· 8 months ago
64173cd
gh-127949: make deprecation of policy system more prominent (#128290)
by Kumar Aditya
· 8 months ago
08a0728
gh-125887: Update PyObject_HasAttr exception behavior (#125907)
by Damien
· 8 months ago
9ddc388
gh-124761: add `socket.SO_REUSEPORT_LB` (#124961)
by Thomas Grainger
· 8 months ago
8a26c7b
Docs: Fix comment out in `c-api/typeobj.rst` (#128266)
by Yuki Kobayashi
· 8 months ago
3eb746a
gh-127949: add docs for asyncio policy deprecation (#128269)
by Kumar Aditya
· 8 months ago
418114c
gh-128035: Add ssl.HAS_PHA to detect libssl PHA support (GH-128036)
by Will Childs-Klein
· 8 months ago
7985d46
gh-128227: Regenerate `Doc/requirements-oldest-sphinx.txt` (#128228)
by Bogdan Romanyuk
· 8 months ago
9fce906
gh-127949: deprecate `asyncio.set_event_loop` (#128218)
by Kumar Aditya
· 8 months ago
a391d80
gh-127949: deprecate asyncio policy classes (#128216)
by Kumar Aditya
· 8 months ago
831b6de
gh-126180: Remove getopt and optparse deprecation notices (GH-126227)
by Alyssa Coghlan
· 8 months ago
228f275
gh-126664: revert: Use `else` instead of `finally` in docs explaining "with" (#128169)
by Gregory P. Smith
· 8 months ago
2a66dd3
gh-112328: Make EnumDict usable on its own and document it (GH-123669)
by Petr Viktorin
· 8 months ago
5a584c8
Python Tutorial typo fix (#128077)
by shallow-beach
· 8 months ago
39e69a7
gh-112328: Document EnumDict in docs and release notes (GH-121720)
by Md Rokibul Islam
· 8 months ago
255762c
gh-127274: Defer nested methods (#128012)
by mpage
· 8 months ago
d2f1d91
GH-122548: Implement branch taken and not taken events for sys.monitoring (GH-122564)
by Mark Shannon
· 8 months ago
7b811d0
gh-128008: Add `PyWeakref_IsDead()` (GH-128009)
by Sam Gross
· 8 months ago
ea578fc
gh-127688: Add `SCHED_DEADLINE` and `SCHED_NORMAL` constants to `os` module (GH-127689)
by RUANG (James Roy)
· 8 months ago
19c5134
gh-122706: fix docs for asyncio ssl sockets (#128092)
by Kumar Aditya
· 8 months ago
dbd08fb
gh-127949: deprecate `asyncio.get_event_loop_policy` (#128053)
by Kumar Aditya
· 8 months ago
0581e3f
gh-127174: add docs for asyncio.get_event_loop replacements (#127640)
by Thomas Grainger
· 8 months ago
5892853
gh-127949: deprecate `asyncio.set_event_loop_policy` (#128024)
by Kumar Aditya
· 8 months ago
401bfc6
Python 3.14.0a3
by Hugo van Kemenade
· 8 months ago
v3.14.0a3
e4981e3
Fix typo in itertools docs (gh-127995)
by Gugubo
· 8 months ago
52d552c
gh-127896: Add missing documentation of `PySequence_In` (GH-127979)
by Yuki Kobayashi
· 8 months ago
7900a85
Clarify ast docs to use a less confusing example for `ast.ParamSpec` (#127955)
by Steve C
· 8 months ago
e2325c9
gh-127852: add remark about ',' separator (#127854)
by Sergey B Kirpichev
· 8 months ago
292067f
Minor readability improvements for the itertools recipes (gh-127928)
by Raymond Hettinger
· 8 months ago
8bc1818
gh-127691: add type checks when using `PyUnicodeError` objects (GH-127694)
by Bénédikt Tran
· 8 months ago
6446408
gh-102471, PEP 757: Add PyLong import and export API (#121339)
by Victor Stinner
· 8 months ago
11ff328
link to the correct output method in documentation (#127857)
by Viktor Kálmán
· 8 months ago
58942a0
Document PyObject_SelfIter (#127861)
by Miro Hrončok
· 8 months ago
0cbc19d
Fix typo in traceback docs (#127884)
by Daniel Haag
· 8 months ago
8bbd379
Simplify and speed-up an itertools recipe (gh-127848)
by Raymond Hettinger
· 8 months ago
dd9da73
gh-118915: C API: Document frame locals proxies. (#127720)
by Peter Bierma
· 8 months ago
d5d84c3
gh-127791: Fix, document, and test `PyUnstable_AtExit` (#127793)
by Peter Bierma
· 8 months ago
5121685
gh-126821: Add versionadded annotation to use_system_logger feature. (#127755)
by Russell Keith-Magee
· 8 months ago
035f512
Docs: Fix indents in `xmlrpc.client.rst` (#127782)
by Yuki Kobayashi
· 8 months ago
c91ccbe
gh-59705: Set OS thread name when Thread.name is changed (#127702)
by Victor Stinner
· 8 months ago
8dbdbad
gh-101100: Fix sphinx warnings in `whatsnew/3.0.rst` (#127662)
by Yuki Kobayashi
· 8 months ago
4331832
gh-125420: implement `Sequence.count` API on `memoryview` objects (#125443)
by Bénédikt Tran
· 8 months ago
212448b
gh-127718: Add colour to `test.regrtest` output (#127719)
by Hugo van Kemenade
· 8 months ago
58c7538
gh-125420: implement `Sequence.index` API on `memoryview` objects (#125446)
by Bénédikt Tran
· 8 months ago
2041a95
gh-126925: Modify how iOS test results are gathered (#127592)
by Russell Keith-Magee
· 8 months ago
77a61c0
gh-101100: amend references starting with `!~` in gh-127054 (#127684)
by Yuki Kobayashi
· 8 months ago
8b3cccf
GH-125413: Revert addition of `pathlib.Path.scandir()` method (#127377)
by Barney Gale
· 9 months ago
657d0e9
[Docs] GDB howto: Fix block type of a cast example (#127621)
by Maciej Olko
· 9 months ago
23f2e8f
gh-127221: Add colour to unittest output (#127223)
by Hugo van Kemenade
· 9 months ago
67b9a53
gh-127413: allow to show specialized bytecode via `dis` CLI (#127414)
by Bénédikt Tran
· 9 months ago
1ef6e8c
gh-119182: Complete PyUnicodeWriter documentation (#127607)
by Victor Stinner
· 9 months ago
Next »