2
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 15 hours ago.
Aug 28, 2024 — Aug 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix negative timedeltas with fractional seconds More... over 4 years ago
Add a timedelta with milliseconds and simplify rounding. More... over 4 years ago
append 'Z' to some datetime iso strings More... over 4 years ago
write ISO 8601 time strings with millisecond precision More... over 4 years ago
datetime documentation updates More... over 4 years ago
improve datetime format detection More... over 4 years ago
code simplification More... over 4 years ago
update timedelta regular expression, function and tests More... over 4 years ago
adapt test More... over 4 years ago
with iso_dates=True, do not convert timedelta to time More... over 4 years ago
update documentation on datetime and timedelta handling More... over 4 years ago
add heuristic for reading timedelta More... over 4 years ago
Merge branch 'topic/3.0/datetimedoc' into 'branch/3.0' More... over 4 years ago
Always return a datetime. Fixes failing tests. More... over 4 years ago
Add explicit support for one or two epochs. More... over 4 years ago
try to be clearer about the use of the helper function More... over 4 years ago
Additional example for converting historical dates which does match the specification. More... over 4 years ago
Treat date conversion for 1900-01-01 to 1900-03-01 symmetrically. More... over 4 years ago
Only need to cast datetime.date More... over 4 years ago
Use kwargs. More... over 4 years ago
Remove some Python 2 compatible code. More... over 4 years ago
Default to 0 in groupdict and simplify assignments. More... over 4 years ago
Merge branch 'topic/3.0/timefraction' into 'branch/3.0' More... over 4 years ago
add time tests without seconds and with fractional seconds More... over 4 years ago
adapt to "datetime one" having been merged More... over 4 years ago
datetime test: in Excel, serial date 1 is 1900-01-01 More... over 4 years ago
Redefine constants to use just the relevant epoch: they are for internal use only so this shouldn't break anything, ahem. More... over 4 years ago
drop dependency on jdcal More... over 4 years ago
add timedelta conversion helper functions More... over 4 years ago
Remove assignment to self. More... over 4 years ago