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: benjaminp/six
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.13.0
Choose a base ref
...
head repository: benjaminp/six
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.14.0
Choose a head ref
  • 15 commits
  • 11 files changed
  • 5 contributors

Commits on Nov 5, 2019

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

Commits on Nov 15, 2019

  1. Remove unused inner function. (#310)

    graingert authored and benjaminp committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    33b584b View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2020

  1. 10 years of six!

    benjaminp committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    a4d9af9 View commit details
    Browse the repository at this point in the history
  2. Fix wraps handing of missing attrs. (#251)

    This is pretty-much a straight backport of Py3 implementations of update_wrapper and (privately) wraps.
    
    Fixes #250 
    Fixes #165
    
    Co-authored-by: Benjamin Peterson <[email protected]>
    immerrr and benjaminp committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    1988faf View commit details
    Browse the repository at this point in the history
  3. Changelog for #251.

    benjaminp committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    422fc7a View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2020

  1. Drop support for EOL Python 2.6 and 3.2. (#314)

    Fixes #308.
    
    Stops testing them on the CI, update python_requries and remove some code specifically for those versions.
    
    Not done anything to remove any six functionality that's only a benefit on those versions, that should be in a separate PR and would be a breaking change that should ideally deprecate first.
    hugovk authored and benjaminp committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    ac4bdc5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4ccdb2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e824c0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    48ffe3c View commit details
    Browse the repository at this point in the history
  5. version -> version_info

    benjaminp committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    ab67534 View commit details
    Browse the repository at this point in the history
  6. New contributors.

    benjaminp committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    5cd83db View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2020

  1. Add assertNotRegex. (#289)

    Fixes #288.
    
    Co-authored-by: Benjamin Peterson <[email protected]>
    jvanasco and benjaminp committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    10a2b75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8e190c View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2020

  1. python-porting is dead.

    benjaminp committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    be13e64 View commit details
    Browse the repository at this point in the history
  2. six 1.14.0

    benjaminp committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    3a3db75 View commit details
    Browse the repository at this point in the history
Loading