summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-104855: Update Tkinter tests for Tcl/Tk 8.7 and 9.0 (GH-120824)Serhiy Storchaka2024-06-226-137/+250
* gh-119344: Make critical section API public (#119353)Sam Gross2024-06-2115-225/+459
* gh-120838: Add a Note in the Docs About Expectations for Py_Finalize() (gh-12...Eric Snow2024-06-211-3/+10
* gh-119003: Clarify slice assignments (#119935)Nice Zombies2024-06-211-1/+1
* Amend categories of @nineteendo's news entries (#120735)Nice Zombies2024-06-214-93/+93
* gh-119182: Rewrite PyUnicodeWriter tests in Python (#120845)Victor Stinner2024-06-212-262/+336
* gh-119182: Add PyUnicodeWriter_DecodeUTF8Stateful() (#120639)Victor Stinner2024-06-215-68/+332
* gh-120811: Fix reference leak upon `_PyContext_Exit` failure (#120812)Peter2024-06-212-0/+2
* gh-120782: Update internal type cache when reloading datetime (#120829)neonene2024-06-213-0/+24
* gh-113993: Allow interned strings to be mortal, and fix related issues (GH-12...Petr Viktorin2024-06-2142-1136/+2460
* gh-120380: fix Python implementation of `pickle.Pickler` for `bytes` and `byt...Bénédikt Tran2024-06-213-21/+81
* gh-120773: document introspective attributes of an async generator object in ...blhsing2024-06-211-214/+227
* gh-120384: Fix array-out-of-bounds crash in `list_ass_subscript` (#120442)Nikita Sobolev2024-06-214-12/+58
* GH-120804: Remove SafeChildWatcher, FastChildWatcher and MultiLoopChildWatche...Kumar Aditya2024-06-215-1041/+4
* gh-111259: Document idiomatic RE pattern (?s:.) that matches any character (G...Serhiy Storchaka2024-06-201-1/+1
* gh-119182: Use public PyUnicodeWriter in contextvar_tp_repr() (#120809)Victor Stinner2024-06-201-32/+15
* gh-119182: Optimize PyUnicode_FromFormat() (#120796)Victor Stinner2024-06-201-26/+26
* gh-120801: Refactor importlib.metadata fixtures. (#120803)Jason R. Coombs2024-06-204-28/+11
* gh-119182: Use public PyUnicodeWriter API in union_repr() (#120797)Victor Stinner2024-06-201-24/+30
* gh-119182: Use public PyUnicodeWriter API in ga_repr() (#120799)Victor Stinner2024-06-201-33/+35
* gh-120769: Add pdb meta command to print frame status. (#120770)Tian Gao2024-06-203-9/+49
* gh-117511: Make PyMutex public in the non-limited API (#117731)Sam Gross2024-06-2018-110/+185
* gh-120780: Show attribute name for LOAD_SPECIAL in dis output (#120781)Jelle Zijlstra2024-06-206-7/+59
* gh-98442: fix locations of with statement's cleanup instructions (#120763)Irit Katriel2024-06-203-1/+38
* gh-111259: Optimize complementary character sets in RE (GH-120742)Serhiy Storchaka2024-06-204-13/+50
* gh-119698: symtable: Fix merge race (#120779)Jelle Zijlstra2024-06-201-1/+1
* gh-119698: fix `symtable.Class.get_methods` and document its behaviour correc...Bénédikt Tran2024-06-204-6/+187
* Fix typos in comments (#120481)Xie Yanbo2024-06-204-5/+5
* GH-120602: Support LLVM_VERSION_SUFFIX for JIT builds (GH-120604)Xarblu2024-06-202-1/+3
* gh-120606: Allow EOF to exit pdb commands definition (#120607)Tian Gao2024-06-193-0/+9
* gh-120732: Fix `name` passing to `Mock`, when using kwargs to `create_autospe...Nikita Sobolev2024-06-193-7/+13
* gh-118820: Zero-valued flag enum has no name (GH-118848)Nice Zombies2024-06-191-0/+8
* Regen ``Doc/requirements-oldest-sphinx.txt`` (#120753)Kirill Podoprigora2024-06-191-4/+4
* gh-120521: clarify except* documentation to allow tuples (#120523)Danny Yang2024-06-191-9/+10
* gh-119786: move locations doc to InternalDocs (#120445)Irit Katriel2024-06-192-6/+8
* GH-120097: Make FrameLocalsProxy a mapping (#120101)Mark Shannon2024-06-194-1/+20
* GH-119462: Enforce invariants of type versioning (GH-120731)Mark Shannon2024-06-197-103/+87
* gh-120437: Fix `_CHECK_STACK_SPACE` optimization problems introduced in gh-11...Nadeshiko Manju2024-06-193-2/+1
* Fix types in pegen parser generator (GH-120720)yf-yang2024-06-193-6/+6
* gh-120733: rename internal compiler functions according to naming convention ...Irit Katriel2024-06-191-30/+23
* gh-120635: Avoid leaking processes in test_pyrepl (#120676)Victor Stinner2024-06-191-1/+1
* gh-120722: Set position on RETURN_VALUE in lambda (#120724)Jelle Zijlstra2024-06-193-2/+31
* gh-119960: Add information about regex flags in re module functions (#119978)Awbert2024-06-191-0/+32
* gh-102797: Add more code snippets in test_ast (#102798)Kirill Podoprigora2024-06-191-8/+196
* gh-120726: Fix compiler warnings on is_core_module() (#120727)Kirill Podoprigora2024-06-192-4/+5
* Add a link to free-threading HOWTO to the index (follow-up to GH-119366) (GH-...Petr Viktorin2024-06-191-0/+1
* gh-120633: Move scrollbar and remove tear-off menus in turtledemo (#120634)Wulian2332024-06-192-4/+5
* GH-119726: Deduplicate JIT trampolines for out-of-range jumps (GH-120250)Diego Russo2024-06-192-4/+17
* Ignore some failing tests in emulated JIT CI (GH-120375)Diego Russo2024-06-191-1/+4
* GH-73991: Add follow_symlinks argument to `pathlib.Path.copy()` (#120519)Barney Gale2024-06-196-11/+86