index
:
delta/python-packages/dateutil-git.git
dependabot/pip/requirements/3.3/py-1.10.0
master
pganssle-patch-1
github.com: dateutil/dateutil.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dateutil
/
parser
/
_parser.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve documentation for parser errors/warnings
Paul Ganssle
2020-01-02
1
-2
/
+11
*
Document that parser.parse raises ParserError
Paul Ganssle
2020-01-02
1
-4
/
+4
*
Update documentation links
Paul Ganssle
2020-01-02
1
-3
/
+3
*
Fix custom repr for ParserError
Paul Ganssle
2020-01-02
1
-2
/
+3
*
Fix TypeError in parser wrapper logic
Mark Bailey
2020-01-02
1
-1
/
+1
*
Fix typos in comments and documentation
Hugo
2019-08-27
1
-4
/
+4
*
Use tz.UTC in parser
Paul Ganssle
2019-04-23
1
-2
/
+2
*
Wrap ValueError in ParserError
Paul Ganssle
2019-04-23
1
-1
/
+4
*
Use custom ParserError class in parser
gfyoung
2019-04-23
1
-4
/
+17
*
Fix error condition when invalid tzinfos is passed
Brock Mendel
2019-03-20
1
-0
/
+3
*
Collect parser methods by function
Brock Mendel
2019-02-26
1
-33
/
+43
*
Regroup if statements in tzname logic
Paul Ganssle
2018-10-06
1
-2
/
+2
*
Accept 'z' for UTC in parser
Cheuk Ho
2018-10-06
1
-2
/
+4
*
Accept 'z' for 'Z' in isoparse
Cheuk Ho
2018-10-06
1
-1
/
+1
*
Remove unnecessary binary_type compatibility shim
Jon Dufresne
2018-09-24
1
-2
/
+2
*
Performance improvements in resolve_from_stridxs
Paul Ganssle
2018-05-07
1
-10
/
+9
*
Fix for B.Y.d format corner case #687
Brock Mendel
2018-05-07
1
-4
/
+36
*
Allow user to specify None as tzinfo value
ParseThis
2018-04-19
1
-6
/
+4
*
Partially revert convertyear refactoring
Paul Ganssle
2018-04-15
1
-10
/
+8
*
Refactor parserinfo.convertyear
Corey
2018-04-15
1
-7
/
+19
*
Move return to else statement in try/except block
Rustem Sayargaliev
2018-04-14
1
-2
/
+2
*
Catch infinite decimal values in `_is_decimal` (fix #662)
Rustem Sayargaliev
2018-04-14
1
-1
/
+6
*
Catch non-ValueError exceptions in decimal
Paul Ganssle
2018-03-12
1
-3
/
+14
*
Switch unknown timezone warning type
Paul Ganssle
2018-03-11
1
-1
/
+4
*
warn instead of raising... for now
Brock Mendel
2018-03-11
1
-11
/
+13
*
raise on unidentified tz
Brock Mendel
2018-03-11
1
-0
/
+8
*
Prefer builtin callable() over isinstance(..., collections.Callable)
Jon Dufresne
2018-01-11
1
-4
/
+2
*
Only raise ValueError in parser for now
Paul Ganssle
2018-01-07
1
-16
/
+4
*
Deprecate dateutil-specific tz format
Paul Ganssle
2018-01-03
1
-1
/
+9
*
Merge branch 'master' into issue259
Paul Ganssle
2017-12-19
1
-10
/
+8
|
\
|
*
remove min() calls
Brock Mendel
2017-12-11
1
-10
/
+8
*
|
Fix 'signal' so it multiplies by the DST change
Paul Ganssle
2017-12-18
1
-1
/
+1
*
|
Revert b15f38a
Pablo Galindo
2017-12-14
1
-1
/
+1
*
|
Eliminate unnecessary filtering
Pablo Galindo
2017-12-14
1
-1
/
+1
*
|
Implement regexp tokenizer to leave timelex unchanged and minor style changes
Pablo Galindo
2017-12-14
1
-36
/
+35
*
|
Adapt tokenizer to optinally disallow behaviour introduced by bc69c3f3151a3bc...
Pablo Galindo
2017-12-10
1
-5
/
+8
*
|
Fix datetime.parser._parser,_timelex to correctly tokenize default tz format ...
Pablo Galindo
2017-12-10
1
-2
/
+4
*
|
Make tz.tzstr fail if an invalid GNU tz string is provided
Pablo Galindo Salgado
2017-12-10
1
-1
/
+27
|
/
*
Merge branch 'master' of https://github.com/dateutil/dateutil into build_methods
Brock Mendel
2017-12-07
1
-5
/
+10
|
\
|
*
Fix issue #427, all tests passing
Mateusz Dziedzic
2017-12-07
1
-3
/
+7
|
*
add document generation to tox, and trigger automatically at CI (also check l...
Bernat Gabor
2017-12-07
1
-1
/
+1
|
*
Fixup parser.__doc__
Alex Chamberlain
2017-12-06
1
-0
/
+1
|
*
Fixup strong emphasis warning.
Alex Chamberlain
2017-12-06
1
-1
/
+1
*
|
separate out build_naive and build_aware methdos
Brock Mendel
2017-12-05
1
-41
/
+58
|
/
*
Merge branch 'master' into bytesarray_parse
Paul Ganssle
2017-11-21
1
-3
/
+23
|
\
|
*
Merge branch 'master' into fix_ambiguous_parse
Paul Ganssle
2017-11-17
1
-3
/
+5
|
|
\
|
|
*
change assertions to ValueError, stop catching AssertionError
Brock Mendel
2017-11-15
1
-3
/
+5
|
*
|
Fix case of winter GMT times parsed in the UK
Paul Ganssle
2017-11-13
1
-0
/
+6
|
*
|
Allow ambiguous datetimes when passing tzinfos
Paul Ganssle
2017-11-13
1
-4
/
+10
|
*
|
Add ability to parse ambiguous local datetimes
Paul Ganssle
2017-11-13
1
-0
/
+6
|
|
/
[next]