summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* gh-88834: Unify the instance check for typing.Union and types.UnionType (GH-1...Serhiy Storchaka2024-12-313-3/+81
* gh-128277: use relaxed atomics for `sock_fd` (#128304)Kumar Aditya2024-12-311-65/+102
* gh-128262: Allow specialization of calls to classes with __slots__ (GH-128263)Ken Jin2024-12-315-11/+17
* gh-128342: Specify timeout unit in subprocess docstrings (GH-128343)n-l-i2024-12-301-3/+3
* gh-128100: Use atomic dictionary load in `_PyObject_GenericGetAttrWithDict` (...Bogdan Romanyuk2024-12-301-0/+4
* gh-119786: Mention `InternalDocs/interpreter.md` instead of non-existing `ada...Yan Yanchii2024-12-301-1/+1
* gh-128317: Document `calendar.TextCalendar.formatweek` (#128353)Hugo van Kemenade2024-12-301-0/+8
* gh-128118: Speed up copy.copy with fast lookup for atomic and container types...Pieter Eendebak2024-12-302-18/+11
* gh-119180: Set the name of the param to __annotate__ to "format" (#124730)Jelle Zijlstra2024-12-303-2/+78
* Docs: correctly markup sys.monitoring "What's New" entry (#128346)Erlend E. Aasland2024-12-301-2/+2
* gh-128321: Set LIBS instead of LDFLAGS when checking sqlite3 requirements (#1...Zanie Blue2024-12-303-2/+5
* GH-127381: pathlib ABCs: remove uncommon `PurePathBase` methods (#127853)Barney Gale2024-12-295-433/+365