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
*
Update PyObject_Del() documentation (#122597)
Victor Stinner
2024-08-02
2
-9/+4
*
Replace PyObject_Del with PyObject_Free (#122453)
Victor Stinner
2024-08-01
1
-2/+2
*
gh-122555: Remove removed functions from `Doc/data/refcounts.dat` (#122556)
Bénédikt Tran
2024-08-01
1
-10/+0
*
gh-122384: Mark strings from Download page for translation (#122385)
Rafael Fontenelle
2024-08-01
1
-32/+42
*
Fix typos in docs, error messages and comments (#122502)
jianghuyiyuan
2024-08-01
3
-3/+3
*
Docs: bump Sphinx to 8.0 and update constraints (#122496)
Hugo van Kemenade
2024-07-31
2
-8/+8
*
gh-121381 Remove subprocess._USE_VFORK escape hatch (#121383)
Cody Maloney
2024-07-31
1
-20/+5
*
gh-121650: Encode newlines in headers, and verify headers are sound (GH-122233)
Petr Viktorin
2024-07-30
3
-0/+34
*
Remove outdated note about instance methods from datamodel.rst (#122471)
Thomas Grainger
2024-07-30
1
-8/+1
*
gh-105733: Soft-deprecate ctypes.ARRAY, rather than hard-deprecating it. (GH-...
Petr Viktorin
2024-07-30
2
-2/+11
*
GH-121970: Extract ``audit_events`` into a new extension (#122325)
Adam Turner
2024-07-30
3
-207/+263
*
GH-122085: Use include files for C API deprecations (#109843)
Adam Turner
2024-07-29
7
-181/+121
*
gh-122085: Create dedicated page for deprecations (#122352)
Hugo van Kemenade
2024-07-28
3
-0/+13
*
GH-121462: pathlib docs: improve table of corresponding os/os.path functions ...
Barney Gale
2024-07-27
1
-36/+51
*
gh-122085: Use include files for `whatsnew/3.14.rst` deprecations (#122242)
Hugo van Kemenade
2024-07-27
4
-13/+32
*
Fix underline for 'pty' in What's New in Python 3.14 (#122337)
Adam Turner
2024-07-27
1
-1/+1
*
Document ``mimetypes.MimeTypes.add_type()`` (#122301)
Subrahmanya Gaonkar
2024-07-26
1
-0/+10
*
Remove reference to docs mailing list for bug reports (#122323)
Carol Willing
2024-07-26
1
-7/+2
*
gh-122300: Preserve AST nodes for format specifiers with single elements (#12...
Pablo Galindo Salgado
2024-07-26
1
-1/+3
*
gh-121999: Change default tarfile filter to 'data' (GH-122002)
WilliamRoyNelson
2024-07-26
2
-32/+55
*
gh-122245: move checks for writes and shadowing of __debug__ to symtable (#12...
Irit Katriel
2024-07-26
1
-0/+5
*
GH-116090: Fix test and clarify behavior for exception events when exhausting...
Mark Shannon
2024-07-26
1
-0/+4
*
GH-122160: Remove BUILD_CONST_KEY_MAP opcode. (GH-122164)
Mark Shannon
2024-07-25
1
-9/+0
*
gh-122085: Use include files for `whatsnew/3.12.rst` deprecations (#122093)
Hugo van Kemenade
2024-07-24
4
-146/+77
*
gh-119180: Add `annotationlib` module to support PEP 649 (#119891)
Jelle Zijlstra
2024-07-23
1
-2/+6
*
gh-122163: Add notes for JSON serialization errors (GH-122165)
Serhiy Storchaka
2024-07-23
1
-0/+7
*
Docs: Use cross-reference to `os.uname` in `sysconfig.get_platform` (#122083)
Ville Skyttä
2024-07-23
1
-1/+1
*
GH-121970: Remove ``escape4chm`` (#122065)
Adam Turner
2024-07-23
3
-60/+0
*
gh-121996: Introduce --disable-safety and --enable-slower-safety options (#1...
Donghee Na
2024-07-23
1
-0/+19
*
gh-121637: Syntax error for optimized-away incorrect await (#121656)
Jelle Zijlstra
2024-07-22
1
-0/+5
*
gh-119698: deprecate ``symtable.Class.get_methods`` (#121902)
Bénédikt Tran
2024-07-22
2
-0/+19
*
gh-121957: Emit audit events for `python -i` and `python -m asyncio` (GH-121958)
Łukasz Langa
2024-07-22
2
-2/+22
*
Docs: spelling and grammar fixes (#122084)
Ville Skyttä
2024-07-22
22
-30/+30
*
gh-120522: Apply App Store compliance patch during installation (#121947)
Russell Keith-Magee
2024-07-21
4
-1/+60
*
Delete stale note about mp.Lock.acquire/SIGINT (#120929)
Andrey Mishchenko
2024-07-21
1
-11/+0
*
gh-121977: Add tips for handling unhashable data (#122075)
Raymond Hettinger
2024-07-21
1
-0/+6
*
GH-73991: Support preserving metadata in `pathlib.Path.copytree()` (#121438)
Barney Gale
2024-07-20
1
-1/+9
*
GH-73991: Add `pathlib.Path.rmtree()` (#119060)
Barney Gale
2024-07-20
2
-5/+37
*
Docs: Fix duplicate object description warnings (#122068)
Adam Turner
2024-07-20
3
-1/+7
*
GH-121970: Modernise the patchlevel extension (#121995)
Adam Turner
2024-07-20
3
-54/+62
*
Docs: Fix a typo in What's New in Python 3.13 (#122051)
Rafael Fontenelle
2024-07-20
1
-1/+1
*
gh-118830: Bump pickle.DEFAULT_PROTOCOL to 5 (GH-119340)
Rodrigo Oliveira
2024-07-19
2
-6/+18
*
Docs: move deprecations into include files (#121241)
Hugo van Kemenade
2024-07-19
5
-309/+312
*
gh-121160: Note that readline libraries using different history formats. (GH-...
Petr Viktorin
2024-07-19
1
-0/+4
*
GH-121970: Rewrite the C-API annotations extension (#121985)
Adam Turner
2024-07-19
5
-1059/+1141
*
GH-121970: Use Ruff to check and format the docs tools (#122018)
Adam Turner
2024-07-19
5
-50/+147
*
GH-121970: Make ``DeprecatedRemoved`` a subclass of ``VersionChange`` (#121971)
Adam Turner
2024-07-19
1
-44/+24
*
GH-121970: Improve the glossary preview in HTML search (#121991)
Adam Turner
2024-07-19
3
-93/+91
*
gh-121905: Consistently use "floating-point" instead of "floating point" (GH-...
Serhiy Storchaka
2024-07-19
50
-157/+157
*
Docs: Upgrade Sphinx to 7.4 (#121987)
Adam Turner
2024-07-19
1
-3/+3
[next]