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-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] gh-136663: fix signatures of PyFloat_Pack/Unpack in docs (GH-136664) (...
Miss Islington (bot)
2025-07-15
1
-6/+6
*
[3.13] Partially revert "gh-101100: Fix sphinx warnings in `library/email.par...
Miss Islington (bot)
2025-07-14
2
-3/+4
*
[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-132346: Docs: Clarify that reference counts aren't stable between v...
Miss Islington (bot)
2025-07-13
1
-0/+5
*
[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
2
-3/+2
*
[3.13] gh-101100: Fix sphinx warnings in Doc/library/functools.rst (GH-136424...
Serhiy Storchaka
2025-07-11
2
-13/+21
*
[3.13] gh-130160: use `.. program::` directive for documenting `venv` CLI (GH...
Miss Islington (bot)
2025-07-11
1
-27/+43
*
[3.13] gh-76637: Note that `undefined` Codec is for testing (GH-136531) (#136...
Miss Islington (bot)
2025-07-11
1
-1/+5
*
[3.13] gh-101100: Fix sphinx warnings in `library/email.parser.rst` (GH-13647...
Miss Islington (bot)
2025-07-11
2
-6/+5
*
[3.13] gh-82663: Clarify `codecs.iterdecode/encode` docs (GH-136497) (#136512)
Miss Islington (bot)
2025-07-10
1
-4/+4
*
[3.13] gh-136209: Add .. c:var:: declarations for C exception types (GH-13621...
Miss Islington (bot)
2025-07-10
2
-320/+187
*
[3.13] gh-102740: Clarify time.monotonic() "system-wide" in the doc (GH-13643...
Miss Islington (bot)
2025-07-09
1
-6/+8
*
[3.13] gh-136145: Define 'standard library' and 'stdlib' in the glossary (GH-...
Miss Islington (bot)
2025-07-09
1
-0/+13
*
[3.13] gh-81520: Document unexpected `os.path.ismount` behaviour with btrfs s...
Miss Islington (bot)
2025-07-09
1
-3/+4
*
[3.13] gh-131825: Fix `sqlite3` timezone-naive adapter recipe (GH-136270) (GH...
Miss Islington (bot)
2025-07-09
1
-1/+1
*
[3.13] Docs: unittest.enterModuleContext is not a classmethod (GH-136464) (#1...
Miss Islington (bot)
2025-07-09
1
-1/+1
*
[3.13] gh-136162: Clean up `encodings` package documentation (#136456)
Stan Ulbrych
2025-07-09
1
-13/+1
*
[3.13] gh-136162: Document `encodings` package functions (GH-136164) (#136453)
Miss Islington (bot)
2025-07-09
2
-1/+61
*
[3.13] gh-53243: Document `codecs.readbuffer_encode()` (GH-136284) (#136451)
Miss Islington (bot)
2025-07-09
1
-0/+14
*
[3.13] gh-94503: Update logging cookbook example with info on addressing log ...
Miss Islington (bot)
2025-07-09
1
-0/+36
*
[3.13] gh-101100: Fix sphinx warnings in `Doc/library/exceptions.rst` (GH-136...
Miss Islington (bot)
2025-07-08
2
-12/+19
*
[3.13] gh-136155: Docs: only add custom OpenGraph protocol meta tags for HTML...
Miss Islington (bot)
2025-07-08
1
-9/+10
*
[3.13] gh-101100: Fix sphinx warnings in `whatsnew/3.11.rst` (GH-136402) (#13...
Miss Islington (bot)
2025-07-08
2
-2/+1
*
[3.13] gh-136032: Fix `argparse.BooleanOptionalAction` doc (GH-136133) (#136330)
Miss Islington (bot)
2025-07-08
1
-17/+20
*
[3.13] gh-101100: Fix Sphinx warnings in library/email.compat32-message.rst (...
Miss Islington (bot)
2025-07-07
2
-10/+9
*
[3.13] gh-86682: Add versionadded for sys._getframemodulename (GH-136325) (#1...
Miss Islington (bot)
2025-07-07
1
-0/+2
*
[3.13] gh-101100: Fix sphinx warnings in `whatsnew/3.9` (GH-136163) (#136373)
Miss Islington (bot)
2025-07-07
3
-6/+10
*
[3.13] gh-94503: Update logging cookbook with an example of uniformly handlin...
Miss Islington (bot)
2025-07-07
1
-0/+62
*
[3.13] gh-127502: Remove XML vulnerability table (GH-135294) (#136360)
Miss Islington (bot)
2025-07-07
9
-89/+32
*
[3.13] Docs: Move "or" outside monospace syntax in tarfile.rst (GH-136263) (G...
Rafael Fontenelle
2025-07-07
1
-5/+6
*
[3.13] gh-109070: Document that get_context in multiprocessing have side effe...
Miss Islington (bot)
2025-07-06
1
-5/+7
*
[3.13] gh-101100: Fix references in `http.cookiejar` docs (GH-136238) (GH-136...
Miss Islington (bot)
2025-07-05
1
-1/+1
*
[3.13] gh-115119: Recommend upstream libmpdec in build requirements (#136205)...
Victor Stinner
2025-07-03
1
-0/+3
*
[3.13] gh-136135: Doc: Fix some broken links (GH-136137) (GH-136219)
Miss Islington (bot)
2025-07-03
2
-2/+2
*
[3.13] Replace `capi-sig` mailing list with `discuss.python.org` (GH-136211) ...
Miss Islington (bot)
2025-07-02
1
-2/+1
*
[3.13] gh-115119: Defer removal of bundled libmpdec to 3.16 (GH-133997) (#136...
Sergey B Kirpichev
2025-07-02
4
-2/+9
*
[3.13] gh-136169: Update parameter name in fractions.from_float method (GH-13...
Miss Islington (bot)
2025-07-01
1
-1/+1
*
[3.13] gh-63207: Update `time.time` documentation after GH-116822 (GH-136068)...
Miss Islington (bot)
2025-06-30
1
-1/+6
*
[3.13] gh-136122: Fix video link for math.tau documentation (GH-136129) (#136...
Miss Islington (bot)
2025-06-30
1
-1/+1
*
[3.13] gh-48181: Document `codecs.charmap_build` (GH-135997) (#136124)
Miss Islington (bot)
2025-06-30
1
-0/+8
[prev]
[next]