summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* gh-110383: Explained which error message is generated when there is an unhand...Unique-Usman2023-11-191-2/+1
* gh-110383: Fix documentation profile cumtime fix (#112221)Alex Ptakhin2023-11-191-2/+2
* Fix typo in documentation of `importlib.metadata` (GH-112099)Charlie Zhao2023-11-171-1/+1
* gh-112026: Update What's New: _PyObject_Vectorcall() was restored (#112171)Victor Stinner2023-11-171-14/+0
* gh-110481, doc: Add "immortal" term to the glossary (#112180)Victor Stinner2023-11-178-21/+32
* gh-94309: "What's new in Python 3.12": improve deprecation notice for typing....Ori Avtalion2023-11-171-2/+3
* gh-112165: Fix typo in `__main__.py` (#112183)Terry Jan Reedy2023-11-171-1/+1
* [doc] Make subprocess.wait documentation more precise (#98700)Luis Pedro Coelho2023-11-161-3/+4
* gh-110812: Isolating Extension Modules HOWTO: List GC-related gotchas (GH-111...Petr Viktorin2023-11-161-6/+97
* gh-112088: Run autoreconf in GHA check_generated_files (#112090)Victor Stinner2023-11-151-5/+12
* gh-112026: Add again <unistd.h> include in Python.h (#112046)Victor Stinner2023-11-151-18/+0
* Fix typo in perf profiling docs (#112112)Ryuji Tsutsui2023-11-151-1/+1
* Docs: Add the time to the HTML last updated format (#110091)Adam Turner2023-11-151-3/+2
* gh-111545: Test PyHash_GetFuncDef() function (#112098)Victor Stinner2023-11-152-0/+49
* gh-111262: Add PyDict_Pop() function (#112028)Victor Stinner2023-11-142-0/+33
* gh-111622: Fix doc for items views (#112051)Terry Jan Reedy2023-11-141-5/+8
* GH-110417: Fix `glob` docs ordering (#110418)Barney Gale2023-11-131-34/+35
* GH-72904: Add `glob.translate()` function (#106703)Barney Gale2023-11-132-0/+46
* gh-111138: Add PyList_Extend() and PyList_Clear() functions (#111862)Victor Stinner2023-11-132-0/+28
* Docs: Add `make htmllive` to rebuild and reload HTML files in your browser (#...Hugo van Kemenade2023-11-132-0/+7
* gh-111944: Add assignment expression parentheses requirements (#111977)Terry Jan Reedy2023-11-131-4/+5
* gh-90890: New methods to access mailbox.Maildir message info and flags (#103905)Stephen Gildea2023-11-111-1/+103
* gh-110722: Make `-m test -T -j` use sys.monitoring (GH-111710)Łukasz Langa2023-11-101-1/+9
* gh-103791: handle `BaseExceptionGroup` in `contextlib.suppress()` (#111910)Zac Hatfield-Dodds2023-11-101-3/+3
* gh-81925: Implement native thread ids for kFreeBSD (#111761)Samuel Thibault2023-11-093-4/+10
* gh-111895: Convert definition list to bullet list for readability on mobile (...Hugo van Kemenade2023-11-091-6/+6
* Add detail to comment on range of random.random() (gh-111868)zipperer2023-11-091-1/+1
* gh-111835: Add seekable method to mmap.mmap (gh-111852)Donghee Na2023-11-092-0/+16
* gh-68166: Tkinter: Add tests and examples for element_create() (GH-111453)Serhiy Storchaka2023-11-081-2/+16
* gh-111246: Remove listening Unix socket on close (#111483)Pierre Ossman (ThinLinc team)2023-11-082-1/+16
* Glossary: Add "static type checker" (#111837)Jelle Zijlstra2023-11-084-7/+14
* gh-111089: Revert PyUnicode_AsUTF8() changes (#111833)Victor Stinner2023-11-073-18/+0
* gh-81137: deprecate assignment of code object to a function of a mismatched t...Irit Katriel2023-11-071-0/+6
* gh-85098: Implement functional CLI of symtable (#109112)Serhiy Storchaka2023-11-071-0/+18
* gh-106672: C API: Report indiscriminately ignored errors (GH-106674)Serhiy Storchaka2023-11-071-0/+9
* gh-79932: raise exception if frame.clear() is called on a suspended frame (#1...Irit Katriel2023-11-072-1/+10
* gh-111729: update generic syntax for `typing.Concatenate` sample code in `Doc...方糖2023-11-071-5/+2
* gh-109466: Add ipv6_mapped property to IPv4Address (#109467)Charles Machalow2023-11-052-0/+13
* gh-111747: DOC: fix moved link to Documentation Translations (#111748)partev2023-11-051-1/+1
* gh-111719: Add extra check for alias command (#111720)Tian Gao2023-11-041-1/+1
* gh-111724: Fix doctest `ResourceWarning` in `howto/descriptor.rst` (#111725)Nikita Sobolev2023-11-041-0/+4
* docs: specify that PyBytes_AsStringAndSize returns 0 on success (GH-110888)lefp2023-11-031-0/+1
* gh-111681: minor fixes to typing doctests; remove unused imports in `test_typ...Nikita Sobolev2023-11-031-4/+4
* gh-106168: Revert the "size before item" setting (#111683)scoder2023-11-031-2/+0
* gh-111354: Simplify _PyGen_yf by moving some of its work to the compiler and ...Irit Katriel2023-11-032-2/+4
* gh-54434: Make difflib.rst doctests pass. (#111677)Terry Jan Reedy2023-11-031-3/+5
* Fix typo in documentation of `SysLogHandler.createSocket` (#111665)LoipesMas2023-11-021-3/+1
* gh-111625: Fix link to Info-ZIP homepage (#111626)partev2023-11-021-2/+2
* gh-111354: simplify detection of RESUME after YIELD_VALUE at except-depth 1 ...Irit Katriel2023-11-022-2/+19
* gh-106168: Update PyList_SET_ITEM() What's New doc (#111618)Victor Stinner2023-11-011-1/+2