index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
library
/
datetime.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-85453: Improve variable mark up for datetime.rst (#120702)
edson duarte
2024-10-14
1
-17/+17
*
gh-124832: Add a note to indicate that `datetime.now` may return the same ins...
spacemanspiff2007
2024-10-08
1
-0/+4
*
Highlight `datetime.timedelta.seconds` vs `.total_seconds()` in docs. (GH-124...
Gregory P. Smith
2024-10-01
1
-1/+15
*
gh-41431: Add `datetime.time.strptime()` and `datetime.date.strptime()` (#120...
Nice Zombies
2024-09-25
1
-15/+62
*
gh-85453: Improve instance attributes mark up on datetime.rst (#123655)
edson duarte
2024-09-05
1
-9/+15
*
gh-123517: Remove unnecessary ``:meth:`` parentheses (#123518)
Wei-Hsiang (Matt) Wang
2024-09-01
1
-2/+2
*
gh-85453: Fix 'timezone' vs. 'time zone' spelling issues in datetime.rst (#11...
edson duarte
2024-07-16
1
-24/+24
*
gh-120345: Fix incorrect use of the :class: role with the "()" suffix (GH-120...
Serhiy Storchaka
2024-06-12
1
-1/+1
*
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder
2024-05-08
1
-2/+2
*
Fix several typos in documentation (GH-118625)
Xie Yanbo
2024-05-07
1
-2/+2
*
gh-85453: Consistent backquotes on None occurences across datetime.rst (#118282)
edson duarte
2024-04-30
1
-1/+1
*
gh-85453: Make numeric literals consistent across datetime.rst (#118245)
edson duarte
2024-04-24
1
-3/+3
*
gh-85453: Adapt datetime.rst to devguide recommendations for code snippets an...
edson duarte
2024-04-24
1
-45/+45
*
Docs: add link roles with Sphinx extlinks (#117850)
Hugo van Kemenade
2024-04-15
1
-1/+1
*
GH-70647: Deprecate strptime day of month parsing without a year present to a...
Gregory P. Smith
2024-04-03
1
-0/+37
*
gh-116035: Document that both tzinfo and fold are ignored in comparisons if t...
Serhiy Storchaka
2024-03-01
1
-2/+8
*
gh-115403: Remove extra colon after "Examples" in datetime documentation (#11...
Stanislav Lyu
2024-02-14
1
-1/+1
*
gh-49766: Make date-datetime comparison more symmetric and flexible (GH-114760)
Serhiy Storchaka
2024-02-11
1
-6/+26
*
Correct timedelta description (GH-101417)
John Belmonte
2024-02-02
1
-3/+3
*
Fix indentation of "versionchanged" in datetime.rst (GH-114933)
Serhiy Storchaka
2024-02-02
1
-3/+3
*
gh-114728: Fix documentation for comparison of objects in datetime module (GH...
Serhiy Storchaka
2024-02-02
1
-68/+50
*
gh-105031: Clarify datetime documentation for ISO8601 (GH-105049)
Nicholas Hollander
2024-02-01
1
-3/+15
*
Fix more references to datetime and time classes (GH-114717)
Serhiy Storchaka
2024-01-29
1
-4/+4
*
gh-101100: Fix datetime reference warnings (GH-114661)
Skip Montanaro
2024-01-29
1
-53/+53
*
Docs: align usage of versionadded/versionchanged with recommended practice (#...
Erlend E. Aasland
2024-01-22
1
-10/+10
*
gh-112925: Fix error in example of `datetime.time.fromisoformat` and add doct...
F-park
2023-12-23
1
-1/+3
*
gh-101100: Fix various Sphinx warnings for dunder references in the `library/...
Alex Waygood
2023-12-15
1
-1/+2
*
Glossary: Add "static type checker" (#111837)
Jelle Zijlstra
2023-11-08
1
-1/+2
*
gh-108751: Add copy.replace() function (GH-108752)
Serhiy Storchaka
2023-09-06
1
-0/+9
*
gh-105563: reference DateType in datetime's documentation (#105946)
TATHAGATA ROY
2023-09-01
1
-0/+4
*
Docs: Add link to skip to datetime's format codes (#108027)
Hugo van Kemenade
2023-08-22
1
-0/+6
*
GH-103857: Deprecate utcnow and utcfromtimestamp (#103858)
Paul Ganssle
2023-04-27
1
-0/+8
*
gh-99032: datetime docs: Encoding is no longer relevant (#93365)
William Andrea
2023-04-24
1
-4/+1
*
gh-94300: Update datetime.strptime documentation (#95318)
Howie Zhao
2023-04-24
1
-1/+1
*
gh-100574: add examples/links to the `strptime`/`strftime` docs (#100575)
Ezio Melotti
2023-04-08
1
-21/+26
*
GH-101898: Fix missing term references for hashable definition (#101899)
Furkan Onder
2023-02-14
1
-1/+1
*
datetime.rst: fix combine() signature (#101490)
John Belmonte
2023-02-01
1
-1/+1
*
datetime.rst: improve combine() docs (#101338)
John Belmonte
2023-01-26
1
-4/+3
*
gh-101041: Fix a misspelled name of `utctimetuple` in a doc warning (GH-101042)
Oleg Iarygin
2023-01-15
1
-1/+1
*
gh-99728: correct typo in `datetime` format codes documentation (#99750)
Brad Wolfe
2022-12-10
1
-1/+1
*
gh-99087: Add missing newline for prompts in docs (GH-98993)
Stanley
2022-12-09
1
-0/+1
*
Docs: Fix backtick errors found by sphinx-lint (#97998)
Hugo van Kemenade
2022-10-07
1
-2/+2
*
gh-69142: add %:z strftime format code (gh-95983)
TW
2022-08-28
1
-2/+14
*
Improve documentation for adding datetime and timedelta (gh-95403)
BenjaminHelyer
2022-07-29
1
-2/+2
*
Fix documentation to include possible Exception (#94818)
Guy Yagev
2022-07-18
1
-2/+2
*
gh-93851: Fix all broken links in Doc/ (GH-93853)
Oleg Iarygin
2022-06-21
1
-1/+1
*
Restore default role check in `make check`. (#92290)
Ezio Melotti
2022-05-15
1
-1/+1
*
gh-80010: Expand fromisoformat to include most of ISO-8601 (#92177)
Paul Ganssle
2022-05-06
1
-35/+48
*
gh-91928: Add `datetime.UTC` alias for `datetime.timezone.utc` (GH-91973)
Kabir Kwatra
2022-05-03
1
-0/+6
*
Update documentation in datetime module strftime-and-strptime-behavior fix ty...
Evan
2022-01-19
1
-5/+5
[next]