summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gh-125161: return non zero value in pthread_self on wasi (#125303)Kumar Aditya2024-10-131-5/+5
* fix comment in _PyMutex_TryUnlock (#125319)Kumar Aditya2024-10-131-2/+2
* gh-125383: Update `fib` function comment for accuracy (#125386)Wulian2024-10-131-2/+2
* gh-61698: Use launchctl to detect macOS window manager in tests (#118390)Erlend E. Aasland2024-10-131-15/+9
* gh-86673: Loosen test_ttk.test_identify() requirements (#125335)Erlend E. Aasland2024-10-131-5/+5
* Trivial change: Update comments in activate about what running hash -r does (...Andrew Athan2024-10-131-2/+3
* Doc: Fix suggested usage of `-X gil=0` in the glossary (#125366)Ruoyu Zhong2024-10-131-1/+1
* gh-124872: Change PyContext_WatchCallback to take PyObject (#124737)Richard Hansen2024-10-124-10/+10
* gh-125289: Update sample code in asyncio-task.rst (GH-125292)Ghorban M. Tavakoly2024-10-121-1/+1
* Prefer "similar" over "equivalent" in tutorial (#125343)Stephen Rosen2024-10-121-4/+4
* gh-124872: Move PyThreadState to first argument for consistency (#124774)Richard Hansen2024-10-121-3/+4
* gh-53203: Fix strptime() for %c and %x formats on many locales (GH-124946)Serhiy Storchaka2024-10-123-34/+134
* gh-125260: Change the default ``gzip.compress()`` mtime to 0 (#125261)Bernhard M. Wiedemann2024-10-124-5/+23
* gh-85935: Check for nargs=0 for positional arguments in argparse (GH-124839)Serhiy Storchaka2024-10-123-3/+18
* gh-125254: Fix error report about ambiguous option in argparse (GH-125273)Serhiy Storchaka2024-10-123-3/+14
* gh-85935: Explicitly document the case nargs=0 in argparse (GH-125302)Serhiy Storchaka2024-10-121-0/+5
* gh-59330: Improve error message for dest= for positionals (GH-125215)Serhiy Storchaka2024-10-123-2/+23
* gh-65865: Raise early errors for invalid help strings in argparse (GH-124899)Serhiy Storchaka2024-10-123-7/+58
* gh-125196: Use PyUnicodeWriter in parser (#125271)Victor Stinner2024-10-121-7/+8
* gh-111924: use atomics for interp id refcounting (#125321)Kumar Aditya2024-10-122-52/+8
* Doc: Fix a typo in "Function Examples" in the control-flow tutorial (#125338)Rafael Fontenelle2024-10-121-1/+1
* gh-124309: fix staggered race on eager tasks (#124847)Thomas Grainger2024-10-114-3/+88
* gh-116938: Clarify documentation of `dict` and `dict.update` regarding the po...Victorien2024-10-112-13/+14
* gh-119786: Move garbage collection doc from devguide to InternalDocs (#125282)Irit Katriel2024-10-117-0/+598
* Fix typo in ``Doclibrary/functions.rst`` (#125327)Rafael Fontenelle2024-10-111-1/+1
* gh-124917: Allow keyword args to os.path.exists/lexists on Windows (#124918)Jelle Zijlstra2024-10-114-13/+77
* gh-116738: Make `_csv` module thread-safe (#118344)AN Long2024-10-111-9/+11
* gh-124612: Update autoconf container image (#125320)Donghee Na2024-10-111-1/+1
* gh-124787: Fix `TypeAliasType` and incorrect `type_params` (#124795)sobolevn2024-10-113-12/+133
* gh-125235: Keep `_tkinter` TCL paths pointing to base installation on Windows...Y52024-10-112-1/+3
* gh-61011: Fix inheritance of nested mutually exclusive groups in argparse (GH...Serhiy Storchaka2024-10-114-1/+39
* gh-125058: update `_thread` docs regarding interruptibility of `lock.acquire(...Jan Kaliszewski2024-10-111-3/+5
* gh-125221: Fix free-threading data race in `object.__reduce_ex__` (#125267)Sam Gross2024-10-113-15/+15
* gh-125296: Fix strange fragment identifier for `name or flags` in argparse do...Savannah Ostrowski2024-10-111-1/+1
* gh-124872: Rename blurb file to reference the correct issue (#125285)Richard Hansen2024-10-111-0/+0
* Add some doctest cleanups for `turtle` and `configparser` (#125288)Alex Waygood2024-10-102-0/+6
* Doc: Upgrade Sphinx to 8.1 (#125276)Adam Turner2024-10-102-8/+25
* gh-125268: Use static string for "1e309" in AST (#125272)Sam Gross2024-10-108-32/+11
* gh-125196: Use PyUnicodeWriter for repr(dict) (#125270)Victor Stinner2024-10-101-36/+36
* Note argparse exit code in documentation (GH-119568)Justin Kunimune2024-10-101-1/+2
* GH-125174: Make immortal objects more robust, following design from PEP 683 (...Mark Shannon2024-10-1017-72/+61
* gh-124570: ctypes: Run some Structure tests on Union as well (GH-124976)Petr Viktorin2024-10-103-357/+368
* gh-125196: Use PyUnicodeWriter for JSON encoder (#125249)Victor Stinner2024-10-101-38/+49
* gh-124153: Simplify PyType_GetBaseByToken (GH-124488)neonene2024-10-101-80/+43
* gh-125118: don't copy arbitrary values to _Bool in the struct module (GH-125169)Sergey B Kirpichev2024-10-103-3/+6
* gh-124471: Set name for unnamed reusable workflow (#124475)Donghee Na2024-10-108-5/+13
* gh-71784: [doc] add usage examples for traceback.TracebackException (#125189)Irit Katriel2024-10-101-15/+118
* gh-125196: Use PyUnicodeWriter for repr(tuple) (#125242)Victor Stinner2024-10-101-26/+24
* gh-125196: Add a free list to PyUnicodeWriter (#125227)Victor Stinner2024-10-103-4/+12
* Pin the doctest workflow to Ubuntu 22.04 (#125236)Adam Turner2024-10-101-1/+1