summaryrefslogtreecommitdiffstats
path: root/Lib/_pydatetime.py
Commit message (Collapse)AuthorAgeFilesLines
* GH-84976: Re-introduce `datetime.py` and fix reprsPaul Ganssle2023-05-031-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/_pydatetimePaul Ganssle2023-05-031-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.