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: apathetic-tools/python-utils
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.2
Choose a base ref
...
head repository: apathetic-tools/python-utils
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.0
Choose a head ref
  • 3 commits
  • 31 files changed
  • 2 contributors

Commits on Dec 5, 2025

  1. Configuration menu
    Copy the full SHA
    d8ab854 View commit details
    Browse the repository at this point in the history
  2. feat(runtime): standardize on 'stitched' runtime mode naming

    - Rename runtime mode from 'singlefile' to 'stitched' throughout codebase
    - Update pyproject.toml task names (build:script -> build:stitched, test:pytest:script -> test:pytest:stitched)
    - Rename BUNDLER_SCRIPT constant to STITCH_SCRIPT
    - Replace __STANDALONE__ marker with __STITCHED__ for stitched script detection
    - Update tagline from 'When stdlib just isn't enough' to 'When stdlib is almost enough'
    - Update all documentation, tests, and CI workflows to use new naming
    InertSloth committed Dec 5, 2025
    Configuration menu
    Copy the full SHA
    a1fe6ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    08d7b44 View commit details
    Browse the repository at this point in the history
Loading