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: scc-tw/standalone-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: release
Choose a base ref
...
head repository: scc-tw/standalone-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.
  • 5 commits
  • 25 files changed
  • 6 contributors

Commits on May 17, 2024

  1. Update: Change_icon_png

    pisces860225 authored and scc-tw committed May 17, 2024
    Configuration menu
    Copy the full SHA
    d35cede View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. 🐛 Fix: find invalid predicate executable

    Add the perm parameter in the find command and set the value to 444.
    pisces860225 authored and scc-tw committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    161258d View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2025

  1. Remove BASH as a runtime dependency

    Sodki authored and scc-tw committed Feb 27, 2025
    Configuration menu
    Copy the full SHA
    5a863a1 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2025

  1. docs: add comprehensive project documentation

    Add complete documentation suite for Standalone Python project covering all
    aspects from installation to development. The documentation provides clear
    guidance for users, administrators, and contributors.
    
    Documentation structure:
    - README.md: Documentation index and navigation hub
    - INSTALLATION.md: Download, installation, and setup instructions
    - USAGE.md: User guide with examples and best practices
    - ARCHITECTURE.md: Deep dive into system design and implementation
    - BUILD.md: Build instructions with compilation log management tips
    - CI_CD.md: GitHub Actions and GitLab CI pipeline documentation
    - TROUBLESHOOTING.md: Solutions to common problems
    - TECHNICAL.md: Complete technical specifications
    - CONTRIBUTING.md: Development setup and contribution guidelines
    - FAQ.md: Frequently asked questions and comparisons
    
    Key features:
    - Professional native English writing throughout
    - Practical examples and real-world scenarios
    - Comprehensive troubleshooting guidance
    - Cross-references between related topics
    - Visual aids including ASCII diagrams
    - Special note about managing massive compilation logs
    
    This documentation makes the project more accessible and maintainable,
    helping users understand the unique architecture that enables Python to
    run on any Linux system without glibc dependencies.
    
    🤖 Generated with Claude Code
    
    Co-Authored-By: Claude <[email protected]>
    2 people authored and scc committed Oct 28, 2025
    Configuration menu
    Copy the full SHA
    c16cb9d View commit details
    Browse the repository at this point in the history
  2. chore: fix workflow does not contain permissions

    Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
    scc-tw and github-advanced-security[bot] authored Oct 28, 2025
    Configuration menu
    Copy the full SHA
    35bdeab View commit details
    Browse the repository at this point in the history
Loading