1
0
mirror of https://github.com/bspeice/dtparse synced 2024-09-19 16:31:32 -04:00
Commit Graph

17 Commits

Author SHA1 Message Date
b925b968ca Fix deprecations 2023-03-25 02:29:55 +00:00
a08bb2d9d7 Add fixes for dateutil/dateutil#822 2020-06-11 13:59:07 -04:00
741afa3451 Remove a last println and use a static default parser
Heap profilers are fun
2018-09-17 23:14:50 -04:00
Bradlee Speice
b5fa1d89ef Fix new tests not being date-neutral 2018-08-11 10:38:46 -04:00
Bradlee Speice
246b389ac9 Clippy caught a bug
And now I have test cases for it!
2018-08-10 23:24:02 -04:00
Bradlee Speice
0d3b646749 Add notes on codegen, and regenerate 2018-08-03 21:56:32 -04:00
Bradlee Speice
44e37b364c Much simpler API surface
And getting rid of the dumb "internal" error type
2018-07-24 23:28:38 -04:00
Bradlee Speice
c038178583 testFuzzyAMPMProblem is causing us issues 2018-07-08 15:23:51 -04:00
Bradlee Speice
e049618fff Redo the tokenization
Still has issues with one test case for fuzzy
2018-07-08 14:30:48 -04:00
Bradlee Speice
9135962839 Lots of fixes, but it turns out tokenization is broken 2018-07-03 01:02:27 -04:00
Bradlee Speice
2b90bf6ed7 ...I may be an idiot. 2018-07-02 23:00:45 -04:00
Bradlee Speice
79ac26e07f Fuzzy tests are failing already... 2018-07-02 22:49:05 -04:00
Bradlee Speice
1a42dc2950 Remove a TODO already accounted for 2018-06-24 23:54:23 -04:00
Bradlee Speice
d76e1b4b91 Weekday support 2018-06-24 23:53:33 -04:00
Bradlee Speice
7d565d3a78 Ignore tests needing relativedelta 2018-06-17 22:55:48 -04:00
Bradlee Speice
8787e321e2 Continuing to clean up tests 2018-06-17 22:39:06 -04:00
Bradlee Speice
51ed3ecf73 Add a bunch more tests
Failing currently, but still making progress.
We're essentially at a releasable point I think.
2018-06-13 00:21:36 -04:00