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 }}
cameronraysmith
/
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
common
on
main
User selector
All users
All time
Commit history
Commits on Jan 11, 2025
Fix warnings for Rust 1.84
coolreader18
authored and
youknowone
committed
b7db23b
View commit details
Copy full SHA for b7db23b
View code at this point
Browse repository at this point
Commits on Jan 7, 2025
Merge pull request #5454 from coolreader18/rust-1.83
Show description for a5e6ade
youknowone
authored
a5e6ade
View commit details
Copy full SHA for a5e6ade
View code at this point
Browse repository at this point
Commits on Jan 6, 2025
Fix redox
coolreader18
committed
8c7bfb3
View commit details
Copy full SHA for 8c7bfb3
View code at this point
Browse repository at this point
Commits on Dec 3, 2024
Updates for Rust 1.83
coolreader18
committed
8ac7e34
View commit details
Copy full SHA for 8ac7e34
View code at this point
Browse repository at this point
Merge pull request #5443 from coolreader18/incremental-newline-decoder
Show description for adc05e6
coolreader18
authored
adc05e6
View commit details
Copy full SHA for adc05e6
View code at this point
Browse repository at this point
Commits on Nov 29, 2024
new clippy lint update Rust v1.83.0
key262yek
committed
fffd0f5
View commit details
Copy full SHA for fffd0f5
View code at this point
Browse repository at this point
Commits on Nov 15, 2024
Implement IncrementalNewlineDecoder in rust
coolreader18
committed
fbd0c7a
View commit details
Copy full SHA for fbd0c7a
View code at this point
Browse repository at this point
Commits on Oct 17, 2024
Updates for Rust 1.82
coolreader18
committed
c883f0a
View commit details
Copy full SHA for c883f0a
View code at this point
Browse repository at this point
Update some stuff for inline const & associated type bounds
coolreader18
committed
eae6011
View commit details
Copy full SHA for eae6011
View code at this point
Browse repository at this point
Commits on Sep 27, 2024
Update deps (#5417)
Show description for 37dc28a
coolreader18
authored
37dc28a
View commit details
Copy full SHA for 37dc28a
View code at this point
Browse repository at this point
Commits on Aug 8, 2024
Mark rust-version 1.78
youknowone
committed
2919df1
View commit details
Copy full SHA for 2919df1
View code at this point
Browse repository at this point
Commits on Aug 6, 2024
0.4.0
youknowone
committed
8673169
View commit details
Copy full SHA for 8673169
View code at this point
Browse repository at this point
Commits on Jun 25, 2024
Added lints and deny.toml
JamesClarke7283
committed
08c9a4d
View commit details
Copy full SHA for 08c9a4d
View code at this point
Browse repository at this point
Commits on Jun 16, 2024
Fix `missing_transmute_annotations`, `legacy_numeric_constants` added in Rust 1.79.0 clippy (#5339)
Snowapril
authored
bca90f1
View commit details
Copy full SHA for bca90f1
View code at this point
Browse repository at this point
Commits on May 7, 2024
contextvars
youknowone
committed
e5bf72e
View commit details
Copy full SHA for e5bf72e
View code at this point
Browse repository at this point
Commits on Apr 21, 2024
win32_xstat (#5247)
Show description for 3286e68
youknowone
authored
3286e68
View commit details
Copy full SHA for 3286e68
View code at this point
Browse repository at this point
Commits on Apr 18, 2024
Fix OSError.winerror and errno/winerror converions
youknowone
committed
d57287b
View commit details
Copy full SHA for d57287b
View code at this point
Browse repository at this point
Commits on Apr 17, 2024
Fix nightly clippy
youknowone
committed
f0f4633
View commit details
Copy full SHA for f0f4633
View code at this point
Browse repository at this point
Commits on Apr 10, 2024
0.3.1
youknowone
committed
8816cd4
View commit details
Copy full SHA for 8816cd4
View code at this point
Browse repository at this point
Commits on Mar 22, 2024
Implement new clippy lints (#5208)
Show description for 90724b3
dchiquito
authored
90724b3
View commit details
Copy full SHA for 90724b3
View code at this point
Browse repository at this point
Commits on Feb 10, 2024
Use CPython hash algorithm for frozenset
Show description for bf461cd
dchiquito
committed
bf461cd
View commit details
Copy full SHA for bf461cd
View code at this point
Browse repository at this point
Commits on Dec 30, 2023
Fix 1.75 clippy warnings
youknowone
committed
a309cb5
View commit details
Copy full SHA for a309cb5
View code at this point
Browse repository at this point
Commits on Nov 17, 2023
Use new 1.74 features (#5118)
coolreader18
authored
0682491
View commit details
Copy full SHA for 0682491
View code at this point
Browse repository at this point
Commits on Nov 8, 2023
bump malachite to 0.4.4 (#5069)
qingshi163
authored
b8f22e2
View commit details
Copy full SHA for b8f22e2
View code at this point
Browse repository at this point
Commits on Sep 6, 2023
0.3.0 release
youknowone
committed
1208416
View commit details
Copy full SHA for 1208416
View code at this point
Browse repository at this point
Commits on Jun 8, 2023
change dependency from num-bigint to malachite-bigint (#4952)
qingshi163
authored
de0d323
View commit details
Copy full SHA for de0d323
View code at this point
Browse repository at this point
Commits on May 12, 2023
Use `format` and `cformat` from `rustpython-literal` (#4968)
Show description for 7a6000d
MichaReiser
authored
7a6000d
View commit details
Copy full SHA for 7a6000d
View code at this point
Browse repository at this point
Commits on May 10, 2023
Refactoring
youknowone
committed
dc569e9
View commit details
Copy full SHA for dc569e9
View code at this point
Browse repository at this point
Commits on May 6, 2023
Split parser to new repository
Show description for f2cfa5f
youknowone
committed
f2cfa5f
View commit details
Copy full SHA for f2cfa5f
View code at this point
Browse repository at this point
Commits on May 5, 2023
rustpython-literal
youknowone
committed
ff5076b
View commit details
Copy full SHA for ff5076b
View code at this point
Browse repository at this point
Merge pull request #4951 from youknowone/repr-quote
Show description for cea23d2
youknowone
authored
cea23d2
View commit details
Copy full SHA for cea23d2
View code at this point
Browse repository at this point
Commits on May 3, 2023
Refactor common::bytes::repr using common::escape
youknowone
committed
cfbdf7f
View commit details
Copy full SHA for cfbdf7f
View code at this point
Browse repository at this point
Refactor common::str::repr using common::escape
youknowone
committed
2080cc2
View commit details
Copy full SHA for 2080cc2
View code at this point
Browse repository at this point
Commits on Apr 30, 2023
`repr` as single quote default
youknowone
committed
9cc8f2d
View commit details
Copy full SHA for 9cc8f2d
View code at this point
Browse repository at this point
String repr quote option from Ruff project
Show description for 2315ce9
youknowone
and
charliermarsh
committed
2315ce9
View commit details
Copy full SHA for 2315ce9
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.