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.14] Fix tables in 'Using on Windows' for the text writer (GH-137012) (#137...
Miss Islington (bot)
2025-07-22
1
-149/+213
*
[3.14] Revert "gh-112068: C API: Add support of nullable arguments in PyArg_P...
Serhiy Storchaka
2025-07-22
2
-20/+0
*
[3.14] Fix code example in `annotationlib` documentation (GH-136972) (#137002)
Miss Islington (bot)
2025-07-22
1
-1/+1
*
[3.14] gh-132661: Document t-strings and `templatelib` (GH-135229) (#136974)
Miss Islington (bot)
2025-07-22
10
-23/+488
*
[3.14] gh-134009: Expose `PyMutex_IsLocked` in the public C API (gh-134365) (...
Hugo van Kemenade
2025-07-22
2
-0/+13
*
[3.14] gh-133296: Publicly expose critical section API that accepts PyMutex (...
Miss Islington (bot)
2025-07-22
1
-0/+40
*
[3.14] gh-136859: Improve `StrEnum` docs (GH-136864) (#136936)
Miss Islington (bot)
2025-07-22
1
-4/+19
*
[3.14] gh-135468: Improve ``BaseHandler.http_error_default()`` parameter desc...
Miss Islington (bot)
2025-07-22
1
-4/+7
*
[3.14] gh-136170: Revert adding `ZipFile.data_offset` (GH-136950) (#136955)
Miss Islington (bot)
2025-07-22
1
-8/+0
*
[3.14] gh-136437: Document `os.path.dirname` as accepting only pos-only (GH-1...
Miss Islington (bot)
2025-07-21
1
-1/+1
*
[3.14] GH-136874: `url2pathname()`: discard query and fragment components (GH...
Miss Islington (bot)
2025-07-21
2
-0/+4
*
[3.14] gh-136437: Document some `os.path` functions as requiring pos-only (GH...
Miss Islington (bot)
2025-07-21
1
-8/+8
*
[3.14] Pedantic rewording of why relative importing doesn't work in main modu...
Miss Islington (bot)
2025-07-21
1
-2/+2
*
[3.14] gh-121028: Soft-deprecate sys.api_version (GH-136463) (GH-136928)
Miss Islington (bot)
2025-07-21
1
-2/+5
*
[3.14] gh-136882: Update stale link in the basic logging tutorial. (GH-136885...
Miss Islington (bot)
2025-07-21
1
-4/+4
*
[3.14] gh-136428: amend UUIDv8 performance improvements (GH-136903) (#136904)
Miss Islington (bot)
2025-07-21
1
-2/+1
*
[3.14] GH-130645: Default to color help in argparse (GH-136809) (#136886)
Miss Islington (bot)
2025-07-20
2
-21/+12
*
[3.14] gh-86608: Improve and restructure tarfile examples (GH-121771) (#136866)
Miss Islington (bot)
2025-07-20
1
-12/+28
*
[3.14] gh-136854: Exit on error in `make venv` (GH-136856) (#136860)
Miss Islington (bot)
2025-07-20
1
-0/+1
*
[3.14] gh-108362: Retarget incremental GC changes to 3.14 (GH-125453) (#136851)
Miss Islington (bot)
2025-07-20
2
-4/+75
*
[3.14] Doc/c-api/memory.rst: extend --without-pymalloc doc with ASan informat...
Miss Islington (bot)
2025-07-20
2
-0/+7
*
[3.14] gh-136752: Clarify documentation for ``IPv{N}Address.is_reserved`` (GH...
Miss Islington (bot)
2025-07-19
1
-1/+11
*
[3.14] gh-54732: Make argparse error caused by empty rows in option files exp...
Miss Islington (bot)
2025-07-19
1
-1/+7
*
[3.14] gh-135730: Clarify multiprocessing.Queue close() documentation (GH-136...
Miss Islington (bot)
2025-07-19
1
-2/+7
*
[3.14] gh-136769: Include fixed-width integers in the fundamental data types ...
Miss Islington (bot)
2025-07-19
1
-2/+18
*
[3.14] gh-74598: document that `fnmatch.filterfalse` is affected by cache lim...
Miss Islington (bot)
2025-07-19
1
-1/+1
*
[3.14] Docs: Improve example for ``itertools.batched()`` (GH-136775) (#136778)
Miss Islington (bot)
2025-07-19
1
-2/+2
*
[3.14] gh-136697: Use the standard audit event format for sys.monitoring docs...
Miss Islington (bot)
2025-07-17
1
-2/+2
*
[3.14] Improved venv docs to indicate that isolation is the default. (GH-1366...
Miss Islington (bot)
2025-07-17
1
-4/+4
*
[3.14] gh-126548: Add a thread-unsafety warning for `importlib.reload()` (GH-...
Miss Islington (bot)
2025-07-16
1
-0/+4
*
[3.14] Fix index entry and anchor for module.__test__ (GH-136674) (GH-136688)
Miss Islington (bot)
2025-07-15
1
-0/+4
*
[3.14] gh-136682: Remove incorrect statement that `os.path.samestat` accepts ...
Miss Islington (bot)
2025-07-15
1
-3/+0
*
[3.14] gh-72570: mention the incompatibility of XOFs with HMAC (GH-136676) (#...
Miss Islington (bot)
2025-07-15
1
-0/+3
*
[3.14] gh-136663: fix signatures of PyFloat_Pack/Unpack in docs (GH-136664) (...
Miss Islington (bot)
2025-07-15
1
-6/+6
*
[3.14] gh-116738: Make grp module thread-safe (GH-135434) (#136658)
Miss Islington (bot)
2025-07-15
1
-0/+7
*
[3.14] Partially revert "gh-101100: Fix sphinx warnings in `library/email.par...
Miss Islington (bot)
2025-07-14
2
-3/+4
*
[3.14] gh-42237: Link to complete list of codec aliases (GH-136625) (#136626)
Miss Islington (bot)
2025-07-13
1
-2/+9
*
[3.14] gh-132346: Docs: Clarify that reference counts aren't stable between v...
Miss Islington (bot)
2025-07-13
1
-0/+5
*
[3.14] gh-134833: improve docs for `del s[i:j]` in `Mutable Sequence Types` (...
Miss Islington (bot)
2025-07-13
1
-1/+3
*
[3.14] Docs: Fix and improve the `PyUnstable_Object_EnableDeferredRefcount` d...
Miss Islington (bot)
2025-07-13
1
-5/+7
*
[3.14] gh-134939: Correct `concurrent.interpreters` source code link (GH-1365...
Miss Islington (bot)
2025-07-13
1
-1/+1
*
[3.14] gh-101100: Fix sphinx warnings in Doc/library/platform.rst (GH-136562)...
Miss Islington (bot)
2025-07-12
2
-3/+2
*
[3.14] gh-101100: Fix sphinx warnings in Doc/library/functools.rst (GH-136424...
Miss Islington (bot)
2025-07-11
2
-13/+21
*
[3.14] gh-130160: use `.. program::` directive for documenting `venv` CLI (GH...
Miss Islington (bot)
2025-07-11
1
-27/+43
*
[3.14] gh-76637: Note that `undefined` Codec is for testing (GH-136531) (#136...
Miss Islington (bot)
2025-07-11
1
-1/+5
*
[3.14] gh-101100: Fix sphinx warnings in `library/email.parser.rst` (GH-13647...
Miss Islington (bot)
2025-07-11
2
-6/+5
*
[3.14] gh-82663: Clarify `codecs.iterdecode/encode` docs (GH-136497) (#136513)
Miss Islington (bot)
2025-07-10
1
-4/+4
*
[3.14] gh-136209: Add .. c:var:: declarations for C exception types (GH-13621...
Miss Islington (bot)
2025-07-10
2
-320/+187
*
[3.14] gh-102740: Clarify time.monotonic() "system-wide" in the doc (GH-13643...
Miss Islington (bot)
2025-07-09
1
-6/+8
*
[3.14] gh-136145: Define 'standard library' and 'stdlib' in the glossary (GH-...
Miss Islington (bot)
2025-07-09
1
-0/+13
[next]