summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* gh-66410: Do not stringify arguments of Tkinter callback (GH-98592)Serhiy Storchaka2024-05-071-0/+10
* gh-118518: Rename `PYTHONPERFJITSUPPORT` and `-X perfjit` with underscores (#...Hugo van Kemenade2024-05-074-14/+14
* gh-118310: Fix documentation for `enum.Enum.__new__` (GH-118311)Momo Eissenhauer2024-05-071-5/+7
* gh-109653: What's new: Note improved import times for several stdlib modules ...Alex Waygood2024-05-071-0/+9
* gh-109975: Update 'What's New in Python 3.13' for beta (#118694)Hugo van Kemenade2024-05-071-7/+2
* Fix several typos in documentation (GH-118625)Xie Yanbo2024-05-073-4/+4
* Docs: add whatsnew for free-threading (#118679)Sam Gross2024-05-071-0/+46
* gh-117486: Improve behavior for user-defined AST subclasses (#118212)Jelle Zijlstra2024-05-062-1/+19
* gh-118647: Add defaults to typing.Generator and typing.AsyncGenerator (#118648)Jelle Zijlstra2024-05-061-4/+22
* gh-115119: Default to --with-system-libmpdec=yes (#118539)Erlend E. Aasland2024-05-062-2/+14
* gh-116322: Rename PyModule_ExperimentalSetGIL to PyUnstable_Module_SetGIL (GH...Petr Viktorin2024-05-061-1/+1
* GH-115577 Clarify netloc term usage in urllib.parse docs (GH-117632)Kerim Kabirov2024-05-061-0/+5
* gh-118271: Support more options for reading/writing images in Tkinter (GH-118...Serhiy Storchaka2024-05-061-0/+6
* Fix typo in Doc/library/asyncio-task.rst (GH-118627)Xie Yanbo2024-05-061-1/+1
* gh-118225: Support more options for copying images in Tkinter (GH-118228)Serhiy Storchaka2024-05-062-0/+18
* gh-66543: Add mimetypes.guess_file_type() (GH-117258)Serhiy Storchaka2024-05-064-6/+40
* gh-74929: locals() documentation update for PEP 667 (#118265)Alyssa Coghlan2024-05-061-9/+38
* gh-118465: Add __firstlineno__ attribute to class (GH-118475)Serhiy Storchaka2024-05-062-0/+9
* gh-111140: minor docs typos cleanup in the C example API calls. (#118612)Gregory P. Smith2024-05-051-3/+3
* gh-111201: A new Python REPL (GH-111567)Pablo Galindo Salgado2024-05-054-4/+70
* gh-74929: Rudimentary docs for PEP 667 (#118581)Guido van Rossum2024-05-053-2/+19
* GH-111744: Make breakpoint() enter the debugger immediately (GH-118579)Tian Gao2024-05-053-2/+15
* gh-118476: Fix corner cases in islice() rough equivalent. (Gh-118559)Raymond Hettinger2024-05-051-18/+11
* gh-118131: Command-line interface for the `random` module (#118132)Hugo van Kemenade2024-05-053-0/+87
* gh-118518: Allow perf to work without frame pointers (#112254)Pablo Galindo Salgado2024-05-054-1/+66
* gh-74929: Implement PEP 667 (GH-115153)Tian Gao2024-05-041-0/+3
* gh-111997: C-API for signalling monitoring events (#116413)Irit Katriel2024-05-044-1/+170
* gh-115532 Add kde_random() to the statistic module (#118210)Raymond Hettinger2024-05-042-60/+27
* Minor improvements to the itertools recipes (#118563)Raymond Hettinger2024-05-031-24/+12
* docs: clarify csv.DictReader's treatment of the first data row (#118549)Ned Batchelder2024-05-031-2/+4
* gh-116322: Add Py_mod_gil module slot (#116882)Brett Simmers2024-05-031-0/+38
* gh-117514: Add `sys._is_gil_enabled()` function (#118514)Sam Gross2024-05-031-0/+8
* gh-116126: Implement PEP 696 (#116129)Jelle Zijlstra2024-05-035-27/+152
* gh-117492: Clarify documentation of `typing.Never` (#117678)Nice Zombies2024-05-031-24/+22
* gh-118500: Add pdb support for zipapp (#118501)Tian Gao2024-05-021-0/+3
* gh-93502: Add new C-API functions to trace object creation and destruction (#...Pablo Galindo Salgado2024-05-022-0/+57
* gh-105879: Add support for keyword arguments to eval and exec (#105885)Raphael Gaschignard2024-05-021-5/+13
* gh-118486: Support mkdir(mode=0o700) on Windows (GH-118488)Steve Dower2024-05-021-0/+7
* gh-117903: Clarify that the staticmethod descriptor is callable (GH-117925)Serhiy Storchaka2024-05-021-2/+3
* gh-118216: Don't consider dotted `__future__` imports (#118267)Crowthebird2024-05-021-0/+4
* docs: typo: tiny grammar change: "pointed by" -> "pointed to by" (#118411)Andrew Zipperer2024-05-022-4/+4
* gh-118335: Rename --experimental-interpreter on Windows to --experimental-jit...Guido van Rossum2024-05-021-1/+2
* GH-118174: specify the type for the path argument of shutil.whichFilipe Laíns2024-05-011-2/+3
* gh-117225: Document colour use in `doctest` (#118268)Hugo van Kemenade2024-05-012-3/+25
* gh-110850: Add PyTime_TimeRaw() function (#118394)Victor Stinner2024-05-012-3/+38
* Expand the 'Extending' docs with an example. (#113187)Jason R. Coombs2024-05-011-0/+78
* gh-118335: Configure Tier 2 interpreter at build time (#118339)Guido van Rossum2024-05-011-7/+23
* gh-109975: Document crypt_r as a possible replacement of crypt (#118439)Miro Hrončok2024-04-301-1/+4
* gh-117618: Make package.module searchable for breakpoints and clean up docs (...Tian Gao2024-04-301-6/+13
* gh-85453: Consistent backquotes on None occurences across datetime.rst (#118282)edson duarte2024-04-301-1/+1