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

Commits on Jun 21, 2026

  1. 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 21, 2026
    Configuration menu
    Copy the full SHA
    14f1bbe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e2f519 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0796140 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b8b0093 View commit details
    Browse the repository at this point in the history
  5. Rename module to mod

    o01eg authored and stefanseefeld committed Jun 21, 2026
    Configuration menu
    Copy the full SHA
    b34c895 View commit details
    Browse the repository at this point in the history
  6. Add tests

    o01eg authored and stefanseefeld committed Jun 21, 2026
    Configuration menu
    Copy the full SHA
    97a623d View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2026

  1. Add POD state for multi-phase modules

    o01eg authored and stefanseefeld committed Jun 27, 2026
    Configuration menu
    Copy the full SHA
    d018bb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afd27c6 View commit details
    Browse the repository at this point in the history
  3. Fix and add tests for module state

    o01eg authored and stefanseefeld committed Jun 27, 2026
    Configuration menu
    Copy the full SHA
    c86ea20 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2026

  1. Configuration menu
    Copy the full SHA
    e08584a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8668c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    27ff6f6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    660e894 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fe087f9 View commit details
    Browse the repository at this point in the history
Loading