Comparing remove_xyz_links...master · zpoint/CPython-Internals · GitHub
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: zpoint/CPython-Internals
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: remove_xyz_links
Choose a base ref
...
head repository: zpoint/CPython-Internals
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.
  • 9 commits
  • 39 files changed
  • 3 contributors

Commits on Jan 8, 2026

  1. Merge pull request #64 from zpoint/remove_xyz_links

    Remove xyz link
    zpoint authored Jan 8, 2026
    Configuration menu
    Copy the full SHA
    ea74233 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2026

  1. Use local SVG logo in README.

    * Fix README.md and README_KR.md which use the logo.
    * Use a stripped, small (2.8 kiB), local SVG file.
    * The file is from Wikimedia, license clean.
    the9000 committed Jan 31, 2026
    Configuration menu
    Copy the full SHA
    a817e58 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2026

  1. Add Jekyll config for GitHub Pages

    Enable GitHub Pages with the Cayman theme to publish
    the documentation as a website.
    
    Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
    zpoint and claude committed Feb 1, 2026
    Configuration menu
    Copy the full SHA
    a2f8f7d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #67 from zpoint/gh-pages-setup

    Add Jekyll config for GitHub Pages
    zpoint authored Feb 1, 2026
    Configuration menu
    Copy the full SHA
    ad5bd38 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #65 from the9000/the9000/fix-readme-python-logo

    Use local SVG logo in README.
    zpoint authored Feb 1, 2026
    Configuration menu
    Copy the full SHA
    69d36eb View commit details
    Browse the repository at this point in the history
  4. Convert absolute GitHub URLs to relative paths in READMEs

    Update all internal links in README.md, README_CN.md, and README_KR.md
    to use relative paths instead of absolute GitHub URLs. This allows the
    links to work correctly on GitHub Pages, pointing to the generated HTML
    pages rather than redirecting back to the repository.
    
    Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
    zpoint and claude committed Feb 1, 2026
    Configuration menu
    Copy the full SHA
    8524324 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #68 from zpoint/gh-pages-setup

    Fix GitHub Pages links to use relative paths
    zpoint authored Feb 1, 2026
    Configuration menu
    Copy the full SHA
    51a27d8 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2026

  1. Improve English grammar and readability across documentation

    Fix grammar issues throughout the repository's markdown files:
    - Correct spelling errors (e.g., defination → definition, intepreter → interpreter)
    - Fix capitalization at sentence starts
    - Correct article usage and verb agreement
    - Fix run-on sentences with proper punctuation
    - Standardize technical terms (e.g., posix → POSIX, python → Python)
    - Fix possessive vs contraction errors (it's → its)
    
    Addresses issue #59
    
    Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
    zpoint and claude committed Feb 3, 2026
    Configuration menu
    Copy the full SHA
    1c8da84 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #69 from zpoint/fix/improve-english-documentation

    Improve English grammar and readability across documentation
    zpoint authored Feb 3, 2026
    Configuration menu
    Copy the full SHA
    8c8a460 View commit details
    Browse the repository at this point in the history
Loading