0
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 14, 2025 — Feb 14, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixes issue#49 More... almost 11 years ago
Added language loader code for known languages as ordered dict More... about 11 years ago
Fixed multiple languages method to test properly. More... about 11 years ago
Updated required dateutil version More... about 11 years ago
Fixed a number of issues with code and refactored some methods. More... about 11 years ago
Merge pull request #50 from markbaas/master More... about 11 years ago
Merge remote-tracking branch 'upstream/master' More... about 11 years ago
removed unused import More... about 11 years ago
Merge branch 'master' of https://github.com/scrapinghub/dateparser into date-format-arg-bug More... about 11 years ago
changed various staticmethods into classmethods More... about 11 years ago
minor structural fixes More... about 11 years ago
Merge pull request #53 from scrapinghub/feature-french-minor-param More... about 11 years ago
adding tests for french params More... about 11 years ago
Merge branch 'feature-french-minor-param' of github.com:scrapinghub/dateparser into feature-french-minor-param More... about 11 years ago
french: skip er and min for minutes More... about 11 years ago
french: skip and for minutes More... about 11 years ago
Initial transformation of test to a given_when_then approach. More... about 11 years ago
split up methods More... about 11 years ago
fixed comments by Eugene More... about 11 years ago
Merge pull request #51 from scrapinghub/fix-logging More... about 11 years ago
Nicer split of messages throught lines for better readability More... about 11 years ago
Fix indents More... about 11 years ago
Ensure LanguageValidator does not configure logging on import More... about 11 years ago
Use logging.config.dictConfig to set logging handlers and formatters More... about 11 years ago
Removed calling logging.basicConfig on import level, added get_logger function which should be used for logging inside whole dateparse module More... about 11 years ago
lint fixes More... about 11 years ago
implements #35 and #36 More... about 11 years ago
Merge pull request #47 from scrapinghub/feature-limit-subset-of-languages More... about 11 years ago
Fixed languages input type check More... about 11 years ago
Added else clause to raise TypeError in case supplied argument is not list Removed spurious assert Fixed error message More... about 11 years ago