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.12] GH-103082: Document PEP-669: Low Impact Monitoring for CPython (GH-107...
Miss Islington (bot)
2023-09-05
4
-0/+323
*
[3.12] GH-108390: Prevent non-local events being set with `sys.monitoring.set...
Mark Shannon
2023-09-05
1
-2888/+2908
*
[3.12] Link to PEP sections in What's New in 3.12 (GH-108878) (#108890)
Miss Islington (bot)
2023-09-05
1
-3/+7
*
[3.12] Resolve reference warnings in faq/gui.rst (GH-108147) (#108193)
Miss Islington (bot)
2023-09-04
2
-6/+6
*
[3.12] gh-107208: Fix iter_index() recipe to not swallow exceptions (gh-10883...
Miss Islington (bot)
2023-09-04
1
-12/+23
*
[3.12] gh-101100: Fix sphinx warnings in `unittest.mock-examples.rst` (GH-108...
Nikita Sobolev
2023-09-02
2
-7/+7
*
[3.12] gh-101100: Fix sphinx warnings in `uuid.rst` (GH-108805) (#108807)
Miss Islington (bot)
2023-09-02
2
-22/+30
*
[3.12] gh-105563: reference DateType in datetime's documentation (GH-105946) ...
Miss Islington (bot)
2023-09-02
1
-0/+4
*
[3.12] Improve some C API documentation (GH-108768) (#108785)
Serhiy Storchaka
2023-09-02
3
-44/+43
*
[3.12] gh-101100: Fix sphinx warnings in `tutorial/appendix.rst` (GH-108750) ...
Hugo van Kemenade
2023-09-02
2
-5/+4
*
[3.12] gh-101100: Fix sphinx warnings in `tutorial/classes.rst` (GH-108746) (...
Miss Islington (bot)
2023-09-01
2
-2/+1
*
[3.12] `ast` docs: Fix incorrect link on `keyword` (GH-108728) (#108737)
Miss Islington (bot)
2023-09-01
1
-2/+2
*
[3.12] gh-108682: [Enum] raise TypeError if super().__new__ called in custom ...
Miss Islington (bot)
2023-08-31
1
-1/+22
*
[3.12] gh-97850: Note in py312 whatsnew that `importlib.util.set_loader` and ...
Miss Islington (bot)
2023-08-31
1
-2/+3
*
[3.12] gh-101100: Fix sphinx warnings in `threading.rst` (GH-108684) (#108707)
Miss Islington (bot)
2023-08-31
2
-9/+8
*
[3.12] gh-101100: Fix Sphinx warnings in the Logging Cookbook (GH-108678) (#1...
Miss Islington (bot)
2023-08-30
2
-5/+11
*
[3.12] Fix typo in multiprocessing docs (GH-108666) (#108677)
Miss Islington (bot)
2023-08-30
1
-1/+1
*
[3.12] gh-108669: unittest: Fix documentation for TestResult.collectedDuratio...
Miss Islington (bot)
2023-08-30
1
-1/+1
*
[3.12] Mention Ellipsis pickling in the docs (GH-103660) (#108661)
Miss Islington (bot)
2023-08-30
1
-1/+2
*
[3.12] gh-107801: Improve the accuracy of io.IOBase.seek docs (#108268) (#108...
Erlend E. Aasland
2023-08-29
1
-12/+14
*
[3.12] Fix misc doc typos (GH-108592) (#108594)
Miss Islington (bot)
2023-08-29
8
-9/+9
*
[3.12] GH-108202: Combine documentation of ``calendar`` constants (GH-108492)...
Adam Turner
2023-08-28
2
-61/+50
*
[3.12] Fix typo in typing docs: Remove redundant backtick (GH-108559) (#108560)
Miss Islington (bot)
2023-08-28
1
-1/+1
*
[3.12] gh-107801: Document io.TextIOWrapper.tell (#108265) (#108547)
Erlend E. Aasland
2023-08-27
1
-1/+9
*
[3.12] Docs: Resolve Sphinx warnings in dis.rst (GH-108476) (#108546)
Miss Islington (bot)
2023-08-27
3
-11/+14
*
[3.12] Fix grammatical error in stringprep documentation (GH-108414) (#108537)
Miss Islington (bot)
2023-08-27
1
-1/+1
*
[3.12] gh-105052:update timeit function's description (GH-105060) (#108534)
Miss Islington (bot)
2023-08-27
1
-2/+4
*
[3.12] gh-107453: Document errno.{ECANCELED,EOWNERDEAD,ENOTRECOVERABLE,ENOTSU...
Miss Islington (bot)
2023-08-27
1
-0/+28
*
[3.12] gh-102211: Document `re.{Pattern,Match}`’s existence (GH-102212) (#1...
Miss Islington (bot)
2023-08-26
1
-30/+37
*
[3.12] Docs: Datamodel: Merge "Notes on using __slots__" with the parent sect...
Miss Islington (bot)
2023-08-25
1
-2/+1
*
[3.12] Datamodel: Add headings to the standard type hierarchy (GH-108146) (#1...
Miss Islington (bot)
2023-08-25
1
-1000/+1104
*
[3.12] GH-108202: Document ``calendar`` exceptions (GH-108398) (#108467)
Miss Islington (bot)
2023-08-25
1
-0/+23
*
[3.12] gh-108314: PyDict_GetItemString() mentions UTF-8 (#108448)
Victor Stinner
2023-08-25
1
-3/+5
*
[3.12] gh-107432 Update Porting Python 2 Code to Python 3 how-to (GH-107434) ...
Miss Islington (bot)
2023-08-24
1
-121/+94
*
[3.12] gh-70766: Mention the object getstate caveat in 3.11 What's new. (GH-1...
Miss Islington (bot)
2023-08-23
1
-0/+4
*
[3.12] gh-108267: Dataclasses docs: Fix object.__setattr__ typo (GH-108355) (...
Miss Islington (bot)
2023-08-23
1
-1/+1
*
[3.12] gh-107136: Remove Plausible for docs metrics (GH-107856) (#108334)
Miss Islington (bot)
2023-08-23
1
-3/+0
*
[3.12] GH-92584: Remove distutils from the newtypes tutorial includes (GH-108...
Miss Islington (bot)
2023-08-22
10
-43/+42
*
[3.12] Docs: Add link to skip to datetime's format codes (GH-108027) (#108329)
Miss Islington (bot)
2023-08-22
1
-0/+6
*
[3.12] Document 3.13, 3.14 and future removals (GH-108055) (#108331)
Miss Islington (bot)
2023-08-22
1
-0/+13
*
[3.12] gh-105857: Document that asyncio subprocess std{in,out,err} can be fil...
Miss Islington (bot)
2023-08-22
1
-0/+1
*
[3.12] gh-107700: [Enum] Document that `EnumType` was added in 3.11 (GH-10826...
Miss Islington (bot)
2023-08-22
1
-0/+4
*
[3.12] Docs: align the param spec of sqlite3.Connection methods with the impl...
Miss Islington (bot)
2023-08-22
1
-2/+2
*
[3.12] gh-107298: Fix numerous ref errors and typos in the C API docs (GH-108...
Miss Islington (bot)
2023-08-22
21
-74/+85
*
[3.12] gh-106971: Docs: Add missing issue reference (GH-106992) (#108283)
Miss Islington (bot)
2023-08-22
1
-1/+1
*
[3.12] gh-107801: Improve the accuracy of io.TextIOWrapper.seek docs (#107933...
Erlend E. Aasland
2023-08-22
1
-0/+16
*
[3.12] gh-107298: Fix C API datetime documentation (GH-108034). (#108234)
Serhiy Storchaka
2023-08-21
2
-15/+57
*
[3.12] gh-108224: Fix asyncio doc inconsistency (GH-108230) (#108231)
Miss Islington (bot)
2023-08-21
1
-1/+1
*
[3.12] gh-107298: Fix references to deprecated and removed PyUnicode C API (G...
Miss Islington (bot)
2023-08-21
4
-51/+51
*
[3.12] docs: fix grammar in isolating-extensions.rst (GH-108037) (#108218)
Miss Islington (bot)
2023-08-21
1
-1/+1
[next]