Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
rozensoftware
/
pythonami
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
1
Star
4
Code
Issues
0
Pull requests
0
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Security and quality
Insights
Commits
Breadcrumbs
History for
pythonami
docs
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 23, 2026
Add gui_intuition extension and associated services
Show description for 3334416
rozensoftware
committed
3334416
View commit details
Copy full SHA for 3334416
View code at this point
Browse repository at this point
Commits on Sep 22, 2026
Update version to 0.7.1 and enhance module identity handling
Show description for 2ed9e90
piotrrozentreter
committed
2ed9e90
View commit details
Copy full SHA for 2ed9e90
View code at this point
Browse repository at this point
Add debug statistics documentation and maze generation example
Show description for 3ada6a0
piotrrozentreter
committed
3ada6a0
View commit details
Copy full SHA for 3ada6a0
View code at this point
Browse repository at this point
Commits on Sep 20, 2026
Demonstrate generators in examples/test_features.py section 30
Show description for 6b59e80
cursoragent
and
rozensoftware
committed
6b59e80
View commit details
Copy full SHA for 6b59e80
View code at this point
Browse repository at this point
Record the 0.7 diagnostics and test coverage in docs
Show description for 9b695e1
cursoragent
and
rozensoftware
committed
9b695e1
View commit details
Copy full SHA for 9b695e1
View code at this point
Browse repository at this point
Document Language Level 0.7 generators and bump version to 0.7.0
Show description for ab37a20
cursoragent
and
rozensoftware
committed
ab37a20
View commit details
Copy full SHA for ab37a20
View code at this point
Browse repository at this point
Drain generators into a list for builtins that consume an iterable
Show description for e62cd12
cursoragent
and
rozensoftware
committed
e62cd12
View commit details
Copy full SHA for e62cd12
View code at this point
Browse repository at this point
Add generator unit tests and CPython-differential language fixture
Show description for b478e18
cursoragent
and
rozensoftware
committed
b478e18
View commit details
Copy full SHA for b478e18
View code at this point
Browse repository at this point
Reserve Level 0.7 generator surface: D-0045/D-0046, OP_YIELD_VALUE 0x3C, PY68_OBJECT_GENERATOR, Py68Code.is_generator
Show description for 10c981d
cursoragent
and
rozensoftware
committed
10c981d
View commit details
Copy full SHA for 10c981d
View code at this point
Browse repository at this point
Update exception handling: rename IOError to OSError and document alias
rozensoftware
committed
82371e3
View commit details
Copy full SHA for 82371e3
View code at this point
Browse repository at this point
Commits on Sep 16, 2026
Enhance process testing: add coverage for os.popen and os.system, update expected outputs
piotrrozentreter
committed
10e04dd
View commit details
Copy full SHA for 10e04dd
View code at this point
Browse repository at this point
Update documentation and implementation for `os.popen` output capture on Amiga
Show description for 8d49a26
piotrrozentreter
committed
8d49a26
View commit details
Copy full SHA for 8d49a26
View code at this point
Browse repository at this point
Commits on Sep 15, 2026
Compile restricted f-strings and add fixtures (D-0043)
Show description for 809c2d0
cursoragent
and
rozensoftware
committed
809c2d0
View commit details
Copy full SHA for 809c2d0
View code at this point
Browse repository at this point
Add iter/next builtins over Py68Range with StopIteration
Show description for 7438939
cursoragent
and
rozensoftware
committed
7438939
View commit details
Copy full SHA for 7438939
View code at this point
Browse repository at this point
Implement builtin `sum(iterable[, start])` for numeric addition with overflow checks and float promotion
rozensoftware
committed
5af6737
View commit details
Copy full SHA for 5af6737
View code at this point
Browse repository at this point
Add Python-style conditional expressions (ternary).
Show description for c93455b
cursoragent
and
rozensoftware
committed
c93455b
View commit details
Copy full SHA for c93455b
View code at this point
Browse repository at this point
Implement augmented assignment, lexicographic ordering, and sorted function support
rozensoftware
committed
ed4deba
View commit details
Copy full SHA for ed4deba
View code at this point
Browse repository at this point
Add fixed-count unpacking and multiple assignment.
Show description for b64dc33
cursoragent
and
rozensoftware
committed
b64dc33
View commit details
Copy full SHA for b64dc33
View code at this point
Browse repository at this point
Merge pull request #9 from rozensoftware/cursor/identity-operators-is-is-not-7f95
Show description for b071497
rozensoftware
authored
b071497
View commit details
Copy full SHA for b071497
View code at this point
Browse repository at this point
Implement identity comparison operators is and is not
Show description for f4ab4fc
cursoragent
and
rozensoftware
committed
f4ab4fc
View commit details
Copy full SHA for f4ab4fc
View code at this point
Browse repository at this point
Enhance file reading functionality for Amiga compatibility
Show description for 20868e9
rozensoftware
committed
20868e9
View commit details
Copy full SHA for 20868e9
View code at this point
Browse repository at this point
Implement membership operators and string iteration
Show description for d7584f2
rozensoftware
committed
d7584f2
View commit details
Copy full SHA for d7584f2
View code at this point
Browse repository at this point
Add user and developer guides to documentation
piotrrozentreter
committed
62c9d28
View commit details
Copy full SHA for 62c9d28
View code at this point
Browse repository at this point
Implement process control and interrupt handling features
Show description for 5bb8904
piotrrozentreter
committed
5bb8904
View commit details
Copy full SHA for 5bb8904
View code at this point
Browse repository at this point
Add check-only mode to CLI and corresponding tests
Show description for e48c433
piotrrozentreter
committed
e48c433
View commit details
Copy full SHA for e48c433
View code at this point
Browse repository at this point
fix
rozensoftware
committed
2447d4b
View commit details
Copy full SHA for 2447d4b
View code at this point
Browse repository at this point
Implement synchronous os.system command execution and related APIs
piotrrozentreter
committed
d0bad5e
View commit details
Copy full SHA for d0bad5e
View code at this point
Browse repository at this point
Add performance benchmark example for Python68K
piotrrozentreter
committed
772fcb4
View commit details
Copy full SHA for 772fcb4
View code at this point
Browse repository at this point
Implement time-related functions and struct_time support
Show description for c6df787
piotrrozentreter
committed
c6df787
View commit details
Copy full SHA for c6df787
View code at this point
Browse repository at this point
Refactor documentation and code for Amiga build and stack management; add PythonAmi time functions reference
piotrrozentreter
committed
c5843c7
View commit details
Copy full SHA for c5843c7
View code at this point
Browse repository at this point
Commits on Sep 14, 2026
Implement Python68K random module and related functions; update import handling for callable definitions
rozensoftware
committed
7328f05
View commit details
Copy full SHA for 7328f05
View code at this point
Browse repository at this point
Merge origin/master into LoadSeg extensions branch.
Show description for 8dc8718
rozensoftware
and
cursoragent
committed
8dc8718
View commit details
Copy full SHA for 8dc8718
View code at this point
Browse repository at this point
Add Amiga LoadSeg extensions via load_library.
Show description for 30f73a4
cursoragent
and
rozensoftware
committed
30f73a4
View commit details
Copy full SHA for 30f73a4
View code at this point
Browse repository at this point
Add list, set, and dict comprehensions (Language Level 0.6)
Show description for 304b1c5
cursoragent
and
rozensoftware
committed
304b1c5
View commit details
Copy full SHA for 304b1c5
View code at this point
Browse repository at this point
Implement string methods and text builtins in the VM
Show description for 0343a75
rozensoftware
committed
0343a75
View commit details
Copy full SHA for 0343a75
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.