| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-126703: Add freelist for `PyMethodObject` (#128594) | Pieter Eendebak | 2025-01-12 | 4 | -3/+12 |
|
|
* | gh-128734: Fix ResourceWarning in urllib tests (GH-128735) | Serhiy Storchaka | 2025-01-12 | 5 | -20/+40 |
|
|
* | gh-128729: Fix RuntimeWarning in test_unittest (GH-128730) | Serhiy Storchaka | 2025-01-12 | 1 | -0/+3 |
|
|
* | gh-128377: Skip `test_cmd_line.test_non_interactive_output_buffering` when `P... | Yan Yanchii | 2025-01-12 | 1 | -0/+2 |
|
|
* | GH-128520: Divide pathlib ABCs into three classes (#128523) | Barney Gale | 2025-01-11 | 5 | -307/+317 |
|
|
* | gh-128438: Add `EnvironmentVarGuard` for `test_pdb.py` (#128522) | Yan Yanchii | 2025-01-11 | 1 | -15/+8 |
|
|
* | Make the Python CLI error message style more consistent (GH-128129) | 9cel | 2025-01-11 | 2 | -3/+3 |
|
|
* | gh-128696: Add arm64 to the get_platform return val description (#128701) | RUANG (James Roy) | 2025-01-11 | 2 | -2/+4 |
|
|
* | gh-128409: Document that pdb.post_mortem() accepts exceptions (#128410) | Adam Johnson | 2025-01-10 | 1 | -5/+7 |
|
|
* | gh-127257: Add hex code to ssl "unknown error" message (GH-127360) | Petr Viktorin | 2025-01-10 | 2 | -16/+51 |
|
|
* | gh-128388: pyrepl on Windows: add meta and ctrl+arrow keybindings (GH-128389) | Paulie Peña | 2025-01-10 | 2 | -16/+27 |
|
|
* | gh-111178: fix UBSan failures for `gdbmobject` (GH-128178) | Bénédikt Tran | 2025-01-10 | 1 | -13/+20 |
|
|
* | gh-111178: fix UBSan failures in `Python/bltinmodule.c` (GH-128235) | Bénédikt Tran | 2025-01-10 | 1 | -30/+51 |
|
|
* | gh-111178: fix UBSan failures in `Objects/bytearrayobject.c` (GH-128236) | Bénédikt Tran | 2025-01-10 | 1 | -15/+24 |
|
|
* | gh-111178: fix UBSan failures in `Objects/bytesobject.c` (GH-128237) | Bénédikt Tran | 2025-01-10 | 1 | -17/+21 |
|
|
* | gh-111178: fix UBSan failures in `Modules/_bz2module.c` (GH-128238) | Bénédikt Tran | 2025-01-10 | 1 | -4/+10 |
|
|
* | gh-111178: fix UBSan failures in `Objects/complexobject.c` (GH-128241) | Bénédikt Tran | 2025-01-10 | 1 | -25/+29 |
|
|
* | gh-128694: Fix `(env changed)` error in `test_inspect` (#128702) | sobolevn | 2025-01-10 | 1 | -0/+5 |
|
|
* | gh-126862: Use `Py_ssize_t` instead of `int` when processing the number of su... | Bénédikt Tran | 2025-01-10 | 2 | -4/+6 |
|
|
* | gh-128691: Use deferred reference counting on `_thread._local` (#128693) | Sam Gross | 2025-01-10 | 1 | -0/+4 |
|
|
* | gh-127196: Fix crash in `_interpreters`, when `shared` had invalid encodings ... | sobolevn | 2025-01-09 | 3 | -2/+20 |
|
|
* | gh-128650: Fix incorrect statement in partial documentation (gh-128651) | dgpb | 2025-01-09 | 1 | -2/+2 |
|
|
* | gh-128002: fix `asyncio.all_tasks` against concurrent deallocations of tasks ... | Kumar Aditya | 2025-01-09 | 2 | -6/+15 |
|
|
* | gh-128661: Fix `typing.evaluate_forward_ref` not showing deprecation (#128663) | sobolevn | 2025-01-09 | 3 | -1/+49 |
|
|
* | gh-128673: Increase coverage of `typing.get_type_hints` (#128674) | sobolevn | 2025-01-09 | 1 | -0/+19 |
|
|
* | gh-118915: Document `PyUnstable_InterpreterState_GetMainModule` (GH-128483) | Peter Bierma | 2025-01-09 | 1 | -0/+11 |
|
|
* | gh-124433: fix docs for `asyncio.Queue.task_done` (#128669) | Kumar Aditya | 2025-01-09 | 1 | -3/+3 |
|
|
* | gh-126137: improve docs for `loop.add_reader` and `loop.add_writer` (#128666) | Kumar Aditya | 2025-01-09 | 1 | -0/+6 |
|
|
* | gh-128629: Add Py_PACK_VERSION and Py_PACK_FULL_VERSION (GH-128630) | Petr Viktorin | 2025-01-09 | 18 | -33/+358 |
|
|
* | gh-79149: document reentrant safety of `loop.call_soon_threadsafe` (#128662) | Kumar Aditya | 2025-01-09 | 1 | -0/+3 |
|
|
* | gh-97850: Remove the mention of removal from `ResourceReader` docs (#128602) | Tomas R. | 2025-01-08 | 1 | -1/+1 |
|
|
* | acks: add myself (#128652) | Filipe Laíns 🇵🇸 | 2025-01-08 | 1 | -0/+1 |
|
|
* | GH-66409: check if exec_prefix is the same as prefix before searching executa... | Filipe Laíns 🇵🇸 | 2025-01-08 | 2 | -0/+5 |
|
|
* | Remove unnecessary LIST_TO_TUPLE conversions (GH-126558) | Brandt Bucher | 2025-01-08 | 2 | -0/+58 |
|
|
* | gh-111178: fix UBSan failures in `Objects/capsule.c` (GH-128239) | Bénédikt Tran | 2025-01-08 | 1 | -11/+12 |
|
|
* | gh-111178: fix UBSan failures in `Python/context.c` (GH-128242) | Bénédikt Tran | 2025-01-08 | 1 | -53/+68 |
|
|
* | gh-111178: fix UBSan failures in `Python/hamt.c` (GH-128247) | Bénédikt Tran | 2025-01-08 | 1 | -90/+84 |
|
|
* | gh-128615: Cover pickling of `ParamSpecArgs` and `ParamSpecKwargs` (#128616) | sobolevn | 2025-01-08 | 1 | -0/+12 |
|
|
* | GH-127970: find the runtime library when dladdr is available (#127972) | Filipe Laíns 🇵🇸 | 2025-01-08 | 5 | -24/+31 |
|
|
* | gh-128613: Increase `typing.Concatenate` coverage (#128614) | sobolevn | 2025-01-08 | 1 | -0/+12 |
|
|
* | gh-128617: Fix `test_typing.test_readonly_inheritance` (#128618) | sobolevn | 2025-01-08 | 1 | -4/+4 |
|
|
* | gh-41872: Fix quick extraction of module docstrings from a file in pydoc (GH-... | Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి) | 2025-01-08 | 3 | -15/+104 |
|
|
* | gh-87506: Amend json.loads() post PR #127355 (#128609) | Erlend E. Aasland | 2025-01-08 | 1 | -6/+2 |
|
|
* | gh-87506: Document that json.load*() can raise UnicodeDecodeError (#127355) | Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి) | 2025-01-08 | 1 | -0/+4 |
|
|
* | GH-127809: Fix the JIT's understanding of ** (GH-127844) | Brandt Bucher | 2025-01-08 | 8 | -26/+199 |
|
|
* | gh-127614: Correctly check for ttyname_r() in configure (#128503) | Erlend E. Aasland | 2025-01-07 | 5 | -10/+10 |
|
|
* | gh-127350: Add more tests for Py_fopen() (GH-128587) | Serhiy Storchaka | 2025-01-07 | 3 | -25/+33 |
|
|
* | Docs: mark up json.load() using parameter list (#128488) | Erlend E. Aasland | 2025-01-07 | 1 | -44/+69 |
|
|
* | gh-115999: Add free-threaded specialization for COMPARE_OP (#126410) | T. Wouters | 2025-01-07 | 4 | -12/+42 |
|
|
* | gh-111178: fix UBSan failures in `Modules/_sre/sre.c` (GH-128250) | Bénédikt Tran | 2025-01-07 | 1 | -35/+56 |
|
|