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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
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' into build_methods
Paul Ganssle
2017-12-10
1
-1
/
+4
|
\
|
*
Removed support for YYYYMM format
Kirit Thadaka
2017-12-09
1
-1
/
+4
*
|
Merge branch 'master' of https://github.com/dateutil/dateutil into build_methods
Brock Mendel
2017-12-07
3
-5
/
+398
|
\
\
|
|
/
|
*
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
2
-3
/
+3
|
*
Fixup parser.__doc__
Alex Chamberlain
2017-12-06
2
-0
/
+3
|
*
Fixup strong emphasis warning.
Alex Chamberlain
2017-12-06
1
-1
/
+1
|
*
Fix unreachable code and loose validation
Paul Ganssle
2017-12-06
1
-6
/
+10
|
*
Isoparser style tweaks
Paul Ganssle
2017-12-06
1
-2
/
+1
|
*
Drop support for no-year ISO datetimes
Paul Ganssle
2017-12-06
1
-36
/
+3
|
*
Drop common_only option for initial API
Paul Ganssle
2017-12-06
1
-9
/
+3
|
*
Rename Isoparser to isoparser
Paul Ganssle
2017-12-06
2
-7
/
+7
|
*
Drop all classmethods in favor of instance methods
Paul Ganssle
2017-12-06
1
-19
/
+14
|
*
Add exception on too-short ISO times
Paul Ganssle
2017-12-06
1
-0
/
+3
|
*
Ensure parse_isodate consumes entire string
Paul Ganssle
2017-12-06
1
-0
/
+3
|
*
Fix byte slicing behavior for 2 and 3
Paul Ganssle
2017-12-06
1
-16
/
+16
|
*
Put @_takes_ascii decorator after @classmethod
Paul Ganssle
2017-12-06
1
-2
/
+2
|
*
Refactor a public interface out of _parse_tzstr
Paul Ganssle
2017-12-06
1
-31
/
+36
|
*
Add decorator to coerce to ASCII
Paul Ganssle
2017-12-06
1
-23
/
+51
|
*
Make restrictions on sep stricter
Paul Ganssle
2017-12-06
1
-2
/
+4
|
*
Add test for too-short ISO string
Paul Ganssle
2017-12-06
1
-0
/
+3
|
*
Make time zone string parser more strict
Paul Ganssle
2017-12-06
1
-2
/
+8
|
*
Tweak parser/isoparser documentation
Paul Ganssle
2017-12-06
2
-5
/
+15
|
*
Add fix for ordinal dates
Paul Ganssle
2017-12-06
1
-5
/
+10
|
*
Support uncommon cases, add documentation, refactor
Paul Ganssle
2017-12-06
1
-88
/
+251
|
*
Refactor out date and time parsing
Paul Ganssle
2017-12-06
1
-35
/
+87
|
*
Initial implementation of isoparse
Paul Ganssle
2017-12-06
1
-0
/
+147
*
|
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
2
-3
/
+71
|
\
|
*
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
|
|
/
|
*
Add deprecated private interface into parser
Paul Ganssle
2017-11-12
1
-0
/
+48
*
|
Add support for bytesarray and other bytes-like
Paul Ganssle
2017-11-12
1
-4
/
+9
|
/
*
Use the self.ystridx already found for unambiguous year > 99 dates
Paul Ganssle
2017-11-09
1
-30
/
+6
*
Move parser.py to parser/ in preparation for new parsers
Paul Ganssle
2017-11-06
2
-0
/
+1472
[prev]