| Commit message (Expand) | Author | Age | Files | Lines |
* | [3.12] gh-84976: Add back UTC to datetime.__all__ (GH-104920) (#106019) | Miss Islington (bot) | 2023-06-27 | 1 | -1/+1 |
|
|
* | GH-84976: Re-introduce `datetime.py` and fix reprs | Paul Ganssle | 2023-05-03 | 1 | -0/+9 |
|
|
* | GH-84976: Move Lib/datetime.py to Lib/_pydatetime | Paul Ganssle | 2023-05-03 | 1 | -2663/+0 |
|
|
* | GH-103857: Deprecate utcnow and utcfromtimestamp (#103858) | Paul Ganssle | 2023-04-27 | 1 | -1/+15 |
|
|
* | gh-83861: Fix datetime.astimezone() method (GH-101545) | Alexander Belopolsky | 2023-04-19 | 1 | -0/+5 |
|
|
* | Trivial Change: Remove unhelpful doc in `datetime.timedelta` (#100164) | Matty G | 2023-02-06 | 1 | -2/+5 |
|
|
* | gh-85432: Harmonise parameter names between C and pure-Python implementations... | Alex Waygood | 2022-12-22 | 1 | -5/+4 |
|
|
* | bpo-41260: C impl of datetime.date.strftime() takes different keyword arg (GH... | Zackery Spytz | 2022-11-25 | 1 | -2/+2 |
|
|
* | gh-98378: Add small format string example to strftime comments (GH-98379) | Alex Zvorygin | 2022-10-18 | 1 | -1/+5 |
|
|
* | gh-69142: add %:z strftime format code (gh-95983) | TW | 2022-08-28 | 1 | -21/+24 |
|
|
* | Check result of utc_to_seconds and skip fold probe in pure Python (#91582) | Paul Ganssle | 2022-05-12 | 1 | -2/+2 |
|
|
* | gh-80010: Expand fromisoformat to include most of ISO-8601 (#92177) | Paul Ganssle | 2022-05-06 | 1 | -67/+185 |
|
|
* | gh-91928: Add `datetime.UTC` alias for `datetime.timezone.utc` (GH-91973) | Kabir Kwatra | 2022-05-03 | 1 | -2/+3 |
|
|
* | bpo-26579: Add object.__getstate__(). (GH-2821) | Serhiy Storchaka | 2022-04-06 | 1 | -9/+1 |
|
|
* | Fix typo (GH-23019) | Harry | 2021-02-03 | 1 | -1/+1 |
|
|
* | bpo-41966: Fix pickling pure datetime.time subclasses (GH-22731) | scaramallion | 2020-10-18 | 1 | -1/+1 |
|
|
* | bpo-41867: List options for timespec in docstrings of isoformat methods (GH-2... | Ram Rachum | 2020-10-03 | 1 | -2/+4 |
|
|
* | bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636) | Serhiy Storchaka | 2020-05-26 | 1 | -41/+10 |
|
|
* | bpo-24416: Return named tuple from date.isocalendar() (GH-20113) | Paul Ganssle | 2020-05-16 | 1 | -3/+34 |
|
|
* | bpo-38155: Add __all__ to datetime module (GH-16203) | t k | 2019-09-19 | 1 | -0/+4 |
|
|
* | bpo-37642: Update acceptable offsets in timezone (GH-14878) | Ngalim Siregar | 2019-08-09 | 1 | -3/+6 |
|
|
* | bpo-37685: Fixed comparisons of datetime.timedelta and datetime.timezone. (GH... | Serhiy Storchaka | 2019-08-04 | 1 | -11/+11 |
|
|
* | bpo-37579: Improve equality behavior for pure Python datetime and time (GH-14... | Xtreak | 2019-07-13 | 1 | -2/+2 |
|
|
* | bpo-36004: Add date.fromisocalendar (GH-11888) | Paul Ganssle | 2019-04-29 | 1 | -0/+35 |
|
|
* | bpo-36048: Use __index__() instead of __int__() for implicit conversion if av... | Serhiy Storchaka | 2019-02-25 | 1 | -11/+26 |
|
|
* | bpo-32417: Make timedelta arithmetic respect subclasses (#10902) | Paul Ganssle | 2019-02-04 | 1 | -5/+5 |
|
|
* | bpo-22005: Fixed unpickling instances of datetime classes pickled by Python 2... | Serhiy Storchaka | 2018-12-07 | 1 | -4/+34 |
|
|
* | bpo-34454: Clean up datetime.fromisoformat surrogate handling (GH-8959) | Paul Ganssle | 2018-10-22 | 1 | -4/+4 |
|
|
* | bpo-29097: Forego fold detection on windows for low timestamp values (GH-2385) | Ammar Askar | 2018-07-25 | 1 | -0/+9 |
|
|
* | bpo-33812: Corrected astimezone for naive datetimes. (GH-7578) | Alexander Belopolsky | 2018-06-10 | 1 | -3/+6 |
|
|
* | bpo-33810 Remove unused code from datetime.py. (GH-7549) | Alexander Belopolsky | 2018-06-08 | 1 | -11/+4 |
|
|
* | bpo-15873: Implement [date][time].fromisoformat (#4699) | Paul Ganssle | 2017-12-21 | 1 | -30/+175 |
|
|
* | bpo-31222: Make (datetime|date|time).replace return subclass type in Pure Pyt... | Paul Ganssle | 2017-11-09 | 1 | -3/+3 |
|
|
* | Closes issue bpo-5288: Allow tzinfo objects with sub-minute offsets. (#2896) | Alexander Belopolsky | 2017-07-31 | 1 | -22/+29 |
|
|
* | bpo-30302 Make timedelta.__repr__ more informative. (#1493) | Utkarsh Upadhyay | 2017-07-25 | 1 | -12/+10 |
|
|
* | bpo-30822: Fix testing of datetime module. (#2530) (#2783) | Utkarsh Upadhyay | 2017-07-21 | 1 | -1/+2 |
|
|
* | Revert "bpo-30822: Fix testing of datetime module." (#2588) | Victor Stinner | 2017-07-05 | 1 | -2/+1 |
|
|
* | bpo-30822: Fix testing of datetime module. (#2530) | Utkarsh Upadhyay | 2017-07-02 | 1 | -1/+2 |
|
|
* | Issue #24773: fix datetime.time constructor docstring | Victor Stinner | 2017-01-04 | 1 | -1/+1 |
|
|
* | Issue #28752: Restored the __reduce__() methods of datetime objects. | Serhiy Storchaka | 2016-11-21 | 1 | -3/+9 |
|
|
* | Closes #27710: Disallow fold not in [0, 1] in time and datetime constructors. | Alexander Belopolsky | 2016-08-08 | 1 | -6/+8 |
|
|
* | Closes #27661: Added tzinfo keyword argument to datetime.combine. | Alexander Belopolsky | 2016-08-02 | 1 | -2/+4 |
|
|
* | Issue #27626: Merge spelling fixes from 3.5 | Martin Panter | 2016-07-28 | 1 | -1/+1 |
|\ |
|
| * | Issue #27626: Spelling fixes in docs, comments and internal names | Martin Panter | 2016-07-28 | 1 | -1/+1 |
|
|
* | | Closes issue #24773: Implement PEP 495 (Local Time Disambiguation). | Alexander Belopolsky | 2016-07-22 | 1 | -70/+172 |
|
|
* | | Issue #27125: Remove duplicated words in exception message | Martin Panter | 2016-05-30 | 1 | -1/+1 |
|
|
* | | Closes #19475: Added timespec to the datetime.isoformat() method. | Alexander Belopolsky | 2016-03-06 | 1 | -15/+36 |
|
|
* | | Merge 'used with permission' additions | Brett Cannon | 2016-01-15 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Add some "used with permission" mentions where external resources are referen... | Brett Cannon | 2016-01-15 | 1 | -0/+1 |
|
|
| * | Merge 3.4 (datetime rounding) | Victor Stinner | 2015-09-18 | 1 | -28/+22 |
| |\ |
|