summaryrefslogtreecommitdiff
path: root/dateutil
Commit message (Expand)AuthorAgeFilesLines
* Move to src layoutMario Corchero2021-07-1634-18398/+0
* Fix typo discovered by codespellChristian Clauss2021-07-161-1/+1
* Lazy-load submodules in Python 3.7+orson2021-07-162-0/+80
* Merge pull request #1056 from ffe4/issue_1029Mario Corchero2021-07-051-0/+9
|\
| * Add and xfail unhandled case #1029Daniel Lemm2020-06-181-0/+9
* | Merge pull request #978 from jpurviance/utils-pytestMario Corchero2021-07-052-149/+158
|\ \
| * | tests: Move tests towards pytest style and away from unittestJohn Purviance2021-07-052-149/+158
* | | Merge pull request #977 from jpurviance/internals-pytestMario Corchero2021-07-051-24/+20
|\ \ \
| * | | migrate away from unittest and adopt pytest for test_internals.pyJohn Purviance2019-11-241-24/+20
* | | | Merge pull request #1125 from mariocj89/pu/strict-iso-sepMario Corchero2021-07-022-26/+12
|\ \ \ \ | |_|/ / |/| | |
| * | | tests: Fix typo in `test_isotime_raises`Mario Corchero2021-05-191-10/+1
| * | | isoparse: Fail with inconsistent time separatorsMario Corchero2021-05-192-16/+11
* | | | Merge pull request #1060 from frenzymadness/decodeMario Corchero2021-05-211-8/+2
|\ \ \ \
| * | | | Simplify parser._timelex handling of bytes and bytearrayLumir Balhar2021-05-201-8/+2
| | |_|/ | |/| |
* | | | tests: Add additional tests for relative delta and FebruaryRobin Henriksson Törnström2021-05-211-0/+8
* | | | tests: Fix typo in test nameRobin Henriksson Törnström2021-05-211-1/+1
* | | | Decode input str when reporting an error in `parse_isodate`Paul Brown2021-05-202-1/+13
* | | | Use already existing `str_len` in isoparseArcLightSlavik2021-05-201-1/+1
| |/ / |/| |
* | | Merge pull request #1128 from mariocj89/pu/tzdataPaul Ganssle2021-05-191-0/+0
|\ \ \
| * | | Update zoneinfo to 2021aMario Corchero2021-05-181-0/+0
* | | | tests: Fix logic on detecting platform support for `-d`Mario Corchero2021-05-181-3/+4
|/ / /
* | | Use fat zic binaries in zoneinfo.rebuildPaul Ganssle2020-08-281-6/+28
|/ /
* | Added property test for tz.gettz()Daniel Lemm2020-04-242-1/+36
* | Fix tz.gettz() behavior with empty stringDaniel Lemm2020-04-242-1/+10
* | Merge pull request #986 from timgates42/bugfix/typo_negligiblePaul Ganssle2020-04-241-1/+1
|\ \
| * | Fix simple typo: negilible -> negligibleTim Gates2020-04-241-1/+1
* | | Merge pull request #1034 from pganssle/2020aPaul Ganssle2020-04-241-0/+0
|\ \ \ | |/ / |/| |
| * | Update zoneinfo to 2020aPaul Ganssle2020-04-241-0/+0
* | | Wrap _invalidates_cache decorator to preserve docstringDaniel Lemm2020-04-051-10/+12
|/ /
* | Fix numbered list formattingHugo van Kemenade2020-04-041-6/+6
* | Fix Easter typosHugo van Kemenade2020-04-041-2/+2
* | Improve documentation for parser errors/warningsPaul Ganssle2020-01-021-2/+11
* | Document that parser.parse raises ParserErrorPaul Ganssle2020-01-021-4/+4
* | Update documentation linksPaul Ganssle2020-01-021-3/+3
* | Fix custom repr for ParserErrorPaul Ganssle2020-01-022-2/+12
* | Fix TypeError in parser wrapper logicMark Bailey2020-01-022-1/+5
|/
* Lock around strong cache updatesPaul Ganssle2019-11-021-11/+18
* Fix test_tzlocal_offset_equal[GMT-tzoff1]Kubilay Kocak2019-11-021-1/+1
* Auto-skip tests when TZ can't be changed.Alexander Shadchin2019-11-022-9/+7
* Merge pull request #935 from labrys/patch-1Paul Ganssle2019-11-022-2/+39
|\
| * Add tests for gettz zone supports startswithLabrys of Knossos2019-11-021-0/+30
| * Add helpful message when passed bytes to gettzLabrys of Knossos2019-11-021-2/+9
* | Remove WarningTestMixin in favor of pytest.warnsPaul Ganssle2019-11-024-64/+16
|/
* Fix incorrect import in Python 3.7+Paul Ganssle2019-09-221-1/+1
* Update tzdata to 2019cPaul Ganssle2019-09-191-0/+0
* Fixes for a potential Python 4 (#950)Hugo van Kemenade2019-08-273-7/+7
* Fix typos in comments and documentationHugo2019-08-2710-14/+14
* Update tzdata to 2019bPaul Ganssle2019-07-061-0/+0
* Use tz.UTC in testsPaul Ganssle2019-04-234-10/+10
* Remove unnecessary tzutc() calls in tzPaul Ganssle2019-04-231-2/+2