summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* gh-125398: Convert paths in venv activate script when using Git Bash under Wi...Julien2024-10-192-2/+3
* gh-125522: Fix bare except in test_math.testTan (#125544)Irit Katriel2024-10-191-1/+1
* gh-52551: Use wcsftime() to implement time.strftime() on Windows (GH-125658)Serhiy Storchaka2024-10-193-6/+2
* GH-99749: Add What's New entry for GH-124456 (GH-125671)Savannah Ostrowski2024-10-191-0/+5
* GH-125277: Increase minimum supported Sphinx to 7.2.6 (#125368)Adam Turner2024-10-194-17/+19
* gh-124694: In test_interpreter_pool, Restore the Asyncio Event Loop Policy Du...Eric Snow2024-10-181-0/+13
* gh-125207: Fix MSVC 1935 build with JIT (#125209)Michael Droettboom2024-10-183-4/+7
* gh-125703: Correctly honour tracemalloc hooks on specialized DECREF paths (#1...Pablo Galindo Salgado2024-10-182-0/+7
* gh-125604: Move _Py_AuditHookEntry, etc. Out of pycore_runtime.h (gh-125605)Eric Snow2024-10-1826-346/+429
* Add tests for time.strftime() with invalid format string (GH-125696)Serhiy Storchaka2024-10-181-1/+12
* gh-124102: Clean up unsupported VS and WiX detections (GH-124784)Wulian2024-10-183-16/+11
* gh-123610: Added additional types to ctypes/wintypes.py (GH-124086)RUANG (Roy James)2024-10-181-0/+8
* gh-125660: Reject invalid unicode escapes for Python implementation of JSON d...Nice Zombies2024-10-183-4/+16