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.13.8
v3.13.8
Thomas Wouters
2025-10-07
3
-6/+6
*
[3.13] gh-139436: Remove link to the PDF downloads (GH-139142) (#139427)
Miss Islington (bot)
2025-10-07
1
-5/+10
*
[3.13] gh-139283: correctly handle `size` limit in `cursor.fetchmany()` (GH-1...
Bénédikt Tran
2025-10-07
1
-0/+6
*
[3.13] gh-118767: remove bool(NotImplemented) from pending-removal document (...
Jost Migenda
2025-10-06
2
-1/+4
*
[3.13] gh-116488: Mention `dict.get` in the data structures tutorial (GH-1396...
Miss Islington (bot)
2025-10-06
1
-2/+12
*
[3.13] gh-105812: Use the ``:deco:`` role in place of manual decorator markup...
Adam Turner
2025-10-05
8
-30/+29
*
[3.13] Replace ambiguous word "pound" by "hash" in `difflib` docs (GH-139601)...
Miss Islington (bot)
2025-10-05
1
-1/+1
*
[3.13] gh-139573: Update OpenSSL in CI (GH-139585)
Zachary Ware
2025-10-05
1
-1/+1
*
[3.13] gh-138703: clarify data buffer requirement of `asyncio.StreamWriter.wr...
Miss Islington (bot)
2025-10-04
1
-2/+3
*
[3.13] gh-139495: Fix `hashlib.file_digest()` versionchanged description of `...
Alex Willmer
2025-10-03
1
-1/+1
*
[3.13] gh-139487: add missing imports for standalone doctest `Enum` examples ...
Miss Islington (bot)
2025-10-02
1
-2/+6
*
[3.13] Document that `PyInterpreterState_GetDict` returns a borrowed referenc...
Miss Islington (bot)
2025-10-01
2
-0/+6
*
[3.13] Remove erroneous text from What’s New (#139343)
Rafael Fontenelle
2025-09-26
1
-1/+1
*
[3.13] gh-115119: Defer `--with-system-libmpdec` removal to 3.16 (GH-139318) ...
Miss Islington (bot)
2025-09-26
1
-2/+2
*
[3.13] gh-127502: Fix typo in XML security notes (GH-139335) (#139345)
Miss Islington (bot)
2025-09-26
1
-1/+1
*
[3.13] Fix the reference to unicode specification (#139138) (#139285)
Karolina Surma
2025-09-24
1
-1/+1
*
[3.13] `Doc/library/os.rst`: Remove spurious parenthesis (GH-139205) (GH-139218)
Miss Islington (bot)
2025-09-21
1
-5/+5
*
[3.13] gh-138092: Correct the documented signature of ``mmap.flush`` (GH-1386...
Miss Islington (bot)
2025-09-21
1
-1/+2
*
[3.13] Make sure the ``:keyword:`` role works for ``case`` (GH-138878) (#139201)
Miss Islington (bot)
2025-09-21
1
-0/+1
*
[3.13] gh-118803: Fixup a few references in the 3.13 branch to the intended r...
Alex Waygood
2025-09-19
2
-10/+1
*
[3.13] gh-118803: Improve documentation around `ByteString` deprecation (#139...
Alex Waygood
2025-09-18
6
-10/+108
*
[3.13] Document `Py_AddPendingCall()` change with subinterpreters in 3.12 (GH...
Miss Islington (bot)
2025-09-18
1
-0/+4
*
[3.13] gh-138633: synchronize documented signatures of SSL objects with runti...
Bénédikt Tran
2025-09-18
1
-21/+25
*
[3.13] gh-137376: Add note on top-level `global` declarations (GH-137707) (#1...
Miss Islington (bot)
2025-09-18
1
-2/+9
*
[3.13] gh-138871: Clarify NameError exception in 'del' (GH-138881) (#138904)
Miss Islington (bot)
2025-09-18
1
-2/+2
*
[3.13] GH-139067: Add example for `argparse`'s `append` action (GH-131389) (#...
Miss Islington (bot)
2025-09-17
1
-7/+7
*
[3.13] gh-138736: Fix sqlite3.Connection.blobopen 'row' parameter type and na...
Erlend E. Aasland
2025-09-17
1
-3/+3
*
[3.13] gh-132558: Improve `argparse` docs on combining `type` and `choices` (...
Miss Islington (bot)
2025-09-17
1
-4/+9
*
[3.13] gh-129368: In PyRun C API docs, clarify what a "start token" is (GH-12...
Miss Islington (bot)
2025-09-17
1
-2/+3
*
[3.13] gh-135629: rewrite language reference section on except* to improve cl...
Miss Islington (bot)
2025-09-17
1
-28/+32
*
[3.13] gh-137988: Fix const description in argparse.add_argument() docs (GH-1...
Miss Islington (bot)
2025-09-17
1
-2/+2
*
[3.13] gh-138952: Document platform.machine() output casing inconsistency ac...
Miss Islington (bot)
2025-09-17
1
-0/+2
*
[3.13] gh-139006: Doc: Clarify html.escape function description (GH-139016) (...
Miss Islington (bot)
2025-09-17
1
-3/+6
*
[3.13] Synced docs and docstring for `sysconfig.get_platform` (GH-135530) (#...
Miss Islington (bot)
2025-09-17
1
-9/+6
*
[3.13] gh-138966: Add description for `gi_suspended` attribute (GH-139008) (G...
Miss Islington (bot)
2025-09-17
1
-0/+3
*
[3.13] gh-71648: Optimize PNG files (GH-138842) (#138852)
Stan Ulbrych
2025-09-14
3
-0/+0
*
[3.13] gh-138005: Document that CSV `skipinitialspace=True` and `delimiter=' ...
Miss Islington (bot)
2025-09-11
1
-2/+3
*
[3.13] Add impl-detail block for PyLong_FromLong docs (GH-126422) (#138695)
Miss Islington (bot)
2025-09-09
1
-3/+5
*
[3.13] gh-107194: Improved language of list.index in tutorial (gh-138518) (#1...
Miss Islington (bot)
2025-09-08
1
-1/+1
*
[3.13] gh-138644: Update c-api docs of `PyInterpreterState` about PEP-684 (GH...
Miss Islington (bot)
2025-09-08
1
-1/+9
*
[3.13] gh-138556: Fix old link in gc docs (#138596)
Spider84pr
2025-09-07
1
-1/+1
*
[3.13] GH-138465: Improve documentation for common sequence methods (GH-13847...
Adam Turner
2025-09-05
18
-118/+180
*
[3.13] gh-137985: Correct description of Formatter's datefmt param in logging...
Miss Islington (bot)
2025-09-05
1
-3/+2
*
[3.13] gh-138307: Update the Ellipsis documentation (GH-138306) (#138439)
Miss Islington (bot)
2025-09-05
5
-7/+45
*
[3.13] Docs: Fix typo in `os.fwalk()` example (GH-138486) (GH-138501)
Miss Islington (bot)
2025-09-04
1
-2/+2
*
[3.13] GH-101100: Resolve reference warnings in whatsnew/3.10.rst (GH-138408)...
Miss Islington (bot)
2025-09-03
2
-4/+3
*
[3.13] GH-101100: Resolve reference warnings in whatsnew/3.5.rst (GH-138412) ...
Miss Islington (bot)
2025-09-03
3
-45/+52
*
[3.13] Fix Windows path in `venv` docs (GH-138478)
Miss Islington (bot)
2025-09-03
1
-1/+1
*
[3.13] GH-101100: Resolve reference warnings in using/windows.rst (#138416) (...
Adam Turner
2025-09-03
2
-9/+8
*
[3.13] GH-101100: Resolve reference warnings in whatsnew/3.4.rst (GH-138413) ...
Miss Islington (bot)
2025-09-03
3
-27/+27
[next]