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 }}
codingbowoo
/
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
vm
src
obj
objstr.rs
on
function_attributes
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 2, 2019
Merge remote-tracking branch 'origin/master' into joey/fun-with-functions
Show description for 3478251
OddCoincidence
committed
3478251
View commit details
Copy full SHA for 3478251
View code at this point
Browse repository at this point
Fix a bunch of clippy lints
coolreader18
committed
f364ea5
View commit details
Copy full SHA for f364ea5
View code at this point
Browse repository at this point
Commits on Feb 28, 2019
Convert some objstring methods to new style.
OddCoincidence
committed
713edc5
View commit details
Copy full SHA for 713edc5
View code at this point
Browse repository at this point
Significant improvements to new function definition style
Show description for 7f75e3e
OddCoincidence
committed
7f75e3e
View commit details
Copy full SHA for 7f75e3e
View code at this point
Browse repository at this point
Commits on Feb 26, 2019
Remove outer RefCell from PyObjectRef
OddCoincidence
committed
f10fa6d
View commit details
Copy full SHA for f10fa6d
View code at this point
Browse repository at this point
Commits on Feb 24, 2019
Initial arg type checking
OddCoincidence
committed
2919d7f
View commit details
Copy full SHA for 2919d7f
View code at this point
Browse repository at this point
Commits on Feb 20, 2019
Replace most relative imports with 2018-style crate
OddCoincidence
committed
df76ffe
View commit details
Copy full SHA for df76ffe
View code at this point
Browse repository at this point
Commits on Feb 15, 2019
rename objstr::get_value_as_ref to objstr::borrow_value
silmeth
committed
0c626dd
View commit details
Copy full SHA for 0c626dd
View code at this point
Browse repository at this point
Commits on Feb 14, 2019
Fix typos
janczer
committed
89e947a
View commit details
Copy full SHA for 89e947a
View code at this point
Browse repository at this point
Commits on Feb 12, 2019
microoptimize print (lock stdout, borrow strings)
silmeth
committed
7b7aa13
View commit details
Copy full SHA for 7b7aa13
View code at this point
Browse repository at this point
Fixed the len_without_is_empty clippy warning
ZapAnton
committed
206ccc5
View commit details
Copy full SHA for 206ccc5
View code at this point
Browse repository at this point
Fixed the should_implement_trait clippy warning
ZapAnton
committed
00cfa47
View commit details
Copy full SHA for 00cfa47
View code at this point
Browse repository at this point
Commits on Feb 11, 2019
Fixed into_iter_on_ref clippy warning
ZapAnton
committed
56e2d4c
View commit details
Copy full SHA for 56e2d4c
View code at this point
Browse repository at this point
Fixed useless_let_if_seq clippy warnings
ZapAnton
committed
c8d619c
View commit details
Copy full SHA for c8d619c
View code at this point
Browse repository at this point
Commits on Feb 10, 2019
Fix the str.{__lt__, __gt__} and add the methods str.{__le__, __ge__}
janczer
committed
aac1ce4
View commit details
Copy full SHA for aac1ce4
View code at this point
Browse repository at this point
Commits on Feb 9, 2019
Merge branch 'master' into spelling
klemens
committed
b109ea9
View commit details
Copy full SHA for b109ea9
View code at this point
Browse repository at this point
spelling fixes
klemens
committed
79a7e5e
View commit details
Copy full SHA for 79a7e5e
View code at this point
Browse repository at this point
implement slice negative step handling
skinnyBat
committed
7abf021
View commit details
Copy full SHA for 7abf021
View code at this point
Browse repository at this point
Commits on Feb 8, 2019
Add slice type and use BigInts in slice payload.
skinnyBat
committed
907dfb6
View commit details
Copy full SHA for 907dfb6
View code at this point
Browse repository at this point
Commits on Feb 7, 2019
Merge pull request #343 from ZapAnton/fix_various_clippy
Show description for 3d2d045
windelbouwman
authored
3d2d045
View commit details
Copy full SHA for 3d2d045
View code at this point
Browse repository at this point
Commits on Feb 6, 2019
Remove unnecessary to_bigint().unwrap() everywhere.
cthulahoops
committed
fd344ec
View commit details
Copy full SHA for fd344ec
View code at this point
Browse repository at this point
Fixed various small clippy warnings
ZapAnton
committed
3464828
View commit details
Copy full SHA for 3464828
View code at this point
Browse repository at this point
String is* methods return false on empty string #363
HomerMcMillan
committed
00ef668
View commit details
Copy full SHA for 00ef668
View code at this point
Browse repository at this point
Commits on Feb 5, 2019
Merge pull request #342 from ZapAnton/fix_collapsible_if
Show description for aaf0eab
windelbouwman
authored
aaf0eab
View commit details
Copy full SHA for aaf0eab
View code at this point
Browse repository at this point
Merge pull request #341 from ZapAnton/toplevel_ref_arg
Show description for 69e3571
windelbouwman
authored
69e3571
View commit details
Copy full SHA for 69e3571
View code at this point
Browse repository at this point
Merge pull request #335 from ZapAnton/fix_ptr_arg
Show description for 3fb0f32
windelbouwman
authored
3fb0f32
View commit details
Copy full SHA for 3fb0f32
View code at this point
Browse repository at this point
Merge pull request #337 from ZapAnton/fix_unneeded_field_pattern
Show description for 9d5a953
windelbouwman
authored
9d5a953
View commit details
Copy full SHA for 9d5a953
View code at this point
Browse repository at this point
Merge pull request #334 from ZapAnton/fix_len_zero
Show description for 835a557
windelbouwman
authored
835a557
View commit details
Copy full SHA for 835a557
View code at this point
Browse repository at this point
Fixed the 'collapsible_if' clippy warnings
Show description for b0cbb23
ZapAnton
committed
b0cbb23
View commit details
Copy full SHA for b0cbb23
View code at this point
Browse repository at this point
Fixed the 'toplevel_ref_arg' clippy warning
Show description for 0d3b218
ZapAnton
committed
0d3b218
View commit details
Copy full SHA for 0d3b218
View code at this point
Browse repository at this point
Fixed the 'needless_return' clippy warnings
Show description for 526ed98
ZapAnton
committed
526ed98
View commit details
Copy full SHA for 526ed98
View code at this point
Browse repository at this point
Fixed the 'unneeded_field_pattern' clippy warnings
Show description for d445e30
ZapAnton
committed
d445e30
View commit details
Copy full SHA for d445e30
View code at this point
Browse repository at this point
Fixed the 'ptr_arg' clippy warnings
Show description for 1a68402
ZapAnton
committed
1a68402
View commit details
Copy full SHA for 1a68402
View code at this point
Browse repository at this point
Fixed the 'len_zero' clippy warnings
Show description for 6fb91dd
ZapAnton
committed
6fb91dd
View commit details
Copy full SHA for 6fb91dd
View code at this point
Browse repository at this point
Merge pull request #330 from ichyo/string-len
Show description for 676f602
windelbouwman
authored
676f602
View commit details
Copy full SHA for 676f602
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.