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
/
Lib
/
test
/
datetimetester.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.13] gh-130959: Reject whitespace in fractions, in pure Python `fromisoform...
Victor Stinner
2025-03-11
1
-0/+6
*
[3.13] gh-52551: Fix encoding issues in strftime() (GH-125193) (GH-125657)
Serhiy Storchaka
2024-10-17
1
-8/+55
*
Revert "[3.13] gh-120713: Normalize year with century for datetime.strftime (...
Serhiy Storchaka
2024-07-29
1
-20/+12
*
[3.13] gh-117398: Use the correct module loader for iOS in datetime CAPI test...
neonene
2024-07-10
1
-1/+8
*
[3.13] gh-120782: Update internal type cache when reloading datetime (GH-1208...
neonene
2024-07-03
1
-20/+32
*
[3.13] gh-120713: Normalize year with century for datetime.strftime (GH-12082...
Miss Islington (bot)
2024-06-29
1
-12/+20
*
[3.13] gh-120161: Fix a Crash in the _datetime Module (gh-120518)
Miss Islington (bot)
2024-06-14
1
-1/+43
*
[3.13] gh-117398: Add datetime C-API type check test for subinterpreters (gh-...
Miss Islington (bot)
2024-06-13
1
-0/+41
*
[3.13] gh-120268: Prohibit passing ``None`` to ``_pydatetime.date.fromtimesta...
Miss Islington (bot)
2024-06-11
1
-0/+5
*
[3.13] gh-117398: Add multiphase support to _datetime (gh-119694)
Eric Snow
2024-05-29
1
-0/+20
*
[3.13] gh-117398: Revert gh-119636, Add multiphase support to _datetime (#119...
Eric Snow
2024-05-28
1
-21/+0
*
[3.13] gh-117398: Add multiphase support to _datetime (gh-119373) (gh-119636)
Miss Islington (bot)
2024-05-27
1
-0/+21
*
[3.13] gh-117655: Prevent `test_strptime` from raising a DeprecationWarning (...
Miss Islington (bot)
2024-05-11
1
-0/+2
*
gh-117534: Add checking for input parameter in iso_to_ymd (#117543)
Vlad4896
2024-04-09
1
-0/+4
*
GH-70647: Deprecate strptime day of month parsing without a year present to a...
Gregory P. Smith
2024-04-03
1
-0/+13
*
gh-89039: Call subclass constructors in datetime.*.replace (GH-114780)
Eugene Toder
2024-02-12
1
-6/+56
*
gh-49766: Make date-datetime comparison more symmetric and flexible (GH-114760)
Serhiy Storchaka
2024-02-11
1
-28/+36
*
gh-112451: Prohibit subclassing of datetime.timezone. (#114190)
Mariusz Felisiak
2024-01-26
1
-0/+4
*
gh-108751: Add copy.replace() function (GH-108752)
Serhiy Storchaka
2023-09-06
1
-56/+81
*
GH-103944: Remove last use of `utcfromtimestamp` (#103995)
Paul Ganssle
2023-05-03
1
-15/+20
*
GH-84976: Move Lib/datetime.py to Lib/_pydatetime
Paul Ganssle
2023-05-03
1
-1/+5
*
GH-103857: Deprecate utcnow and utcfromtimestamp (#103858)
Paul Ganssle
2023-04-27
1
-21/+47
*
gh-83861: Fix datetime.astimezone() method (GH-101545)
Alexander Belopolsky
2023-04-19
1
-0/+4
*
Fix detection of presence of time.tzset (gh-101539) (#101540)
Alexander Belopolsky
2023-02-05
1
-1/+1
*
gh-85432: Harmonise parameter names between C and pure-Python implementations...
Alex Waygood
2022-12-22
1
-0/+9
*
bpo-41260: C impl of datetime.date.strftime() takes different keyword arg (GH...
Zackery Spytz
2022-11-25
1
-0/+3
*
gh-69142: add %:z strftime format code (gh-95983)
TW
2022-08-28
1
-10/+11
*
gh-91838: Resolve HTTP links which redirect to HTTPS (GH-95642)
Serhiy Storchaka
2022-08-04
1
-1/+1
*
gh-84623: Remove unused imports in tests (#93772)
Victor Stinner
2022-06-13
1
-1/+0
*
Check result of utc_to_seconds and skip fold probe in pure Python (#91582)
Paul Ganssle
2022-05-12
1
-36/+92
*
gh-80010: Expand fromisoformat to include most of ISO-8601 (#92177)
Paul Ganssle
2022-05-06
1
-5/+246
*
gh-91928: Add `datetime.UTC` alias for `datetime.timezone.utc` (GH-91973)
Kabir Kwatra
2022-05-03
1
-1/+6
*
bpo-26579: Add object.__getstate__(). (GH-2821)
Serhiy Storchaka
2022-04-06
1
-2/+4
*
bpo-40280: Detect presence of time.tzset and thread_time clock (GH-31898)
Christian Heimes
2022-03-15
1
-0/+3
*
bpo-46587: Skip tests if strftime does not support glibc extension (GH-31873)
Christian Heimes
2022-03-15
1
-1/+2
*
bpo-46198: rename duplicate tests and remove unused code (GH-30297)
Nikita Sobolev
2022-03-10
1
-4/+0
*
bpo-45668: Fix PGO tests without test extensions (GH-29315)
Christian Heimes
2021-11-01
1
-1/+5
*
Fix typos in the Lib directory (GH-28775)
Christian Clauss
2021-10-06
1
-2/+2
*
bpo-45060: Get rid of few uses of the equality operators with None (GH-28087)
Serhiy Storchaka
2021-08-31
1
-1/+1
*
bpo-43295: Fix error handling of datetime.strptime format string '%z' (GH-24627)
Noor Michael
2021-03-03
1
-0/+1
*
bpo-41966: Fix pickling pure datetime.time subclasses (GH-22731)
scaramallion
2020-10-18
1
-0/+3
*
bpo-30155: Add macros to get tzinfo from datetime instances (GH-21633)
Zackery Spytz
2020-09-23
1
-4/+10
*
bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)
Serhiy Storchaka
2020-05-26
1
-34/+12
*
bpo-24416: Return named tuple from date.isocalendar() (GH-20113)
Paul Ganssle
2020-05-16
1
-13/+38
*
bpo-38155: Add __all__ to datetime module (GH-16203)
t k
2019-09-19
1
-0/+6
*
bpo-35066: Make trailing percent test more portable. (GH-15907)
Benjamin Peterson
2019-09-11
1
-4/+9
*
Skip zoneinfo tests on VxWorks (#13535)
hliu0
2019-09-10
1
-0/+2
*
bpo-15999: Clean up of handling boolean arguments. (GH-15610)
Serhiy Storchaka
2019-09-01
1
-8/+8
*
bpo-36833: Add tests for Datetime C API Macros (GH-14842)
Joannah Nanjekye
2019-08-29
1
-0/+59
*
bpo-37372: Fix error unpickling datetime.time objects from Python 2 with seco...
Justin Blanchard
2019-08-29
1
-9/+18
[next]