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

ENH: Adds errors parameter to array strftime to enhance exception handling. #58445

Closed
wants to merge 34 commits into from

Commits on Apr 21, 2024

  1. Configuration menu
    Copy the full SHA
    733982a View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    48be7e1 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    5078dd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    daa688f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a7a964 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Setting errors parameter in strftime now ignores the NotImplementedEr…

    …ror from evaluating datetime
    pyrevoid15 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    329c1ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7baa42 View commit details
    Browse the repository at this point in the history
  3. Fixed some strftime tests.

    StanO1225 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    b306d78 View commit details
    Browse the repository at this point in the history
  4. Deleted errors parameter for timestamp strftime, moved error handling…

    … back to arrays strftime
    StanO1225 committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    3649a67 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    3b78657 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1cfdd56 View commit details
    Browse the repository at this point in the history
  3. added warning

    summitwei committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    2915e31 View commit details
    Browse the repository at this point in the history
  4. using userwarning now

    summitwei committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    17dc6ff View commit details
    Browse the repository at this point in the history
  5. fixed virtualenvs lexer

    summitwei committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    fc0f003 View commit details
    Browse the repository at this point in the history
  6. added custom warning

    summitwei committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    135e1cf View commit details
    Browse the repository at this point in the history
  7. fixed custom warning stuff

    summitwei committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    07c5869 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fb9cfe0 View commit details
    Browse the repository at this point in the history
  9. fixed linting issues

    summitwei committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    8022118 View commit details
    Browse the repository at this point in the history
  10. fixed test_strftime_err

    summitwei committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    1698a64 View commit details
    Browse the repository at this point in the history
  11. removed lexer file

    summitwei committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    d836207 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bbb0943 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ee882c2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7de84d5 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    cba0d57 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    09c73b5 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    123d5d4 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    bfb3ee7 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    2006da9 View commit details
    Browse the repository at this point in the history
  20. Fixed linting issues

    StanO1225 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    1b3c29b View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    97435d1 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    b365efb View commit details
    Browse the repository at this point in the history
  23. see also description

    StanO1225 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    7824534 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    b644b86 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. Configuration menu
    Copy the full SHA
    281c243 View commit details
    Browse the repository at this point in the history