| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | gh-119180: Set the name of the param to __annotate__ to "format" (#124730) | Jelle Zijlstra | 2024-12-30 | 3 | -2/+78 |
|
|
* | Docs: correctly markup sys.monitoring "What's New" entry (#128346) | Erlend E. Aasland | 2024-12-30 | 1 | -2/+2 |
|
|
* | gh-128321: Set LIBS instead of LDFLAGS when checking sqlite3 requirements (#1... | Zanie Blue | 2024-12-30 | 3 | -2/+5 |
|
|
* | GH-127381: pathlib ABCs: remove uncommon `PurePathBase` methods (#127853) | Barney Gale | 2024-12-29 | 5 | -433/+365 |
|
|
* | GH-127381: pathlib ABCs: remove `PathBase.stat()` (#128334) | Barney Gale | 2024-12-29 | 4 | -83/+62 |
|
|
* | gh-123424: add `ZipInfo._for_archive` to set suitable default properties (#12... | Bénédikt Tran | 2024-12-29 | 6 | -29/+72 |
|
|
* | gh-128192: mark new tests with skips based on hashlib algorithm availability ... | Gregory P. Smith | 2024-12-29 | 2 | -1/+19 |
|
|
* | expand the `asyncio.run_coroutine_threadsafe` recipes (#127576) | Thomas Grainger | 2024-12-29 | 1 | -8/+53 |
|
|
* | gh-128192: support HTTP sha-256 digest authentication as per RFC-7617 (GH-128... | Calvin Bui | 2024-12-28 | 6 | -5/+41 |
|
|
* | gh-128279: Enhance the NetBSD compatibility for thread naming (#128280) | Furkan Onder | 2024-12-28 | 3 | -0/+5 |
|
|
* | gh-119786: Fix typos in `InternalDocs/parser.md` (#128314) | Yan Yanchii | 2024-12-28 | 1 | -5/+5 |
|
|
* | gh-128265: Support WASI/Emscripten on PDB tests, by removing asyncio from pdb... | Thomas Grainger | 2024-12-28 | 4 | -60/+70 |
|
|
* | gh-127586: multiprocessing.Pool does not properly restore blocked signals (tr... | Stephen Hansen | 2024-12-27 | 3 | -3/+28 |
|
|
* | gh-127949: make deprecation of policy system more prominent (#128290) | Kumar Aditya | 2024-12-27 | 3 | -6/+43 |
|
|
* | gh-127089: Add missing description for codes in `http.HTTPStatus` (#127100) | donBarbos | 2024-12-27 | 2 | -30/+52 |
|
|
* | Mention loop_factory argument in docstring for asyncio.run() (#128288) | Andrew Svetlov | 2024-12-27 | 1 | -0/+1 |
|
|
* | gh-125887: Update PyObject_HasAttr exception behavior (#125907) | Damien | 2024-12-27 | 1 | -1/+2 |
|
|
* | gh-127537: Add __class_getitem__ to the python implementation of functools.pa... | CF Bolz-Tereick | 2024-12-27 | 3 | -0/+14 |
|
|
* | Remove incorrect imports rationale comment in `http.server` (#128278) | Moshe Kaplan | 2024-12-26 | 1 | -1/+1 |
|
|
* | gh-126868: Add freelist for compact ints to `_PyLong_New` (#128181) | Pieter Eendebak | 2024-12-26 | 2 | -12/+19 |
|
|
* | gh-87138: convert blake2b/2s types to heap types (#127669) | Bénédikt Tran | 2024-12-26 | 1 | -20/+69 |
|
|
* | gh-124761: add `socket.SO_REUSEPORT_LB` (#124961) | Thomas Grainger | 2024-12-26 | 3 | -0/+12 |
|
|
* | Clean up redundant ifdef in list getitem (#128257) | da-woods | 2024-12-26 | 1 | -4/+0 |
|
|
* | Docs: Fix comment out in `c-api/typeobj.rst` (#128266) | Yuki Kobayashi | 2024-12-26 | 1 | -0/+1 |
|
|
* | gh-119786: Fix typos in `InternalDocs/frames.md` (#128275) | Yan Yanchii | 2024-12-26 | 1 | -4/+4 |
|
|
* | gh-127949: add docs for asyncio policy deprecation (#128269) | Kumar Aditya | 2024-12-26 | 2 | -4/+38 |
|
|
* | gh-128198: Add missing error checks for usages of PyIter_Next() (GH-128199) | Yan Yanchii | 2024-12-25 | 3 | -0/+21 |
|
|
* | gh-128234: support emscripten and wasi in async contextlib tests by removing ... | Thomas Grainger | 2024-12-25 | 1 | -33/+61 |
|
|
* | gh-128002: use internal llist implementation for asyncio tasks (#128256) | Kumar Aditya | 2024-12-25 | 1 | -50/+20 |
|
|
* | gh-128201: Fix ``DeprecationWarning`` in ``test_pdb`` (#128202) | Kirill Podoprigora | 2024-12-25 | 1 | -16/+4 |
|
|
* | gh-128035: Add ssl.HAS_PHA to detect libssl PHA support (GH-128036) | Will Childs-Klein | 2024-12-24 | 7 | -4/+26 |
|
|
* | gh-128227: Regenerate `Doc/requirements-oldest-sphinx.txt` (#128228) | Bogdan Romanyuk | 2024-12-24 | 1 | -6/+6 |
|
|
* | gh-127847: Fix position in the special-cased zipfile seek (#127856) | Dima Ryazanov | 2024-12-24 | 3 | -1/+17 |
|
|
* | gh-127949: deprecate `asyncio.set_event_loop` (#128218) | Kumar Aditya | 2024-12-24 | 16 | -55/+77 |
|
|
* | gh-128217: Validate the normalized_environment variable instead of the simila... | Sergey Muraviov | 2024-12-24 | 1 | -1/+1 |
|
|
* | Add Windows version comments to the python manifest. (GH-127439) | AraHaan | 2024-12-24 | 1 | -0/+5 |
|
|
* | gh-127949: deprecate asyncio policy classes (#128216) | Kumar Aditya | 2024-12-24 | 8 | -34/+82 |
|
|
* | gh-127949: fix `DeprecationWarning` in test_inspect.py (#128215) | Thomas Grainger | 2024-12-24 | 1 | -15/+13 |
|
|
* | gh-128195: Add `_REPLACE_WITH_TRUE` to the tier2 optimizer (GH-128203) | Yan Yanchii | 2024-12-23 | 2 | -1/+5 |
|
|
* | pathlib tests: create test hierarchy without using class under test (#128200) | Barney Gale | 2024-12-23 | 2 | -29/+55 |
|
|
* | gh-115999: Update test_opcache to test with nested method (gh-128166) | Donghee Na | 2024-12-23 | 1 | -10/+8 |
|
|
* | gh-114203: Optimise simple recursive critical sections (#128126) | T. Wouters | 2024-12-23 | 3 | -7/+32 |
|
|
* | gh-126180: Remove getopt and optparse deprecation notices (GH-126227) | Alyssa Coghlan | 2024-12-23 | 12 | -65/+266 |
|
|
* | gh-100384: Error on `unguarded-availability` in macOS builds (#128155) | Zanie Blue | 2024-12-22 | 4 | -0/+51 |
|
|
* | gh-119786: Fix typos in `InternalDocs/interpreter.md` (#128174) | Yan Yanchii | 2024-12-22 | 1 | -4/+4 |
|
|
* | gh-127949: fix resource warnings in `test_tasks.py` (#128172) | Thomas Grainger | 2024-12-22 | 1 | -8/+8 |
|
|
* | gh-126664: revert: Use `else` instead of `finally` in docs explaining "with" ... | Gregory P. Smith | 2024-12-22 | 1 | -2/+5 |
|
|
* | GH-127807: pathlib ABCs: move private copying methods to dedicated class (#12... | Barney Gale | 2024-12-22 | 3 | -248/+261 |
|
|
* | GH-127807: pathlib ABCs: remove a few private attributes (#127851) | Barney Gale | 2024-12-22 | 2 | -56/+64 |
|
|
* | GH-127807: pathlib ABCs: remove `PurePathBase._raw_paths` (#127883) | Barney Gale | 2024-12-22 | 5 | -96/+92 |
|
|