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: certifi/python-certifi
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2022.05.18.1
Choose a base ref
...
head repository: certifi/python-certifi
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2022.12.07
Choose a head ref
  • 10 commits
  • 7 files changed
  • 7 contributors

Commits on May 21, 2022

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

Commits on Jun 15, 2022

  1. 2022.06.15

    Lukasa committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    9d514b4 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

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

Commits on Jul 15, 2022

  1. Fix deprecation warning on Python 3.11 (#199)

    * Fix deprecation warning on Python 3.11
    
    Fixes #192.
    
    * Retain support for Python 3.6
    
    Co-authored-by: Adam Turner <[email protected]>
    
    * Bump actions versions
    
    * Use same 'where' for 3.6 and 3.7-3.10
    
    Co-authored-by: Adam Johnson <[email protected]>
    Co-authored-by: Adam Turner <[email protected]>
    3 people authored Jul 15, 2022
    Configuration menu
    Copy the full SHA
    47fb7ab View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. 2022.06.15.1

    Lukasa committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    b8eb5e9 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. Only use importlib.resources's new files() / Traversable API on Pytho…

    …n ≥3.11 (#204)
    
    Using importlib.resource's files() API on 3.9 and 3.10 causes a
    TypeError on 3.9 and a ValueError on 3.10 when running under a
    third-party meta path importer (like PyOxidizer's OxidizedImporter) that
    doesn't support the relatively-new API.  This is because the full
    adapter layer (importlib.resources._adapters) for the older importlib
    resources API doesn't exist until Python 3.11.
    
    The older resources API is now used by 3.7–3.10, as it was prior to the
    certifi 2022.06.15.1 release.  This codepath has existed in certifi
    since April 2020 (3fc8fec).
    
    An alternative to this change would be testing the actual importer in
    use at runtime (e.g. certifi.__loader__) for files() support, but that
    seemed more complex than reverting to the previous codepath here.
    
    Resolves: #203
    Related-to: #199
    Related-to: #123
    tsibley authored Sep 13, 2022
    Configuration menu
    Copy the full SHA
    de0eae1 View commit details
    Browse the repository at this point in the history
  2. 2022.06.15.2

    Lukasa committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    aca828a View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. 2022.09.14

    Lukasa committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    939a28f View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2022

  1. 2022.09.24

    Lukasa committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    b81bdb2 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. 2022.12.07

    Lukasa committed Dec 7, 2022
    3 Configuration menu
    Copy the full SHA
    9e9e840 View commit details
    Browse the repository at this point in the history
Loading