summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* [3.13] gh-118772: Allow TypeVars without a default to follow those with a def...Miss Islington (bot)2024-05-081-0/+2
* Python 3.13.0b1v3.13.0b1Thomas Wouters2024-05-08158-381/+1670
* gh-118734: Fixes Windows build when Use_TIER2 is unspecified (#118735)Steve Dower2024-05-071-0/+2
* gh-118660: Add second type parameter to (Async)ContextManager (#118681)Jelle Zijlstra2024-05-071-0/+4
* gh-66410: Do not stringify arguments of Tkinter callback (GH-98592)Serhiy Storchaka2024-05-071-0/+7
* gh-118090: Improve error message for empty type param brackets (GH-118091)Nikita Sobolev2024-05-071-0/+1
* gh-118518: Rename `PYTHONPERFJITSUPPORT` and `-X perfjit` with underscores (#...Hugo van Kemenade2024-05-071-2/+2
* gh-118418: Deprecate failing to pass a value to the *type_params* parameter o...Alex Waygood2024-05-071-0/+6
* gh-118650: Exclude `_repr_*` methods from Enum's _sunder_ reservation (GH-118...chrysn2024-05-071-0/+2
* gh-109975: Update 'What's New in Python 3.13' for beta (#118694)Hugo van Kemenade2024-05-075-7/+9
* gh-118314: Fix padding edge case in binascii.a2b_base64 strict mode (GH-118320)Youfu Zhang2024-05-071-0/+1
* gh-62090: Simplify argparse usage formatting (GH-105039)Ali Hamdan2024-05-071-0/+2
* gh-118107: Fix zipimporter ZIP64 handling. (GH-118108)John Sirois2024-05-071-0/+2
* gh-118414: Fix assertion in YIELD_VALUE when tracing lines or instrs (#118683)Tian Gao2024-05-071-0/+1
* gh-117953: Always Run Extension Init Func in Main Interpreter First (gh-118157)Eric Snow2024-05-071-0/+8
* gh-116322: Enable the GIL while loading C extension modules (#118560)Brett Simmers2024-05-071-0/+1
* gh-110209: Add __class_getitem__ for generator and coroutine (#110212)James Hilton-Balfe2024-05-071-0/+1
* gh-118473: Fix set_asyncgen_hooks not to be partially set when arguments are ...Jeong, YunWon2024-05-071-0/+1
* gh-117486: Improve behavior for user-defined AST subclasses (#118212)Jelle Zijlstra2024-05-061-0/+4
* gh-118647: Add defaults to typing.Generator and typing.AsyncGenerator (#118648)Jelle Zijlstra2024-05-061-0/+2
* gh-115119: Default to --with-system-libmpdec=yes (#118539)Erlend E. Aasland2024-05-061-0/+2
* GH-83151: Add closure support to pdb (GH-111094)Tian Gao2024-05-061-0/+3
* gh-118362: Fix thread safety around lookups from the type cache in the face o...Dino Viehland2024-05-061-0/+2
* GH-117714: implement athrow().close() and asend().close() using throw (GH-117...Thomas Grainger2024-05-061-0/+1
* gh-116322: Rename PyModule_ExperimentalSetGIL to PyUnstable_Module_SetGIL (GH...Petr Viktorin2024-05-061-1/+1
* gh-118271: Support more options for reading/writing images in Tkinter (GH-118...Serhiy Storchaka2024-05-061-0/+4
* gh-118225: Support more options for copying images in Tkinter (GH-118228)Serhiy Storchaka2024-05-061-0/+5
* gh-116871: Improve name suggestions in tracebacks (GH-116930)Serhiy Storchaka2024-05-061-0/+2
* gh-66543: Add mimetypes.guess_file_type() (GH-117258)Serhiy Storchaka2024-05-061-0/+3
* gh-118465: Add __firstlineno__ attribute to class (GH-118475)Serhiy Storchaka2024-05-061-0/+2
* gh-95382: Improve performance of json encoder with indent (GH-118105)Pieter Eendebak2024-05-061-0/+2
* gh-78955: Use user-selected color theme for Help => IDLE Doc (#9502)Terry Jan Reedy2024-05-061-0/+1
* Add Lysandros Nikolaou to the News entry of gh-111201 (#118616)Pablo Galindo Salgado2024-05-051-2/+2
* gh-111201: A new Python REPL (GH-111567)Pablo Galindo Salgado2024-05-051-0/+4
* gh-117549: Don't use designated initializers in headers (#118580)Guido van Rossum2024-05-051-0/+5
* gh-74929: Rudimentary docs for PEP 667 (#118581)Guido van Rossum2024-05-051-1/+3
* GH-111744: Make breakpoint() enter the debugger immediately (GH-118579)Tian Gao2024-05-051-0/+1
* gh-101137: Add `text/x-rst` to `mimetypes` (#118593)Nikita Sobolev2024-05-051-0/+1
* gh-83505: Add markdown mimetype mapping (#17995)Ryan Batchelder2024-05-051-0/+1
* gh-118131: Command-line interface for the `random` module (#118132)Hugo van Kemenade2024-05-051-0/+2
* gh-118164: Break a loop between _pydecimal and _pylong and optimize int to st...Serhiy Storchaka2024-05-051-0/+4
* gh-118518: Allow perf to work without frame pointers (#112254)Pablo Galindo Salgado2024-05-051-0/+4
* gh-118164: str(10**10000) hangs if the C _decimal module is missing (#118503)Tim Peters2024-05-041-0/+1
* gh-109617: fix ncurses incompatibility on macOS with Xcode 15 (#111258)Davide Rizzo2024-05-041-0/+2
* GH-111744: Support opcode events in bdb (GH-111834)Tian Gao2024-05-041-0/+1
* gh-74929: Implement PEP 667 (GH-115153)Tian Gao2024-05-042-0/+7
* gh-113081: Print colorized exception just like built-in traceback in pdb (#11...Tian Gao2024-05-041-0/+1
* gh-111997: C-API for signalling monitoring events (#116413)Irit Katriel2024-05-041-0/+1
* gh-107674: Improve performance of `sys.settrace` (GH-117133)Tian Gao2024-05-031-0/+1
* gh-83856: Honor atexit for all multiprocessing start methods (GH-114279)Tian Gao2024-05-031-0/+1