summaryrefslogtreecommitdiff
path: root/Doc/library/datetime.rst
Commit message (Expand)AuthorAgeFilesLines
* bpo-37488 : Document a warning for datetime.utcnow() and utcfromtimestamp() (...Joannah Nanjekye2019-09-111-16/+34
* Overhaul datetime documentation (GH-13410)Brad2019-09-111-476/+729
* bpo-37979: Add alternative to fromisoformat in documentation (GH-15596)Paul Ganssle2019-08-291-1/+3
* Clarify argument types in datetime docs. (GH-15459)Jürgen Gmach2019-08-241-3/+3
* bpo-34903: Document that some strptime formats only require 1 digit (GH-14149)Mike Gleen2019-06-181-15/+20
* bpo-30699: Improve example on datetime tzinfo instances (GH-4290)Mario Corchero2019-06-041-51/+60
* bpo-19376: Added doc mentioning `datetime.strptime()` without a year fails fo...Abhishek Kumar Singh2019-05-181-0/+4
* bpo-36004: Add date.fromisocalendar (GH-11888)Paul Ganssle2019-04-291-0/+17
* bpo-36138: Clarify docs about converting datetime.timedelta to scalars. (GH-1...Yasser A2019-03-161-3/+5
* bpo-34512: Document platform-specific strftime() behavior for non-ASCII forma...Alexey Izbyshev2019-01-121-0/+6
* bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231)Serhiy Storchaka2018-10-311-3/+4
* bpo-27741: Better wording for datetime.strptime() (GH-9994)Gus Goulart2018-10-291-1/+3
* bpo-35054: Add yet more index entries for symbols. (GH-10121)Serhiy Storchaka2018-10-281-1/+1
* bpo-35054: Add more index entries for symbols. (GH-10064)Serhiy Storchaka2018-10-261-0/+3
* bpo-34158: Documentation UTC offset update (GH-8377)Christophe Nanteuil2018-10-051-20/+21
* bpo-34365: Update date object documentation (GH-8814)Danish Prakash2018-09-111-4/+3
* bpo-30516: Fix documentation issue with -timedelta in datetime (GH-7348)Farhaan Bukhsh2018-07-041-5/+6
* bpo-33812: Corrected astimezone for naive datetimes. (GH-7578)Alexander Belopolsky2018-06-101-2/+1
* Fix duplicating words words. (GH-6296)Serhiy Storchaka2018-03-281-2/+2
* bpo-15873: Implement [date][time].fromisoformat (#4699)Paul Ganssle2017-12-211-1/+47
* bpo-31545: Update documentation containing timedelta repr. (GH-3687)Utkarsh Upadhyay2017-10-271-6/+6
* Closes bpo-31800: Support for colon when parsing time offsets (#4015)Mario Corchero2017-10-251-0/+7
* Closes issue bpo-5288: Allow tzinfo objects with sub-minute offsets. (#2896)Alexander Belopolsky2017-07-311-21/+49
* bpo-30302: Update WhatsNew and documentation. (#2929)Utkarsh Upadhyay2017-07-281-1/+1
* bpo-30302 Make timedelta.__repr__ more informative. (#1493)Utkarsh Upadhyay2017-07-251-3/+4
* bpo-30583: Fix typo in datetime dateutil documentation (GH-1972)wim glenn2017-06-061-2/+2
* Remove trailing semicolon in datetime doc example (GH-1653)delirious-lettuce2017-05-181-1/+1
* bpo-27200: Fix doctests in programming.rst and datetime.rst (#401)Marco Buttu2017-03-181-3/+7
* Issue #29078: Merge 3.5.Xiang Zhang2016-12-271-1/+1
|\
| * Issue #29078: Add the missing import in datetime.time doc example.Xiang Zhang2016-12-271-1/+1
* | Issue #21818: Fixed references to classes that have names matching with moduleSerhiy Storchaka2016-12-021-3/+3
|\ \ | |/
| * Issue #21818: Fixed references to classes that have names matching with moduleSerhiy Storchaka2016-12-021-3/+3
* | Issue #27895: Spelling fixes (Contributed by Ville Skyttä).Raymond Hettinger2016-08-301-1/+1
* | Closes #27595: Document PEP 495 (Local Time Disambiguation) features.Alexander Belopolsky2016-08-241-42/+113
* | Closes #27661: Added tzinfo keyword argument to datetime.combine.Alexander Belopolsky2016-08-021-5/+12
* | Merge Issue #22558.Terry Jan Reedy2016-06-111-0/+3
|\ \ | |/
| * Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-0/+3
* | Fix typos in datetime documentation.Berker Peksag2016-06-041-2/+2
* | Issue #27076: More doc and comment spelling fixes for 3.6, by Ville SkyttäMartin Panter2016-05-261-1/+1
* | Issue #26736: Used HTTPS for external links in the documentation if possible.Serhiy Storchaka2016-05-071-2/+2
|\ \ | |/
| * Issue #26736: Used HTTPS for external links in the documentation if possible.Serhiy Storchaka2016-05-071-2/+2
* | Issue #26957: Remove duplicate 'the' from datetime documentationBerker Peksag2016-05-041-1/+1
|\ \ | |/
| * Issue #26957: Remove duplicate 'the' from datetime documentationBerker Peksag2016-05-041-1/+1
* | Issue #26678: Merge datetime doc fixes from 3.5Martin Panter2016-04-011-59/+63
|\ \ | |/
| * Issue #26678: Fix indexing of datetime.tzinfo and timezone classesMartin Panter2016-04-011-59/+63
* | Closes #19475: Added timespec to the datetime.isoformat() method.Alexander Belopolsky2016-03-061-3/+67
* | Issue #25179: Documentation for formatted string literals aka f-stringsMartin Panter2016-02-131-3/+6
* | Merge string formatting doc fixes from 3.5Martin Panter2016-02-081-3/+3
|\ \ | |/
| * Issue #25179: Preparatory cleanup of existing docs on string formattingMartin Panter2016-02-081-3/+3
* | Closes issue #12006: Add ISO 8601 year, week, and day directives to strptime.Alexander Belopolsky2015-10-061-1/+36