summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* gh-111374: Add a new PYTHON_FROZEN_MODULES env var, equivalent of `-X frozen_...Yilei Yang2023-11-012-5/+25
* gh-111576: Improve documention for tkinter.messagebox (GH-111578)Serhiy Storchaka2023-11-011-10/+165
* gh-111282: Fix NamedTemporaryFile example code (GH-111283)Krzysiek Karbowiak2023-10-311-7/+7
* gh-110774: allow setting the Runner(loop_factory=...) from IsolatedAsyncioTes...Thomas Grainger2023-10-311-0/+8
* gh-108082: Add PyErr_FormatUnraisable() function (GH-111086)Serhiy Storchaka2023-10-312-0/+17
* gh-108765: Python.h no longer includes <stddef.h> on Windows (#111563)Victor Stinner2023-10-311-0/+8
* gh-102249: Expand sys.call_tracing documentation (#102806)Quentin Peter2023-10-311-3/+17
* gh-93607: document `root` attribute of `iterparse` (#99410)Prometheus33752023-10-311-1/+3
* gh-106861: Docs: Add availability directives to all Unix-only modules (#108975)xzmeng2023-10-319-6/+14
* gh-111301: Move importlib.resources changes to the Removed section (#111509)Karolina Surma2023-10-311-14/+18