summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-124218: Avoid refcount contention on builtins module (GH-125847)Sam Gross2024-10-246-47/+74
* gh-125909: Avoid a redirect when linking to the devguide (#125826)partev2024-10-241-1/+1
* gh-125842: Fix `sys.exit(0xffff_ffff)` on Windows (#125896)Sam Gross2024-10-243-33/+63
* gh-125859: Fix crash when `gc.get_objects` is called during GC (#125882)Sam Gross2024-10-245-73/+160
* GH-125868: Fix STORE_ATTR_WITH_HINT specialization (GH-125876)Mark Shannon2024-10-246-13/+62
* Fix typo in garbage_collector.md (#125556)Marat Sharafutdinov2024-10-241-1/+1
* gh-125614: annotationlib: Fix bug where not all Stringifiers are converted (#...Jelle Zijlstra2024-10-233-4/+73
* gh-125884: Support breakpoint on functions with annotations (#125892)Tian Gao2024-10-233-2/+42
* gh-121938: ctypes: Skip test of _pack_-ed struct with c_int64 on x86 (GH-125877)Petr Viktorin2024-10-231-0/+14
* gh-125665: Update turtledemo docstrings with correct file names (#125691)Wulian2024-10-2320-86/+32
* gh-125286: Share the Main Refchain With Legacy Interpreters (gh-125709)Eric Snow2024-10-237-61/+99
* gh-119786: move 'changing grammar' checklist from devguide to InternalDocs (#...Irit Katriel2024-10-232-0/+65
* gh-58032: Deprecate the argparse.FileType type converter (GH-124664)Serhiy Storchaka2024-10-236-45/+83
* gh-80958: unittest: discovery support for namespace packages as start directo...Jacob Walls2024-10-2312-37/+145
* gh-125259: Fix error notes removal in enum initialization (GH-125647)Mario Šaško2024-10-223-11/+25
* gh-125710: [Enum] fix hashable<->nonhashable comparisons for member values (G...Ethan Furman2024-10-223-6/+28
* gh-125038: Fix crash after genexpr.gi_frame.f_locals manipulations (#125178)Mikhail Efimov2024-10-224-0/+77
* Doc: Show object descriptions in the table of contents (#125757)Adam Turner2024-10-223-1/+9
* gh-125355: Rewrite parse_intermixed_args() in argparse (GH-125356)Serhiy Storchaka2024-10-223-82/+80
* GH-125521: Remove `if (true)` from generated output to reduce C compiler warn...Mark Shannon2024-10-224-40/+75
* gh-124889: Rework Python generator cache (#125816)Mikhail Efimov2024-10-221-27/+48
* gh-125811: Remove DeprecationWarnings in test_peg_generator (#125812)Mikhail Efimov2024-10-221-2/+2
* fix grammar in comment in dictobject.c (#125822)Arjun Singh2024-10-221-1/+1
* gh-119786: [doc] more consistent syntax in InternalDocs (#125815)Irit Katriel2024-10-216-429/+380
* gh-125716: Use A Global Mutex When Initializing Global State For The _interpq...Eric Snow2024-10-212-57/+79
* gh-124651: Quote template strings in `venv` activation scripts (GH-124712)Y52024-10-217-21/+135
* gh-125716: Raise an Exception If _globals_init() Fails In the _interpqueues M...Eric Snow2024-10-212-3/+5
* gh-53203: Fix test_strptime on Solaris (GH-125785)Serhiy Storchaka2024-10-211-0/+9
* gh-124969: Make locale.nl_langinfo(locale.ALT_DIGITS) returning a string agai...Serhiy Storchaka2024-10-214-27/+50
* gh-125767: Fix pickling and copying of super objects (GH-125781)Serhiy Storchaka2024-10-216-1/+86
* gh-121459: Fix a couple of uses of `PyStackRef_FromPyObjectSteal` (#125711)mpage2024-10-213-12/+18
* gh-119786: move interpreter doc from devguide to InternalDocs (#125715)Irit Katriel2024-10-214-9/+400
* gh-124218: Use per-thread reference counting for globals and builtins (#125713)Sam Gross2024-10-218-11/+115
* Doc: C API: Move `tp_dealloc` paragraph to `tp_dealloc` section (#125737)Richard Hansen2024-10-211-11/+13
* gh-125766: Docs: minor rewording of installation on Linux section (GH-125743)partev2024-10-211-4/+4
* gh-125590: Allow FrameLocalsProxy to delete and pop keys from extra locals (#...Tian Gao2024-10-213-8/+99
* gh-125703: Correctly honour tracemalloc hooks on more PyDECREF specialized pa...Pablo Galindo Salgado2024-10-211-0/+5
* gh-125608: Trigger dictionary watchers when inline values change (#125611)Sam Gross2024-10-213-6/+35
* gh-119311: Add missing magic number (3571) for 3.13.0b1 (#125771)Lumír 'Frenzy' Balhar2024-10-211-0/+1
* gh-125741: Update `build.yml` for the new check_autoconf_regen job (#125772)Adam Turner2024-10-213-3/+3
* gh-125313: Prefer `sys.base_*` paths in `Py_Get(Exec)Prefix` deprecation note...Y52024-10-212-6/+9
* Doc: Fix typos (#125728)ember912024-10-216-7/+7
* gh-125519: Improve traceback if `importlib.reload()` is called with a non-mod...Alex Waygood2024-10-213-1/+18
* gh-99030: Added documentation links for types and exceptions (GH-123857)RUANG (Roy James)2024-10-211-4/+8
* gh-125698: Restore EXEEXT in configure and Make (#125758)Erlend E. Aasland2024-10-203-22/+22
* gh-125741: Update check_generated_files CI to use our published container ima...Donghee Na2024-10-201-9/+44
* gh-125698: Replace EXEEXT with EXE_SUFFIX (#125699)Erlend E. Aasland2024-10-203-22/+22
* Doc: Fix pluralization in os.process_cpu_count() documentation (#125678)Tom Most2024-10-201-1/+1
* gh-125378: Trigger a repeat for the full multi-line statement for empty line ...Tian Gao2024-10-193-3/+15
* gh-124984: Enhance `ssl` thread safety (#124993)Peter Bierma2024-10-194-242/+1694