Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GH-84976: Re-introduce `datetime.py` and fix reprs | Paul Ganssle | 2023-05-03 | 1 | -29/+13 |
| | | | | | Without the change to the reprs, pure-python classes would have a repr of `datetime._pydatetime.time`, etc. | ||||
* | GH-84976: Move Lib/datetime.py to Lib/_pydatetime | Paul Ganssle | 2023-05-03 | 1 | -0/+2663 |
This breaks the tests, but we are keeping it as a separate commit so that the move operation and editing of the moved files are separate, for a cleaner history. |