| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-112328: Make EnumDict usable on its own and document it (GH-123669) | Petr Viktorin | 2024-12-20 | 5 | -16/+60 |
|
|
* | gh-128049: Fix type confusion bug with the return value of a custom Exception... | Nico-Posada | 2024-12-20 | 3 | -2/+67 |
|
|
* | Python Tutorial typo fix (#128077) | shallow-beach | 2024-12-20 | 1 | -1/+1 |
|
|
* | GH-127705: Add debug mode for `_PyStackRef`s inspired by HPy debug mode (GH-1... | Mark Shannon | 2024-12-20 | 12 | -33/+395 |
|
|
* | gh-127295: ctypes: Switch field accessors to fixed-width integers (GH-127297) | Petr Viktorin | 2024-12-20 | 4 | -652/+501 |
|
|
* | gh-127946: Use a critical section for `CFuncPtr` attributes (GH-128109) | Peter Bierma | 2024-12-20 | 4 | -30/+266 |
|
|
* | gh-128116: Skip test_socket VSOCK testStream() on PermissionError (#128120) | Victor Stinner | 2024-12-20 | 1 | -1/+4 |
|
|
* | gh-109959: Log the current directory in test_glob.test_selflink() (#128122) | Victor Stinner | 2024-12-20 | 1 | -0/+7 |
|
|
* | GH-122548: Correct magic number comment (GH-128115) | Mark Shannon | 2024-12-20 | 1 | -1/+2 |
|
|
* | gh-128030: Avoid error from PyModule_GetFilenameObject for non-module (#128047) | Shantanu | 2024-12-20 | 3 | -1/+25 |
|
|
* | gh-128058: Fix test_builtin ImmortalTests (#128068) | Victor Stinner | 2024-12-20 | 1 | -1/+4 |
|
|
* | gh-112328: Document EnumDict in docs and release notes (GH-121720) | Md Rokibul Islam | 2024-12-19 | 2 | -1/+21 |
|
|
* | gh-128080: remove unnecessary `__init__` method from Enum (GH-128081) | Stephen Morton | 2024-12-19 | 1 | -3/+0 |
|
|
* | gh-127274: Defer nested methods (#128012) | mpage | 2024-12-19 | 11 | -14/+37 |
|
|
* | gh-128062: Fix the font size and shortcut display of the turtledemo menu (#12... | Zhikang Yan | 2024-12-19 | 2 | -10/+9 |
|
|
* | gh-115999: Specialize `STORE_ATTR` in free-threaded builds. (gh-127838) | Neil Schemenauer | 2024-12-19 | 13 | -297/+716 |
|
|
* | GH-122548: Implement branch taken and not taken events for sys.monitoring (GH... | Mark Shannon | 2024-12-19 | 29 | -583/+998 |
|
|
* | gh-128008: Add `PyWeakref_IsDead()` (GH-128009) | Sam Gross | 2024-12-19 | 5 | -0/+41 |
|
|
* | gh-127951: Add build option to enable pystats on Windows (GH-127952) | Pieter Eendebak | 2024-12-19 | 3 | -1/+7 |
|
|
* | gh-128083: Fix macro redefinition warning in clinic. (GH-127950) | Peter Bierma | 2024-12-19 | 4 | -2/+131 |
|
|
* | gh-127688: Add `SCHED_DEADLINE` and `SCHED_NORMAL` constants to `os` module (... | RUANG (James Roy) | 2024-12-19 | 7 | -1/+38 |
|
|
* | gh-122706: fix docs for asyncio ssl sockets (#128092) | Kumar Aditya | 2024-12-19 | 1 | -2/+2 |
|
|
* | gh-128013: fix data race in `PyUnicode_AsUTF8AndSize` on free-threading (#128... | Kumar Aditya | 2024-12-19 | 2 | -18/+51 |
|
|
* | gh-128069: brew link --overwrite tcl-tk@8 to prevent conflict with GitHub ima... | Victor Stinner | 2024-12-19 | 1 | -1/+1 |
|
|
* | gh-115999: Enable BINARY_SUBSCR_GETITEM for free-threaded build (gh-127737) | Donghee Na | 2024-12-19 | 12 | -62/+118 |
|
|
* | gh-128013: Convert unicodeobject.c macros to functions (#128061) | Victor Stinner | 2024-12-18 | 1 | -45/+78 |
|
|
* | gh-128033: change `PyMutex_LockFast` to take `PyMutex` as argument (#128054) | Kumar Aditya | 2024-12-18 | 3 | -5/+6 |
|
|
* | gh-121621: clear running loop early in asyncio (#128004) | Kumar Aditya | 2024-12-18 | 1 | -0/+5 |
|
|
* | gh-127949: deprecate `asyncio.get_event_loop_policy` (#128053) | Kumar Aditya | 2024-12-18 | 9 | -26/+40 |
|
|
* | gh-126639: Add ResourceWarning to NamedTemporaryFile (#126677) | Thomas Grainger | 2024-12-18 | 3 | -6/+30 |
|
|
* | gh-126742: add NEWS entry for fix of localized error messages (GH-128025) | Bénédikt Tran | 2024-12-18 | 1 | -0/+3 |
|
|
* | gh-126742: Avoid checking for library filename in test_ctypes (#128034) | Bénédikt Tran | 2024-12-18 | 1 | -12/+5 |
|
|
* | gh-127174: add docs for asyncio.get_event_loop replacements (#127640) | Thomas Grainger | 2024-12-18 | 1 | -0/+90 |
|
|
* | gh-127897: fix HACL* build on macOS/Catalina (GH-127932) | aeiouaeiouaeiouaeiouaeiouaeiou | 2024-12-18 | 3 | -5/+27 |
|
|
* | gh-127949: deprecate `asyncio.set_event_loop_policy` (#128024) | Kumar Aditya | 2024-12-18 | 46 | -67/+81 |
|
|
* | gh-127060: Disable traceback colors in IDLE (#128028) | Victor Stinner | 2024-12-18 | 2 | -1/+5 |
|
|
* | gh-127146: Emscripten Include compiler version in _PYTHON_HOST_PLATFORM (#127... | Hood Chatham | 2024-12-17 | 2 | -0/+6 |
|
|
* | Merge branch 'main' of https://github.com/python/cpython | Hugo van Kemenade | 2024-12-17 | 12 | -68/+175 |
|\ |
|
| * | gh-126742: Add _PyErr_SetLocaleString, use it for gdbm & dlerror messages (GH... | Bénédikt Tran | 2024-12-17 | 12 | -68/+175 |
|
|
* | | Post 3.14.0a3 | Hugo van Kemenade | 2024-12-17 | 1 | -1/+1 |
|
|
* | | Python 3.14.0a3v3.14.0a3 | Hugo van Kemenade | 2024-12-17 | 120 | -279/+1200 |
|/ |
|
* | gh-127085: Add a test skip if multiprocessing isn't available (#128019) | Russell Keith-Magee | 2024-12-17 | 1 | -1/+4 |
|
|
* | gh-127146: Emscripten clean up test suite (#127984) | Hood Chatham | 2024-12-17 | 12 | -82/+19 |
|
|
* | Free arena on _PyCompile_AstOptimize failure in Py_CompileStringObject (GH-12... | Berker Peksag | 2024-12-16 | 1 | -0/+1 |
|
|
* | gh-126907: make `atexit` thread safe in free-threading (#127935) | Peter Bierma | 2024-12-16 | 4 | -88/+126 |
|
|
* | gh-127085: fix some data races in memoryview in free-threading (#127412) | Edward Xu | 2024-12-16 | 3 | -8/+52 |
|
|
* | Revert "gh-127586: properly restore blocked signals in resource_tracker.py (G... | Hugo van Kemenade | 2024-12-16 | 3 | -22/+3 |
|
|
* | Fix typo in itertools docs (gh-127995) | Gugubo | 2024-12-16 | 1 | -1/+1 |
|
|
* | gh-127864: Fix compiler warning (-Wstringop-truncation) (GH-127878) | Tomas R. | 2024-12-16 | 1 | -2/+3 |
|
|
* | gh-127896: Add missing documentation of `PySequence_In` (GH-127979) | Yuki Kobayashi | 2024-12-16 | 3 | -0/+15 |
|
|