summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* gh-125196: Use PyUnicodeWriter in symtable.c (#125199)Victor Stinner2024-10-091-19/+16
* gh-115999: Refactor `LOAD_GLOBAL` specializations to avoid reloading {globals...mpage2024-10-099-155/+372
* gh-115754: Use Py_GetConstant(Py_CONSTANT_EMPTY_STR) (#125194)Victor Stinner2024-10-0922-35/+35
* gh-115754: Use Py_GetConstant(Py_CONSTANT_EMPTY_BYTES) (#125195)Victor Stinner2024-10-096-9/+9
* gh-111178: Fix function signatures in codeobject.c (#125180)Victor Stinner2024-10-091-32/+48
* GH-120024: Tidy up pycore_stackref.h, splitting into GIL and free-threading s...Mark Shannon2024-10-091-101/+65
* gh-111178: Fix function signatures in cellobject.c (#125182)Victor Stinner2024-10-091-16/+23
* gh-101100: Fix Sphinx warnings in `library/unittest.mock.rst` (#124106)Hugo van Kemenade2024-10-091-30/+30
* gh-125168: Fix typo in `__future__.rst` (#125183)JamesMcCarthy212024-10-091-1/+1
* gh-125039: Make `this_instr`/`prev_instr` const in cases generator (GH-125071)Tomas R.2024-10-094-78/+79
* gh-101100: Consolidate documentation on `ModuleType` attributes (#124709)Alex Waygood2024-10-0923-344/+379
* Fix importlib.resources issue reference in 3.13 What's New (#125175)Alyssa Coghlan2024-10-091-2/+2
* gh-107562: Update test certificates to expire far in the future (GH-125104)Petr Viktorin2024-10-0920-1157/+1163
* gh-107562: make_ssl_certs.py: produce test certificates that expire far in th...Alexander Kanavin2024-10-093-2/+6
* gh-124969: Fix locale.nl_langinfo(locale.ALT_DIGITS) (GH-124974)Serhiy Storchaka2024-10-094-6/+74
* gh-125150: Skip test_fma_zero_result on NetBSD due to IEE 754-2008 implementa...Furkan Onder2024-10-091-1/+1
* gh-124502: Remove _PyUnicode_EQ() function (#125114)Victor Stinner2024-10-094-39/+10
* docs: in venv table use executable name (GH-124315)musvaage2024-10-091-1/+1
* gh-101552: Allow pydoc to display signatures in source format (#124669)Jelle Zijlstra2024-10-098-27/+126
* gh-124612: Use ghcr.io/python/autoconf instead of public image (#124657)Donghee Na2024-10-091-4/+2
* gh-123849: Fix test_sqlite3.test_table_dump when foreign keys are enabled by ...Mariusz Felisiak2024-10-081-1/+2
* GH-124478: Cleanup argparse documentation (#124877)Savannah Ostrowski2024-10-082-435/+196
* gh-116110: remove extra processing for the __signature__ attribute (GH-116234)Sergey B Kirpichev2024-10-084-48/+19
* Misc improvements to the itertools docs (gh-125147)Raymond Hettinger2024-10-081-39/+97
* gh-124832: Add a note to indicate that `datetime.now` may return the same ins...spacemanspiff20072024-10-081-0/+4