summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* gh-124872: Refine contextvars documentation (#124773)Richard Hansen2024-10-095-52/+132
* gh-125196: Use PyUnicodeWriter for repr(contextvars.Token) (#125220)Victor Stinner2024-10-092-28/+19
* gh-125196: PyUnicodeWriter_Discard(NULL) does nothing (#125222)Victor Stinner2024-10-093-3/+6
* gh-124969: Skip the test for ALT_DIGITS also on iOS (#125177)Serhiy Storchaka2024-10-091-2/+2
* gh-125140: Remove the current directory from sys.path when using pyrepl (GH-1...Pablo Galindo Salgado2024-10-092-3/+9
* gh-125196: Use PyUnicodeWriter for repr(structseq) (#125219)Victor Stinner2024-10-091-41/+24
* gh-125196: Add fast-path for int in PyUnicodeWriter_WriteStr() (#125214)Victor Stinner2024-10-091-0/+8
* GH-124693: Support parsing negative scientific and complex numbers argparse (...Savannah Ostrowski2024-10-093-8/+22
* gh-125196: Use PyUnicodeWriter for repr(list) (#125202)Victor Stinner2024-10-091-22/+23
* gh-91818: Use default program name in the CLI of many modules (GH-124867)Serhiy Storchaka2024-10-0910-12/+14
* GH-121970: Extract ``availability`` into a new extension (#125082)Adam Turner2024-10-093-76/+126
* gh-116510: Fix a Crash Due to Shared Immortal Interned Strings (gh-124865)Eric Snow2024-10-093-6/+91
* gh-119786: Move parser doc from devguide to InternalDocs (#125119)Irit Katriel2024-10-092-0/+896