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-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
*
Fix typos in docs, error messages and comments (#123336)
Wulian
2024-08-28
1
-1/+1
*
gh-120389: Add PyLong_FromInt64() and PyLong_AsInt64() (#120390)
Victor Stinner
2024-08-28
4
-0/+80
*
gh-123254: Improve `tuple` C API docs with more info about errors (#123255)
sobolevn
2024-08-28
1
-8/+16
*
gh-109975: Fix a typo in What's New in Python 3.13 (#123393)
Daniel Hollas
2024-08-27
1
-1/+1
*
GH-117759: Document incremental GC (GH-123266)
Mark Shannon
2024-08-27
2
-15/+53
*
gh-120426: Reword the glossary term "immortal" (GH-123191)
Petr Viktorin
2024-08-27
1
-7/+5
*
GH-73991: Prune `pathlib.Path.copy()` and `copy_into()` arguments (#123337)
Barney Gale
2024-08-26
1
-12/+2
*
GH-73991: Make `pathlib.Path.delete()` private. (#123315)
Barney Gale
2024-08-26
2
-40/+4
*
GH-73991: Add `pathlib.Path.copy_into()` and `move_into()` (#123314)
Barney Gale
2024-08-26
2
-4/+25
*
gh-82378: Document the difference between sys.tracebacklimit and the limit ar...
CF Bolz-Tereick
2024-08-25
1
-0/+8
*
gh-122982: Extend the deprecation period for bool inversion by two years (#12...
Kirill Podoprigora
2024-08-25
4
-3/+5
*
GH-73991: Add `pathlib.Path.move()` (#122073)
Barney Gale
2024-08-25
2
-3/+23
*
GH-109975: Copyedit 3.13 What's New: Optimizations (#123301)
Adam Turner
2024-08-25
1
-14/+25
*
GH-123299: Move ctypes What's New entry to 3.14 (#123300)
Adam Turner
2024-08-25
2
-14/+24
*
GH-109975: Copyedit 3.13 What's New: Improved Modules (#123132)
Adam Turner
2024-08-24
2
-355/+480
*
Docs: Fix Makefile syntax (#123287)
Adam Turner
2024-08-24
1
-2/+2
*
gh-123213: Fixed xml.etree.ElementTree.Element.extend and assignment to no lo...
Bar Harel
2024-08-23
1
-1/+1
[prev]
[next]