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 }}
Godoctors
/
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
remove-cpython-bytecode-tests
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 7, 2019
Formatting of macros.rs
windelbouwman
committed
3d6673c
View commit details
Copy full SHA for 3d6673c
Browse repository at this point
Remove bytecode compilation. Add feature to enable verbose logging in vm.
windelbouwman
committed
310f89e
View commit details
Copy full SHA for 310f89e
Browse repository at this point
Set all versions to 0.1.0
windelbouwman
committed
cc24b73
View commit details
Copy full SHA for cc24b73
Browse repository at this point
Commits on Jul 6, 2019
Merge pull request #1108 from RustPython/update-docs
Show description for 93f70ab
windelbouwman
authored
93f70ab
View commit details
Copy full SHA for 93f70ab
Browse repository at this point
Merge pull request #1111 from RustPython/sys-version
Show description for bcf470e
windelbouwman
authored
bcf470e
View commit details
Copy full SHA for bcf470e
Browse repository at this point
Revert Pipfile back to py36
windelbouwman
committed
5c39350
View commit details
Copy full SHA for 5c39350
Browse repository at this point
Merge branch 'master' of github.com:RustPython/RustPython into update-docs
windelbouwman
committed
22c3ed3
View commit details
Copy full SHA for 22c3ed3
Browse repository at this point
Add git information in sys and platform modules.
windelbouwman
committed
ef649be
View commit details
Copy full SHA for ef649be
Browse repository at this point
Merge pull request #1109 from RustPython/update-travis-yml
Show description for 69980c2
windelbouwman
authored
69980c2
View commit details
Copy full SHA for 69980c2
Browse repository at this point
Merge pull request #1110 from palaviv/wasm-warns
Show description for f041a0a
coolreader18
authored
f041a0a
View commit details
Copy full SHA for f041a0a
Browse repository at this point
Remove wasm warnings
palaviv
committed
10cad47
View commit details
Copy full SHA for 10cad47
Browse repository at this point
Stick to python3.6 for now.
windelbouwman
committed
f68b064
View commit details
Copy full SHA for f68b064
Browse repository at this point
Merge pull request #1106 from palaviv/syntex-error
Show description for 70c2054
windelbouwman
authored
70c2054
View commit details
Copy full SHA for 70c2054
Browse repository at this point
Trial to improve travis config.
windelbouwman
committed
ef44e72
View commit details
Copy full SHA for ef44e72
Browse repository at this point
Fix wasm syntax error
palaviv
committed
0be08fe
View commit details
Copy full SHA for 0be08fe
Browse repository at this point
Update documentation folder and readme.
windelbouwman
committed
c64a974
View commit details
Copy full SHA for c64a974
Browse repository at this point
Merge pull request #1104 from palaviv/remove-importlib-frames
Show description for a099ba5
windelbouwman
authored
a099ba5
View commit details
Copy full SHA for a099ba5
Browse repository at this point
Pass ParseError location to CompileError
palaviv
committed
0e74d16
View commit details
Copy full SHA for 0e74d16
Browse repository at this point
Add TODO on verbose
palaviv
committed
251e33a
View commit details
Copy full SHA for 251e33a
Browse repository at this point
Use filter
palaviv
committed
c70748f
View commit details
Copy full SHA for c70748f
Browse repository at this point
Remove importlib frames from traceback
palaviv
committed
6239fe0
View commit details
Copy full SHA for 6239fe0
Browse repository at this point
Commits on Jul 5, 2019
Pass more information in user defined parse error
palaviv
committed
ef1d543
View commit details
Copy full SHA for ef1d543
Browse repository at this point
Commits on Jul 4, 2019
Merge pull request #1105 from palaviv/skip-modules
Show description for 22c0b08
coolreader18
authored
22c0b08
View commit details
Copy full SHA for 22c0b08
Browse repository at this point
Allow skipping of unknown modules
palaviv
committed
2edba36
View commit details
Copy full SHA for 2edba36
Browse repository at this point
Merge pull request #1102 from palaviv/clean-import
Show description for f8e8a12
coolreader18
authored
f8e8a12
View commit details
Copy full SHA for f8e8a12
Browse repository at this point
Use vm.class
palaviv
committed
f740845
View commit details
Copy full SHA for f740845
Browse repository at this point
Don't install external imports if there is no compiler
palaviv
committed
bb30d0f
View commit details
Copy full SHA for bb30d0f
Browse repository at this point
Remove old import
palaviv
committed
42d1713
View commit details
Copy full SHA for 42d1713
Browse repository at this point
Use vm.import when running with -m
palaviv
committed
ee4ee54
View commit details
Copy full SHA for ee4ee54
Browse repository at this point
Commits on Jul 3, 2019
Merge pull request #1103 from mkurnikov/importerror-attributes
Show description for 72febb7
coolreader18
authored
72febb7
View commit details
Copy full SHA for 72febb7
Browse repository at this point
add name, path, msg attributes to ImportError
mkurnikov
committed
9ce5240
View commit details
Copy full SHA for 9ce5240
Browse repository at this point
Merge pull request #1101 from palaviv/wasm-importlib
Show description for df53d55
windelbouwman
authored
df53d55
View commit details
Copy full SHA for df53d55
Browse repository at this point
Merge pull request #1095 from RustPython/coolreader18/whats_left-modules
Show description for f34f16b
coolreader18
authored
f34f16b
View commit details
Copy full SHA for f34f16b
Browse repository at this point
Use importlib import in WASM
palaviv
committed
090cfed
View commit details
Copy full SHA for 090cfed
Browse repository at this point
Merge pull request #1096 from RustPython/underscore2hyphen
Show description for 6b018a0
coolreader18
authored
6b018a0
View commit details
Copy full SHA for 6b018a0
Browse repository at this point
Previous
Next
You can’t perform that action at this time.