summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gh-125217: Turn off optimization around_PyEval_EvalFrameDefault to avoid MSVC...Michael Droettboom2024-10-161-0/+14
* gh-124872: Replace enter/exit events with "switched" (#125532)Kirill Podoprigora2024-10-166-114/+118
* Merge remote-tracking branch 'upstream/main'Hugo van Kemenade2024-10-157-9/+86
|\
| * Update verison options in crash issue template (GH-125555)Zachary Ware2024-10-151-1/+1
| * Issue template: Remove 3.8 and add 3.14 version (#125552)Kirill Podoprigora2024-10-151-1/+1
| * gh-58956: Set f_trace on frames with breakpoints after setting a new breakpoi...Tian Gao2024-10-153-0/+39
| * gh-125115: Pass unknown pdb command line args to script instead of fail (#125...Tian Gao2024-10-153-7/+45
* | Post 3.14.0a1Hugo van Kemenade2024-10-151-1/+1
* | Python 3.14.0a1v3.14.0a1Hugo van Kemenade2024-10-15645-1993/+7739
|/
* gh-124218: Use per-thread refcounts for code objects (#125216)Sam Gross2024-10-1511-76/+119
* gh-92953: Improve nextpool/prevpool comment. (gh-125545)Neil Schemenauer2024-10-151-2/+2
* gh-125206: Bug in ctypes with old libffi is fixed (#125322)Mikhail Efimov2024-10-1510-16/+121
* 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