summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* gh-105390: Correctly raise TokenError instead of SyntaxError for tokenize err...Pablo Galindo Salgado2023-06-072-10/+6
* Improve code examples in `typing.rst` (#105346)Alex Waygood2023-06-071-30/+75
* typing docs: Make the PEPs list an expandable section, hidden by default (#10...Alex Waygood2023-06-071-1/+11
* GH-95088: Clarify rules for parsing an item key for format strings (#103779)achhina2023-06-071-1/+3
* `typing.NewType` docs: the future performance improvements are now in the pas...Alex Waygood2023-06-071-3/+7
* GH-102613: Fast recursive globbing in `pathlib.Path.glob()` (GH-104512)Barney Gale2023-06-061-4/+8
* gh-105382: Remove urllib.request cafile parameter (#105384)Victor Stinner2023-06-062-15/+12
* gh-82180: Update math.factorial(float) doc for Python 3.10 (#105385)Victor Stinner2023-06-061-2/+2
* gh-105373: Fix decimal documentation formatting (#105395)Victor Stinner2023-06-061-1/+1
* sliding_window() recipe: Raise ValueError for non-positive window sizes. Ad...Raymond Hettinger2023-06-061-3/+27
* gh-105376: Remove logging.Logger.warn() method (#105377)Victor Stinner2023-06-062-4/+10
* gh-94172: Update keyfile removal documentation (#105392)Victor Stinner2023-06-065-51/+7
* gh-92658: Fix typo in docs and tests for `HV_GUID_PARENT` (GH-105267)Nikita Sobolev2023-06-061-1/+1
* gh-102304: Document Py_INCREF() change in What's New in Python 3.12 (#105389)Victor Stinner2023-06-062-9/+9
* gh-105156: Update Unicode C API: remove deprecation (#105379)Victor Stinner2023-06-061-9/+0
* gh-104783: Remove locale.resetlocale() function (#104784)Victor Stinner2023-06-063-10/+5
* build(deps): bump requests from 2.29.0 to 2.31.0 in /Doc (#105368)dependabot[bot]2023-06-061-1/+1
* gh-102304: Fix up Simple ABI doc (GH-105351)Victor Stinner2023-06-061-4/+4
* gh-105268: Remove _PyGC_FINALIZED() macro (#105350)Victor Stinner2023-06-061-0/+7
* gh-105292: Add option to make traceback.TracebackException.format_exception_o...Irit Katriel2023-06-062-7/+20
* gh-102304: Fix Py_INCREF() stable ABI in debug mode (#104763)Victor Stinner2023-06-061-0/+9
* gh-102304: doc: Add links to Stable ABI and Limited C API (#105345)Victor Stinner2023-06-0610-32/+45
* gh-89412: Add missing attributes (added in 3.10) to traceback module docs (#1...Jakub Kuczys2023-06-051-0/+14
* What's New in 3.12: List 'Improved Modules' alphabetically (#105315)Hugo van Kemenade2023-06-051-107/+107
* gh-80480: array: Add 'w' typecode. (#105242)Inada Naoki2023-06-043-10/+21
* gh-104882: Docs: fix description of relationship between `socket.getblocking(...Joe Geisbauer2023-06-041-1/+1
* Fix typo in Python 3.12 What's New (#105278)Shantanu2023-06-041-2/+2
* gh-104690 Disallow thread creation and fork at interpreter finalization (#104...chgnrdv2023-06-041-0/+10
* gh-89415: Mention new `IP_*` constants in `socket` module in the docs (#105266)Nikita Sobolev2023-06-031-1/+2
* gh-102778: update documentation of PyErr_PrintEx and traceback.print_last() r...Irit Katriel2023-06-022-7/+11
* gh-105184: document that marshal functions can fail and need to be checked wi...Irit Katriel2023-06-021-0/+4
* gh-85275: Remove old buffer APIs (#105137)Inada Naoki2023-06-025-75/+36
* GH-89886: Bump to GNU Autoconf v2.71 (#104925)Erlend E. Aasland2023-06-012-0/+8
* gh-105145: Deprecate Py_GetPath() function (#105179)Victor Stinner2023-06-013-0/+36
* gh-105182: Remove PyEval_AcquireLock() and PyEval_InitThreads() (#105183)Victor Stinner2023-06-014-84/+17
* gh-105107: Remove PyCFunction_Call() function (#105181)Victor Stinner2023-06-012-1/+1
* gh-105156: Cleanup usage of old Py_UNICODE type (#105158)Victor Stinner2023-06-011-40/+20
* gh-105145: Remove old functions to config Python init (#105154)Victor Stinner2023-06-0110-323/+105
* gh-105156: Deprecate the old Py_UNICODE type in C API (#105157)Victor Stinner2023-06-012-0/+7
* Clarify that error messages are better with PEP 701 (#105150)Pablo Galindo Salgado2023-05-311-0/+25
* gh-105111: remove deprecated macros Py_TRASHCAN_SAFE_BEGIN and Py_TRASHCAN_SA...Irit Katriel2023-05-311-0/+34
* gh-104773: cgi: Fix typo in What's New in Python 3.13 (#105139)Victor Stinner2023-05-311-1/+1
* gh-105096: Deprecate wave getmarkers() method (#105098)Victor Stinner2023-05-312-0/+12
* gh-62948: IOBase finalizer logs close() errors (#105104)Victor Stinner2023-05-311-0/+9
* gh-105096: Reformat wave documentation (#105136)Victor Stinner2023-05-312-100/+106
* gh-105107: Remove PyEval_CallFunction() function (#105108)Victor Stinner2023-05-312-3/+15
* gh-104922: Make `PY_SSIZE_T_CLEAN` not mandatory again (#105051)Inada Naoki2023-05-313-12/+19
* gh-97933: add LOAD_FAST_AND_CLEAR to 3.12 What's New bytecode section (#105126)Carl Meyer2023-05-311-0/+3
* gh-87729: add LOAD_SUPER_ATTR to 3.12 What's New (#105125)Carl Meyer2023-05-311-0/+7
* GH-73435: Implement recursive wildcards in `pathlib.PurePath.match()` (#101398)Barney Gale2023-05-302-0/+14