summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-99108: Mention HACL\* in the hashlib docs. (GH-105634) (#105635)Miss Islington (bot)2023-06-101-5/+6
* [3.12] Cleanup and clarify our hashlib docs. (GH-105624) (#105632)Miss Islington (bot)2023-06-101-47/+90
* [3.12] Clarify the supported cases in the tokenize module (GH-105569) (#105573)Miss Islington (bot)2023-06-091-0/+9
* [3.12] Miscellaneous improvements to the typing docs (GH-105529) (#105567)Miss Islington (bot)2023-06-091-74/+143
* [3.12] gh-102304: Fix Py_INCREF() for limited C API 3.9 (#105553)Victor Stinner2023-06-091-9/+0
* [3.12] gh-105332: [Enum] Fix unpickling flags in edge-cases (GH-105348) (GH-1...Miss Islington (bot)2023-06-091-1/+10
* [3.12] gh-100227: Lock Around Modification of the Global Allocators State (gh...Miss Islington (bot)2023-06-081-171/+174
* [3.12] gh-100227: Lock Around Adding Global Audit Hooks (gh-105515) (gh-105525)Eric Snow2023-06-081-1266/+1274
* [3.12] gh-100227: Lock Around Use of the Global "atexit" State (gh-105514) (g...Miss Islington (bot)2023-06-081-425/+453
* [3.12] Further improve docs for `typing.Annotated` (GH-105498) (#105503)Miss Islington (bot)2023-06-081-55/+77
* [3.12] gh-90015: Document that PEP-604 unions do not support forward referenc...Miss Islington (bot)2023-06-071-0/+8
* [3.12] typing: Improve documentation of generic classes and aliases (GH-10536...Miss Islington (bot)2023-06-071-62/+86
* [3.12] gh-97797: Improve documentation for typing.Annotated (GH-105365) (#105...Miss Islington (bot)2023-06-071-19/+54
* [3.12] Improve docs for `typing.TypeAlias` (GH-105372) (#105446)Miss Islington (bot)2023-06-071-4/+26
* [3.12] gh-105390: Correctly raise TokenError instead of SyntaxError for token...Miss Islington (bot)2023-06-072-10/+6
* [3.12] Improve code examples in `typing.rst` (GH-105346) (#105422)Miss Islington (bot)2023-06-071-30/+75
* [3.12] typing docs: Make the PEPs list an expandable section, hidden by defau...Miss Islington (bot)2023-06-071-1/+11
* [3.12] GH-95088: Clarify rules for parsing an item key for format strings (GH...Miss Islington (bot)2023-06-071-1/+3
* [3.12] `typing.NewType` docs: the future performance improvements are now in ...Miss Islington (bot)2023-06-071-3/+7
* gh-92658: Fix typo in docs and tests for `HV_GUID_PARENT` (GH-105267)Miss Islington (bot)2023-06-061-1/+1
* [3.12] sliding_window() recipe: Raise ValueError for non-positive window siz...Miss Islington (bot)2023-06-061-3/+27
* [3.12] gh-94172: Update keyfile removal documentation (GH-105392) (#105402)Miss Islington (bot)2023-06-065-51/+7
* [3.12] gh-102304: Fix Py_INCREF() stable ABI in debug mode (#104763) (#105352)Victor Stinner2023-06-061-0/+9
* [3.12] gh-102304: doc: Add links to Stable ABI and Limited C API (#105345) (#...Victor Stinner2023-06-0610-32/+45
* [3.12] gh-89412: Add missing attributes (added in 3.10) to traceback module d...Miss Islington (bot)2023-06-051-0/+14
* [3.12] gh-97908: CAPI docs: Remove repeated struct names from member docs (GH...Miss Islington (bot)2023-06-052-8/+23
* [3.12] What's New in 3.12: List 'Improved Modules' alphabetically (GH-105315)...Hugo van Kemenade2023-06-051-107/+107
* [3.12] Clarify that error messages are better with PEP 701 (GH-105150) (#105169)Miss Islington (bot)2023-06-051-0/+25
* [3.12] gh-104882: Docs: fix description of relationship between `socket.getbl...Miss Islington (bot)2023-06-041-1/+1
* [3.12] Fix typo in Python 3.12 What's New (GH-105278) (#105282)Miss Islington (bot)2023-06-041-2/+2
* [3.12] gh-104690 Disallow thread creation and fork at interpreter finalizatio...Miss Islington (bot)2023-06-041-0/+10
* [3.12] gh-89415: Mention new `IP_*` constants in `socket` module in the docs ...Miss Islington (bot)2023-06-031-1/+2
* [3.12] gh-102778: update documentation of PyErr_PrintEx and traceback.print_l...Miss Islington (bot)2023-06-022-7/+11
* [3.12] gh-105184: document that marshal functions can fail and need to be che...Miss Islington (bot)2023-06-021-0/+4
* [3.12] gh-105020: Share tp_bases and tp_mro Between Interpreters For All Stat...Miss Islington (bot)2023-06-011-26428/+26422
* [3.12] GH-89886: Bump to GNU Autoconf v2.71 (#104925) (#105207)Erlend E. Aasland2023-06-011-0/+4
* [3.12] GH-105113: Improve performance of `pathlib.PurePath.match()` (GH-105114)Barney Gale2023-05-311-0/+7
* [3.12] gh-87729: add LOAD_SUPER_ATTR to 3.12 What's New (GH-105125) (#105143)Miss Islington (bot)2023-05-311-0/+7
* [3.12] gh-97933: add LOAD_FAST_AND_CLEAR to 3.12 What's New bytecode section ...Miss Islington (bot)2023-05-311-0/+3
* [3.12] gh-105096: Reformat wave documentation (#105136) (#105138)Victor Stinner2023-05-312-100/+106
* gh-88745: Add _winapi.CopyFile2 and update shutil.copy2 to use it (GH-105055)Miss Islington (bot)2023-05-301-959/+976
* [3.12] gh-105071: add missing versionadded directive (GH-105097) (#105105)Miss Islington (bot)2023-05-301-0/+2
* [3.12] gh-103921: Minor PEP-695 fixes to the `ast` module docs (GH-105093) (#...Miss Islington (bot)2023-05-301-5/+5
* [3.12] gh-105071: add PyUnstable_Exc_PrepReraiseStar to expose except* implem...Irit Katriel2023-05-301-0/+10
* [3.12] gh-104799: Move location of type_params AST fields (GH-104828) (#104974)Miss Islington (bot)2023-05-302-74/+74
* [3.12] GH-89455: Add missing attributes (added in 3.11) to traceback module d...Miss Islington (bot)2023-05-291-1/+18
* gh-104803: Implement ntpath.isdevdrive for checking whether a path is on a Wi...Miss Islington (bot)2023-05-291-0/+18
* [3.12] Document PEP 698 and other new typing features in What's New (GH-10495...Miss Islington (bot)2023-05-281-6/+37
* [3.12] gh-104992: [What's New in 3.12] Document unittest.TestProgram.usageExi...Miss Islington (bot)2023-05-281-1/+2
* [3.12] gh-104992: [What's New in 3.11] Document unittest.TestProgram.usageExi...Miss Islington (bot)2023-05-271-0/+4