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
*
bpo-41966: Fix pickling pure datetime.time subclasses (GH-22731) (GH-22748)
Miss Skeleton (bot)
2020-10-18
1
-0/+3
*
bpo-35066: Make trailing percent test more portable. (GH-15907)
Miss Islington (bot)
2019-09-11
1
-4/+9
*
bpo-37372: Fix error unpickling datetime.time objects from Python 2 with seco...
Miss Islington (bot)
2019-08-29
1
-9/+18
*
bpo-37915: Fix comparison between tzinfo objects and timezone objects (GH-15390)
Miss Islington (bot)
2019-08-23
1
-0/+5
*
bpo-37642: Update acceptable offsets in timezone (GH-14878) (#15227)
Paul Ganssle
2019-08-15
1
-0/+25
*
bpo-37685: Fixed comparisons of datetime.timedelta and datetime.timezone. (GH...
Miss Islington (bot)
2019-08-04
1
-44/+30
*
bpo-37579: Improve equality behavior for pure Python datetime and time (GH-14...
Miss Islington (bot)
2019-07-13
1
-0/+20
*
bpo-34903: Document that some strptime formats only require 1 digit (GH-14149)
Miss Islington (bot)
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
*
bpo-33812: Corrected astimezone for naive datetimes. (GH-7578)
Alexander Belopolsky
2018-06-10
1
-9/+16
*
Datetime test coverage (#7544)
Alexander Belopolsky
2018-06-08
1
-3/+9
*
Test that new_timezone can return the UTC singleton (gh-5318)
Paul Ganssle
2018-02-22
1
-0/+22
*
bpo-32746: Fix multiple typos (GH-5144)
Leo Arias
2018-02-04
1
-1/+1
*
bpo-10381: Add timezone to datetime C API (#5032)
Paul Ganssle
2018-01-24
1
-0/+181
*
bpo-32403: Faster date and datetime constructors (#4993)
Paul Ganssle
2018-01-16
1
-0/+92
*
bpo-15873: Implement [date][time].fromisoformat (#4699)
Paul Ganssle
2017-12-21
1
-1/+411
*
Remove duplicated import from datetime tests (#4444)
Riccardo Magliocchetti
2017-11-20
1
-2/+0
*
bpo-31222: Make (datetime|date|time).replace return subclass type in Pure Pyt...
Paul Ganssle
2017-11-09
1
-0/+14
*
Closes bpo-31800: Support for colon when parsing time offsets (#4015)
Mario Corchero
2017-10-26
1
-0/+4
*
bpo-31752: Fix possible crash in timedelta constructor called with custom int...
Serhiy Storchaka
2017-10-23
1
-0/+20
*
bpo-31293: Fix crashes in truediv and mul of a timedelta by a float with a ba...
Oren Milman
2017-09-19
1
-0/+20
*
Closes issue bpo-5288: Allow tzinfo objects with sub-minute offsets. (#2896)
Alexander Belopolsky
2017-07-31
1
-9/+18
*
bpo-30302 Make timedelta.__repr__ more informative. (#1493)
Utkarsh Upadhyay
2017-07-25
1
-3/+13
*
bpo-30822: Fix testing of datetime module. (#2530) (#2783)
Utkarsh Upadhyay
2017-07-21
1
-5/+7
*
Revert "bpo-30822: Fix testing of datetime module." (#2588)
Victor Stinner
2017-07-05
1
-7/+5
*
bpo-30822: Fix testing of datetime module. (#2530)
Utkarsh Upadhyay
2017-07-02
1
-5/+7
*
bpo-29953: Fix memory leaks in the replace() method of datetime and time (#927)
Serhiy Storchaka
2017-03-31
1
-0/+5
*
Fix test_datetime on Windows
Victor Stinner
2017-02-10
1
-2/+3
*
Fix test_datetime on system with 32-bit time_t
Victor Stinner
2017-02-10
1
-3/+7
*
Fix datetime.fromtimestamp(): check bounds
Victor Stinner
2017-02-10
1
-0/+36
*
Issue #28752: Restored the __reduce__() methods of datetime objects.
Serhiy Storchaka
2016-11-21
1
-0/+7
*
#27364: fix "incorrect" uses of escape character in the stdlib.
R David Murray
2016-09-08
1
-2/+2
*
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Raymond Hettinger
2016-08-30
1
-1/+1
*
Issue #27834: Avoid overflow error in ZoneInfo.invert().
Alexander Belopolsky
2016-08-23
1
-3/+3
*
Issue #24773: Include Tallinn 1999-10-31 transition in tests.
Alexander Belopolsky
2016-08-17
1
-3/+0
*
Issue #24773: Skip system tests for transitions in year 2037 and later.
Alexander Belopolsky
2016-08-12
1
-3/+5
*
Issue #24773: Fix and speed-up ZoneInfoCompleteTest.
Alexander Belopolsky
2016-08-11
1
-13/+13
*
Closes #27710: Disallow fold not in [0, 1] in time and datetime constructors.
Alexander Belopolsky
2016-08-08
1
-0/+5
[next]