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-cffi/cffi
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.17.0
Choose a base ref
...
head repository: python-cffi/cffi
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.17.1
Choose a head ref
  • 5 commits
  • 12 files changed
  • 4 contributors

Commits on Sep 4, 2024

  1. Allow writing generated code to a file-like object. (#115)

    This allows a caller to better control when and where the generated code is written, for issue #47.
    
    (cherry picked from commit 9e9dffb)
    inklesspen authored and nitzmahone committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    182ffc4 View commit details
    Browse the repository at this point in the history
  2. Handle distutils without distutils.msvc9compiler.MSVCCompiler class (#…

    …118)
    
    * Handle distutils without distutils.msvc9compiler.MSVCCompiler class
    
    * add explanatory comments
    
    ---------
    
    Co-authored-by: Matt Davis <nitzmahone@redhat.com>
    (cherry picked from commit 5982be1)
    jameshilliard authored and nitzmahone committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    1c292c1 View commit details
    Browse the repository at this point in the history
  3. add yet another flag to recompile() to avoid calling ffiplatform (#81)

    Co-authored-by: Armin Rigo <armin.rigo@gmail.com>
    (cherry picked from commit 00cb9fc)
    nitzmahone committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    61deb5f View commit details
    Browse the repository at this point in the history
  4. update whatsnew.rst for 1.17.1 (#121)

    (cherry picked from commit 4e62858)
    nitzmahone committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    ba10180 View commit details
    Browse the repository at this point in the history
  5. release 1.17.1

    nitzmahone committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    38bd6be View commit details
    Browse the repository at this point in the history
Loading