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
on
test-deployment
User selector
All users
Datepicker
All time
Commit history
Commits on Jan 2, 2019
Merge pull request #246 from rmliddle/bytes-representation
Show description for a28b665
windelbouwman
authored
a28b665
View commit details
Copy full SHA for a28b665
View code at this point
Browse repository at this point
change to bytes repr
rmliddle
committed
3d6742a
View commit details
Copy full SHA for 3d6742a
View code at this point
Browse repository at this point
Commits on Dec 27, 2018
Implement most string module constants
Show description for e4ca165
xrmx
committed
e4ca165
View commit details
Copy full SHA for e4ca165
View code at this point
Browse repository at this point
Merge pull request #244 from coolreader18/boxed-rustfunc
Show description for 4c5b584
windelbouwman
authored
4c5b584
View commit details
Copy full SHA for 4c5b584
View code at this point
Browse repository at this point
Implement most of the string methods. (#239)
Show description for 79a3b13
mcbunkus
authored and
windelbouwman
committed
79a3b13
View commit details
Copy full SHA for 79a3b13
View code at this point
Browse repository at this point
Change RustPyFunc from a fn pointer to a Fn trait
coolreader18
committed
09602a2
View commit details
Copy full SHA for 09602a2
View code at this point
Browse repository at this point
Merge pull request #240 from coolreader18/json-error
Show description for f325ef1
windelbouwman
authored
f325ef1
View commit details
Copy full SHA for f325ef1
View code at this point
Browse repository at this point
Run cargo fmt --all
coolreader18
committed
8fee5a8
View commit details
Copy full SHA for 8fee5a8
View code at this point
Browse repository at this point
Run cargo fmt
coolreader18
committed
0ac0432
View commit details
Copy full SHA for 0ac0432
View code at this point
Browse repository at this point
Format PyObject's correctly and nicely
coolreader18
committed
80573b0
View commit details
Copy full SHA for 80573b0
View code at this point
Browse repository at this point
Commits on Dec 26, 2018
Don't allocate a new string for each new type for the ExceptionZoo
coolreader18
committed
d1a584f
View commit details
Copy full SHA for d1a584f
View code at this point
Browse repository at this point
Have json.* throw an exception instead of panicking
coolreader18
committed
a77b7e0
View commit details
Copy full SHA for a77b7e0
View code at this point
Browse repository at this point
Commits on Dec 23, 2018
Merge pull request #237 from johndaniels/add-star-import
Show description for 946df53
windelbouwman
authored
946df53
View commit details
Copy full SHA for 946df53
View code at this point
Browse repository at this point
Add 'from x import *' syntax.
Show description for ac3da8b
johndaniels
committed
ac3da8b
View commit details
Copy full SHA for ac3da8b
View code at this point
Browse repository at this point
Commits on Dec 22, 2018
Merge pull request #236 from coolreader18/proper-dict
Show description for 366f3e2
windelbouwman
authored
366f3e2
View commit details
Copy full SHA for 366f3e2
View code at this point
Browse repository at this point
Finish revamping `dict_new()`
coolreader18
committed
f178423
View commit details
Copy full SHA for f178423
View code at this point
Browse repository at this point
Commits on Dec 18, 2018
dict() now should work properly
Show description for bdc80dc
coolreader18
committed
bdc80dc
View commit details
Copy full SHA for bdc80dc
View code at this point
Browse repository at this point
Commits on Dec 17, 2018
Use new_list when constructing multiplied list.
windelbouwman
committed
950dbd1
View commit details
Copy full SHA for 950dbd1
View code at this point
Browse repository at this point
Merge pull request #233 from rossjones/232-impl-mul-for-list
Show description for bbe333d
windelbouwman
authored
bbe333d
View commit details
Copy full SHA for bbe333d
View code at this point
Browse repository at this point
Commits on Dec 16, 2018
Cargo format.
johndaniels
committed
a6288ac
View commit details
Copy full SHA for a6288ac
View code at this point
Browse repository at this point
Implements __mul__ for lists
Show description for ae2f7ed
rossjones
committed
ae2f7ed
View commit details
Copy full SHA for ae2f7ed
View code at this point
Browse repository at this point
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 Dec 13, 2018
Try to make it simpler to switch dict storage types.
windelbouwman
committed
62c53d8
View commit details
Copy full SHA for 62c53d8
View code at this point
Browse repository at this point
Merge pull request #229 from AgentMacklin/master
Show description for 521f664
windelbouwman
authored
521f664
View commit details
Copy full SHA for 521f664
View code at this point
Browse repository at this point
update and added more functions
mcbunkus
committed
7ac22d9
View commit details
Copy full SHA for 7ac22d9
View code at this point
Browse repository at this point
Store dict key as pyobject into hashmap.
windelbouwman
committed
a29e882
View commit details
Copy full SHA for a29e882
View code at this point
Browse repository at this point
Commits on Dec 12, 2018
Move set_item to context struct.
windelbouwman
committed
e657633
View commit details
Copy full SHA for e657633
View code at this point
Browse repository at this point
Modify location of set_attr so that we are able to create str python objects for the dictionary.
windelbouwman
committed
4095e0c
View commit details
Copy full SHA for 4095e0c
View code at this point
Browse repository at this point
Move set_attr and set_item to context.
windelbouwman
committed
0215830
View commit details
Copy full SHA for 0215830
View code at this point
Browse repository at this point
added isalnum, isalpha, isdigit, swapcase
mcbunkus
committed
dd2b4e3
View commit details
Copy full SHA for dd2b4e3
View code at this point
Browse repository at this point
Make underlying dict type more hidden.
windelbouwman
committed
5c04ad8
View commit details
Copy full SHA for 5c04ad8
View code at this point
Browse repository at this point
initial fork commit
mcbunkus
committed
07336fa
View commit details
Copy full SHA for 07336fa
View code at this point
Browse repository at this point
Commits on Dec 3, 2018
Merge pull request #203 from RustPython/consolelog
Show description for 5734fc2
shinglyu
authored
5734fc2
View commit details
Copy full SHA for 5734fc2
View code at this point
Browse repository at this point
[WASM] Mapping print to console.log
shinglyu
committed
2c55c47
View commit details
Copy full SHA for 2c55c47
View code at this point
Browse repository at this point
Commits on Nov 26, 2018
Add builtins to sys.modules. Add __float__ method to int class.
windelbouwman
committed
8eacbcb
View commit details
Copy full SHA for 8eacbcb
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.