summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* gh-110850: Remove _PyTime_TimeUnchecked() function (#118552)Victor Stinner2024-05-0510-94/+65
* gh-118476: Fix corner cases in islice() rough equivalent. (Gh-118559)Raymond Hettinger2024-05-051-18/+11
* Minor edit: Simplify and tighten the distribution test (gh-118585)Raymond Hettinger2024-05-051-10/+11
* gh-118131: Command-line interface for the `random` module (#118132)Hugo van Kemenade2024-05-056-1/+203
* gh-118455: Fix mangle_from_ default value in email.policy.Policy.__doc__ (#11...wim glenn2024-05-051-1/+1
* gh-118164: Break a loop between _pydecimal and _pylong and optimize int to st...Serhiy Storchaka2024-05-053-11/+70
* gh-74929: Remove undesirable DECREF in PEP 667 implementation (#118583)Tian Gao2024-05-052-1/+15
* gh-118518: Allow perf to work without frame pointers (#112254)Pablo Galindo Salgado2024-05-0519-39/+892
* gh-118164: str(10**10000) hangs if the C _decimal module is missing (#118503)Tim Peters2024-05-043-5/+40
* gh-109617: fix ncurses incompatibility on macOS with Xcode 15 (#111258)Davide Rizzo2024-05-045-21/+77
* gh-117953: Track Extra Details in Global Extensions Cache (gh-118532)Eric Snow2024-05-043-138/+578
* gh-117139: Fix missing semicolon (GH-118573)Ken Jin2024-05-041-1/+1
* gh-118569: Add a test for dynamic PEP695 classes (#118570)Nikita Sobolev2024-05-041-0/+25
* GH-111744: Support opcode events in bdb (GH-111834)Tian Gao2024-05-044-17/+72
* build(deps): bump hypothesis from 6.100.0 to 6.100.2 in /Tools (#118462)dependabot[bot]2024-05-041-1/+1
* fix comment typo in importlib (#118567)wim glenn2024-05-041-1/+1
* gh-74929: Implement PEP 667 (GH-115153)Tian Gao2024-05-0419-257/+921
* GH-118095: Use broader specializations of CALL in tier 1, for better tier 2 s...Mark Shannon2024-05-0419-448/+863
* gh-113081: Print colorized exception just like built-in traceback in pdb (#11...Tian Gao2024-05-043-2/+6
* gh-111997: C-API for signalling monitoring events (#116413)Irit Katriel2024-05-0420-37/+1442
* GH-113464: Remove the extra jump via `_SIDE_EXIT` in `_EXIT_TRACE` (GH-118545)Mark Shannon2024-05-046-53/+31
* gh-110850: Use _PyDeadline_Get() in EnterNonRecursiveMutex() (#118556)Victor Stinner2024-05-041-6/+7
* gh-115532 Add kde_random() to the statistic module (#118210)Raymond Hettinger2024-05-044-63/+207
* GH-113464: Generate a more efficient JIT (GH-118512)Brandt Bucher2024-05-033-392/+418
* GH-118251: Fix incomplete ternary expression in JIT workflow (GH-118564)Brandt Bucher2024-05-031-1/+1
* gh-118527: Intern filename, name, and qualname in code objects. (#118558)Sam Gross2024-05-031-0/+5
* gh-118534: Fix load of `gil->locked` (#118553)Sam Gross2024-05-031-1/+1