summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* GH-127381: pathlib ABCs: remove `PathBase.stat()` (#128334)Barney Gale2024-12-294-83/+62
* gh-123424: add `ZipInfo._for_archive` to set suitable default properties (#12...Bénédikt Tran2024-12-296-29/+72
* gh-128192: mark new tests with skips based on hashlib algorithm availability ...Gregory P. Smith2024-12-292-1/+19
* expand the `asyncio.run_coroutine_threadsafe` recipes (#127576)Thomas Grainger2024-12-291-8/+53
* gh-128192: support HTTP sha-256 digest authentication as per RFC-7617 (GH-128...Calvin Bui2024-12-286-5/+41
* gh-128279: Enhance the NetBSD compatibility for thread naming (#128280)Furkan Onder2024-12-283-0/+5
* gh-119786: Fix typos in `InternalDocs/parser.md` (#128314)Yan Yanchii2024-12-281-5/+5
* gh-128265: Support WASI/Emscripten on PDB tests, by removing asyncio from pdb...Thomas Grainger2024-12-284-60/+70
* gh-127586: multiprocessing.Pool does not properly restore blocked signals (tr...Stephen Hansen2024-12-273-3/+28
* gh-127949: make deprecation of policy system more prominent (#128290)Kumar Aditya2024-12-273-6/+43
* gh-127089: Add missing description for codes in `http.HTTPStatus` (#127100)donBarbos2024-12-272-30/+52
* Mention loop_factory argument in docstring for asyncio.run() (#128288)Andrew Svetlov2024-12-271-0/+1
* gh-125887: Update PyObject_HasAttr exception behavior (#125907)Damien2024-12-271-1/+2
* gh-127537: Add __class_getitem__ to the python implementation of functools.pa...CF Bolz-Tereick2024-12-273-0/+14
* Remove incorrect imports rationale comment in `http.server` (#128278)Moshe Kaplan2024-12-261-1/+1
* gh-126868: Add freelist for compact ints to `_PyLong_New` (#128181)Pieter Eendebak2024-12-262-12/+19
* gh-87138: convert blake2b/2s types to heap types (#127669)Bénédikt Tran2024-12-261-20/+69
* gh-124761: add `socket.SO_REUSEPORT_LB` (#124961)Thomas Grainger2024-12-263-0/+12
* Clean up redundant ifdef in list getitem (#128257)da-woods2024-12-261-4/+0
* Docs: Fix comment out in `c-api/typeobj.rst` (#128266)Yuki Kobayashi2024-12-261-0/+1
* gh-119786: Fix typos in `InternalDocs/frames.md` (#128275)Yan Yanchii2024-12-261-4/+4
* gh-127949: add docs for asyncio policy deprecation (#128269)Kumar Aditya2024-12-262-4/+38