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: zchee/gpython
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e20a7a4
Choose a base ref
...
head repository: go-python/gpython
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 444ae5e
Choose a head ref
  • 4 commits
  • 9 files changed
  • 3 contributors

Commits on Feb 20, 2026

  1. py: implement builtin vars

    aisk authored and sbinet committed Feb 20, 2026
    Configuration menu
    Copy the full SHA
    759eb83 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2026

  1. py,repl/cli,stdlib/builtin: implement input

    - py: implement input
    - add missing getline method on py.File
    - add parameters to readfile and add test
    aisk authored Feb 25, 2026
    Configuration menu
    Copy the full SHA
    530fdbd View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2026

  1. py: harden __import__ argument handling

    Fixes go-python#204.
    
    Co-authored-by: Sebastien Binet <binet@cern.ch>
    aisk and sbinet authored Feb 27, 2026
    Configuration menu
    Copy the full SHA
    c324a9a View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2026

  1. stdlib/builtin: add quit and exit

    In CPython's REPL, there are other ways to `quit` or `exit` the REPL without calling a function (by simply typing `quit` or `exit`). These names are injected via `site.py`. Since GPython does not have a site.py, this REPL usage is not implemented.
    
    Fixes go-python#140.
    aisk authored Mar 2, 2026
    Configuration menu
    Copy the full SHA
    444ae5e View commit details
    Browse the repository at this point in the history
Loading