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: thisisthepy/python-multiplatform
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: release
Choose a base ref
...
head repository: thisisthepy/python-multiplatform
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.
  • 4 commits
  • 4 files changed
  • 2 contributors

Commits on Aug 10, 2025

  1. Fix: Operator precedence in PYTHON_ASSET_DIR assignment

    Parentheses were added to ensure correct string concatenation after the conditional expression, preventing potential runtime errors in determining the Python asset directory.
    sesame-leaf committed Aug 10, 2025
    Configuration menu
    Copy the full SHA
    b7cb32f View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2025

  1. !BREAKING CHANGE!: Raise minSdk version to 24

    Updated the android-minSdk value from 21 to 24 to require a higher minimum Android API level for builds.
    sesame-leaf committed Aug 16, 2025
    Configuration menu
    Copy the full SHA
    3450062 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2025

  1. Remove: .fleet/receipt.json file

    Deleted the .fleet/receipt.json file, which contained project metadata generated by the Kotlin Multiplatform Wizard since KMP droped fleet support.
    b-re-w committed Aug 19, 2025
    Configuration menu
    Copy the full SHA
    fa9ff72 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2025

  1. Docs: PyType class diagram attributes

    Added 'baseTypes' and removed 'slots' from the PyType class in the Mermaid diagram. Because 'slots' doesn't exist in PyTypeObject struct.
    sesame-leaf committed Dec 20, 2025
    Configuration menu
    Copy the full SHA
    c1cfc68 View commit details
    Browse the repository at this point in the history
Loading