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
/
library
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
1
-19/+34
*
[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] 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
3
-0/+7
*
[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: Use the correct example module in warnings.rst (GH-137402) (#137...
Miss Islington (bot)
2025-08-06
1
-1/+1
*
[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-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
1
-30/+45
*
[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] 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-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] gh-86608: Improve and restructure tarfile examples (GH-121771) (#136867)
Miss Islington (bot)
2025-07-20
1
-12/+28
*
[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
*
[3.13] gh-135730: Clarify multiprocessing.Queue close() documentation (GH-136...
Miss Islington (bot)
2025-07-19
1
-2/+7
*
[3.13] gh-136769: Include fixed-width integers in the fundamental data types ...
Miss Islington (bot)
2025-07-19
1
-2/+18
*
[3.13] Docs: Improve example for ``itertools.batched()`` (GH-136775) (#136779)
Miss Islington (bot)
2025-07-19
1
-2/+2
*
[3.13] gh-136697: Use the standard audit event format for sys.monitor… (#13...
Tian Gao
2025-07-17
1
-2/+1
*
[3.13] Improved venv docs to indicate that isolation is the default. (GH-1366...
Facundo Batista
2025-07-17
1
-3/+3
*
[3.13] gh-126548: Add a thread-unsafety warning for `importlib.reload()` (GH-...
Miss Islington (bot)
2025-07-16
1
-0/+4
*
[3.13] Fix index entry and anchor for module.__test__ (GH-136674) (GH-136689)
Miss Islington (bot)
2025-07-15
1
-0/+4
*
[3.13] gh-136682: Remove incorrect statement that `os.path.samestat` accepts ...
Miss Islington (bot)
2025-07-15
1
-3/+0
*
[3.13] gh-72570: mention the incompatibility of XOFs with HMAC (GH-136676) (#...
Miss Islington (bot)
2025-07-15
1
-0/+3
*
[3.13] Partially revert "gh-101100: Fix sphinx warnings in `library/email.par...
Miss Islington (bot)
2025-07-14
1
-3/+3
*
[3.13] gh-42237: Link to complete list of codec aliases (GH-136625) (#136627)
Miss Islington (bot)
2025-07-13
1
-2/+9
*
[3.13] gh-134833: improve docs for `del s[i:j]` in `Mutable Sequence Types` (...
Miss Islington (bot)
2025-07-13
1
-1/+3
*
[3.13] gh-101100: Fix sphinx warnings in Doc/library/platform.rst (GH-136562)...
Miss Islington (bot)
2025-07-12
1
-2/+2
*
[3.13] gh-101100: Fix sphinx warnings in Doc/library/functools.rst (GH-136424...
Serhiy Storchaka
2025-07-11
1
-12/+21
*
[3.13] gh-130160: use `.. program::` directive for documenting `venv` CLI (GH...
Miss Islington (bot)
2025-07-11
1
-27/+43
[next]