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.12] typing docs: Improve the intro to each section (GH-105901) (#105902)
Miss Islington (bot)
2023-06-19
1
-36/+40
*
[3.12] bpo-44530: Document the change in MAKE_FUNCTION behavior (GH-93189) (#...
Miss Islington (bot)
2023-06-16
1
-2/+5
*
[3.12] tarfile: Fix positional-only syntax in docs (GH-105770) (#105773)
Miss Islington (bot)
2023-06-16
1
-4/+4
*
[3.12] More reorganisation of the typing docs (GH-105787) (#105810)
Miss Islington (bot)
2023-06-15
1
-101/+117
*
[3.12] Improve docs for `typing.dataclass_transform` (GH-105792) (#105809)
Miss Islington (bot)
2023-06-15
1
-37/+69
*
[3.12] Typing docs: move the deprecated stuff below the non-deprecated stuff ...
Alex Waygood
2023-06-14
1
-496/+496
*
[3.12] gh-99108: Mention HACL\* in the hashlib docs. (GH-105634) (#105635)
Miss Islington (bot)
2023-06-10
1
-5/+6
*
[3.12] Cleanup and clarify our hashlib docs. (GH-105624) (#105632)
Miss Islington (bot)
2023-06-10
1
-47/+90
*
[3.12] Clarify the supported cases in the tokenize module (GH-105569) (#105573)
Miss Islington (bot)
2023-06-09
1
-0/+9
*
[3.12] Miscellaneous improvements to the typing docs (GH-105529) (#105567)
Miss Islington (bot)
2023-06-09
1
-74/+143
*
[3.12] Further improve docs for `typing.Annotated` (GH-105498) (#105503)
Miss Islington (bot)
2023-06-08
1
-55/+77
*
[3.12] gh-90015: Document that PEP-604 unions do not support forward referenc...
Miss Islington (bot)
2023-06-07
1
-0/+8
*
[3.12] typing: Improve documentation of generic classes and aliases (GH-10536...
Miss Islington (bot)
2023-06-07
1
-62/+86
*
[3.12] gh-97797: Improve documentation for typing.Annotated (GH-105365) (#105...
Miss Islington (bot)
2023-06-07
1
-19/+54
*
[3.12] Improve docs for `typing.TypeAlias` (GH-105372) (#105446)
Miss Islington (bot)
2023-06-07
1
-4/+26
*
[3.12] gh-105390: Correctly raise TokenError instead of SyntaxError for token...
Miss Islington (bot)
2023-06-07
1
-5/+0
*
[3.12] Improve code examples in `typing.rst` (GH-105346) (#105422)
Miss Islington (bot)
2023-06-07
1
-30/+75
*
[3.12] typing docs: Make the PEPs list an expandable section, hidden by defau...
Miss Islington (bot)
2023-06-07
1
-1/+11
*
[3.12] GH-95088: Clarify rules for parsing an item key for format strings (GH...
Miss Islington (bot)
2023-06-07
1
-1/+3
*
[3.12] `typing.NewType` docs: the future performance improvements are now in ...
Miss Islington (bot)
2023-06-07
1
-3/+7
*
gh-92658: Fix typo in docs and tests for `HV_GUID_PARENT` (GH-105267)
Miss Islington (bot)
2023-06-06
1
-1/+1
*
[3.12] sliding_window() recipe: Raise ValueError for non-positive window siz...
Miss Islington (bot)
2023-06-06
1
-3/+27
*
[3.12] gh-94172: Update keyfile removal documentation (GH-105392) (#105402)
Miss Islington (bot)
2023-06-06
5
-51/+7
*
[3.12] gh-102304: doc: Add links to Stable ABI and Limited C API (#105345) (#...
Victor Stinner
2023-06-06
1
-1/+1
*
[3.12] gh-89412: Add missing attributes (added in 3.10) to traceback module d...
Miss Islington (bot)
2023-06-05
1
-0/+14
*
[3.12] gh-104882: Docs: fix description of relationship between `socket.getbl...
Miss Islington (bot)
2023-06-04
1
-1/+1
*
[3.12] gh-104690 Disallow thread creation and fork at interpreter finalizatio...
Miss Islington (bot)
2023-06-04
1
-0/+10
*
[3.12] gh-89415: Mention new `IP_*` constants in `socket` module in the docs ...
Miss Islington (bot)
2023-06-03
1
-1/+2
*
[3.12] gh-102778: update documentation of PyErr_PrintEx and traceback.print_l...
Miss Islington (bot)
2023-06-02
1
-4/+3
*
[3.12] GH-105113: Improve performance of `pathlib.PurePath.match()` (GH-105114)
Barney Gale
2023-05-31
1
-0/+7
*
[3.12] gh-105096: Reformat wave documentation (#105136) (#105138)
Victor Stinner
2023-05-31
1
-99/+106
*
[3.12] gh-103921: Minor PEP-695 fixes to the `ast` module docs (GH-105093) (#...
Miss Islington (bot)
2023-05-30
1
-5/+5
*
[3.12] gh-104799: Move location of type_params AST fields (GH-104828) (#104974)
Miss Islington (bot)
2023-05-30
1
-6/+6
*
[3.12] GH-89455: Add missing attributes (added in 3.11) to traceback module d...
Miss Islington (bot)
2023-05-29
1
-1/+18
*
gh-104803: Implement ntpath.isdevdrive for checking whether a path is on a Wi...
Miss Islington (bot)
2023-05-29
1
-0/+18
*
[3.12] gh-103921: Document PEP 695 (GH-104642) (#104989)
Miss Islington (bot)
2023-05-26
4
-238/+674
*
[3.12] gh-104984: remove kwargs and starargs from Call & ClassDef (GH-104986)...
Miss Islington (bot)
2023-05-26
1
-6/+3
*
[3.12] gh-104372: Drop the GIL around the vfork() call. (GH-104782) (#104942)
Miss Islington (bot)
2023-05-25
1
-5/+8
*
[3.12] Fix indentation in `json.AttrDict` REPL example (GH-104930) (#104931)
Miss Islington (bot)
2023-05-25
1
-8/+8
*
[3.12] Misc improvements to the itertools docs (GH-104916) (GH-104917)
Miss Islington (bot)
2023-05-25
1
-7/+24
*
[3.12] Misc updates to Whatsnew 3.12 (GH-104912) (GH-104915)
Miss Islington (bot)
2023-05-25
1
-2/+2
*
[3.12] gh-104874: Document NewType.__supertype__ (GH-104875) (#104906)
Miss Islington (bot)
2023-05-24
1
-0/+12
*
gh-104656: Rename typeparams AST node to type_params (#104657)
Jelle Zijlstra
2023-05-22
1
-3/+3
*
typing docs: Move some classes out of the "Generics" section (#104707)
Jelle Zijlstra
2023-05-21
1
-146/+146
*
Corrected identifier (#104713)
William Sawyer
2023-05-21
1
-1/+1
*
gh-102856: Python tokenizer implementation for PEP 701 (#104323)
Marta Gómez Macías
2023-05-21
2
-0/+6
*
gh-103606: raise RuntimeError if config file is invalid or empty (#104701)
Prince Roshan
2023-05-20
1
-2/+2
*
gh-49174: document that the effect of calling gc.collect() during a collectio...
Irit Katriel
2023-05-20
1
-0/+3
*
gh-104679 Fixed syntax highlighting in turtle docs (#104682)
han-solo
2023-05-20
1
-83/+83
*
docs: fix wrong indentation causing rendering error in dis page (#104661)
Nyakku Shigure
2023-05-19
1
-2/+2
[next]