X Tutup
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: aisk/gpython
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
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: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 20 files changed
  • 4 contributors

Commits on Jun 27, 2025

  1. py: implement str.join

    aisk authored Jun 27, 2025
    Configuration menu
    Copy the full SHA
    a0c0529 View commit details
    Browse the repository at this point in the history
  2. py: remove dead code

    aisk authored Jun 27, 2025
    Configuration menu
    Copy the full SHA
    cff1e72 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2025

  1. py: fix import on Windows

    aisk authored and ncw committed Jun 28, 2025
    Configuration menu
    Copy the full SHA
    53b7b8e View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2025

  1. py: fix exception repr

    aisk authored and ncw committed Jul 1, 2025
    Configuration menu
    Copy the full SHA
    43d2d61 View commit details
    Browse the repository at this point in the history
  2. py: Implement str.count

    aisk authored and ncw committed Jul 1, 2025
    Configuration menu
    Copy the full SHA
    285aad1 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2025

  1. all: handle SystemExit

    aisk authored Jul 3, 2025
    Configuration menu
    Copy the full SHA
    8b4dffb View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2025

  1. Configuration menu
    Copy the full SHA
    bbe4726 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2025

  1. ci: update GitHub actions

    cclauss authored Oct 13, 2025
    Configuration menu
    Copy the full SHA
    e20a7a4 View commit details
    Browse the repository at this point in the history

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
X Tutup