summaryrefslogtreecommitdiffstats
path: root/Doc/library/datetime.rst
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-115403: Remove extra colon after "Examples" in datetime documentati...Miss Islington (bot)2024-02-141-1/+1
* [3.12] Correct timedelta description (GH-101417) (GH-114938)Miss Islington (bot)2024-02-021-3/+3
* [3.12] Fix indentation of "versionchanged" in datetime.rst (GH-114933) (GH-11...Miss Islington (bot)2024-02-021-3/+3
* [3.12] gh-114728: Fix documentation for comparison of objects in datetime mod...Miss Islington (bot)2024-02-021-68/+50
* [3.12] gh-105031: Clarify datetime documentation for ISO8601 (GH-105049) (GH-...Miss Islington (bot)2024-02-011-3/+15
* [3.12] Fix more references to datetime and time classes (GH-114717) (GH-114725)Serhiy Storchaka2024-01-291-2/+2
* [3.12] gh-101100: Fix datetime reference warnings (GH-114661) (GH-114716)Miss Islington (bot)2024-01-291-53/+53
* [3.12] Docs: align usage of versionadded/versionchanged with recommended prac...Erlend E. Aasland2024-01-231-10/+10
* [3.12] gh-112925: Fix error in example of `datetime.time.fromisoformat` and a...Miss Islington (bot)2023-12-231-1/+3
* [3.12] gh-101100: Fix various Sphinx warnings for dunder references in the `l...Miss Islington (bot)2023-12-151-1/+2
* [3.12] Glossary: Add "static type checker" (GH-111837) (#111854)Miss Islington (bot)2023-11-081-1/+2
* [3.12] gh-105563: reference DateType in datetime's documentation (GH-105946) ...Miss Islington (bot)2023-09-021-0/+4
* [3.12] Docs: Add link to skip to datetime's format codes (GH-108027) (#108329)Miss Islington (bot)2023-08-221-0/+6
* GH-103857: Deprecate utcnow and utcfromtimestamp (#103858)Paul Ganssle2023-04-271-0/+8
* gh-99032: datetime docs: Encoding is no longer relevant (#93365)William Andrea2023-04-241-4/+1
* gh-94300: Update datetime.strptime documentation (#95318)Howie Zhao2023-04-241-1/+1
* gh-100574: add examples/links to the `strptime`/`strftime` docs (#100575)Ezio Melotti2023-04-081-21/+26
* GH-101898: Fix missing term references for hashable definition (#101899)Furkan Onder2023-02-141-1/+1
* datetime.rst: fix combine() signature (#101490)John Belmonte2023-02-011-1/+1
* datetime.rst: improve combine() docs (#101338)John Belmonte2023-01-261-4/+3
* gh-101041: Fix a misspelled name of `utctimetuple` in a doc warning (GH-101042)Oleg Iarygin2023-01-151-1/+1
* gh-99728: correct typo in `datetime` format codes documentation (#99750)Brad Wolfe2022-12-101-1/+1
* gh-99087: Add missing newline for prompts in docs (GH-98993)Stanley2022-12-091-0/+1
* Docs: Fix backtick errors found by sphinx-lint (#97998)Hugo van Kemenade2022-10-071-2/+2
* gh-69142: add %:z strftime format code (gh-95983)TW2022-08-281-2/+14
* Improve documentation for adding datetime and timedelta (gh-95403)BenjaminHelyer2022-07-291-2/+2
* Fix documentation to include possible Exception (#94818)Guy Yagev2022-07-181-2/+2
* gh-93851: Fix all broken links in Doc/ (GH-93853)Oleg Iarygin2022-06-211-1/+1
* Restore default role check in `make check`. (#92290)Ezio Melotti2022-05-151-1/+1
* gh-80010: Expand fromisoformat to include most of ISO-8601 (#92177)Paul Ganssle2022-05-061-35/+48
* gh-91928: Add `datetime.UTC` alias for `datetime.timezone.utc` (GH-91973)Kabir Kwatra2022-05-031-0/+6
* Update documentation in datetime module strftime-and-strptime-behavior fix ty...Evan2022-01-191-5/+5
* bpo-33381: [doc] strftime's %f option may pad zeros on the left or the right ...Vishal Pandey2021-11-301-2/+2
* Add zoneinfo to the datetime documentation (GH-29038)Paul Ganssle2021-10-191-4/+6
* bpo-9811: [doc] strftime handling of unsupported format specifiers is platfor...Irit Katriel2021-09-101-1/+2
* [doc] Fix missing commas in signatures (#23693)Andre Delfino2020-12-221-2/+2
* Reword aware/naive introduction sentence (GH-20175)Mathieu Dupuy2020-05-211-1/+2
* Doc: move a dot outside double quotes (GH-20007)Mathieu Dupuy2020-05-171-1/+1
* bpo-24416: Return named tuple from date.isocalendar() (GH-20113)Paul Ganssle2020-05-161-8/+12
* [typo] fix dupe in datetime.fromisoformat docs (GH-17295)Michael Morehouse2019-12-231-2/+0
* Add missing markup (GH-17680)cocoatomo2019-12-221-1/+1
* Fix typos (GH-17423)Ofek Lev2019-12-011-2/+2
* bpo-22377: Fixes documentation for %Z in datetime (GH-16507)Karl Dubost2019-11-261-4/+13
* 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