Arnau

Results 3 issues of Arnau

See https://github.com/elastic/elasticsearch-py/issues/1698 for more information. Fixes #1551 .

### First commit If `email_address` has no `"@"` in it, the function raises `IndexError list index out of range` in: ``` is_gmail = re.match(r"^(gmail|googlemail)\.com$", email_parts[1]) ``` because `email_parts` is a...

This code ``` from cron_descriptor import get_description get_description("0 0-13 * * *") ``` returns ``` "Between 12:00 AM and 01:59 PM" ``` That's not wrong, but there is missing information....

enhancement