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 }}
datadevopscloud
/
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
compiler
on
master
User selector
All users
All time
Commit history
Commits on Nov 7, 2019
Add a CompileContext
coolreader18
committed
6ed5045
View commit details
Copy full SHA for 6ed5045
View code at this point
Browse repository at this point
Add async for
coolreader18
committed
6bc33fb
View commit details
Copy full SHA for 6bc33fb
View code at this point
Browse repository at this point
Deduplicate async/normal `with` compilation code
coolreader18
committed
960e8de
View commit details
Copy full SHA for 960e8de
View code at this point
Browse repository at this point
Add async with, reorganize how with blocks work
coolreader18
committed
5c26a25
View commit details
Copy full SHA for 5c26a25
View code at this point
Browse repository at this point
Add coroutines, async/await functionality, and gen.close()
coolreader18
committed
577cea9
View commit details
Copy full SHA for 577cea9
View code at this point
Browse repository at this point
Commits on Nov 2, 2019
Merge pull request #1580 from seeeturtle/doc-f
Show description for 72989cd
palaviv
authored
72989cd
View commit details
Copy full SHA for 72989cd
View code at this point
Browse repository at this point
Set docstring of function as None if not declared
Show description for 5381817
seeeturtle
committed
5381817
View commit details
Copy full SHA for 5381817
View code at this point
Browse repository at this point
Commits on Oct 23, 2019
Fix wrong const optimization for "1.0 / 0.0" case
Show description for 74c02d4
ichyo
committed
74c02d4
View commit details
Copy full SHA for 74c02d4
View code at this point
Browse repository at this point
Commits on Oct 14, 2019
Change FunctionOpArg to CodeFlags, stored in CodeObject
coolreader18
committed
c08f11a
View commit details
Copy full SHA for c08f11a
View code at this point
Browse repository at this point
Commits on Oct 13, 2019
Add build compatibility with rustc 1.36.0 since #1318 merged
ChJR
committed
ad18dfd
View commit details
Copy full SHA for ad18dfd
View code at this point
Browse repository at this point
Commits on Oct 12, 2019
Merge pull request #1318 from youknowone/ast-module
Show description for 336364c
windelbouwman
authored
336364c
View commit details
Copy full SHA for 336364c
View code at this point
Browse repository at this point
Shut up Clippy
sanxiyn
committed
7caeee7
View commit details
Copy full SHA for 7caeee7
View code at this point
Browse repository at this point
Add mode to ast::parse
youknowone
committed
2f1fb16
View commit details
Copy full SHA for 2f1fb16
View code at this point
Browse repository at this point
Commits on Oct 11, 2019
Implement IndentationError
sanxiyn
committed
e76edde
View commit details
Copy full SHA for e76edde
View code at this point
Browse repository at this point
Commits on Oct 10, 2019
upgrade low-risk deps
FauxFaux
committed
60bb597
View commit details
Copy full SHA for 60bb597
View code at this point
Browse repository at this point
Commits on Oct 5, 2019
Implement TabError
sanxiyn
committed
f2e04c0
View commit details
Copy full SHA for f2e04c0
View code at this point
Browse repository at this point
Commits on Oct 4, 2019
Raise TypeError for duplicate keyword arguments
sanxiyn
committed
a17456d
View commit details
Copy full SHA for a17456d
View code at this point
Browse repository at this point
Commits on Oct 2, 2019
Optimize BuildMap bytecode emission
sanxiyn
committed
e4ec430
View commit details
Copy full SHA for e4ec430
View code at this point
Browse repository at this point
Commits on Sep 28, 2019
Invert the inverted boolean
coolreader18
committed
d0f7b5f
View commit details
Copy full SHA for d0f7b5f
View code at this point
Browse repository at this point
Only overwrite the locals in __build_class__ if it's a class
coolreader18
committed
499bf14
View commit details
Copy full SHA for 499bf14
View code at this point
Browse repository at this point
Commits on Sep 25, 2019
Bump crate versions
coolreader18
committed
d88167b
View commit details
Copy full SHA for d88167b
View code at this point
Browse repository at this point
Commits on Sep 17, 2019
Fix global declaration error in the function
Show description for 1b141f3
HyeockJinKim
committed
1b141f3
View commit details
Copy full SHA for 1b141f3
View code at this point
Browse repository at this point
Remove useless_const optimization
Show description for a878ffc
coolreader18
authored and
windelbouwman
committed
a878ffc
View commit details
Copy full SHA for a878ffc
View code at this point
Browse repository at this point
Don't emit None, ReturnValue if the last statement in a function is a return
coolreader18
authored and
windelbouwman
committed
b71b4e6
View commit details
Copy full SHA for b71b4e6
View code at this point
Browse repository at this point
Add optimization to remove unused LoadConst operations
coolreader18
authored and
windelbouwman
committed
c09ad9a
View commit details
Copy full SHA for c09ad9a
View code at this point
Browse repository at this point
Commits on Sep 12, 2019
Merge pull request #1367 from j30ng/syntax-err-on-star
Show description for 9aaf887
coolreader18
authored
9aaf887
View commit details
Copy full SHA for 9aaf887
View code at this point
Browse repository at this point
Remove Enum Instruction::Unpack
j30ng
committed
a5bea47
View commit details
Copy full SHA for a5bea47
View code at this point
Browse repository at this point
Commits on Sep 11, 2019
Format Code with rustfmt
j30ng
committed
95d57ef
View commit details
Copy full SHA for 95d57ef
View code at this point
Browse repository at this point
Return SyntaxError on Invalid Star Expression
j30ng
committed
ea69be5
View commit details
Copy full SHA for ea69be5
View code at this point
Browse repository at this point
nonlocal generate syntax error
Show description for 7695851
HyeockJinKim
committed
7695851
View commit details
Copy full SHA for 7695851
View code at this point
Browse repository at this point
Commits on Sep 7, 2019
Don't clone SymbolTables when analyzing
coolreader18
committed
cad53c2
View commit details
Copy full SHA for cad53c2
View code at this point
Browse repository at this point
Fix class scopes by modifying symboltable
coolreader18
committed
b797b51
View commit details
Copy full SHA for b797b51
View code at this point
Browse repository at this point
Commits on Sep 5, 2019
Fix class vs method scopes
coolreader18
committed
ae45a4a
View commit details
Copy full SHA for ae45a4a
View code at this point
Browse repository at this point
Commits on Sep 4, 2019
Merge pull request #1336 from RustPython/comprehension-scope
Show description for a3081c5
windelbouwman
authored
a3081c5
View commit details
Copy full SHA for a3081c5
View code at this point
Browse repository at this point
Commits on Sep 2, 2019
Merge pull request #1332 from RustPython/load_global_loading_local
Show description for 814260e
cthulahoops
authored
814260e
View commit details
Copy full SHA for 814260e
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.