summaryrefslogtreecommitdiffstats
path: root/Lib/_pydatetime.py
Commit message (Expand)AuthorAgeFilesLines
* [3.13] gh-120268: Prohibit passing ``None`` to ``_pydatetime.date.fromtimesta...Miss Islington (bot)2024-06-111-0/+2
* gh-49766: Make date-datetime comparison more symmetric and flexible (GH-114760)Serhiy Storchaka2024-02-111-24/+11
* gh-106392: Fix inconsistency in deprecation warnings in datetime module (GH-1...Serhiy Storchaka2024-01-301-3/+3
* gh-112451: Prohibit subclassing of datetime.timezone. (#114190)Mariusz Felisiak2024-01-261-0/+3
* gh-109495: Remove unused slots from the Python implementation of datetime (GH...James Hilton-Balfe2023-09-291-1/+1
* Fix date.__repr__() docstring (#109422)Christopher Yeh2023-09-151-7/+3
* Docs: Fix typo in datetime.tzinfo docstring (#107257)Mikhail Samylov2023-09-061-1/+1
* gh-108751: Add copy.replace() function (GH-108752)Serhiy Storchaka2023-09-061-0/+6
* gh-106392: Fix inconsistency in deprecation warnings (#106436)William Andrea2023-09-011-2/+2
* GH-84976: Re-introduce `datetime.py` and fix reprsPaul Ganssle2023-05-031-29/+13
* GH-84976: Move Lib/datetime.py to Lib/_pydatetimePaul Ganssle2023-05-031-0/+2663