index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Python 3.14.0a6
v3.14.0a6
Hugo van Kemenade
2025-03-14
9
-18/+18
*
gh-121970: Revert "GH-121970: Extract ``pydoc_topics`` into a new extension (...
Hugo van Kemenade
2025-03-14
3
-190/+71
*
gh-93096: Update and document `pickle` CLI (#131097)
donBarbos
2025-03-14
2
-1/+25
*
gh-92897: Doc: the check_home removal has been scheduled for 3.15 (#130586)
Hugo van Kemenade
2025-03-14
2
-4/+1
*
gh-130814: Enhance documentation for Python C API type objects (#130817)
sharktide
2025-03-14
1
-2/+2
*
gh-124269: Simplify `typing.Annotated` docs (#130770)
Stan Ulbrych
2025-03-14
1
-47/+33
*
gh-74028: update `whatsnew/3.14.rst` post gh-125663 (#131214)
Enzo Bonnal
2025-03-13
1
-6/+7
*
gh-130947: Add again PySequence_Fast() to the limited C API (#130948)
Victor Stinner
2025-03-13
2
-3/+5
*
gh-93096: Remove CLI interface for `difflib` (#131099)
donBarbos
2025-03-13
1
-1/+0
*
gh-93096: Make `mimetypes` CLI tool public (#93097)
Oleg Iarygin
2025-03-13
3
-2/+103
*
gh-74028: add `buffersize` parameter to `concurrent.futures.Executor.map` for...
Enzo Bonnal
2025-03-13
2
-3/+16
*
gh-130940: Modify default behavior of `PyConfig.use_system_logger` to enable ...
Russell Keith-Magee
2025-03-13
2
-3/+8
*
gh-129349: Accept bytes in bytes.fromhex()/bytearray.fromhex() (#129844)
Daniel Pope
2025-03-12
2
-0/+12
*
Replace link to historical TypedDict PEP with current document on typing.pyth...
Gerardwx
2025-03-11
1
-1/+1
*
gh-129675: Update documentation for tp_basicsize & tp_itemsize (#129850)
Petr Viktorin
2025-03-11
3
-30/+83
*
gh-46236: Add missing PyUnicode_Append() doc (#130531)
RUANG (James Roy)
2025-03-11
2
-0/+25
*
Minor nits to whats new tail call wording (#130912)
Ken Jin
2025-03-11
1
-1/+1
*
gh-118518: Minor improvements to perf docs (#130866)
stratakis
2025-03-10
1
-3/+3
*
gh-82909: Update PC/pyconfig.h to allow disabling pragma based auto-linking (...
Jean-Christophe Fillion-Robin
2025-03-10
2
-12/+48
*
gh-101100: Fix sphinx warnings in `library/asyncio-subprocess.rst` (#130994)
Yuki Kobayashi
2025-03-10
2
-11/+10
*
gh-80421: Correct definitions of time (#130984)
Stan Ulbrych
2025-03-09
1
-3/+7
*
gh-130160: use `.. program::` directive for documenting `pdb` CLI (#130996)
donBarbos
2025-03-09
1
-8/+17
*
gh-130160: use `.. program::` directive for documenting `webbrowser` CLI (#13...
donBarbos
2025-03-09
1
-3/+12
*
gh-123726: Document caveats of zipfile.Path around name sanitization (#130537)
Affan Shaikhsurab
2025-03-08
1
-0/+8
*
gh-117151: IO performance improvement, increase io.DEFAULT_BUFFER_SIZE to 128...
morotti
2025-03-07
1
-4/+4
*
Correct function name in `Doc/extending/embedding.rst` (#127539)
Boris Verkhovskiy
2025-03-07
1
-2/+2
*
gh-127647: Add typing.Reader and Writer protocols (#127648)
Sebastian Rittau
2025-03-06
3
-7/+79
*
gh-128563: Clarify wording in Whats new for Tail call (#130911)
Ken Jin
2025-03-06
1
-3/+3
*
gh-128563: Add correction note to tail call in whats new (#130908)
Ken Jin
2025-03-06
1
-1/+14
*
gh-85795: Raise a clear error when `super()` is used in `typing.NamedTuple` s...
Bartosz Sławecki
2025-03-06
1
-0/+4
*
gh-128041: Fix incorrect bullet placement in "What's new" (GH-130900)
Charles Machalow
2025-03-05
1
-5/+4
*
GH-130153: Reword the wildcard matching part of the tutorial (GH-129954)
Tshepang Mbambo
2025-03-05
1
-2/+3
*
gh-128041: Add `terminate_workers` and `kill_workers` methods to ProcessPoolE...
Charles Machalow
2025-03-05
2
-0/+29
*
Update links from typing.readthedocs.io to typing.python.org (#130877)
Sebastian Rittau
2025-03-05
1
-3/+3
*
GH-125722: Increase minimum supported Sphinx to 8.2.0 (#130444)
Adam Turner
2025-03-05
1
-1/+1
*
gh-125377: Improve tab indentation for pdb multi-line input (#130471)
Tian Gao
2025-03-04
1
-0/+4
*
gh-105499: Merge typing.Union and types.UnionType (#105511)
Jelle Zijlstra
2025-03-04
7
-16/+38
*
gh-126085: Add `tp_iter` to TypeAliasType to allow star unpacking (#127981)
Tomas R.
2025-03-04
2
-0/+16
*
gh-82987: Stop on calling frame unconditionally for inline breakpoints (#130493)
Tian Gao
2025-03-04
2
-0/+9
*
Revert "gh-128041: Add `terminate_workers` and `kill_workers` methods to Proc...
Sam Gross
2025-03-04
2
-29/+0
*
gh-129567: Add a note to `typing.TypedDict` docs about name mangling (#130233)
sobolevn
2025-03-04
1
-1/+6
*
gh-129666: Add C11/C++11 to docs and -pedantic-errors to GCC/clang test_c[pp]...
Petr Viktorin
2025-03-04
1
-0/+10
*
gh-89083: add support for UUID version 7 (RFC 9562) (#121119)
Bénédikt Tran
2025-03-04
2
-8/+24
*
gh-130711: Document `PyBaseObject_Type` (GH-130712)
Yuki Kobayashi
2025-03-03
1
-0/+5
*
gh-101100: Fix sphinx warnings in `library/email.errors.rst` (#130774)
Yuki Kobayashi
2025-03-03
2
-35/+55
*
gh-101100: Fix Sphinx documentation warnings in `collections.rst` (#130629)
Victorien
2025-03-03
2
-11/+11
*
gh-129015: Improve disambiguation between `NotImplemented` and `NotImplemente...
Mike Castle
2025-03-03
2
-8/+11
*
gh-128041: Add `terminate_workers` and `kill_workers` methods to ProcessPoolE...
Charles Machalow
2025-03-03
2
-0/+29
*
gh-128481: indicate that the default value for `FrameSummary.end_lineno` chan...
Bénédikt Tran
2025-03-02
1
-0/+3
*
gh-89083: add support for UUID version 6 (RFC 9562) (#120650)
Bénédikt Tran
2025-03-02
2
-9/+25
[next]