Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-116303: Skip test module dependent tests if test modules are unavailable ↵ | Erlend E. Aasland | 2024-04-03 | 1 | -6/+6 |
| | | | | (#117341) | ||||
* | gh-113942: Show functions implemented as builtin methods (GH-115306) | Serhiy Storchaka | 2024-02-26 | 1 | -0/+12 |
| | | | | Pydoc no longer skips global functions implemented as builtin methods, such as MethodDescriptorType and WrapperDescriptorType. | ||||
* | gh-101860: Expose __name__ on property (GH-101876) | Eugene Toder | 2024-02-20 | 1 | -6/+17 |
| | | | | | Useful for introspection and consistent with functions and other descriptors. | ||||
* | gh-107155: Fix help() for lambda function with return annotation (GH-107401) | Kirill Podoprigora | 2024-02-17 | 1 | -0/+24 |
| | |||||
* | gh-108303: Move all `pydoc` related test files to new `test.test_pydoc` ↵ | Nikita Sobolev | 2024-02-13 | 1 | -0/+2015 |
package (#114506) |