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 }}
chicode
/
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
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 23, 2019
Merge pull request #1053 from RustPython/zen
Show description for bb9d697
palaviv
authored
bb9d697
View commit details
Copy full SHA for bb9d697
Browse repository at this point
Merge pull request #1039 from RustPython/coolreader18/wasm-_js-module
Show description for eeb7551
windelbouwman
authored
eeb7551
View commit details
Copy full SHA for eeb7551
Browse repository at this point
Merge pull request #1026 from rmliddle/BytesIO
Show description for fee9c99
windelbouwman
authored
fee9c99
View commit details
Copy full SHA for fee9c99
Browse repository at this point
removed duplicate c_flag function
rmliddle
committed
9bc392c
View commit details
Copy full SHA for 9bc392c
Browse repository at this point
Resolved merge conflict
rmliddle
committed
026958a
View commit details
Copy full SHA for 026958a
Browse repository at this point
Updated StringIO to use "StringIO"
rmliddle
committed
0f0a936
View commit details
Copy full SHA for 0f0a936
Browse repository at this point
Commits on Jun 22, 2019
Added the python zen module.
windelbouwman
committed
ed63ebd
View commit details
Copy full SHA for ed63ebd
Browse repository at this point
Merge pull request #1045 from RustPython/coolreader18/pyclassmethod-attr
Show description for 2f75562
windelbouwman
authored
2f75562
View commit details
Copy full SHA for 2f75562
Browse repository at this point
Fix errors
coolreader18
committed
658b6ca
View commit details
Copy full SHA for 658b6ca
Browse repository at this point
Don't convert errors from js to python
coolreader18
committed
298b05d
View commit details
Copy full SHA for 298b05d
Browse repository at this point
Move classmethods on JsValue to be normal methods
coolreader18
committed
8cf38f5
View commit details
Copy full SHA for 8cf38f5
Browse repository at this point
Fix get_prop on primitives
coolreader18
committed
072c872
View commit details
Copy full SHA for 072c872
Browse repository at this point
Add PyJsValue::instanceof
coolreader18
committed
886f77b
View commit details
Copy full SHA for 886f77b
Browse repository at this point
Move confirm and prompt to browser.py
coolreader18
committed
a3735da
View commit details
Copy full SHA for a3735da
Browse repository at this point
Add PyJsValue::construct()
coolreader18
committed
5627ab2
View commit details
Copy full SHA for 5627ab2
Browse repository at this point
Add browser.py module
coolreader18
committed
93cdd94
View commit details
Copy full SHA for 93cdd94
Browse repository at this point
Add _js module and fix imports
coolreader18
committed
56bcb02
View commit details
Copy full SHA for 56bcb02
Browse repository at this point
Add rustpython_vm::__exports module and fix warning
coolreader18
committed
61b2687
View commit details
Copy full SHA for 61b2687
Browse repository at this point
Commits on Jun 21, 2019
Merge pull request #1051 from michelhe/get-rid-of-debug-print
Show description for 9bb5dcc
coolreader18
authored
9bb5dcc
View commit details
Copy full SHA for 9bb5dcc
Browse repository at this point
Merge pull request #1048 from RustPython/revert-1037-coolreader18/option-source_path
Show description for 650139b
coolreader18
authored
650139b
View commit details
Copy full SHA for 650139b
Browse repository at this point
Remove a mistakenly commited debug print
michelhe
committed
c972e7c
View commit details
Copy full SHA for c972e7c
Browse repository at this point
Merge pull request #1044 from RustPython/coolreader18/ser_de-own-module
Show description for ba8b733
coolreader18
authored
ba8b733
View commit details
Copy full SHA for ba8b733
Browse repository at this point
Updates BytesIO to use "BufferedIO"
rmliddle
committed
e96a701
View commit details
Copy full SHA for e96a701
Browse repository at this point
Add set_file_attr to import_codeobj
coolreader18
committed
c359c43
View commit details
Copy full SHA for c359c43
Browse repository at this point
Commits on Jun 20, 2019
Revert "Make CodeObject.source_path an Option<String>"
coolreader18
authored
aefbae4
View commit details
Copy full SHA for aefbae4
Browse repository at this point
Update Cargo.lock
coolreader18
committed
86b8c07
View commit details
Copy full SHA for 86b8c07
Browse repository at this point
Commits on Jun 19, 2019
Add convenience functions
coolreader18
committed
0ac42ac
View commit details
Copy full SHA for 0ac42ac
Browse repository at this point
Merge pull request #1043 from yanganto/feat/unicode-iterals
Show description for 30979d9
windelbouwman
authored
30979d9
View commit details
Copy full SHA for 30979d9
Browse repository at this point
support unicode literal
Show description for 974dc68
Antonio Yang
committed
974dc68
View commit details
Copy full SHA for 974dc68
Browse repository at this point
Add #[pyclassmethod] to #[pyimpl]
coolreader18
committed
e68b494
View commit details
Copy full SHA for e68b494
Browse repository at this point
Commits on Jun 18, 2019
Merge pull request #1042 from palaviv/os-replace
Show description for 7554dfa
coolreader18
authored
7554dfa
View commit details
Copy full SHA for 7554dfa
Browse repository at this point
Use serde_wasm_bindgen for wasm ser/de
coolreader18
committed
9ac854a
View commit details
Copy full SHA for 9ac854a
Browse repository at this point
Move PyObject serialization to its own file
coolreader18
committed
a8d8019
View commit details
Copy full SHA for a8d8019
Browse repository at this point
Test OSError errno
palaviv
committed
17cd22b
View commit details
Copy full SHA for 17cd22b
Browse repository at this point
Test os.rename
palaviv
committed
9ee1ad9
View commit details
Copy full SHA for 9ee1ad9
Browse repository at this point
Previous
Next
You can’t perform that action at this time.