summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* [3.13] gh-118692: Avoid creating unnecessary StopIteration instances for moni...Miss Islington (bot)2024-05-241-0/+1
* [3.13] GH-117195: Avoid assertion error in `object.__sizeof__` (GH-117220) (G...Miss Islington (bot)2024-05-231-0/+2
* [3.13] Fix typos in what's new documentation (GH-119448) (#119449)Miss Islington (bot)2024-05-236-9/+9
* [3.13] gh-118911: Trailing whitespace in a block shouldn't prevent the user f...Lysandros Nikolaou2024-05-231-0/+5
* [3.13] gh-113978: Ignore warnings on text completion inside REPL (GH-113979) ...Miss Islington (bot)2024-05-221-0/+1
* gh-117505: Run ensurepip in isolated env in Windows installer (GH-118257)Miss Islington (bot)2024-05-221-0/+1
* [3.13] gh-119247: Add macros to use PySequence_Fast safely in free-threaded b...Miss Islington (bot)2024-05-221-0/+4
* [3.13] gh-119213: Be More Careful About _PyArg_Parser.kwtuple Across Interpre...Miss Islington (bot)2024-05-221-0/+3
* [3.13] gh-111201: Remove readline dependency from the PyREPL (GH-119262) (#11...Lysandros Nikolaou2024-05-221-0/+1
* [3.13] gh-118643: Fix AttributeError in the email module (GH-119099) (GH-119389)Miss Islington (bot)2024-05-221-0/+2
* [3.13] Fix typos in NEWS entries for 3.13 (GH-119374) (GH-119385)Miss Islington (bot)2024-05-222-17/+17
* gh-118507 : Refactor `nt._path_is*` to improve applicability for other cases ...Miss Islington (bot)2024-05-221-0/+1
* [3.13] Fix typos in documentation (GH-119295) (#119337)Miss Islington (bot)2024-05-217-9/+9
* [3.13] Docs: Ensure no warnings are found in the NEWS file before a given lin...Hugo van Kemenade2024-05-212-3/+3
* [3.13] gh-119174: Fix high DPI causes turtledemo(turtle-graphics examples) wi...Miss Islington (bot)2024-05-211-0/+3
* [3.13] gh-119050: Add XML support to libregrtest refleak checker (GH-119148) ...Miss Islington (bot)2024-05-201-0/+2
* [3.13] gh-118760: Restore the default value of tkinter.wantobjects to 1 (GH-1...Miss Islington (bot)2024-05-202-7/+8
* [3.13] gh-92081: Fix for email.generator.Generator with whitespace between en...Miss Islington (bot)2024-05-201-0/+1
* [3.13] gh-115119: Fall back to bundled libmpdec if system libmpdec is not fou...Miss Islington (bot)2024-05-201-0/+1
* [3.13] gh-119121: Fix and test `async.staggered.staggered_race` (GH-119173) (...Miss Islington (bot)2024-05-201-0/+2
* [3.13] GH-119113: Raise `TypeError` from `pathlib.PurePath.with_suffix(None)`...Miss Islington (bot)2024-05-191-0/+2
* [3.13] GH-118447: Fix handling of unreadable symlinks in `os.path.realpath()`...Miss Islington (bot)2024-05-181-0/+2
* [3.13] gh-119132: Update sys.version to identify free-threaded or not. (gh-11...Miss Islington (bot)2024-05-181-0/+2
* [3.13] gh-119049: Fix incorrect display of warning which is constructed by C ...Miss Islington (bot)2024-05-171-0/+2
* [3.13] Fix typos in documentation (GH-119092) (#119116)Miss Islington (bot)2024-05-1710-15/+15
* [3.13] GH-118943: Fix a race condition when generating jit_stencils.h (GH-119...Miss Islington (bot)2024-05-161-0/+3
* [3.13] gh-118760: Fix errors in calling Tkinter bindings on Windows (GH-11878...Miss Islington (bot)2024-05-151-0/+1
* [3.13] gh-67693: Fix urlunparse() and urlunsplit() for URIs with path startin...Miss Islington (bot)2024-05-141-0/+2
* [3.13] GH-118836: Fix JIT build error when SHT_NOTE section is present (GH-11...Miss Islington (bot)2024-05-131-0/+2
* [3.13] gh-58933: Make pdb return to caller frame correctly when f_trace is no...Miss Islington (bot)2024-05-131-0/+1
* [3.13] gh-87106: Fix inspect.signature.bind() handling of positional-only arg...Miss Islington (bot)2024-05-131-0/+3
* [3.13] GH-118844: Fix build failures when combining --disable-gil with --enab...Miss Islington (bot)2024-05-131-0/+1
* [3.13] gh-118921: Add `copy()` method for `FrameLocalsProxy` (GH-118923) (#11...Miss Islington (bot)2024-05-101-0/+1
* [3.13] gh-118895: Call PyType_Ready() on typing.NoDefault (GH-118897) (#118914)Miss Islington (bot)2024-05-101-0/+2
* [3.13] gh-117657: Fix data races reported by TSAN on `interp->threads.main` (...Miss Islington (bot)2024-05-101-0/+1
* [3.13] gh-118789: Restore hidden `_PyWeakref_ClearRef` (GH-118797) (GH-118903)Miss Islington (bot)2024-05-101-0/+2
* gh-118209: Add Windows structured exception handling to mmap module (GH-118213)Miss Islington (bot)2024-05-101-0/+2
* [3.13] gh-118851: Default ctx arguments to AST constructors to Load() (GH-118...Miss Islington (bot)2024-05-091-0/+2
* [3.13] gh-116984: Make mimalloc header includes relative to the current file ...Miss Islington (bot)2024-05-091-0/+3
* [3.13] gh-118561: Fix crash involving list.extend in free-threaded build (GH-...Miss Islington (bot)2024-05-091-0/+2
* gh-118773: Use language-invariant SDDL string instead of aliases for ACLs. (G...Miss Islington (bot)2024-05-091-0/+2
* [3.13] gh-103956: Fix `trace` output in case of missing source line (GH-10395...Miss Islington (bot)2024-05-091-0/+1
* gh-118486: Update docs for CVE-2024-4030 reference (GH-118737)Steve Dower2024-05-091-0/+4
* [3.13] gh-118033: Fix `__weakref__` not set for generic dataclasses (GH-11809...Miss Islington (bot)2024-05-091-0/+2
* [3.13] Format None, True, False and NotImplemented as literals (GH-118758) (G...Miss Islington (bot)2024-05-0810-22/+24
* [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