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/cpython
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.7
Choose a base ref
...
head repository: python-cmake-buildsystem/cpython
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.7.5-patches
Choose a head ref
  • 7 commits
  • 17 files changed
  • 4 contributors

Commits on Mar 18, 2018

  1. Backport "Issue #20374: Fix build with GNU readline >= 6.3."

    use new readline function types (closes #20374)
    
    References:
    * ce75105
    * https://bugs.python.org/issue20374
    benjaminp authored and jcfr committed Mar 18, 2018
    Configuration menu
    Copy the full SHA
    245b1d7 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2018

  1. Configuration menu
    Copy the full SHA
    65c3afc View commit details
    Browse the repository at this point in the history
  2. Backport "Issue #20374: Avoid compiler warnings when compiling readli…

    …ne with libedit."
    
    See b0fd12d
    ned-deily authored and jcfr committed Mar 19, 2018
    Configuration menu
    Copy the full SHA
    857b4ec View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2022

  1. MinGW support: Add patches-win32/01-dynload_win.patch

    This commit integrates changes originally added to the project
    as python-cmake-buildsystem/python-cmake-buildsystem@18d49757e (Mingw32 support, and add cmake
    options for disabling)
    
    Note that in  more recent version of Python, this patch is obsoleted
    by the following commits:
    
      See 589f89e2a (introduced in 3.3)
          Removed a Windows 9x trick used before LoadLibraryExW.
          Windows 9x has long been unsupported and the result of GetFullPathName was not even
          being used in the first place.
    
      See 05f2d84ca (introduced in 3.9)
          bpo-28269: Replace strcasecmp with system function _stricmp. (GH-13095)
    
    Co-authored-by: David Sansome <me@davidsansome.com>
    jcfr and davidsansome committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    a3b11fa View commit details
    Browse the repository at this point in the history
  2. MinGW support: Add patches-win32/02-signalmodule.patch

    This commit integrates changes originally added to the project
    as python-cmake-buildsystem/python-cmake-buildsystem@18d49757e (Mingw32 support, and add
    cmake options for disabling)
    
    Note that in more recent version of Python, this patch is obsoleted
    by the following commits:
    
    - See 7faf70512 (introduced in 3.4)
          Issue #17591: Use lowercase filenames when including Windows header files.
    
    Co-authored-by: David Sansome <me@davidsansome.com>
    jcfr and davidsansome committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    903f592 View commit details
    Browse the repository at this point in the history
  3. MinGW support: Add patches-win32/03-mingw32.patch

    This commit integrates changes originally added to the project
    as python-cmake-buildsystem/python-cmake-buildsystem@18de7ac65 (Fix the nt module)
    and python-cmake-buildsystem/python-cmake-buildsystem@a2606f959 (config-mingw: Add
    (i686|x86_64)-w64-mingw32 toolchain support from MXE)
    
    Co-authored-by: David Sansome <me@davidsansome.com>
    jcfr and davidsansome committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    e324cec View commit details
    Browse the repository at this point in the history
  4. MinGW support: Add patches-win32/05-libffi-latest.patch

    This commit integrates changes originally added to the project
    as python-cmake-buildsystem/python-cmake-buildsystem@9fdd1408b (Build the ctypes extension
    differently on Windows, add a patch to bring in the latest version
    of libffi) and python-cmake-buildsystem/python-cmake-buildsystem@025343fba (Add a missing
    patch to ctypes for windows)
    
    Co-authored-by: David Sansome <me@davidsansome.com>
    jcfr and davidsansome committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    c2b1c71 View commit details
    Browse the repository at this point in the history
Loading