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

Commits on Jun 27, 2026

  1. Fix Windows CI build.

    stephengtuggy authored and stefanseefeld committed Jun 27, 2026
    Configuration menu
    Copy the full SHA
    8c31995 View commit details
    Browse the repository at this point in the history
  2. refactor: use PyUnicode_AsUTF8 with Python 3.14+

    _PyUnicode_AsString is deprecated since Python 3.14
    
    https://docs.python.org/3.14/deprecations/index.html#id2
    
    fix #512
    e-kwsm authored and stefanseefeld committed Jun 27, 2026
    Configuration menu
    Copy the full SHA
    29a4480 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99f58c9 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2026

  1. Configuration menu
    Copy the full SHA
    d7ff719 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c574084 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5762cb9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    30834f8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ed1e5e9 View commit details
    Browse the repository at this point in the history
Loading