summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* gh-128198: Add missing error checks for usages of PyIter_Next() (GH-128199)Yan Yanchii2024-12-253-0/+21
* gh-128234: support emscripten and wasi in async contextlib tests by removing ...Thomas Grainger2024-12-251-33/+61
* gh-128002: use internal llist implementation for asyncio tasks (#128256)Kumar Aditya2024-12-251-50/+20
* gh-128201: Fix ``DeprecationWarning`` in ``test_pdb`` (#128202)Kirill Podoprigora2024-12-251-16/+4
* gh-128035: Add ssl.HAS_PHA to detect libssl PHA support (GH-128036)Will Childs-Klein2024-12-247-4/+26
* gh-128227: Regenerate `Doc/requirements-oldest-sphinx.txt` (#128228)Bogdan Romanyuk2024-12-241-6/+6
* gh-127847: Fix position in the special-cased zipfile seek (#127856)Dima Ryazanov2024-12-243-1/+17
* gh-127949: deprecate `asyncio.set_event_loop` (#128218)Kumar Aditya2024-12-2416-55/+77
* gh-128217: Validate the normalized_environment variable instead of the simila...Sergey Muraviov2024-12-241-1/+1
* Add Windows version comments to the python manifest. (GH-127439)AraHaan2024-12-241-0/+5
* gh-127949: deprecate asyncio policy classes (#128216)Kumar Aditya2024-12-248-34/+82
* gh-127949: fix `DeprecationWarning` in test_inspect.py (#128215)Thomas Grainger2024-12-241-15/+13
* gh-128195: Add `_REPLACE_WITH_TRUE` to the tier2 optimizer (GH-128203)Yan Yanchii2024-12-232-1/+5
* pathlib tests: create test hierarchy without using class under test (#128200)Barney Gale2024-12-232-29/+55
* gh-115999: Update test_opcache to test with nested method (gh-128166)Donghee Na2024-12-231-10/+8
* gh-114203: Optimise simple recursive critical sections (#128126)T. Wouters2024-12-233-7/+32
* gh-126180: Remove getopt and optparse deprecation notices (GH-126227)Alyssa Coghlan2024-12-2312-65/+266
* gh-100384: Error on `unguarded-availability` in macOS builds (#128155)Zanie Blue2024-12-224-0/+51
* gh-119786: Fix typos in `InternalDocs/interpreter.md` (#128174)Yan Yanchii2024-12-221-4/+4
* gh-127949: fix resource warnings in `test_tasks.py` (#128172)Thomas Grainger2024-12-221-8/+8
* gh-126664: revert: Use `else` instead of `finally` in docs explaining "with" ...Gregory P. Smith2024-12-221-2/+5
* GH-127807: pathlib ABCs: move private copying methods to dedicated class (#12...Barney Gale2024-12-223-248/+261
* GH-127807: pathlib ABCs: remove a few private attributes (#127851)Barney Gale2024-12-222-56/+64
* GH-127807: pathlib ABCs: remove `PurePathBase._raw_paths` (#127883)Barney Gale2024-12-225-96/+92
* gh-112328: Make EnumDict usable on its own and document it (GH-123669)Petr Viktorin2024-12-205-16/+60
* gh-128049: Fix type confusion bug with the return value of a custom Exception...Nico-Posada2024-12-203-2/+67
* Python Tutorial typo fix (#128077)shallow-beach2024-12-201-1/+1
* GH-127705: Add debug mode for `_PyStackRef`s inspired by HPy debug mode (GH-1...Mark Shannon2024-12-2012-33/+395
* gh-127295: ctypes: Switch field accessors to fixed-width integers (GH-127297)Petr Viktorin2024-12-204-652/+501
* gh-127946: Use a critical section for `CFuncPtr` attributes (GH-128109)Peter Bierma2024-12-204-30/+266
* gh-128116: Skip test_socket VSOCK testStream() on PermissionError (#128120)Victor Stinner2024-12-201-1/+4
* gh-109959: Log the current directory in test_glob.test_selflink() (#128122)Victor Stinner2024-12-201-0/+7
* GH-122548: Correct magic number comment (GH-128115)Mark Shannon2024-12-201-1/+2
* gh-128030: Avoid error from PyModule_GetFilenameObject for non-module (#128047)Shantanu2024-12-203-1/+25
* gh-128058: Fix test_builtin ImmortalTests (#128068)Victor Stinner2024-12-201-1/+4
* gh-112328: Document EnumDict in docs and release notes (GH-121720)Md Rokibul Islam2024-12-192-1/+21
* gh-128080: remove unnecessary `__init__` method from Enum (GH-128081)Stephen Morton2024-12-191-3/+0
* gh-127274: Defer nested methods (#128012)mpage2024-12-1911-14/+37
* gh-128062: Fix the font size and shortcut display of the turtledemo menu (#12...Zhikang Yan2024-12-192-10/+9