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
*
gh-123958: apply docstring removal optimization in ast_opt instead of codegen...
Irit Katriel
2024-09-11
1
-1/+3
*
gh-108951: Document how to terminate an asyncio.TaskGroup (#123837)
Bénédikt Tran
2024-09-11
1
-0/+47
*
gh-119180: Documentation for PEP 649 and 749 (#122235)
Jelle Zijlstra
2024-09-11
11
-104/+680
*
gh-122239: Add actual count in unbalanced unpacking error message when possib...
Tushar Sadhwani
2024-09-10
1
-0/+15
*
gh-123165: update docs signature for `dis.disassemble` (#123808)
Bénédikt Tran
2024-09-10
1
-1/+2
*
gh-123905: Update TOML description to include version number (GH-123906)
Petr Viktorin
2024-09-10
1
-1/+1
*
gh-123609: Clarify usage of standalone `PyBUF_FORMAT` (GH-123778)
Peter Bierma
2024-09-10
1
-4/+5
*
Small improvements to the itertools docs (GH-123885)
Raymond Hettinger
2024-09-10
1
-1/+15
*
gh-66449: remove duplicate configparser section in 3.13 whatsnew (#123874)
Anthony Sottile
2024-09-09
1
-8/+0
*
gh-122213: Add notes for pickle serialization errors (GH-122214)
Serhiy Storchaka
2024-09-09
1
-0/+3
*
Mention `curl` in `contextvars` docs (#123838)
sobolevn
2024-09-09
1
-4/+6
*
gh-123834: Add `symtable` to the list of modules with a CLI (#123835)
Bénédikt Tran
2024-09-09
1
-0/+1
*
gh-108219: Add credits to the free-threading entry in What's New (#123802)
Donghee Na
2024-09-08
1
-0/+10
*
gh-123789: `secrets.randbits` returns only non-negative int (#123801)
Wulian
2024-09-08
1
-1/+1
*
Remove excessive backticks in logging doc (#123813)
Wei-Hsiang (Matt) Wang
2024-09-07
1
-2/+2
*
gh-109975: Add links to py-free-threading.github.io (#123776)
Nathan Goldbaum
2024-09-06
2
-0/+10
*
gh-123523: Rework typing documentation for generators and coroutines, and lin...
Stanislav Terliakov
2024-09-06
2
-101/+112
*
gh-121645: Fix typo in PyBytes_Join() doc (#123783)
Victor Stinner
2024-09-06
1
-1/+1
*
gh-103066: Add links and `help` in site.py constants (#103777)
David Caron
2024-09-06
2
-2/+12
*
gh-123275: Support `-Xgil=1` and `PYTHON_GIL=1` on non-free-threaded builds (...
Peter Bierma
2024-09-05
1
-4/+3
*
gh-123476: Add support for TCP_QUICKACK socket setting to Windows (#123478)
nkinnan
2024-09-05
1
-4/+8
*
Swap the and from in sentence in init_config.rst (#120086)
Rafael Fontenelle
2024-09-05
1
-1/+1
*
gh-85453: Improve instance attributes mark up on datetime.rst (#123655)
edson duarte
2024-09-05
1
-9/+15
*
gh-123207: Clarify the documentation for the mro lookup for super() (GH-123417)
Pieter Eendebak
2024-09-05
1
-4/+4
*
gh-123465: Allow Py_RELATIVE_OFFSET for __*offset__ members (GH-123474)
Petr Viktorin
2024-09-05
1
-1/+8
*
gh-118710: Make IPv*Address.version & max_prefixlen available on the class (G...
Nice Zombies
2024-09-04
1
-0/+8
*
gh-107954, PEP 741: Add PyInitConfig_AddModule() function (#123668)
Victor Stinner
2024-09-04
2
-0/+21
*
gh-123463: Include logging_flow diagram in non-HTML docs (GH-123464)
Alexander Bessman
2024-09-04
1
-0/+4
*
gh-123392: Clarify wording regarding parameters that are functions to be call...
ryan-duve
2024-09-04
1
-38/+36
*
gh-123621: Fix `datamodel.rst` with proper `dict` notation (#123648)
Lipták Attila (Flash)
2024-09-03
1
-1/+1
*
gh-123579: Document exclamation token (#123612)
Shaygan Hooshyari
2024-09-03
1
-3/+3
*
gh-107954, PEP 741: Add PyInitConfig C API (#123502)
Victor Stinner
2024-09-03
3
-12/+256
*
gh-123580: Fix `signed_number` token in documentation (GH-123582)
CBerJun
2024-09-03
1
-1/+1
*
gh-123430: Add dark mode support to pages generated by http.server (#123475)
Yorik Hansen
2024-09-03
1
-0/+8
*
gh-107954, PEP 741: Add PyConfig_Get()/Set() functions (#123472)
Victor Stinner
2024-09-02
2
-0/+78
*
gh-118508: Clarify which characters are matched by `\s` (#119155)
Nice Zombies
2024-09-02
1
-4/+3
*
gh-123570: Add link to `weakref.ref` from `weakref_slot` docs in `dataclasses...
sobolevn
2024-09-02
1
-1/+2
*
gh-109975: Remove dangling angle bracket from 3.13.rst (#123589)
Rafael Fontenelle
2024-09-02
1
-1/+1
*
Remove irrelevant detail from example code. (gh-123587)
Raymond Hettinger
2024-09-02
1
-19/+10
*
Simplify Property() recipe to focus on the essentials (gh-123585)
Raymond Hettinger
2024-09-01
1
-20/+6
*
gh-91126: Docs and tests for slotted dataclasses with `__init_subclass__` (#1...
sobolevn
2024-09-01
1
-4/+15
*
gh-123550: Fix code snippet of `BUILD_TUPLE` in `dis` docs (#123551)
jlallas384
2024-09-01
1
-1/+1
*
GH-109975: Copyedit 3.13 What's New: Removals (#123529)
Adam Turner
2024-09-01
1
-155/+175
*
gh-123494: Improve documentation for ``webbrowser`` return types (#123495)
Aarni Koskela
2024-09-01
1
-0/+7
*
gh-123517: Remove unnecessary ``:meth:`` parentheses (#123518)
Wei-Hsiang (Matt) Wang
2024-09-01
38
-109/+109
*
gh-123407: Enable translating literal and code blocks (#123408)
Maciej Olko
2024-08-31
1
-0/+1
*
gh-122854: Add Py_HashBuffer() function (#122855)
Victor Stinner
2024-08-30
2
-0/+22
*
gh-121645: Add PyBytes_Join() function (#121646)
Victor Stinner
2024-08-30
2
-0/+23
*
gh-123492: Remove unnecessary `:func:` parentheses (#123493)
Wei-Hsiang (Matt) Wang
2024-08-30
46
-83/+83
*
gh-101860: document `property.__name__` (GH-123399)
Bénédikt Tran
2024-08-28
2
-0/+10
[next]