summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-124375: Avoid calling `_PyMem_ProcessDelayed` on other thread states (#124...Sam Gross2024-10-152-6/+13
* gh-125522 : add explicit exception types to bare excepts in tests (#125523)Irit Katriel2024-10-1511-38/+38
* gh-89819: Add argument_default and conflict_handler to add_argument_group() d...Savannah Ostrowski2024-10-151-1/+7
* gh-100141: Allow pdb to deal with empty file (#125425)Tian Gao2024-10-153-2/+12
* gh-125451: Skip concurrent.futures test_processes_terminate() (#125533)Victor Stinner2024-10-151-0/+3
* gh-119786: fix typo in compiler.md (#125456)Mikhail Efimov2024-10-151-2/+2
* gh-125422: Don't set the caller's f_trace if it's botframe (#125427)Tian Gao2024-10-154-2/+31
* gh-125512: Revert "gh-124872: Replace enter/exit events with "switched" (#124...Kirill Podoprigora2024-10-156-117/+117
* gh-125514: fix bug in test_traceback utility. Specify exception types in exce...Irit Katriel2024-10-151-9/+10
* gh-125517: Fix unreachable code warnings in `_testembed.c` (#125518)sobolevn2024-10-152-14/+22
* gh-125041: test_zlib: For s390x HW acceleration, only skip checking the compr...Petr Viktorin2024-10-153-12/+22
* gh-119535: Support 𝜋thon in Python 3.14 venvs (#125035)foreignmeloman2024-10-151-1/+1
* gh-125196: Use PyUnicodeWriter in HAMT (#125458)Victor Stinner2024-10-151-50/+31
* gh-125234: Make PyInitConfig_Free(NULL) a no-op (#125266)RUANG (Roy James)2024-10-153-0/+6
* gh-53203: Fix strptime() tests for %X on glibc < 2.29 (#125469)Serhiy Storchaka2024-10-151-3/+11
* gh-123299: Copyedit "What's New in Python 3.14" (#125438)Hugo van Kemenade2024-10-1510-78/+79
* Doc: Update CVE URL (#125489)Mariusz Felisiak2024-10-151-1/+1
* gh-125269: Use `AC_LINK_IF_ELSE` to detect if `-latomic` is needed (#125416)Sam Gross2024-10-153-13/+8
* gh-124958: Revert "gh-125472: Revert "gh-124958: fix asyncio.TaskGroup and _P...Thomas Grainger2024-10-145-15/+157
* gh-124944: Add socket.SO_ORIGINAL_DST (#124945)Steven Jin2024-10-146-1/+18
* gh-85453: Improve variable mark up for datetime.rst (#120702)edson duarte2024-10-141-17/+17
* Fix idlelib typos (#125484)Terry Jan Reedy2024-10-142-15/+18
* gh-125470: Fix warning in `Python/generated_cases.c.h` (#125471)sobolevn2024-10-143-0/+6
* gh-124872: Replace enter/exit events with "switched" (#124776)Richard Hansen2024-10-146-117/+117
* gh-125472: Revert "gh-124958: fix asyncio.TaskGroup and _PyFuture refcycles (...Kirill Podoprigora2024-10-145-147/+15
* gh-119786: [doc] broken link and typo fix in interpreter_definition.md (#125...Mikhail Efimov2024-10-142-2/+5
* gh-125461: Remove Python 2 from identifiers in doc (GH-125462)Paul Hoffman2024-10-141-3/+2
* gh-124958: fix asyncio.TaskGroup and _PyFuture refcycles (#124959)Thomas Grainger2024-10-145-15/+147
* gh-112088: aclocal version is updated to 1.16.5 in docs (#125457)Mikhail Efimov2024-10-142-4/+4
* gh-111178: fix USAN failures for `partialobject` (#124733)Bénédikt Tran2024-10-141-25/+34
* gh-124960: Fixed `barry_as_FLUFL` future flag does not work in new REPL (#124...Wulian2024-10-144-5/+40
* gh-53203: Fix strptime() for %c, %x and %X formats on many locales (GH-125406)Serhiy Storchaka2024-10-144-40/+66
* GH-125323: Convert DECREF_INPUTS_AND_REUSE_FLOAT into a function that takes P...Mark Shannon2024-10-1410-44/+69
* 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