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: pyca/cryptography
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 41.0.1
Choose a base ref
...
head repository: pyca/cryptography
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 41.0.3
Choose a head ref
  • 7 commits
  • 17 files changed
  • 4 contributors

Commits on Jul 10, 2023

  1. Backport: Added PyPy 3.10 to CI (#8933) (#9210)

    * Added PyPy 3.10 to CI (#8933)
    
    * Bump proc-macro2 for nightly
    alex authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    bb204c8 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Backport ssh cert fix (#9211)

    * Fix encoding of SSH certs with critical options (#9208)
    
    * Add tests for issue #9207
    
    * Fix encoding of SSH certs with critical options
    
    * Test unexpected additional values for crit opts/exts
    
    * temporarily allow invalid ssh cert encoding
    
    ---------
    
    Co-authored-by: jeanluc <[email protected]>
    reaperhulk and lkubb authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    e190ef1 View commit details
    Browse the repository at this point in the history
  2. bump for 41.0.2 (#9215)

    reaperhulk authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    7431db7 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2023

  1. backport fix the memory leak in fixedpool (#9272) (#9309)

    * fix the memory leak in fixedpool (#9272)
    
    * fix the memory leak in fixedpool
    
    fixes #9255
    
    * simplify fix
    
    * resolve clippy warnings
    reaperhulk authored Jul 29, 2023
    Configuration menu
    Copy the full SHA
    0da7165 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. changelog for 41.0.3 (#9320)

    not bumping version, we'll do that when we have 3.1.2 built
    reaperhulk authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    bfa4d95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    774a4a1 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. bump for 41.0.3 (#9330)

    * bump for 41.0.3
    
    * bump openssl versions in CI
    
    * version bumps do not work that way
    
    * Rebuild cffi module if version changes (#9011)
    
    ---------
    
    Co-authored-by: Alex Gaynor <[email protected]>
    reaperhulk and alex authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    b22271c View commit details
    Browse the repository at this point in the history
Loading