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-122944: Fix incorrect prompt strings in the Python Tutorial (#122949)
Damien
2024-08-12
4
-10/+10
*
GH-73991: Rework `pathlib.Path.copytree()` into `copy()` (#122369)
Barney Gale
2024-08-11
2
-39/+20
*
gh-122701: Fix wording of raw strings/bytes in `lexical_analysis.rst` (#122702)
sobolevn
2024-08-11
1
-5/+4
*
Docs: Standardise versionchanged text in weakref.rst (#122898)
Rafael Fontenelle
2024-08-11
1
-1/+1
*
gh-122858: Deprecate `asyncio.iscoroutinefunction` (#122875)
Wulian
2024-08-11
2
-1/+6
*
GH-120794: Use example paths with multiple parts in pathlib docs (#122887)
Barney Gale
2024-08-10
1
-8/+8
*
gh-122868: Add more lower bounds for sphinxcontrib dependencies (#122891)
Adam Turner
2024-08-10
1
-9/+11
*
gh-115808: Add ``is_none`` and ``is_not_none`` to ``operator`` (#115814)
Nico Mexis
2024-08-10
2
-0/+27
*
gh-122868: Add lower bounds for sphinxcontrib dependencies (#122870)
Adam Turner
2024-08-09
1
-3/+3
*
gh-105376: Restore deprecated logging warn() method (#122775)
Victor Stinner
2024-08-09
3
-23/+7
*
gh-112301: Update documentation for configure options (``--disable-safety`` a...
Nate Ohlson
2024-08-08
1
-4/+17
*
gh-105201: Add PyIter_NextItem() (#122331)
Erlend E. Aasland
2024-08-07
4
-28/+24
*
Docs: Change `remove` to `removes` for consistency (#121072)
smij720
2024-08-07
1
-2/+3
*
Doc: cmdline.rst: Include -P and -R in usage (#122590)
Wim Jeantine-Glenn
2024-08-07
1
-1/+1
*
gh-122511: Improve documentation for object identity of mutable/immutable typ...
Bénédikt Tran
2024-08-07
1
-6/+10
*
GH-73991: Rework `pathlib.Path.rmtree()` into `delete()` (#122368)
Barney Gale
2024-08-07
2
-23/+29
*
gh-121103: Update site module docs for free-threaded installs (#122737)
Sam Gross
2024-08-06
1
-4/+13
*
gh-122058: `Lib/inspect`: Update docstrings for `isfunction`, `isgenerator`, ...
Kirill Podoprigora
2024-08-06
1
-0/+25
*
gh-121367: [doc] BUILD_TUPLE arg can be 0 (#122663)
Irit Katriel
2024-08-05
1
-4/+8
*
gh-122661: Remove GNU make-specific directive from Doc/Makefile (#122662)
Libor Martínek
2024-08-04
1
-16/+20
*
gh-122623: Improve `c-api/bytearray.rst` with error handling info (#122624)
sobolevn
2024-08-03
1
-2/+7
*
GH-121970: Fix ``gettext`` for audit events (#122651)
Adam Turner
2024-08-03
1
-0/+2
*
Doc: Grammar fix in ``library/ssl.rst``, 'Verifying certificates' (#122646)
scottwoodall
2024-08-03
1
-1/+1
*
gh-122613: Document PyLong_GetInfo() (part of Limited API) (GH-#122280)
Sergey B Kirpichev
2024-08-03
1
-0/+11
*
Doc: Improve wording of ``os.path.commonpath()`` (#122627)
Matth-M
2024-08-03
1
-1/+1
*
gh-122445: populate only modified fields in __static_attributes__ (#122446)
Irit Katriel
2024-08-02
2
-2/+2
*
gh-121723: Relax constraints on queue objects for `logging.handlers.QueueHand...
Bénédikt Tran
2024-08-02
1
-3/+6
*
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
[next]