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

* time.py, added iso 8601 support #130

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Jul 8, 2023

  1. * time.py, added new function _parseiso(value)

    * relevant functions now call
          value = _parseiso(value)
    * wrote inline documentation, and short subparagraph to README.md
    * have not tested code in any way except the existing pytests which all succeeded
    * tox gives mypy errors. I was able to remove some, but not all.
    * tox gives lint errors. Have not figured out how to see what causes the errors.
    * tox gives griffe error, ast.BoolOp, but did so even before I edited code
    * not sure if Im using tox correctly. I simply run 'tox'
    velle committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    67a8a6b View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2023

  1. I realized that humanize does not support datetime.time at all,

    so I removed the ability for _isoparse() to parse into datetime.time.
    I edited inline documentation and README.md accordingly.
    velle committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    6259556 View commit details
    Browse the repository at this point in the history
  2. Update src/humanize/time.py

    Co-authored-by: Hugo van Kemenade <[email protected]>
    velle and hugovk authored Jul 9, 2023
    Configuration menu
    Copy the full SHA
    4ec839e View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Configuration menu
    Copy the full SHA
    9c969cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3517a9d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d5eb5ac View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. fixed mypy errors, but not happy with code in time.naturaltime that v…

    …erifies value is not of type dt.date
    velle committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    32014ab View commit details
    Browse the repository at this point in the history