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
*
[3.13] gh-87281: Improve documentation for locale.setlocale() and locale.getl...
Miss Islington (bot)
2025-08-13
1
-10/+74
*
[3.13] gh-137668: Document that ord() supports also bytes and bytearray (GH-1...
Serhiy Storchaka
2025-08-13
1
-3/+9
*
[3.13] gh-136672: Docs: Move Enum functions and add examples (GH-136791) (#13...
Miss Islington (bot)
2025-08-12
2
-21/+36
*
[3.13] gh-131885: Use positional-only markers for ``max()`` and ``min()`` (GH...
Miss Islington (bot)
2025-08-11
1
-6/+6
*
[3.13] gh-125897: Mark range function parameters as positional only (GH-12594...
Miss Islington (bot)
2025-08-11
1
-2/+2
*
[3.13] Fix documentation of hash in PyHash_FuncDef (GH-137595) (#137643)
Miss Islington (bot)
2025-08-11
1
-1/+1
*
[3.13] gh-137499: Fixed dead link to NIST website (GH-137500) (#137501)
Miss Islington (bot)
2025-08-09
1
-1/+1
*
[3.13] gh-137026: Add an explainer guide for asyncio (GH-137215) (#137582)
Miss Islington (bot)
2025-08-09
5
-0/+617
*
[3.13] Fix typo in Doc/extending/extending.rst (GH-136890) (#137561)
Hugo van Kemenade
2025-08-08
1
-1/+1
*
[3.13] gh-136155: Docs: check for EPUB fatal errors in CI (GH-134074) (#137538)
Miss Islington (bot)
2025-08-08
2
-0/+31
*
[3.13] Replace "ordered arguments" with "positional arguments" in `unittest.m...
Miss Islington (bot)
2025-08-08
1
-1/+1
*
[3.13] [Doc] Remove unnecessary quotes from typing module (GH-137207) (#137540)
Miss Islington (bot)
2025-08-08
1
-5/+5
*
[3.13] gh-130102: drop "require numeric arguments" from pow() docs (GH-137456...
Miss Islington (bot)
2025-08-08
1
-1/+1
*
[3.13] gh-137526: Fix broken link to drdobbs journal in difflib.rst (GH-13752...
Miss Islington (bot)
2025-08-07
1
-2/+2
*
[3.13] Docs: Small clarity change for ``except*`` (GH-121073) (#137495)
Miss Islington (bot)
2025-08-06
1
-1/+1
*
[3.13] Docs: Use the correct example module in warnings.rst (GH-137402) (#137...
Miss Islington (bot)
2025-08-06
1
-1/+1
*
[3.13] Docs: add dunder and walrus to the glossary (GH-137430) (#137435)
Miss Islington (bot)
2025-08-05
1
-0/+10
*
[3.13] gh-136823: Update documentation on excluded headers in Python.h (GH-13...
Miss Islington (bot)
2025-08-05
1
-6/+31
*
[3.13] GH-136155: Use ``sphinxext-opengraph`` v0.12.0 (GH-137393) (#137432)
Miss Islington (bot)
2025-08-05
2
-12/+9
*
[3.13] gh-123441: Correct the supported languages of the iso-8859-4 codec (GH...
Miss Islington (bot)
2025-08-05
1
-1/+1
*
[3.13] gh-122450: Expand documentation for ``Rational`` and ``Fraction`` (#13...
Sergey B Kirpichev
2025-08-05
2
-6/+7
*
[3.13] GH-136155: Use ``sphinxext-opengraph`` v0.11.0 (GH-137348) (#137350)
Miss Islington (bot)
2025-08-03
1
-1/+1
*
[3.13] gh-137341: Remove more word duplications (GH-137342) (GH-137347)
Serhiy Storchaka
2025-08-03
1
-1/+1
*
Doc: remove unused images (GH-137323)
Miss Islington (bot)
2025-08-03
2
-0/+0
*
[3.13] gh-135755: Document __future__.* and CO_* as proper Sphinx objects (GH...
Petr Viktorin
2025-08-02
3
-34/+110
*
[3.13] GH-133136: Revise QSBR to reduce excess memory held (gh-135473) (gh-13...
Neil Schemenauer
2025-07-30
1
-8080/+8145
*
[3.13] GH-116738: document thread-safety of bisect (GH-136555) (#137222)
Miss Islington (bot)
2025-07-30
1
-0/+10
*
[3.13] gh-137183: Document that `array.array` typecode `w` is new in 3.13 (GH...
Miss Islington (bot)
2025-07-29
1
-1/+4
*
[3.13] gh-119711: describe `create_datagram_endpoint`'s behavior in asyncio w...
Miss Islington (bot)
2025-07-28
1
-0/+6
*
[3.13] gh-84559: improve What's New entry for `multiprocessing` startmethod c...
Brian Schubert
2025-07-28
1
-0/+9
*
[3.13] gh-136992: Add "None" as valid `SameSite` value as per RFC 6265bis (GH...
Miss Islington (bot)
2025-07-27
1
-3/+6
*
[3.13] gh-132898: Add a note in `multiprocessing.Process` docs about creating...
Miss Islington (bot)
2025-07-27
2
-8/+53
*
[3.13] gh-136278: Document codecs.escape_encode() and codecs.escape_decode() ...
Miss Islington (bot)
2025-07-27
1
-0/+30
*
[3.13] Link to plaintext for "show source" links (GH-137131) (#137133)
Miss Islington (bot)
2025-07-27
1
-1/+1
*
[3.13] Fix Queue.shutdown docs for condition to unblock a join (gh-137088) (g...
Miss Islington (bot)
2025-07-25
2
-6/+8
*
[3.13] Fix docs for Queue.shutdown (gh-137028) (gh-137081)
Miss Islington (bot)
2025-07-24
2
-25/+54
*
[3.13] gh-136516: Mention installation artifacts as de-facto resources (GH-13...
Miss Islington (bot)
2025-07-24
1
-5/+6
*
[3.13] gh-137043: mention `PyList_GET_ITEM` as unsafe borrowed API in free-th...
Miss Islington (bot)
2025-07-23
1
-0/+2
*
[3.13] gh-136437: Convert more ``os.path`` functions to positional-only in th...
Miss Islington (bot)
2025-07-22
1
-9/+9
*
[3.13] gh-136859: Improve `StrEnum` docs (GH-136864) (#136937)
Miss Islington (bot)
2025-07-22
1
-4/+19
*
[3.13] gh-135468: Improve ``BaseHandler.http_error_default()`` parameter desc...
Miss Islington (bot)
2025-07-22
1
-4/+7
*
[3.13] gh-136437: Document `os.path.dirname` as accepting only pos-only (GH-1...
Miss Islington (bot)
2025-07-21
1
-1/+1
*
[3.13] gh-136437: Document some `os.path` functions as requiring pos-only (GH...
Miss Islington (bot)
2025-07-21
1
-8/+8
*
[3.13] Pedantic rewording of why relative importing doesn't work in main modu...
Miss Islington (bot)
2025-07-21
1
-2/+2
*
[3.13] gh-136882: Update stale link in the basic logging tutorial. (GH-136885...
Miss Islington (bot)
2025-07-21
1
-4/+4
*
[3.13] gh-86608: Improve and restructure tarfile examples (GH-121771) (#136867)
Miss Islington (bot)
2025-07-20
1
-12/+28
*
[3.13] gh-136854: Exit on error in `make venv` (GH-136856) (#136861)
Miss Islington (bot)
2025-07-20
1
-0/+1
*
[3.13] Doc/c-api/memory.rst: extend --without-pymalloc doc with ASan informat...
Miss Islington (bot)
2025-07-20
2
-0/+7
*
[3.13] gh-136752: Clarify documentation for ``IPv{N}Address.is_reserved`` (GH...
Miss Islington (bot)
2025-07-19
1
-1/+11
*
[3.13] gh-54732: Make argparse error caused by empty rows in option files exp...
Miss Islington (bot)
2025-07-19
1
-1/+7
[next]