Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-81682: Fix test failures when CPython is built without docstrings (GH-113410) | Serhiy Storchaka | 2023-12-23 | 1 | -1/+1 |
| | |||||
* | gh-112414: Add additional unit tests for calling `repr()` on a namespace ↵ | Alex Waygood | 2023-11-28 | 1 | -0/+30 |
| | | | | | package (#112475) Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com> | ||||
* | gh-108303: Move more files to `Lib/test/test_module` (#111880) | Nikita Sobolev | 2023-11-09 | 3 | -1/+39 |
| | |||||
* | gh-108303: Move `ann_module*.py` files to `typinganndata/` folder (#108354) | Nikita Sobolev | 2023-08-23 | 1 | -1/+3 |
| | |||||
* | gh-106016: Add Lib/test/test_module/ directory (#108293) | Victor Stinner | 2023-08-22 | 5 | -0/+395 |
* Move Python scripts related to test_module to this new directory: good_getattr.py and bad_getattrX.py scripts. * Move Lib/test/test_module.py to Lib/test/test_module/__init__.py. |