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
*
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
*
bpo-37915: Fix comparison between tzinfo objects and timezone objects (GH-15390)
Pablo Galindo
2019-08-22
1
-0/+5
*
bpo-37642: Update acceptable offsets in timezone (GH-14878)
Ngalim Siregar
2019-08-09
1
-0/+25
*
bpo-37685: Fixed comparisons of datetime.timedelta and datetime.timezone. (GH...
Serhiy Storchaka
2019-08-04
1
-44/+30
*
bpo-37579: Improve equality behavior for pure Python datetime and time (GH-14...
Xtreak
2019-07-13
1
-0/+20
*
bpo-34903: Document that some strptime formats only require 1 digit (GH-14149)
Mike Gleen
2019-06-18
1
-0/+35
*
bpo-36782: Created C API wrappers and added missing tests for functions in th...
Edison A
2019-05-17
1
-3/+94
*
bpo-36766: Typos in docs and code comments (GH-13116)
penguindustin
2019-05-06
1
-1/+1
*
bpo-36004: Add date.fromisocalendar (GH-11888)
Paul Ganssle
2019-04-29
1
-0/+76
*
bpo-36025: Fix PyDate_FromTimestamp API (GH-11922)
Paul Ganssle
2019-04-27
1
-0/+35
*
bpo-36048: Use __index__() instead of __int__() for implicit conversion if av...
Serhiy Storchaka
2019-02-25
1
-3/+4
*
bpo-32417: Make timedelta arithmetic respect subclasses (#10902)
Paul Ganssle
2019-02-04
1
-10/+73
*
bpo-35066: _dateime.datetime.strftime copies trailing '%' (GH-10692)
MichaelSaah
2019-01-14
1
-0/+11
*
bpo-22005: Fixed unpickling instances of datetime classes pickled by Python 2...
Serhiy Storchaka
2018-12-07
1
-0/+116
*
bpo-35021: Fix assertion failures in _datetimemodule.c. (GH-10039)
Serhiy Storchaka
2018-11-20
1
-6/+37
*
bpo-34482: test datetime classes' handling of non-UTF-8-encodable strings (GH...
Alexey Izbyshev
2018-10-23
1
-0/+40
*
bpo-34454: Clean up datetime.fromisoformat surrogate handling (GH-8959)
Paul Ganssle
2018-10-22
1
-0/+9
*
bpo-34454: fix .fromisoformat() methods crashing on inputs with surrogate cod...
Paul Ganssle
2018-08-23
1
-1/+8
*
bpo-29097: Forego fold detection on windows for low timestamp values (GH-2385)
Ammar Askar
2018-07-25
1
-1/+6
[next]