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: flyher/CPython-Internals
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
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.
  • 15 commits
  • 76 files changed
  • 4 contributors

Commits on Jul 30, 2025

  1. Resolve zpoint#60 typo on mro

    zpoint authored Jul 30, 2025
    Configuration menu
    Copy the full SHA
    6235b94 View commit details
    Browse the repository at this point in the history
  2. update cn

    zpoint committed Jul 30, 2025
    Configuration menu
    Copy the full SHA
    ccf6c8e View commit details
    Browse the repository at this point in the history
  3. Merge pull request zpoint#61 from zpoint/zpoint-patch-1

    Resolve zpoint#60 typo on mro
    zpoint authored Jul 30, 2025
    Configuration menu
    Copy the full SHA
    aabff7e View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2025

  1. Update dict_cn.md for clarity on dictionary behavior

    Clarified the explanation regarding dictionary keys and values in the Chinese documentation.
    字段对象->字典对象
    XiaoWan-zi authored Oct 25, 2025
    Configuration menu
    Copy the full SHA
    b106298 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2025

  1. Merge pull request zpoint#62 from XiaoWan-zi/patch-1

    Update dict_cn.md for clarity on dictionary behavior
    zpoint authored Oct 27, 2025
    Configuration menu
    Copy the full SHA
    cae126f View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2026

  1. remove xyz link

    zpoint committed Jan 8, 2026
    Configuration menu
    Copy the full SHA
    d6a959c View commit details
    Browse the repository at this point in the history
  2. Merge pull request zpoint#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 zpoint#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 zpoint#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 zpoint#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 zpoint#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 zpoint#69 from zpoint/fix/improve-english-document…

    …ation
    
    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