summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-125139: use `_PyRecursiveMutex` in `_thread.RLock` (#125144)Kumar Aditya2024-10-143-122/+63
* gh-121798: Add class method Decimal.from_number() (GH-121801)Serhiy Storchaka2024-10-147-0/+122
* gh-125323: Remove some unsafe Py_DECREFs in bytecodes.c, replacing them with ...Ken Jin2024-10-146-60/+65
* gh-121797: Add class method Fraction.from_number() (GH-121800)Serhiy Storchaka2024-10-145-8/+82
* gh-86357: argparse: use str() consistently and explicitly to print choices (G...rindeal2024-10-143-8/+36
* gh-123133: clarify p=0 case for "f" and "e" formatting types (GH-125426)Sergey B Kirpichev2024-10-141-6/+4
* gh-125243: Fix ZoneInfo data race in free threading build (#125281)Sam Gross2024-10-133-20/+87
* GH-125069: Fix inconsistent joining in `WindowsPath(PosixPath(...))` (#125156)Barney Gale2024-10-133-2/+15
* gh-101291: Add versionadded directives for PyUnstable_Long_* (#125384)Sergey B Kirpichev2024-10-131-0/+5
* add Kumar Aditya as codeowner for weakref (#125405)Kumar Aditya2024-10-131-0/+2
* gh-125403: fix console formatting in Chapter 12 of the tutorial (#125404)partev2024-10-131-8/+8
* gh-89967: make WeakKeyDictionary and WeakValueDictionary thread safe (#125325)Kumar Aditya2024-10-133-174/+50
* 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