summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gh-115765: Document and enforce Autoconf 2.72 requirement (#128502)Erlend E. Aasland2025-01-042-3/+6
* gh-127553: Remove outdated TODO comment in _pydatetime (#127564)Beomsoo Kim2025-01-041-1/+0
* gh-127954: Document PyObject_DelItemString (#127986)RUANG (James Roy)2025-01-041-0/+7
* Docs: amend json.dump() post gh-128482 (#128489)Erlend E. Aasland2025-01-041-5/+8
* gh-126719: Clarify math.fmod docs (#127741)Stan Ulbrych2025-01-041-1/+2
* pathlib tests: create `walk()` test hierarchy without using class under test ...Barney Gale2025-01-042-39/+58
* Docs: mark up json.dump() using parameter list (#128482)Erlend E. Aasland2025-01-041-48/+70
* GH-127381: pathlib ABCs: remove `PathBase.move()` and `move_into()` (#128337)Barney Gale2025-01-044-153/+148
* gh-128152: Argument Clinic: ignore pre-processor directives inside C comments...Erlend E. Aasland2025-01-043-0/+15
* Add `check-readthedocs` pre-commit hook (#128453)sobolevn2025-01-041-0/+1
* gh-128002: fix many thread safety issues in asyncio (#128147)Kumar Aditya2025-01-043-175/+951
* gh-125985: Fix `cmodule_function()` scaling benchmark (#128460)Sam Gross2025-01-031-3/+11
* gh-128354: Consistently use LIBS over LDFLAGS in library build checks (#128359)Zanie Blue2025-01-032-43/+41
* gh-128456: Use '-reorder-functions=cdsort' for BOLT builds (#128457)Zanie Blue2025-01-032-2/+2
* gh-128400: Only show the current thread in `faulthandler` if the GIL is disab...Peter Bierma2025-01-034-5/+45
* gh-127903: Fix a crash on debug builds when calling `Objects/unicodeobject::_...Alexander Shadchin2025-01-033-3/+15
* gh-89083: improve UUIDv8 uniqueness tests (GH-128149)Bénédikt Tran2025-01-031-6/+10
* gh-111178: fix UBSan failures in `Modules/zlibmodule.c` (GH-128252)Bénédikt Tran2025-01-031-5/+9
* gh-111178: fix UBSan failures in `Objects/tupleobject.c` (GH-128251)Bénédikt Tran2025-01-031-14/+20
* gh-111178: fix UBSan failures in `Objects/enumobject.c` (GH-128246)Bénédikt Tran2025-01-031-22/+35
* gh-111178: fix UBSan failures in `Modules/curses*.c` (GH-128244)Bénédikt Tran2025-01-032-71/+114
* gh-111178: fix UBSan failures in `Modules/_csv.c` (GH-128243)Bénédikt Tran2025-01-031-28/+48
* gh-112015: Implement `ctypes.memoryview_at()` (GH-112018)Rian Hunter2025-01-036-1/+120
* gh-128317: Highlight today in colour in calendar CLI output (#128318)Hugo van Kemenade2025-01-035-13/+85
* gh-127787: refactor helpers for `PyUnicodeErrorObject` internal interface (GH...Bénédikt Tran2025-01-032-155/+293
* gh-115765: Upgrade to GNU Autoconf 2.72 (#128411)Erlend E. Aasland2025-01-038-3104/+4509
* gh-128404: Remove `asyncio` from `Lib/test/test_sys_settrace` (#128435)Thomas Grainger2025-01-031-6/+2
* gh-127529: Correct asyncio's `accept_connection` behaviour for handling `Conn...jb21702025-01-033-3/+36
* gh-128104: Remove `Py_STRFTIME_C99_SUPPORT`; require C99-compliant strftime (...Zanie Blue2025-01-035-27/+10
* gh-108202: Document calendar.TextCalendar formatting helpers (#127608)Stan Ulbrych2025-01-031-1/+26
* gh-128133: use relaxed atomics for hash of bytes (#128412)Abhijeet2025-01-031-31/+39
* gh-128404: remove asyncio from test_type_params (#128436)Thomas Grainger2025-01-031-5/+2
* gh-128426: Mention PySequence_Fast in free-threading C API HOWTO (#128428)Nathan Goldbaum2025-01-031-2/+4
* gh-128212: Fix race in `_PyUnicode_CheckConsistency` (GH-128367)Sam Gross2025-01-021-1/+1
* gh-128400: Stop-the-world when manually calling `faulthandler` (GH-128422)Peter Bierma2025-01-023-1/+36
* Remove asserts that confuse `enum _framestate` with `enum _frameowner` (GH-12...Anders Kaseorg2025-01-021-2/+0
* gh-128014: Fix passing default='' to the tkinter method wm_iconbitmap() (GH-...Zhikang Yan2025-01-023-2/+30
* Revert "Doc: Show object descriptions in the table of contents (#125757)" (#1...Hugo van Kemenade2025-01-023-10/+1
* gh-128404: Remove ``asyncio`` from ``test_builtin`` (#128403)Thomas Grainger2025-01-021-59/+64
* gh-126624: Expose error code ``XML_ERROR_NOT_STARTED`` of Expat >=2.6.4 (#126...Sebastian Pipping2025-01-023-1/+13
* gh-124130: Fix a bug in matching regular expression \B in empty string (GH-12...Serhiy Storchaka2025-01-025-25/+15
* gh-123925: Fix building curses on platforms without libncursesw (GH-128405)Serhiy Storchaka2025-01-022-1/+3
* gh-95371: Add support for other image formats(e.g. PNG) to the turtle… (#95...Shin-myoung-serp2025-01-023-21/+34
* gh-128349: Use `.. data::` instead of `.. class::` for pre-defined decimal `C...abkmystery2025-01-022-5/+5
* gh-126469: remove unnecessary error-checking branch in `lexer.c` (#126473)qqwqqw6892025-01-011-5/+1
* Fix while statements with non-bool conditions in `_pyrepl` (#127509)RUANG (James Roy)2025-01-012-2/+2
* gh-128277: remove unnecessary critical section from `socket.close` (#128305)Kumar Aditya2025-01-013-11/+23
* gh-121676: Raise a ``DeprecationWarning`` if the Python implementation of ``f...Kirill Podoprigora2025-01-015-5/+47
* Reword `about.rst` to not limit Sphinx (#128325)Stan Ulbrych2024-12-311-7/+8
* gh-128277: make globals variables thread safe in socket module (#128286)Kumar Aditya2024-12-313-36/+28