| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-124375: Avoid calling `_PyMem_ProcessDelayed` on other thread states (#124... | Sam Gross | 2024-10-15 | 2 | -6/+13 |
|
|
* | gh-125522 : add explicit exception types to bare excepts in tests (#125523) | Irit Katriel | 2024-10-15 | 11 | -38/+38 |
|
|
* | gh-89819: Add argument_default and conflict_handler to add_argument_group() d... | Savannah Ostrowski | 2024-10-15 | 1 | -1/+7 |
|
|
* | gh-100141: Allow pdb to deal with empty file (#125425) | Tian Gao | 2024-10-15 | 3 | -2/+12 |
|
|
* | gh-125451: Skip concurrent.futures test_processes_terminate() (#125533) | Victor Stinner | 2024-10-15 | 1 | -0/+3 |
|
|
* | gh-119786: fix typo in compiler.md (#125456) | Mikhail Efimov | 2024-10-15 | 1 | -2/+2 |
|
|
* | gh-125422: Don't set the caller's f_trace if it's botframe (#125427) | Tian Gao | 2024-10-15 | 4 | -2/+31 |
|
|
* | gh-125512: Revert "gh-124872: Replace enter/exit events with "switched" (#124... | Kirill Podoprigora | 2024-10-15 | 6 | -117/+117 |
|
|
* | gh-125514: fix bug in test_traceback utility. Specify exception types in exce... | Irit Katriel | 2024-10-15 | 1 | -9/+10 |
|
|
* | gh-125517: Fix unreachable code warnings in `_testembed.c` (#125518) | sobolevn | 2024-10-15 | 2 | -14/+22 |
|
|
* | gh-125041: test_zlib: For s390x HW acceleration, only skip checking the compr... | Petr Viktorin | 2024-10-15 | 3 | -12/+22 |
|
|
* | gh-119535: Support 𝜋thon in Python 3.14 venvs (#125035) | foreignmeloman | 2024-10-15 | 1 | -1/+1 |
|
|
* | gh-125196: Use PyUnicodeWriter in HAMT (#125458) | Victor Stinner | 2024-10-15 | 1 | -50/+31 |
|
|
* | gh-125234: Make PyInitConfig_Free(NULL) a no-op (#125266) | RUANG (Roy James) | 2024-10-15 | 3 | -0/+6 |
|
|
* | gh-53203: Fix strptime() tests for %X on glibc < 2.29 (#125469) | Serhiy Storchaka | 2024-10-15 | 1 | -3/+11 |
|
|
* | gh-123299: Copyedit "What's New in Python 3.14" (#125438) | Hugo van Kemenade | 2024-10-15 | 10 | -78/+79 |
|
|
* | Doc: Update CVE URL (#125489) | Mariusz Felisiak | 2024-10-15 | 1 | -1/+1 |
|
|
* | gh-125269: Use `AC_LINK_IF_ELSE` to detect if `-latomic` is needed (#125416) | Sam Gross | 2024-10-15 | 3 | -13/+8 |
|
|
* | gh-124958: Revert "gh-125472: Revert "gh-124958: fix asyncio.TaskGroup and _P... | Thomas Grainger | 2024-10-14 | 5 | -15/+157 |
|
|
* | gh-124944: Add socket.SO_ORIGINAL_DST (#124945) | Steven Jin | 2024-10-14 | 6 | -1/+18 |
|
|
* | gh-85453: Improve variable mark up for datetime.rst (#120702) | edson duarte | 2024-10-14 | 1 | -17/+17 |
|
|
* | Fix idlelib typos (#125484) | Terry Jan Reedy | 2024-10-14 | 2 | -15/+18 |
|
|
* | gh-125470: Fix warning in `Python/generated_cases.c.h` (#125471) | sobolevn | 2024-10-14 | 3 | -0/+6 |
|
|
* | gh-124872: Replace enter/exit events with "switched" (#124776) | Richard Hansen | 2024-10-14 | 6 | -117/+117 |
|
|
* | gh-125472: Revert "gh-124958: fix asyncio.TaskGroup and _PyFuture refcycles (... | Kirill Podoprigora | 2024-10-14 | 5 | -147/+15 |
|
|
* | gh-119786: [doc] broken link and typo fix in interpreter_definition.md (#125... | Mikhail Efimov | 2024-10-14 | 2 | -2/+5 |
|
|
* | gh-125461: Remove Python 2 from identifiers in doc (GH-125462) | Paul Hoffman | 2024-10-14 | 1 | -3/+2 |
|
|
* | gh-124958: fix asyncio.TaskGroup and _PyFuture refcycles (#124959) | Thomas Grainger | 2024-10-14 | 5 | -15/+147 |
|
|
* | gh-112088: aclocal version is updated to 1.16.5 in docs (#125457) | Mikhail Efimov | 2024-10-14 | 2 | -4/+4 |
|
|
* | gh-111178: fix USAN failures for `partialobject` (#124733) | Bénédikt Tran | 2024-10-14 | 1 | -25/+34 |
|
|
* | gh-124960: Fixed `barry_as_FLUFL` future flag does not work in new REPL (#124... | Wulian | 2024-10-14 | 4 | -5/+40 |
|
|
* | gh-53203: Fix strptime() for %c, %x and %X formats on many locales (GH-125406) | Serhiy Storchaka | 2024-10-14 | 4 | -40/+66 |
|
|
* | GH-125323: Convert DECREF_INPUTS_AND_REUSE_FLOAT into a function that takes P... | Mark Shannon | 2024-10-14 | 10 | -44/+69 |
|
|
* | gh-125139: use `_PyRecursiveMutex` in `_thread.RLock` (#125144) | Kumar Aditya | 2024-10-14 | 3 | -122/+63 |
|
|
* | gh-121798: Add class method Decimal.from_number() (GH-121801) | Serhiy Storchaka | 2024-10-14 | 7 | -0/+122 |
|
|
* | gh-125323: Remove some unsafe Py_DECREFs in bytecodes.c, replacing them with ... | Ken Jin | 2024-10-14 | 6 | -60/+65 |
|
|
* | gh-121797: Add class method Fraction.from_number() (GH-121800) | Serhiy Storchaka | 2024-10-14 | 5 | -8/+82 |
|
|
* | gh-86357: argparse: use str() consistently and explicitly to print choices (G... | rindeal | 2024-10-14 | 3 | -8/+36 |
|
|
* | gh-123133: clarify p=0 case for "f" and "e" formatting types (GH-125426) | Sergey B Kirpichev | 2024-10-14 | 1 | -6/+4 |
|
|
* | gh-125243: Fix ZoneInfo data race in free threading build (#125281) | Sam Gross | 2024-10-13 | 3 | -20/+87 |
|
|
* | GH-125069: Fix inconsistent joining in `WindowsPath(PosixPath(...))` (#125156) | Barney Gale | 2024-10-13 | 3 | -2/+15 |
|
|
* | gh-101291: Add versionadded directives for PyUnstable_Long_* (#125384) | Sergey B Kirpichev | 2024-10-13 | 1 | -0/+5 |
|
|
* | add Kumar Aditya as codeowner for weakref (#125405) | Kumar Aditya | 2024-10-13 | 1 | -0/+2 |
|
|
* | gh-125403: fix console formatting in Chapter 12 of the tutorial (#125404) | partev | 2024-10-13 | 1 | -8/+8 |
|
|
* | gh-89967: make WeakKeyDictionary and WeakValueDictionary thread safe (#125325) | Kumar Aditya | 2024-10-13 | 3 | -174/+50 |
|
|
* | gh-125161: return non zero value in pthread_self on wasi (#125303) | Kumar Aditya | 2024-10-13 | 1 | -5/+5 |
|
|
* | fix comment in _PyMutex_TryUnlock (#125319) | Kumar Aditya | 2024-10-13 | 1 | -2/+2 |
|
|
* | gh-125383: Update `fib` function comment for accuracy (#125386) | Wulian | 2024-10-13 | 1 | -2/+2 |
|
|
* | gh-61698: Use launchctl to detect macOS window manager in tests (#118390) | Erlend E. Aasland | 2024-10-13 | 1 | -15/+9 |
|
|
* | gh-86673: Loosen test_ttk.test_identify() requirements (#125335) | Erlend E. Aasland | 2024-10-13 | 1 | -5/+5 |
|
|