Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: python-pendulum/pendulum
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0.4
Choose a base ref
...
head repository: python-pendulum/pendulum
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.0.5
Choose a head ref
  • 8 commits
  • 15 files changed
  • 3 contributors

Commits on Oct 30, 2018

  1. Fix build files

    sdispater committed Oct 30, 2018
    Configuration menu
    Copy the full SHA
    19d43e8 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2019

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

Commits on Mar 17, 2019

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

Commits on May 21, 2019

  1. Address four deprecation warnings (#375)

    tests/formatting/test_formatter.py:241
      /home/altendky/pendulum/tests/formatting/test_formatter.py:241:
    DeprecationWarning: invalid escape sequence \[
        assert f.format(d, "[YYYY] YYYY \[YYYY\]") == "YYYY 2016 [2016]"
    
    tests/formatting/test_formatter.py:242
      /home/altendky/pendulum/tests/formatting/test_formatter.py:242:
    DeprecationWarning: invalid escape sequence \D
        assert f.format(d, "\D D \\\D") == "D 28 \\28"
    
    tests/datetime/test_from_format.py::test_from_format_with_escaped_elements
      /home/altendky/pendulum/pendulum/formatting/formatter.py:406:
    DeprecationWarning: Flags not at the start of the expression
    '(?P<YYYY>\\d{1,4}|\\d{' (truncated)
        if not re.match(pattern, time):
    
    tests/datetime/test_from_format.py::test_from_format[Thursday 25th
    December 1975 02:15:16 PM -05:00-dddd Do MMMM YYYY hh:mm:ss A
    Z-1975-12-25T14:15:16-05:00-None]
      /home/altendky/pendulum/pendulum/formatting/formatter.py:406:
    DeprecationWarning: Flags not at the start of the expression
    '(?P<dddd>Sunday|Mond' (truncated)
        if not re.match(pattern, time):
    altendky authored and sdispater committed May 21, 2019
    Configuration menu
    Copy the full SHA
    0a96016 View commit details
    Browse the repository at this point in the history
  2. Add RU locale (#228)

    * Add RU locale
    
    * Show "few seconds" as numbers, as in 1.x for RU locale
    
    * Add RU locale tests
    
    * Fix styling in locale.py
    senpos authored and sdispater committed May 21, 2019
    Configuration menu
    Copy the full SHA
    0962a6e View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2019

  1. Update tox config

    sdispater committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    ef10a8e View commit details
    Browse the repository at this point in the history
  2. Update change log

    sdispater committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    4685588 View commit details
    Browse the repository at this point in the history
  3. Fix black formatting

    sdispater committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    f629fa6 View commit details
    Browse the repository at this point in the history
Loading