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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
oracle
/
graalpython
Public
Notifications
You must be signed in to change notification settings
Fork
155
Star
1.6k
Code
Issues
68
Pull requests
5
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
graalpython
graalpython
com.oracle.graal.python
src
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 19, 2026
Harden bytecode header verification
msimacek
committed
949ac6f
View commit details
Copy full SHA for 949ac6f
View code at this point
Browse repository at this point
Fix bytecode file hash verification
msimacek
committed
300c475
View commit details
Copy full SHA for 300c475
View code at this point
Browse repository at this point
Commits on Aug 18, 2026
[GR-75715] Implement marshal allow_code parameter
Show description for 247ca8b
msimacek
committed
247ca8b
View commit details
Copy full SHA for 247ca8b
View code at this point
Browse repository at this point
[GR-78705] Fix enumerate start handling for None and index
Show description for 18a0c5f
msimacek
committed
18a0c5f
View commit details
Copy full SHA for 18a0c5f
View code at this point
Browse repository at this point
Commits on Aug 17, 2026
[GR-78765] Format slice repr members with repr() instead of toString()
Show description for 311cd67
msimacek
committed
311cd67
View commit details
Copy full SHA for 311cd67
View code at this point
Browse repository at this point
Use uncached nodes in slice repr
msimacek
committed
7413866
View commit details
Copy full SHA for 7413866
View code at this point
Browse repository at this point
Implement marshal allow_code parameter
msimacek
committed
433254a
View commit details
Copy full SHA for 433254a
View code at this point
Browse repository at this point
Commits on Aug 14, 2026
Fix: ensure SubstringNode receives PE constant lazy argument from TextIOWrapper
DSouzaM
committed
bedeaba
View commit details
Copy full SHA for bedeaba
View code at this point
Browse repository at this point
Commits on Aug 12, 2026
Add new Cython-specific APIs to support their array module
msimacek
committed
ed0bfb7
View commit details
Copy full SHA for ed0bfb7
View code at this point
Browse repository at this point
Fix PyDict_GET_SIZE
msimacek
committed
fc6469a
View commit details
Copy full SHA for fc6469a
View code at this point
Browse repository at this point
Implement missing PyCode C accessors
msimacek
committed
8020094
View commit details
Copy full SHA for 8020094
View code at this point
Browse repository at this point
Implement PyCell C accessors
msimacek
committed
e126738
View commit details
Copy full SHA for e126738
View code at this point
Browse repository at this point
Implement PyFunction C getters
msimacek
committed
bb10aeb
View commit details
Copy full SHA for bb10aeb
View code at this point
Browse repository at this point
Fix sending NoDefault to native
msimacek
committed
cc621e4
View commit details
Copy full SHA for cc621e4
View code at this point
Browse repository at this point
Make PCell inherit from PythonBuiltinObject
Show description for f13976b
msimacek
committed
f13976b
View commit details
Copy full SHA for f13976b
View code at this point
Browse repository at this point
Fix cell access in frame proxy
msimacek
committed
53c4595
View commit details
Copy full SHA for 53c4595
View code at this point
Browse repository at this point
Commits on Aug 10, 2026
Fix Truffle warning
msimacek
committed
5a467c9
View commit details
Copy full SHA for 5a467c9
View code at this point
Browse repository at this point
Commits on Aug 8, 2026
Coerce the enumerate() start argument through __index__
Show description for cd487bc
jseop-lim
committed
cd487bc
View commit details
Copy full SHA for cd487bc
View code at this point
Browse repository at this point
Fix enumerate() start argument handling
Show description for 9cadc1b
jseop-lim
committed
9cadc1b
View commit details
Copy full SHA for 9cadc1b
View code at this point
Browse repository at this point
Commits on Aug 7, 2026
Format slice repr members with repr() instead of toString()
Show description for 7112ceb
jseop-lim
committed
7112ceb
View commit details
Copy full SHA for 7112ceb
View code at this point
Browse repository at this point
Commits on Aug 6, 2026
[GR-75709] Add missing C API builtins for Python 3.13
Show description for 730597a
msimacek
committed
730597a
View commit details
Copy full SHA for 730597a
View code at this point
Browse repository at this point
[GR-75711] Implement mmap trackfd argument
Show description for c003bd2
msimacek
committed
c003bd2
View commit details
Copy full SHA for c003bd2
View code at this point
Browse repository at this point
Fix resetting generator f_back
msimacek
committed
a154d1a
View commit details
Copy full SHA for a154d1a
View code at this point
Browse repository at this point
[GR-78546] Fix using UTC timezone from interop before initializing datetime
Show description for 23fe72b
msimacek
committed
23fe72b
View commit details
Copy full SHA for 23fe72b
View code at this point
Browse repository at this point
[GR-75710] Implement -X cpu_count option
Show description for efd778f
msimacek
committed
efd778f
View commit details
Copy full SHA for efd778f
View code at this point
Browse repository at this point
Update PyFrame_GetLocals and implement PyEval_GetLocals
msimacek
committed
5e8bbc8
View commit details
Copy full SHA for 5e8bbc8
View code at this point
Browse repository at this point
Implement PyObject_GetAIter
msimacek
committed
cfb1261
View commit details
Copy full SHA for cfb1261
View code at this point
Browse repository at this point
Implement PyAIter_Check
msimacek
committed
355d7c5
View commit details
Copy full SHA for 355d7c5
View code at this point
Browse repository at this point
Implement PyLong_GetInfo
msimacek
committed
b1c2b20
View commit details
Copy full SHA for b1c2b20
View code at this point
Browse repository at this point
Remove bogus object storage decref
msimacek
committed
82c68e5
View commit details
Copy full SHA for 82c68e5
View code at this point
Browse repository at this point
Implement PyList_Clear
msimacek
committed
1843332
View commit details
Copy full SHA for 1843332
View code at this point
Browse repository at this point
Implement PyLong_FromUnsignedNativeBytes
msimacek
committed
317be07
View commit details
Copy full SHA for 317be07
View code at this point
Browse repository at this point
Fix using UTC timezone from interop before initializing datetime
Show description for 12a92f0
msimacek
committed
12a92f0
View commit details
Copy full SHA for 12a92f0
View code at this point
Browse repository at this point
[GR-78174][GR-77822][GR-78201][GR-78172] Small workarounds/fixes for periodic jobs.
Show description for c67bf0d
timfel
committed
c67bf0d
View commit details
Copy full SHA for c67bf0d
View code at this point
Browse repository at this point
Commits on Aug 5, 2026
[GR-75707] Implement AST optimizer
Show description for b0e6800
msimacek
committed
b0e6800
View commit details
Copy full SHA for b0e6800
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.