Thanks to visit codestin.com
Credit goes to github.com

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: main
Choose a base ref
...
head repository: fedora-python/cpython
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fedora-3.14
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 6 files changed
  • 5 contributors

Commits on Feb 15, 2021

  1. 00251: Change user install location

    Set values of base and platbase in sysconfig from /usr
    to /usr/local when RPM build is not detected
    to make pip and similar tools install into separate location.
    
    Fedora Change: https://fedoraproject.org/wiki/Changes/Making_sudo_pip_safe
    Downstream only.
    
    We've tried to rework in Fedora 36/Python 3.10 to follow https://bugs.python.org/issue43976
    but we have identified serious problems with that approach,
    see https://bugzilla.redhat.com/2026979 or https://bugzilla.redhat.com/2097183
    
    pypa/distutils integration: pypa/distutils#70
    
    Co-authored-by: Petr Viktorin <[email protected]>
    Co-authored-by: Miro Hrončok <[email protected]>
    Co-authored-by: Michal Cyprian <[email protected]>
    Co-authored-by: Lumír Balhar <[email protected]>
    4 people committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    72c5ccb View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2025

  1. 00459: Apply Intel Control-flow Technology for x86-64

    Required for mitigation against return-oriented programming (ROP) and Call or Jump Oriented Programming (COP/JOP) attacks
    
    Proposed upstream: #128606
    
    See also: https://sourceware.org/annobin/annobin.html/Test-cf-protection.html
    stratakis authored and hroncok committed Jan 8, 2025
    Configuration menu
    Copy the full SHA
    267e3a7 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2025

  1. 00461: Downstream only: Install wheel in test venvs when setuptools < 71

    This can be removed when Fedora 41 goes EOL (or updates setuptools).
    hroncok committed Apr 25, 2025
    Configuration menu
    Copy the full SHA
    c415b73 View commit details
    Browse the repository at this point in the history
Loading