| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | gh-127949: make deprecation of policy system more prominent (#128290) | Kumar Aditya | 2024-12-27 | 3 | -6/+43 |
|
|
* | gh-125887: Update PyObject_HasAttr exception behavior (#125907) | Damien | 2024-12-27 | 1 | -1/+2 |
|
|
* | gh-124761: add `socket.SO_REUSEPORT_LB` (#124961) | Thomas Grainger | 2024-12-26 | 1 | -0/+8 |
|
|
* | Docs: Fix comment out in `c-api/typeobj.rst` (#128266) | Yuki Kobayashi | 2024-12-26 | 1 | -0/+1 |
|
|
* | gh-127949: add docs for asyncio policy deprecation (#128269) | Kumar Aditya | 2024-12-26 | 2 | -4/+38 |
|
|
* | gh-128035: Add ssl.HAS_PHA to detect libssl PHA support (GH-128036) | Will Childs-Klein | 2024-12-24 | 2 | -0/+14 |
|
|
* | gh-128227: Regenerate `Doc/requirements-oldest-sphinx.txt` (#128228) | Bogdan Romanyuk | 2024-12-24 | 1 | -6/+6 |
|
|
* | gh-127949: deprecate `asyncio.set_event_loop` (#128218) | Kumar Aditya | 2024-12-24 | 1 | -0/+4 |
|
|
* | gh-127949: deprecate asyncio policy classes (#128216) | Kumar Aditya | 2024-12-24 | 1 | -0/+16 |
|
|
* | gh-126180: Remove getopt and optparse deprecation notices (GH-126227) | Alyssa Coghlan | 2024-12-23 | 11 | -65/+260 |
|
|
* | gh-126664: revert: Use `else` instead of `finally` in docs explaining "with" ... | Gregory P. Smith | 2024-12-22 | 1 | -2/+5 |
|
|
* | gh-112328: Make EnumDict usable on its own and document it (GH-123669) | Petr Viktorin | 2024-12-20 | 2 | -10/+22 |
|
|
* | Python Tutorial typo fix (#128077) | shallow-beach | 2024-12-20 | 1 | -1/+1 |
|
|
* | gh-112328: Document EnumDict in docs and release notes (GH-121720) | Md Rokibul Islam | 2024-12-19 | 2 | -1/+21 |
|
|
* | gh-127274: Defer nested methods (#128012) | mpage | 2024-12-19 | 1 | -0/+7 |
|
|
* | GH-122548: Implement branch taken and not taken events for sys.monitoring (GH... | Mark Shannon | 2024-12-19 | 4 | -10/+47 |
|
|
* | gh-128008: Add `PyWeakref_IsDead()` (GH-128009) | Sam Gross | 2024-12-19 | 1 | -0/+9 |
|
|
* | gh-127688: Add `SCHED_DEADLINE` and `SCHED_NORMAL` constants to `os` module (... | RUANG (James Roy) | 2024-12-19 | 2 | -0/+16 |
|
|
* | gh-122706: fix docs for asyncio ssl sockets (#128092) | Kumar Aditya | 2024-12-19 | 1 | -2/+2 |
|
|
* | gh-127949: deprecate `asyncio.get_event_loop_policy` (#128053) | Kumar Aditya | 2024-12-18 | 1 | -0/+4 |
|
|
* | gh-127174: add docs for asyncio.get_event_loop replacements (#127640) | Thomas Grainger | 2024-12-18 | 1 | -0/+90 |
|
|
* | gh-127949: deprecate `asyncio.set_event_loop_policy` (#128024) | Kumar Aditya | 2024-12-18 | 1 | -0/+4 |
|
|
* | Python 3.14.0a3v3.14.0a3 | Hugo van Kemenade | 2024-12-17 | 5 | -8/+8 |
|
|
* | Fix typo in itertools docs (gh-127995) | Gugubo | 2024-12-16 | 1 | -1/+1 |
|
|
* | gh-127896: Add missing documentation of `PySequence_In` (GH-127979) | Yuki Kobayashi | 2024-12-16 | 2 | -0/+13 |
|
|
* | Clarify ast docs to use a less confusing example for `ast.ParamSpec` (#127955) | Steve C | 2024-12-15 | 1 | -2/+2 |
|
|
* | gh-127852: add remark about ',' separator (#127854) | Sergey B Kirpichev | 2024-12-14 | 1 | -1/+3 |
|
|
* | Minor readability improvements for the itertools recipes (gh-127928) | Raymond Hettinger | 2024-12-13 | 1 | -39/+35 |
|
|
* | gh-127691: add type checks when using `PyUnicodeError` objects (GH-127694) | Bénédikt Tran | 2024-12-13 | 1 | -0/+6 |
|
|
* | gh-102471, PEP 757: Add PyLong import and export API (#121339) | Victor Stinner | 2024-12-13 | 3 | -0/+192 |
|
|
* | link to the correct output method in documentation (#127857) | Viktor Kálmán | 2024-12-13 | 1 | -1/+1 |
|
|
* | Document PyObject_SelfIter (#127861) | Miro Hrončok | 2024-12-13 | 2 | -0/+9 |
|
|
* | Fix typo in traceback docs (#127884) | Daniel Haag | 2024-12-12 | 1 | -1/+1 |
|
|
* | Simplify and speed-up an itertools recipe (gh-127848) | Raymond Hettinger | 2024-12-12 | 1 | -6/+6 |
|
|
* | gh-118915: C API: Document frame locals proxies. (#127720) | Peter Bierma | 2024-12-11 | 1 | -1/+21 |
|
|
* | gh-127791: Fix, document, and test `PyUnstable_AtExit` (#127793) | Peter Bierma | 2024-12-11 | 2 | -0/+13 |
|
|
* | gh-126821: Add versionadded annotation to use_system_logger feature. (#127755) | Russell Keith-Magee | 2024-12-10 | 1 | -0/+2 |
|
|
* | Docs: Fix indents in `xmlrpc.client.rst` (#127782) | Yuki Kobayashi | 2024-12-10 | 1 | -4/+4 |
|
|
* | gh-59705: Set OS thread name when Thread.name is changed (#127702) | Victor Stinner | 2024-12-10 | 1 | -0/+12 |
|
|
* | gh-101100: Fix sphinx warnings in `whatsnew/3.0.rst` (#127662) | Yuki Kobayashi | 2024-12-10 | 3 | -57/+59 |
|
|
* | gh-125420: implement `Sequence.count` API on `memoryview` objects (#125443) | Bénédikt Tran | 2024-12-10 | 1 | -1/+7 |
|
|
* | gh-127718: Add colour to `test.regrtest` output (#127719) | Hugo van Kemenade | 2024-12-10 | 1 | -0/+4 |
|
|
* | gh-125420: implement `Sequence.index` API on `memoryview` objects (#125446) | Bénédikt Tran | 2024-12-10 | 1 | -0/+9 |
|
|
* | gh-126925: Modify how iOS test results are gathered (#127592) | Russell Keith-Magee | 2024-12-09 | 3 | -4/+65 |
|
|
* | gh-101100: amend references starting with `!~` in gh-127054 (#127684) | Yuki Kobayashi | 2024-12-06 | 1 | -5/+5 |
|
|
* | GH-125413: Revert addition of `pathlib.Path.scandir()` method (#127377) | Barney Gale | 2024-12-05 | 2 | -35/+0 |
|
|
* | [Docs] GDB howto: Fix block type of a cast example (#127621) | Maciej Olko | 2024-12-05 | 1 | -1/+1 |
|
|
* | gh-127221: Add colour to unittest output (#127223) | Hugo van Kemenade | 2024-12-05 | 7 | -18/+25 |
|
|
* | gh-127413: allow to show specialized bytecode via `dis` CLI (#127414) | Bénédikt Tran | 2024-12-05 | 2 | -1/+13 |
|
|
* | gh-119182: Complete PyUnicodeWriter documentation (#127607) | Victor Stinner | 2024-12-05 | 1 | -0/+9 |
|
|