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: pypa/twine
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.7.1
Choose a base ref
...
head repository: pypa/twine
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.8.0
Choose a head ref
  • 9 commits
  • 12 files changed
  • 3 contributors

Commits on Dec 30, 2021

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

Commits on Dec 31, 2021

  1. Merge pull request #849 from bhrutledge/847-log-keyring

    Add verbose logging for querying keyring credentials
    sigmavirus24 authored Dec 31, 2021
    Configuration menu
    Copy the full SHA
    5f1a5a4 View commit details
    Browse the repository at this point in the history
  2. Add changelog entry

    bhrutledge committed Dec 31, 2021
    Configuration menu
    Copy the full SHA
    7d60842 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #850 from bhrutledge/847-log-keyring

    Add changelog entry
    sigmavirus24 authored Dec 31, 2021
    Configuration menu
    Copy the full SHA
    ce87465 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

  1. Fix mypy error from urllib.Retry kwargs (#858)

    * Silence mypy kwargs error
    
    * Require recent version of urllib3
    
    * Add packages to --version
    
    * Show version for all requirements
    bhrutledge authored Jan 19, 2022
    Configuration menu
    Copy the full SHA
    fd8607d View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2022

  1. Display a more helpful error message for invalid metadata (#861)

    * Improve invalid metadata error message
    
    * Rework metadata test
    
    * Tweak message
    
    * Add changelog entry
    bhrutledge authored Jan 22, 2022
    Configuration menu
    Copy the full SHA
    a60c565 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. Log all upload responses with --verbose (#859)

    * Log all upload responses with --verbose
    
    * Use requests_toolbelt to log request/response
    
    * Revert "Use requests_toolbelt to log request/response"
    
    This reverts commit b458254.
    
    * Log request details
    
    * Fix failing tests
    
    * Add new test
    
    * Add changelog entry
    bhrutledge authored Jan 24, 2022
    Configuration menu
    Copy the full SHA
    cf9295f View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2022

  1. Update changelog for 3.8.0 (#862)

    * Add changelog entry
    
    * Update changelog for 3.8.0
    
    * Update changelog.rst
    bhrutledge authored Jan 29, 2022
    Configuration menu
    Copy the full SHA
    a833364 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. Update 3.8.0 release date (#863)

    * Update release date
    
    * Update release date
    bhrutledge authored Feb 2, 2022
    Configuration menu
    Copy the full SHA
    c5769e0 View commit details
    Browse the repository at this point in the history
Loading