summaryrefslogtreecommitdiff
path: root/Lib/datetime.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-37642: Update acceptable offsets in timezone (GH-14878) (#15227)Paul Ganssle2019-08-151-3/+6
* bpo-37685: Fixed comparisons of datetime.timedelta and datetime.timezone. (GH...Miss Islington (bot)2019-08-041-11/+11
* bpo-37579: Improve equality behavior for pure Python datetime and time (GH-14...Miss Islington (bot)2019-07-131-2/+2
* bpo-36004: Add date.fromisocalendar (GH-11888)Paul Ganssle2019-04-291-0/+35
* bpo-36048: Use __index__() instead of __int__() for implicit conversion if av...Serhiy Storchaka2019-02-251-11/+26
* bpo-32417: Make timedelta arithmetic respect subclasses (#10902)Paul Ganssle2019-02-041-5/+5
* bpo-22005: Fixed unpickling instances of datetime classes pickled by Python 2...Serhiy Storchaka2018-12-071-4/+34
* bpo-34454: Clean up datetime.fromisoformat surrogate handling (GH-8959)Paul Ganssle2018-10-221-4/+4
* bpo-29097: Forego fold detection on windows for low timestamp values (GH-2385)Ammar Askar2018-07-251-0/+9
* bpo-33812: Corrected astimezone for naive datetimes. (GH-7578)Alexander Belopolsky2018-06-101-3/+6
* bpo-33810 Remove unused code from datetime.py. (GH-7549)Alexander Belopolsky2018-06-081-11/+4
* bpo-15873: Implement [date][time].fromisoformat (#4699)Paul Ganssle2017-12-211-30/+175
* bpo-31222: Make (datetime|date|time).replace return subclass type in Pure Pyt...Paul Ganssle2017-11-091-3/+3
* Closes issue bpo-5288: Allow tzinfo objects with sub-minute offsets. (#2896)Alexander Belopolsky2017-07-311-22/+29
* bpo-30302 Make timedelta.__repr__ more informative. (#1493)Utkarsh Upadhyay2017-07-251-12/+10
* bpo-30822: Fix testing of datetime module. (#2530) (#2783)Utkarsh Upadhyay2017-07-211-1/+2
* Revert "bpo-30822: Fix testing of datetime module." (#2588)Victor Stinner2017-07-051-2/+1
* bpo-30822: Fix testing of datetime module. (#2530)Utkarsh Upadhyay2017-07-021-1/+2
* Issue #24773: fix datetime.time constructor docstringVictor Stinner2017-01-041-1/+1
* Issue #28752: Restored the __reduce__() methods of datetime objects.Serhiy Storchaka2016-11-221-3/+9
* Closes #27710: Disallow fold not in [0, 1] in time and datetime constructors.Alexander Belopolsky2016-08-081-6/+8
* Closes #27661: Added tzinfo keyword argument to datetime.combine.Alexander Belopolsky2016-08-021-2/+4
* Issue #27626: Merge spelling fixes from 3.5Martin Panter2016-07-281-1/+1
|\
| * Issue #27626: Spelling fixes in docs, comments and internal namesMartin Panter2016-07-281-1/+1
* | Closes issue #24773: Implement PEP 495 (Local Time Disambiguation).Alexander Belopolsky2016-07-221-70/+172
* | Issue #27125: Remove duplicated words in exception messageMartin Panter2016-05-301-1/+1
* | Closes #19475: Added timespec to the datetime.isoformat() method.Alexander Belopolsky2016-03-061-15/+36
* | Merge 'used with permission' additionsBrett Cannon2016-01-151-0/+1
|\ \ | |/
| * Add some "used with permission" mentions where external resources are referen...Brett Cannon2016-01-151-0/+1
| * Merge 3.4 (datetime rounding)Victor Stinner2015-09-181-28/+22
| |\
| | * Issue #23517: Fix rounding in fromtimestamp() and utcfromtimestamp() methodsVictor Stinner2015-09-181-29/+22
* | | cleanup datetime codeVictor Stinner2015-09-091-7/+0
* | | Issue #23517: fromtimestamp() and utcfromtimestamp() methods ofVictor Stinner2015-09-091-1/+1
* | | Revert change 0eb8c182131e:Victor Stinner2015-09-081-2/+2
* | | Closes Issue#22241: timezone.utc name is now plain 'UTC', not 'UTC-00:00'.Alexander Belopolsky2015-09-061-0/+2
* | | Issue #23517: Fix implementation of the ROUND_HALF_UP rounding mode inVictor Stinner2015-09-041-27/+21
* | | Issue #23517: fromtimestamp() and utcfromtimestamp() methods ofVictor Stinner2015-09-031-2/+2
* | | Issue #23517: datetime.timedelta constructor now rounds microseconds to nearestVictor Stinner2015-09-021-2/+10
|/ /
* | Issue #23641: Cleaned out legacy dunder names from tests and docs.Serhiy Storchaka2015-03-121-3/+4
|\ \ | |/
| * Issue #23641: Cleaned out legacy dunder names from tests and docs.Serhiy Storchaka2015-03-121-3/+4
* | Closes issue #22791: Improved datetime from timestamp methods documentation.Alexander Belopolsky2015-03-011-1/+1
* | Fixes #23521: Corrected pure python implementation of timedelta division.Alexander Belopolsky2015-02-281-3/+23
|\ \ | |/
| * Fixes #23521: Corrected pure python implementation of timedelta division.Alexander Belopolsky2015-02-281-3/+23
* | Issue #23326: Removed __ne__ implementations. Since fixing default __ne__Serhiy Storchaka2015-01-311-25/+0
* | Closes issue #20858: Enhancements/fixes to pure-python datetime moduleAlexander Belopolsky2014-09-281-134/+147
* | Issue #22033: Reprs of most Python implemened classes now contain actualSerhiy Storchaka2014-07-251-20/+29
* | remove the ability of datetime.time to be considered false (closes #13936)Benjamin Peterson2014-03-201-6/+0
|/
* improve commentBenjamin Peterson2013-08-291-2/+2
* make lists uniformly integers for the benefit of pypyBenjamin Peterson2013-08-291-2/+3
* Issue #18783: Removed existing mentions of Python long type in docstrings,Serhiy Storchaka2013-08-271-2/+2
|\