Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.15.0: More robust parsing and support for ordinal dates and 8601 basic format #655

Merged
merged 60 commits into from Sep 8, 2019

Commits on Jun 23, 2019

  1. Copy the full SHA
    47445f9 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    df49462 View commit details
    Browse the repository at this point in the history
  3. Merge master

    jadchaar committed Jun 23, 2019
    Copy the full SHA
    4fea9ea View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2019

  1. Copy the full SHA
    d69d16c View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2019

  1. Copy the full SHA
    a50137f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8d17963 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    12c1b4c View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    b67c9e2 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2019

  1. Copy the full SHA
    824b744 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    dc2e6d2 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2019

  1. Copy the full SHA
    955850c View commit details
    Browse the repository at this point in the history
  2. Added comments and tests

    jadchaar committed Jul 6, 2019
    Copy the full SHA
    91d99d7 View commit details
    Browse the repository at this point in the history
  3. Added comments and tests

    jadchaar committed Jul 6, 2019
    Copy the full SHA
    cd9297f View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2019

  1. Fixed merging issues

    jadchaar committed Jul 7, 2019
    Copy the full SHA
    6ab1c0b View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2019

  1. Copy the full SHA
    e3126c7 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f77e698 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2019

  1. Merge pull request #609 from jadchaar/regex-get-fixes

    Replace conditionals with regex
    jadchaar committed Jul 9, 2019
    Copy the full SHA
    0b26c12 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4c331c7 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    08df568 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2019

  1. Merged master

    jadchaar committed Jul 13, 2019
    Copy the full SHA
    f1f2581 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7622b8b View commit details
    Browse the repository at this point in the history
  3. Added an extra french test

    jadchaar committed Jul 13, 2019
    Copy the full SHA
    824a655 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    188693d View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    e480ea0 View commit details
    Browse the repository at this point in the history
  6. Attempt at fixing linting

    jadchaar committed Jul 13, 2019
    Copy the full SHA
    3f1a3c9 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2019

  1. Copy the full SHA
    87f63fb View commit details
    Browse the repository at this point in the history
  2. Cleaned up timestamp docs

    jadchaar committed Jul 14, 2019
    Copy the full SHA
    a6995ba View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2019

  1. Copy the full SHA
    d4bcb73 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2019

  1. Copy the full SHA
    6c8fbba View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2019

  1. Merge master

    jadchaar committed Aug 1, 2019
    Copy the full SHA
    3fb6a33 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    be87f39 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2019

  1. Add test cases for iso8601 basic format

    Correct error in parse_iso when handling basic format timezones.
    systemcatch committed Aug 2, 2019
    Copy the full SHA
    f02c8d7 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2019

  1. Copy the full SHA
    d152923 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1b8e36b View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2019

  1. Copy the full SHA
    4db7145 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2019

  1. Copy the full SHA
    4c360cb View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2019

  1. Copy the full SHA
    409b855 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2019

  1. Finalized regex changes

    jadchaar committed Aug 13, 2019
    Copy the full SHA
    4ed43ae View commit details
    Browse the repository at this point in the history
  2. Added remaining regex tests

    jadchaar committed Aug 13, 2019
    Copy the full SHA
    87684c1 View commit details
    Browse the repository at this point in the history
  3. Added a few comments

    jadchaar committed Aug 13, 2019
    Copy the full SHA
    62e8ced View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2019

  1. Copy the full SHA
    46f30b2 View commit details
    Browse the repository at this point in the history
  2. Fixed a critical bug with X token and float timestamps; revamped basi…

    …c format to use regex
    jadchaar committed Aug 16, 2019
    Copy the full SHA
    4e36c9a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    6f13d10 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    ed75554 View commit details
    Browse the repository at this point in the history
  5. Merge version 0.15.0 branch

    jadchaar committed Aug 16, 2019
    Copy the full SHA
    211206e View commit details
    Browse the repository at this point in the history
  6. Increment version

    jadchaar committed Aug 16, 2019
    Copy the full SHA
    d9cb79e View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2019

  1. Fixed float timestamp on py27, removed warnings, changed parser error…

    … to inherit from value error
    jadchaar committed Aug 17, 2019
    Copy the full SHA
    d7e083b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    992038d View commit details
    Browse the repository at this point in the history
  3. Added ordinal tests and added new error type to fix exception bubblin…

    …g issue with ordinal dates
    jadchaar committed Aug 17, 2019
    Copy the full SHA
    fca6522 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    d63fd39 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    e998373 View commit details
    Browse the repository at this point in the history
  6. Cleaned up a comment

    jadchaar committed Aug 17, 2019
    Copy the full SHA
    9940542 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2019

  1. Copy the full SHA
    66d09f8 View commit details
    Browse the repository at this point in the history
  2. Removed mixing of formatS

    jadchaar committed Aug 19, 2019
    Copy the full SHA
    32fe0a5 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2019

  1. Copy the full SHA
    66e97fe View commit details
    Browse the repository at this point in the history
  2. Merge pull request #639 from jadchaar/tz-changes

    Updated regular expressions, fixed a few bugs, added tests for v0.15.0
    jadchaar committed Sep 8, 2019
    Copy the full SHA
    4a1c4c1 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    b9668a4 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    9aa2cb5 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    ca1bb57 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    3160c4c View commit details
    Browse the repository at this point in the history