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
*
Python 3.13.4
v3.13.4
Thomas Wouters
2025-06-03
5
-7/+7
*
[3.13] gh-135034: Normalize link targets in tarfile, add `os.path.realpath(st...
T. Wouters
2025-06-03
2
-3/+49
*
[3.13] gh-74232: Add a note about roundtrip of non-float numerics in CSV (GH-...
Miss Islington (bot)
2025-06-02
1
-2/+8
*
[3.13] gh-122153: indicate that Windows does not support `socket.{send,recv}_...
Bénédikt Tran
2025-06-02
1
-3/+3
*
[3.13] gh-133503: clarify `compileall -s/-p` docs (GH-134756) (#134996)
Miss Islington (bot)
2025-06-01
1
-3/+10
*
[3.13] gh-134918: Fix and improve doctest's documentation (GH-134919) (GH-134...
Miss Islington (bot)
2025-05-31
1
-48/+47
*
[3.13] GH-106235: Clarify `parse_known_args` documentation by removing "remai...
Miss Islington (bot)
2025-05-30
1
-6/+9
*
[3.13] gh-134733: Fix documentation for the show_empty option of ast.dump() (...
Miss Islington (bot)
2025-05-30
1
-2/+3
*
[3.13] ast docs: Fix description of ast.Constant (GH-134741) (#134912)
Miss Islington (bot)
2025-05-30
1
-3/+3
*
[3.13] gh-69011: : clarify & deduplicate `ctypes.create_*_buffer` docs (GH-13...
Miss Islington (bot)
2025-05-29
1
-16/+36
*
[3.13] gh-134817: Document [Timed]RotatingFileHandler shouldRollover method (...
Miss Islington (bot)
2025-05-28
1
-1/+9
*
[3.13] Update outdated statement from `math` about C standard (GH-134621) (#1...
Miss Islington (bot)
2025-05-28
1
-2/+2
*
[3.13] gh-134789: Document del s[i] operation for mutable sequences (GH-13480...
Miss Islington (bot)
2025-05-27
1
-0/+2
*
[3.13] gh-134664: document `cleanup_socket` parameter in `asyncio.start_unix_...
Miss Islington (bot)
2025-05-27
1
-1/+8
*
[3.13] gh-134559: Add versionadded for ``object.__replace__()`` (GH-134672) (...
Miss Islington (bot)
2025-05-26
1
-0/+2
*
[3.13] gh-80334: fix multiprocessing.freeze_support for other spawn platforms...
Miss Islington (bot)
2025-05-24
1
-5/+5
*
[3.13] gh-106318: Add example for `str.count()` (GH-134519) (#134573)
Miss Islington (bot)
2025-05-23
1
-2/+12
*
[3.13] gh-106318: Add example for `str.center()` (GH-134518) (#134572)
Miss Islington (bot)
2025-05-23
1
-2/+8
*
[3.13] Avoid `__file__` in `hashlib` example (GH-134540) (#134550)
Miss Islington (bot)
2025-05-22
1
-1/+1
*
[3.13] gh-80050: Update BufferedReader.read docs around non-blocking (GH-1306...
Gregory P. Smith
2025-05-21
1
-34/+41
*
[3.13] gh-110631: Fix some incorrect indents in the documentation (GH-129312)...
Miss Islington (bot)
2025-05-21
4
-69/+69
*
[3.13] gh-85045: clarified that the underlying buffer of a TextIOBase can be ...
Miss Islington (bot)
2025-05-20
1
-3/+4
*
[3.13] gh-101100: Fix Sphinx warnings in `library/decimal.rst` (GH-134303) (#...
Hugo van Kemenade
2025-05-20
1
-30/+42
*
[3.13] gh-53189: Document peculiarities of InteractiveConsole in relation to ...
Miss Islington (bot)
2025-05-20
1
-0/+6
*
[3.13] gh-134201: Expand explanation of Base85 encodings in base64 docs (GH-1...
Miss Islington (bot)
2025-05-20
1
-11/+37
*
[3.13] gh-122055: Clarify documentation for empty matches in RE (GH-133169) (...
Miss Islington (bot)
2025-05-19
1
-7/+9
*
[3.13] gh-133745: Fix asyncio task factory name/context kwarg breaks (#133948)
Thomas Grainger
2025-05-18
1
-1/+20
*
[3.13] gh-134150: Clarify distinction between JSON and Python objects (GH-134...
Miss Islington (bot)
2025-05-18
1
-5/+10
*
[3.13] Docs: fix spelling of "test case" in `unittest` documentation (GH-1341...
Miss Islington (bot)
2025-05-17
1
-1/+1
*
[3.13] gh-117026: Remove outdated sentence in SimpleHTTPRequestHandler docs (...
Miss Islington (bot)
2025-05-16
1
-2/+1
*
[3.13] gh-133286: add explanation about `seq` for pathlib Pattern Language (G...
Miss Islington (bot)
2025-05-16
1
-2/+5
*
[3.13] gh-133515: fix docs for unawaited coroutines in debug mode (GH-134081)...
Miss Islington (bot)
2025-05-16
1
-4/+0
*
[3.13] gh-124210: Add introduction to `threading` docs (GH-127046) (#134091)
Miss Islington (bot)
2025-05-16
1
-25/+89
*
[3.13] gh-133986: Document string split algorithm when sep is None and maxspl...
Miss Islington (bot)
2025-05-15
1
-0/+12
*
[3.13] gh-133413: Fix references to removed Request.has_data (GH-133414) (GH-...
Miss Islington (bot)
2025-05-12
2
-4/+4
*
[3.13] gh-133904: Fix `math.factorial` documentation (GH-133907) (#133922)
mkaraev
2025-05-12
1
-2/+1
*
[3.13] gh-132642: document how to render human-readable `timedelta` objects (...
Miss Islington (bot)
2025-05-10
1
-0/+16
*
[3.13] gh-132971: Update shutil.which() docs (GH-133067) (#133804)
Miss Islington (bot)
2025-05-10
1
-0/+4
*
[3.13] Docs: use boolean constants for returning boolean value (GH-133325) (G...
Miss Islington (bot)
2025-05-09
2
-2/+2
*
[3.13] gh-133361: move the explanation of dict equal before its use (GH-13342...
Miss Islington (bot)
2025-05-07
1
-27/+28
*
[3.13] gh-131535: Fix stale example in html.parser docs, make examples doctes...
Miss Islington (bot)
2025-05-07
1
-14/+37
*
[3.13] gh-130117: Document why nested `Union`, `Literal`, and `Annotated` typ...
Miss Islington (bot)
2025-05-06
1
-0/+40
*
[3.13] gh-107006: Move `threading.local` docstring to docs (GH-131840) (#133432)
Miss Islington (bot)
2025-05-05
1
-9/+118
*
[3.13] gh-133089: Use original timeout value for `TimeoutExpired` when the fu...
Miss Islington (bot)
2025-05-05
1
-0/+18
*
[3.13] gh-130160: use `.. program::` directive for documenting `platform` CLI...
Hugo van Kemenade
2025-05-03
2
-9/+38
*
gh-91156: Document how TextIOWrapper interacts with UTF-8 mode (GH-132885)
Miss Islington (bot)
2025-05-03
1
-1/+2
*
[3.13] Docs: delete title links in `turtle.rst` and `typing.rst` (GH-133283) ...
Miss Islington (bot)
2025-05-02
2
-6/+6
*
[3.13] Apply 'mod' role to typing module (GH-133201) (#133217)
Miss Islington (bot)
2025-04-30
1
-5/+5
*
[3.13] gh-132726: Change the heading of `sysconfig` CLI section (GH-133035) (...
Miss Islington (bot)
2025-04-28
1
-2/+3
*
[3.13] gh-133033: Add docs for `TypeIgnore` (GH-133034) (#133078)
Miss Islington (bot)
2025-04-28
1
-0/+37
[next]