summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gh-111201: Allow pasted code to contain multiple statements in the REPL (#118...Pablo Galindo Salgado2024-05-076-9/+33
* bpo-115773: Use the right variable name based on the field we are trying read...Abhinav Upadhyay2024-05-071-2/+2
* gh-118682: Revert forcing str commands, allow class commands in pyrepl (#118709)Lysandros Nikolaou2024-05-072-3/+16
* gh-118660: Add second type parameter to (Async)ContextManager (#118681)Jelle Zijlstra2024-05-074-7/+42
* Remove Python 3.5 hardcoded version in the tutorial appendix (GH-117612)Kerim Kabirov2024-05-071-2/+2
* gh-111201: Allow bracketed paste to work (GH-118700)Pablo Galindo Salgado2024-05-074-0/+61
* Remove several unused imports in `_pyrepl` (#118668)Nikita Sobolev2024-05-072-3/+0
* gh-66410: Do not stringify arguments of Tkinter callback (GH-98592)Serhiy Storchaka2024-05-077-25/+60
* gh-118090: Improve error message for empty type param brackets (GH-118091)Nikita Sobolev2024-05-074-800/+1016
* gh-118518: Rename `PYTHONPERFJITSUPPORT` and `-X perfjit` with underscores (#...Hugo van Kemenade2024-05-078-20/+20
* 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-118418: Deprecate failing to pass a value to the *type_params* parameter o...Alex Waygood2024-05-073-11/+61
* gh-118119: Re-use `sep` in `posixpath.expanduser()` (GH-118120)Nice Zombies2024-05-071-5/+2
* gh-118650: Exclude `_repr_*` methods from Enum's _sunder_ reservation (GH-118...chrysn2024-05-072-1/+6
* gh-109975: Update 'What's New in Python 3.13' for beta (#118694)Hugo van Kemenade2024-05-076-14/+11
* Fix several typos in documentation (GH-118625)Xie Yanbo2024-05-073-4/+4
* gh-118314: Fix padding edge case in binascii.a2b_base64 strict mode (GH-118320)Youfu Zhang2024-05-073-0/+23
* gh-117657: Use clang 18 in TSAN builds (GH-118533)mpage2024-05-071-1/+8
* Fix typo inaccuracy in _bootstrap_external.py (GH-118619)wim glenn2024-05-071-1/+1
* gh-62090: Simplify argparse usage formatting (GH-105039)Ali Hamdan2024-05-073-72/+164
* gh-118107: Fix zipimporter ZIP64 handling. (GH-118108)John Sirois2024-05-077-3/+128
* Update macOS installer screens and README for 3.13.0b1 (GH-118685)Ned Deily2024-05-073-45/+11
* gh-118414: Fix assertion in YIELD_VALUE when tracing lines or instrs (#118683)Tian Gao2024-05-075-3/+21
* gh-117953: Always Run Extension Init Func in Main Interpreter First (gh-118157)Eric Snow2024-05-074-69/+216
* gh-117953: Imply Single-phase Init if the Init Function Fails (gh-118684)Eric Snow2024-05-071-0/+7
* gh-116322: Enable the GIL while loading C extension modules (#118560)Brett Simmers2024-05-079-32/+352
* Docs: add whatsnew for free-threading (#118679)Sam Gross2024-05-071-0/+46
* gh-110209: Add __class_getitem__ for generator and coroutine (#110212)James Hilton-Balfe2024-05-073-1/+5
* GH-116380: Revert move of pathlib globbing code to `pathlib._glob` (#118678)Barney Gale2024-05-074-337/+331
* gh-112075: use per-thread dict version pool (#118676)Dino Viehland2024-05-075-3/+70
* gh-118527: Intern code consts in free-threaded build (#118667)Sam Gross2024-05-0714-18/+375
* gh-118473: Fix set_asyncgen_hooks not to be partially set when arguments are ...Jeong, YunWon2024-05-073-9/+36
* gh-118362: Skip tests when threading isn't available (#118666)Dino Viehland2024-05-063-16/+16
* gh-112075: Fix race in constructing dict for instance (#118499)Dino Viehland2024-05-064-71/+216
* GH-118251: Bump the JIT CI timeout to 90 minutes (#118661)Brandt Bucher2024-05-061-1/+1
* 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