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
Accelerator
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 }}
lineCode
/
RustPython
Public
forked from
RustPython/RustPython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
RustPython
vm
src
lib.rs
on
function_attributes
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 2, 2019
Merge remote-tracking branch 'origin/master' into joey/fun-with-functions
Show description for 3478251
OddCoincidence
committed
3478251
View commit details
Copy full SHA for 3478251
View code at this point
Browse repository at this point
Merge pull request #577 from RustPython/kill_scope_variant
Show description for c8afeae
windelbouwman
authored
c8afeae
View commit details
Copy full SHA for c8afeae
View code at this point
Browse repository at this point
Fix a bunch of clippy lints
coolreader18
committed
f364ea5
View commit details
Copy full SHA for f364ea5
View code at this point
Browse repository at this point
Commits on Mar 1, 2019
Move Scope from pyobject to frame.
cthulahoops
committed
9d6e9ac
View commit details
Copy full SHA for 9d6e9ac
View code at this point
Browse repository at this point
Commits on Feb 28, 2019
Significant improvements to new function definition style
Show description for 7f75e3e
OddCoincidence
committed
7f75e3e
View commit details
Copy full SHA for 7f75e3e
View code at this point
Browse repository at this point
Commits on Feb 17, 2019
Store the WASM id in the VirtualMachine, add a (broken) fetch builtin
coolreader18
committed
a86069d
View commit details
Copy full SHA for a86069d
View code at this point
Browse repository at this point
Commits on Feb 13, 2019
Create error types for parser and compiler
Show description for 4453c3e
jordy25519
committed
4453c3e
View commit details
Copy full SHA for 4453c3e
View code at this point
Browse repository at this point
Commits on Feb 12, 2019
Support float(<str>) and float(<bytes>)
OddCoincidence
committed
38c0ea0
View commit details
Copy full SHA for 38c0ea0
View code at this point
Browse repository at this point
Commits on Feb 10, 2019
Fixed #191, fixes recursive repr() for the standard collections
skinnyBat
committed
5b63738
View commit details
Copy full SHA for 5b63738
View code at this point
Browse repository at this point
Commits on Feb 5, 2019
Add range.index
OddCoincidence
committed
b0a2f6f
View commit details
Copy full SHA for b0a2f6f
View code at this point
Browse repository at this point
Commits on Dec 16, 2018
Add format builtin and String formatting stuff.
Show description for b726e67
johndaniels
committed
b726e67
View commit details
Copy full SHA for b726e67
View code at this point
Browse repository at this point
Commits on Nov 25, 2018
add implementation of special math function
Show description for 04548db
yodalee
committed
04548db
View commit details
Copy full SHA for 04548db
View code at this point
Browse repository at this point
Commits on Nov 2, 2018
Removal of ToRust trait to prevent incorrect str representation
windelbouwman
committed
b7a0b0f
View commit details
Copy full SHA for b7a0b0f
View code at this point
Browse repository at this point
Commits on Oct 30, 2018
Change integer type into bigint
windelbouwman
committed
f6cced5
View commit details
Copy full SHA for f6cced5
View code at this point
Browse repository at this point
Commits on Oct 29, 2018
Add complex basic type
windelbouwman
committed
1e3b45e
View commit details
Copy full SHA for 1e3b45e
View code at this point
Browse repository at this point
Commits on Oct 13, 2018
Added -m option to main program.
windelbouwman
committed
ce91a25
View commit details
Copy full SHA for ce91a25
View code at this point
Browse repository at this point
Commits on Oct 10, 2018
Improve behavior wrt errors during import
almarklein
committed
22a9610
View commit details
Copy full SHA for 22a9610
View code at this point
Browse repository at this point
Commits on Sep 29, 2018
Moved objbool into obj folder
windelbouwman
committed
2d7b0e0
View commit details
Copy full SHA for 2d7b0e0
View code at this point
Browse repository at this point
Commits on Sep 1, 2018
Move more objects to obj folder
windelbouwman
committed
40cf7f4
View commit details
Copy full SHA for 40cf7f4
View code at this point
Browse repository at this point
Commits on Aug 31, 2018
Move builtin types to own directory
windelbouwman
committed
f453c74
View commit details
Copy full SHA for f453c74
View code at this point
Browse repository at this point
Commits on Aug 29, 2018
Some style issues and add __len__ to str
windelbouwman
committed
072a518
View commit details
Copy full SHA for 072a518
View code at this point
Browse repository at this point
Change print to use __str__ and add __str__ to object
windelbouwman
committed
2f39478
View commit details
Copy full SHA for 2f39478
View code at this point
Browse repository at this point
Add support for defaults to bytecode, compiler and VM
OddBloke
committed
2cecd36
View commit details
Copy full SHA for 2cecd36
View code at this point
Browse repository at this point
Commits on Aug 27, 2018
Move to more usage of type checking by typ
windelbouwman
committed
819b88e
View commit details
Copy full SHA for 819b88e
View code at this point
Browse repository at this point
Move arg_check macro to a shared module
Show description for 113f9be
OddBloke
committed
113f9be
View commit details
Copy full SHA for 113f9be
View code at this point
Browse repository at this point
Commits on Aug 26, 2018
Basic json module implementation in rust
OddBloke
committed
7a80c04
View commit details
Copy full SHA for 7a80c04
View code at this point
Browse repository at this point
Commits on Aug 24, 2018
Add some base exceptions
windelbouwman
committed
f76472c
View commit details
Copy full SHA for f76472c
View code at this point
Browse repository at this point
Commits on Aug 22, 2018
Add BaseException class
windelbouwman
committed
5838183
View commit details
Copy full SHA for 5838183
View code at this point
Browse repository at this point
Commits on Aug 20, 2018
Rename objclass -> objobject.
cthulahoops
committed
29133dd
View commit details
Copy full SHA for 29133dd
View code at this point
Browse repository at this point
Commits on Aug 12, 2018
Add modules for class and function objects.
cthulahoops
committed
cb3bd23
View commit details
Copy full SHA for cb3bd23
View code at this point
Browse repository at this point
Commits on Aug 11, 2018
Run `cargo fmt` to format the entire project
OddBloke
committed
2a90df8
View commit details
Copy full SHA for 2a90df8
View code at this point
Browse repository at this point
Commits on Aug 8, 2018
Refactor objlist and objtuple get_item in to objsequence
Daniel Watkins
committed
225f296
View commit details
Copy full SHA for 225f296
View code at this point
Browse repository at this point
Commits on Aug 6, 2018
Refactor shared list/tuple functions to objsequence.rs
Daniel Watkins
committed
da55a6a
View commit details
Copy full SHA for da55a6a
View code at this point
Browse repository at this point
Commits on Aug 1, 2018
Remove executor trait since we can have mutual includes
windelbouwman
committed
f7aa1dd
View commit details
Copy full SHA for f7aa1dd
View code at this point
Browse repository at this point
Commits on Jul 18, 2018
Add compile builtin
windelbouwman
committed
000f889
View commit details
Copy full SHA for 000f889
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.