summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_pydoc
Commit message (Expand)AuthorAgeFilesLines
* gh-127146: Emscripten clean up test suite (#127984)Hood Chatham2024-12-171-1/+0
* gh-101552: Allow pydoc to display signatures in source format (#124669)Jelle Zijlstra2024-10-091-5/+5
* gh-113878: Add `doc` parameter to `dataclasses.field` (gh-114051)sobolevn2024-09-271-0/+8
* gh-122129: Improve support of method descriptors and wrappers in the help tit...Serhiy Storchaka2024-07-231-3/+10
* gh-120417: Add #noqa: F401 to tests (#120627)Victor Stinner2024-06-181-1/+2
* gh-120590: Fix test_pydoc in the refleak hunting mode (GH-120615)Serhiy Storchaka2024-06-181-8/+32
* gh-120541: Improve the "less" prompt in pydoc (GH-120543)Serhiy Storchaka2024-06-151-13/+49
* gh-119180: PEP 649 compiler changes (#119361)Jelle Zijlstra2024-06-111-3/+8
* bpo-37755: Use configured output in pydoc instead of pager (GH-15105)Enrico Tröger2024-06-081-18/+107
* gh-116303: Skip test module dependent tests if test modules are unavailable (...Erlend E. Aasland2024-04-031-6/+6
* gh-113942: Show functions implemented as builtin methods (GH-115306)Serhiy Storchaka2024-02-262-0/+16
* gh-101860: Expose __name__ on property (GH-101876)Eugene Toder2024-02-201-6/+17
* gh-107155: Fix help() for lambda function with return annotation (GH-107401)Kirill Podoprigora2024-02-171-0/+24
* gh-108303: Move all `pydoc` related test files to new `test.test_pydoc` packa...Nikita Sobolev2024-02-134-0/+2256