summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-117486: Improve behavior for user-defined AST subclasses (#118212)Jelle Zijlstra2024-05-066-33/+94
* fix typo in `_pyrepl.pager`: `plainpager` -> `plain_pager` (#118675)denballakh2024-05-061-1/+1
* Use Intel with 12 cores for free-threading tests for maximum speedup (#118677)Łukasz Langa2024-05-061-2/+2
* gh-118647: Add defaults to typing.Generator and typing.AsyncGenerator (#118648)Jelle Zijlstra2024-05-064-9/+51
* Test premium Mac builders (#118672)Łukasz Langa2024-05-063-5/+5
* gh-118527: Intern code name and filename on default build (#118576)Sam Gross2024-05-062-4/+2
* GH-115709: Invalidate executors when a local variable is changed via frame.f_...Mark Shannon2024-05-065-4/+30
* gh-118415: Fix issues with local tracing being enabled/disabled on a function...Dino Viehland2024-05-062-59/+71
* gh-118628: Don't display pyrepl warning on Windows (#118665)Łukasz Langa2024-05-061-3/+7
* gh-71592: Fix a leak in tkinter.Tk destructor when _debug is true (GH-118664)Serhiy Storchaka2024-05-061-0/+1
* gh-115119: Default to --with-system-libmpdec=yes (#118539)Erlend E. Aasland2024-05-066-20/+116
* GH-83151: Add closure support to pdb (GH-111094)Tian Gao2024-05-063-2/+156
* gh-118362: Fix thread safety around lookups from the type cache in the face o...Dino Viehland2024-05-0618-124/+437
* gh-118518: Ensure that the code padding it's applied (#118654)Pablo Galindo Salgado2024-05-061-1/+1
* GH-117714: implement athrow().close() and asend().close() using throw (GH-117...Thomas Grainger2024-05-063-4/+87
* gh-71592: Add ability to trace Tcl commands executed by Tkinter (GH-118291)Serhiy Storchaka2024-05-063-6/+190
* gh-116322: Rename PyModule_ExperimentalSetGIL to PyUnstable_Module_SetGIL (GH...Petr Viktorin2024-05-0619-21/+21
* GH-115577 Clarify netloc term usage in urllib.parse docs (GH-117632)Kerim Kabirov2024-05-061-0/+5
* gh-118609: Add proper error check for framelocalsproxy (#118615)Tian Gao2024-05-061-46/+99
* gh-118271: Support more options for reading/writing images in Tkinter (GH-118...Serhiy Storchaka2024-05-064-16/+222
* 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-065-17/+268
* gh-118518: Correct type of perf_profiling in config (#118646)Pablo Galindo Salgado2024-05-061-1/+1
* Fix typo in Lib/zipfile/_path/__init__.py (#118622)Xie Yanbo2024-05-061-1/+1
* gh-116871: Improve name suggestions in tracebacks (GH-116930)Serhiy Storchaka2024-05-063-0/+45
* gh-66543: Add mimetypes.guess_file_type() (GH-117258)Serhiy Storchaka2024-05-068-35/+129
* gh-111201: Use a more common constant in completion tests in test_pyrepl (#11...Pablo Galindo Salgado2024-05-061-2/+7
* gh-74929: Make containment checks more efficient in `FrameLocalsProxy` (#118624)Tian Gao2024-05-061-10/+19
* gh-74929: locals() documentation update for PEP 667 (#118265)Alyssa Coghlan2024-05-061-9/+38
* gh-111201: Fix event queue tests for pyrepl (#118635)Lysandros Nikolaou2024-05-061-14/+21
* gh-118465: Add __firstlineno__ attribute to class (GH-118475)Serhiy Storchaka2024-05-0617-89/+61
* gh-115119: Bump CI to use Ubuntu 22.04 (#118631)Erlend E. Aasland2024-05-063-5/+5
* gh-95382: Improve performance of json encoder with indent (GH-118105)Pieter Eendebak2024-05-063-47/+105
* gh-78955: Use user-selected color theme for Help => IDLE Doc (#9502)Terry Jan Reedy2024-05-063-2/+8
* gh-118613: Fix error handling of `_PyEval_GetFrameLocals` in `ceval.c` (#118614)Nikita Sobolev2024-05-061-4/+8
* Set a DerivedData path for iOS test builds. (GH-118621)Russell Keith-Magee2024-05-061-1/+1
* Correct timing sensitivity in iOS testing Makefile target. (GH-118620)Russell Keith-Magee2024-05-061-1/+1
* Add Lysandros Nikolaou to the News entry of gh-111201 (#118616)Pablo Galindo Salgado2024-05-051-2/+2
* gh-111140: minor docs typos cleanup in the C example API calls. (#118612)Gregory P. Smith2024-05-051-3/+3
* gh-118605: Fix reference leak in FrameLocalsProxy (#118607)Tian Gao2024-05-051-3/+28
* Move pathlib implementation out of `__init__.py` (#118582)Barney Gale2024-05-054-905/+910
* gh-111201: A new Python REPL (GH-111567)Pablo Galindo Salgado2024-05-0541-170/+5328
* gh-117549: Don't use designated initializers in headers (#118580)Guido van Rossum2024-05-052-2/+12
* gh-117389: Fix `test_compileall.EncodingTest` (#117390)Nikita Sobolev2024-05-051-8/+14
* Fix negative bandwidth test and add online code path test. (gh-118600)Raymond Hettinger2024-05-052-9/+24
* gh-74929: Rudimentary docs for PEP 667 (#118581)Guido van Rossum2024-05-054-3/+22
* GH-111744: Make breakpoint() enter the debugger immediately (GH-118579)Tian Gao2024-05-058-68/+162
* gh-101137: Add `text/x-rst` to `mimetypes` (#118593)Nikita Sobolev2024-05-053-0/+3
* gh-83505: Add markdown mimetype mapping (#17995)Ryan Batchelder2024-05-052-0/+3
* gh-118518: Use the raw syscall directly for gettid (#118592)Pablo Galindo Salgado2024-05-051-1/+2