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.1.0
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.1.1
Choose a head ref
  • 15 commits
  • 22 files changed
  • 7 contributors

Commits on Jul 4, 2020

  1. Correct regex A-z typo (#374)

    * Correct regex A-z typo
    
    * Remove unneeded lines from test
    
    * Remove more unneeded...
    
    * black
    altendky authored Jul 4, 2020
    Configuration menu
    Copy the full SHA
    1e347cd View commit details
    Browse the repository at this point in the history
  2. Update lock file

    sdispater committed Jul 4, 2020
    Configuration menu
    Copy the full SHA
    9233b88 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    51d2f69 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4fd7174 View commit details
    Browse the repository at this point in the history
  5. Add pl locale (#459)

    the-moonwitch authored Jul 4, 2020
    Configuration menu
    Copy the full SHA
    73b843a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0735ac4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fb2e860 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2020

  1. Fix CI cache

    Sébastien Eustace committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    043ea83 View commit details
    Browse the repository at this point in the history
  2. Default to own .fold when calling .replace() (#414)

    * Default to own .fold when calling .replace()
    
    * fixup: Rename DLS to DST
    tomage authored Jul 10, 2020
    Configuration menu
    Copy the full SHA
    36e8726 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2020

  1. Fix now() behavior for DST (#483)

    * Fix now() behavior for DST
    
    * Upgrade pip before installing dependencies
    sdispater authored Jul 13, 2020
    Configuration menu
    Copy the full SHA
    8af1e2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b1784f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d28c88 View commit details
    Browse the repository at this point in the history
  4. Upgrade dependencies

    sdispater committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    4ba5524 View commit details
    Browse the repository at this point in the history
  5. Fix the build_wheels script

    sdispater committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    8db280c View commit details
    Browse the repository at this point in the history
  6. Bump version to 2.1.1

    sdispater committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    9ca03a1 View commit details
    Browse the repository at this point in the history
Loading