Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | GH-70647: Deprecate strptime day of month parsing without a year present to ↵ | Gregory P. Smith | 2024-04-03 |
| | | | | avoid leap-year bugs (GH-117107) | ||
* | gh-68968: Correcting message display issue with assertEqual (#103937) | Michael Blahay | 2023-05-04 |
| | |||
* | Revert "bpo-45162: Revert "Remove many old deprecated unittest features"" ↵ | Serhiy Storchaka | 2022-06-26 |
| | | | | | | (GH-92556) This reverts commit b50322d20337ca468f2070eedb051a16ee1eba94. | ||
* | gh-93839: Move Lib/unttest/test/ to Lib/test/test_unittest/ (#94043) | Victor Stinner | 2022-06-21 |
* Move Lib/unittest/test/ to Lib/test/test_unittest/ * Remove Lib/test/test_unittest.py * Replace unittest.test with test.test_unittest * Remove unittest.load_tests() * Rewrite unittest __init__.py and __main__.py * Update build system, CODEOWNERS, and wasm_assets.py |