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 }}
jaroel
/
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
tests
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 9, 2019
Merge pull request #640 from RustPython/type_annotations2
Show description for 1444a1f
OddCoincidence
authored
1444a1f
View commit details
Copy full SHA for 1444a1f
View code at this point
Browse repository at this point
Merge pull request #632 from palaviv/socket-errors
Show description for c1ddcbb
windelbouwman
authored
c1ddcbb
View commit details
Copy full SHA for c1ddcbb
View code at this point
Browse repository at this point
Add __annotations__ attribute to functions.
windelbouwman
committed
3f492e5
View commit details
Copy full SHA for 3f492e5
View code at this point
Browse repository at this point
Try to fix windows CI errors
palaviv
committed
8df0e46
View commit details
Copy full SHA for 8df0e46
View code at this point
Browse repository at this point
Commits on Mar 8, 2019
Merge pull request #612 from RustPython/type_annotations2
Show description for 9a3b731
cthulahoops
authored
9a3b731
View commit details
Copy full SHA for 9a3b731
View code at this point
Browse repository at this point
Add more OSError exceptions to socket
palaviv
committed
76c4345
View commit details
Copy full SHA for 76c4345
View code at this point
Browse repository at this point
socket connect and bind throws OSError with indicative error message
palaviv
committed
de0e76b
View commit details
Copy full SHA for de0e76b
View code at this point
Browse repository at this point
Handle unknown socket kind
palaviv
committed
3fae8cc
View commit details
Copy full SHA for 3fae8cc
View code at this point
Browse repository at this point
Handle unknown address family
palaviv
committed
40c10ab
View commit details
Copy full SHA for 40c10ab
View code at this point
Browse repository at this point
Merge pull request #619 from skinny121/class_property
Show description for 406ec46
cthulahoops
authored
406ec46
View commit details
Copy full SHA for 406ec46
View code at this point
Browse repository at this point
Commits on Mar 7, 2019
Convert most remaining string methods to implicit args
Show description for b81a0a1
adrian17
committed
b81a0a1
View commit details
Copy full SHA for b81a0a1
View code at this point
Browse repository at this point
Merge pull request #604 from RustPython/unit-payload
Show description for cae87f6
cthulahoops
authored
cae87f6
View commit details
Copy full SHA for cae87f6
View code at this point
Browse repository at this point
Move __class__ attribute to object to make it work in more situations
skinnyBat
committed
9d03abf
View commit details
Copy full SHA for 9d03abf
View code at this point
Browse repository at this point
Commits on Mar 6, 2019
Implement dir via __dir__.
cthulahoops
committed
10bbfc6
View commit details
Copy full SHA for 10bbfc6
View code at this point
Browse repository at this point
Remove special case for None payload from boolval.
cthulahoops
committed
5afbfaf
View commit details
Copy full SHA for 5afbfaf
View code at this point
Browse repository at this point
Merge pull request #591 from RustPython/re_module
Show description for 03b4199
cthulahoops
authored
03b4199
View commit details
Copy full SHA for 03b4199
View code at this point
Browse repository at this point
Compile type annotations on function.
windelbouwman
committed
69efc7f
View commit details
Copy full SHA for 69efc7f
View code at this point
Browse repository at this point
Fix test script for python3.6
windelbouwman
committed
f3791a3
View commit details
Copy full SHA for f3791a3
View code at this point
Browse repository at this point
Commits on Mar 5, 2019
add dict.keys
palaviv
committed
24dcc06
View commit details
Copy full SHA for 24dcc06
View code at this point
Browse repository at this point
Add dict.items
palaviv
committed
475476d
View commit details
Copy full SHA for 475476d
View code at this point
Browse repository at this point
Add dict.values
palaviv
committed
37118c7
View commit details
Copy full SHA for 37118c7
View code at this point
Browse repository at this point
Extend re module.
windelbouwman
committed
c1a5e31
View commit details
Copy full SHA for c1a5e31
View code at this point
Browse repository at this point
Merge pull request #597 from RustPython/type_hints
Show description for d278fb8
cthulahoops
authored
d278fb8
View commit details
Copy full SHA for d278fb8
View code at this point
Browse repository at this point
Merge pull request #601 from RustPython/ellipsis
Show description for b7c03b4
rmliddle
authored
b7c03b4
View commit details
Copy full SHA for b7c03b4
View code at this point
Browse repository at this point
Merge pull request #599 from palaviv/Fix-locals
Show description for 81a85cc
windelbouwman
authored
81a85cc
View commit details
Copy full SHA for 81a85cc
View code at this point
Browse repository at this point
Merge pull request #600 from adrian17/as_ratio
Show description for 458ead0
windelbouwman
authored
458ead0
View commit details
Copy full SHA for 458ead0
View code at this point
Browse repository at this point
Add ellipsis type, test and do rustfmt.
windelbouwman
committed
05929b3
View commit details
Copy full SHA for 05929b3
View code at this point
Browse repository at this point
Commits on Mar 4, 2019
Test locals indside a function
palaviv
committed
a545e43
View commit details
Copy full SHA for a545e43
View code at this point
Browse repository at this point
Add float.as_integer_ratio()
adrian17
committed
eed0b3c
View commit details
Copy full SHA for eed0b3c
View code at this point
Browse repository at this point
Fix get_locals
palaviv
committed
da57730
View commit details
Copy full SHA for da57730
View code at this point
Browse repository at this point
Add test dir
palaviv
committed
2d31e35
View commit details
Copy full SHA for 2d31e35
View code at this point
Browse repository at this point
Add return annotation and fix tests in parser.
windelbouwman
committed
f7a2225
View commit details
Copy full SHA for f7a2225
View code at this point
Browse repository at this point
Add type annotations to parser.
windelbouwman
committed
6544f60
View commit details
Copy full SHA for 6544f60
View code at this point
Browse repository at this point
Fix missing asserts and add (disabled) tests for things that don't work yet.
cthulahoops
committed
0d4887a
View commit details
Copy full SHA for 0d4887a
View code at this point
Browse repository at this point
Use check_but_allow_none for exec/eval.
cthulahoops
committed
6548c36
View commit details
Copy full SHA for 6548c36
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.