| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-127196: Fix crash in `_interpreters`, when `shared` had invalid encodings ... | sobolevn | 2025-01-09 | 1 | -1/+12 |
|
|
* | gh-128661: Fix `typing.evaluate_forward_ref` not showing deprecation (#128663) | sobolevn | 2025-01-09 | 2 | -1/+47 |
|
|
* | gh-128673: Increase coverage of `typing.get_type_hints` (#128674) | sobolevn | 2025-01-09 | 1 | -0/+19 |
|
|
* | gh-128629: Add Py_PACK_VERSION and Py_PACK_FULL_VERSION (GH-128630) | Petr Viktorin | 2025-01-09 | 2 | -0/+45 |
|
|
* | Remove unnecessary LIST_TO_TUPLE conversions (GH-126558) | Brandt Bucher | 2025-01-08 | 1 | -0/+51 |
|
|
* | gh-128615: Cover pickling of `ParamSpecArgs` and `ParamSpecKwargs` (#128616) | sobolevn | 2025-01-08 | 1 | -0/+12 |
|
|
* | 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 | 2 | -15/+101 |
|
|
* | GH-127809: Fix the JIT's understanding of ** (GH-127844) | Brandt Bucher | 2025-01-08 | 1 | -0/+44 |
|
|
* | gh-127350: Add more tests for Py_fopen() (GH-128587) | Serhiy Storchaka | 2025-01-07 | 1 | -4/+21 |
|
|
* | gh-115999: Add free-threaded specialization for COMPARE_OP (#126410) | T. Wouters | 2025-01-07 | 1 | -0/+33 |
|
|
* | gh-128552: fix refcycles in eager task creation (#128553) | Thomas Grainger | 2025-01-07 | 3 | -6/+70 |
|
|
* | gh-128302: Fix bugs in xml.dom.xmlbuilder (GH-128284) | Stephen Morton | 2025-01-07 | 2 | -5/+95 |
|
|
* | gh-128559: Remove typing import from asyncio.timeouts (#128560) | Michael H | 2025-01-06 | 1 | -13/+11 |
|
|
* | gh-127146: Skip Emscripten tests with pending fixes (#128549) | Hood Chatham | 2025-01-06 | 6 | -1/+8 |
|
|
* | GH-128533: Add `NOT_TAKEN` instruction after bytecode optimization. (GH-128554) | Mark Shannon | 2025-01-06 | 2 | -126/+123 |
|
|
* | gh-127146: Fix test_sysconfigdata_json for Emscripten (#128556) | Hood Chatham | 2025-01-06 | 1 | -4/+4 |
|
|
* | GH-128375: Better instrument for `FOR_ITER` (GH-128445) | Mark Shannon | 2025-01-06 | 5 | -295/+414 |
|
|
* | GH-128073: Include `EXIT_IF` when checking for escaping calls (GH-128537) | Mark Shannon | 2025-01-06 | 1 | -0/+25 |
|
|
* | gh-127350: Add Py_fopen() and Py_fclose() functions (#127821) | Victor Stinner | 2025-01-06 | 2 | -2/+68 |
|
|
* | gh-128340: add thread safe handle for `loop.call_soon_threadsafe` (#128369) | Kumar Aditya | 2025-01-06 | 3 | -1/+150 |
|
|
* | gh-128519: Align the docstring of untokenize() to match the docs (#128521) | Tomas R. | 2025-01-06 | 1 | -10/+4 |
|
|
* | gh-98188: Fix EmailMessage.get_payload to decode data when CTE value has extr... | RanKKI | 2025-01-06 | 3 | -2/+55 |
|
|
* | gh-127553: Remove outdated TODO comment in _pydatetime (#127564) | Beomsoo Kim | 2025-01-04 | 1 | -1/+0 |
|
|
* | pathlib tests: create `walk()` test hierarchy without using class under test ... | Barney Gale | 2025-01-04 | 2 | -39/+58 |
|
|
* | GH-127381: pathlib ABCs: remove `PathBase.move()` and `move_into()` (#128337) | Barney Gale | 2025-01-04 | 4 | -153/+148 |
|
|
* | gh-128152: Argument Clinic: ignore pre-processor directives inside C comments... | Erlend E. Aasland | 2025-01-04 | 1 | -0/+10 |
|
|
* | gh-128002: fix many thread safety issues in asyncio (#128147) | Kumar Aditya | 2025-01-04 | 1 | -0/+82 |
|
|
* | gh-128400: Only show the current thread in `faulthandler` if the GIL is disab... | Peter Bierma | 2025-01-03 | 1 | -2/+9 |
|
|
* | gh-127903: Fix a crash on debug builds when calling `Objects/unicodeobject::_... | Alexander Shadchin | 2025-01-03 | 1 | -0/+7 |
|
|
* | gh-89083: improve UUIDv8 uniqueness tests (GH-128149) | Bénédikt Tran | 2025-01-03 | 1 | -6/+10 |
|
|
* | gh-112015: Implement `ctypes.memoryview_at()` (GH-112018) | Rian Hunter | 2025-01-03 | 2 | -1/+68 |
|
|
* | gh-128317: Highlight today in colour in calendar CLI output (#128318) | Hugo van Kemenade | 2025-01-03 | 2 | -9/+43 |
|
|
* | gh-128404: Remove `asyncio` from `Lib/test/test_sys_settrace` (#128435) | Thomas Grainger | 2025-01-03 | 1 | -6/+2 |
|
|
* | gh-127529: Correct asyncio's `accept_connection` behaviour for handling `Conn... | jb2170 | 2025-01-03 | 2 | -3/+32 |
|
|
* | gh-128404: remove asyncio from test_type_params (#128436) | Thomas Grainger | 2025-01-03 | 1 | -5/+2 |
|
|
* | gh-128400: Stop-the-world when manually calling `faulthandler` (GH-128422) | Peter Bierma | 2025-01-02 | 1 | -1/+29 |
|
|
* | gh-128014: Fix passing default='' to the tkinter method wm_iconbitmap() (GH-... | Zhikang Yan | 2025-01-02 | 2 | -2/+28 |
|
|
* | gh-128404: Remove ``asyncio`` from ``test_builtin`` (#128403) | Thomas Grainger | 2025-01-02 | 1 | -59/+64 |
|
|
* | gh-124130: Fix a bug in matching regular expression \B in empty string (GH-12... | Serhiy Storchaka | 2025-01-02 | 1 | -8/+5 |
|
|
* | gh-95371: Add support for other image formats(e.g. PNG) to the turtle… (#95... | Shin-myoung-serp | 2025-01-02 | 1 | -16/+14 |
|
|
* | Fix while statements with non-bool conditions in `_pyrepl` (#127509) | RUANG (James Roy) | 2025-01-01 | 2 | -2/+2 |
|
|
* | gh-128277: remove unnecessary critical section from `socket.close` (#128305) | Kumar Aditya | 2025-01-01 | 1 | -0/+20 |
|
|
* | gh-121676: Raise a ``DeprecationWarning`` if the Python implementation of ``f... | Kirill Podoprigora | 2025-01-01 | 2 | -5/+34 |
|
|
* | gh-88834: Unify the instance check for typing.Union and types.UnionType (GH-1... | Serhiy Storchaka | 2024-12-31 | 2 | -3/+78 |
|
|
* | gh-128342: Specify timeout unit in subprocess docstrings (GH-128343) | n-l-i | 2024-12-30 | 1 | -3/+3 |
|
|
* | gh-128118: Speed up copy.copy with fast lookup for atomic and container types... | Pieter Eendebak | 2024-12-30 | 1 | -18/+9 |
|
|
* | gh-119180: Set the name of the param to __annotate__ to "format" (#124730) | Jelle Zijlstra | 2024-12-30 | 2 | -2/+51 |
|
|
* | GH-127381: pathlib ABCs: remove uncommon `PurePathBase` methods (#127853) | Barney Gale | 2024-12-29 | 5 | -433/+365 |
|
|