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 }}
zero1ne-dev
/
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
objfloat.rs
on
readme-stdlib
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 27, 2020
Fix some arguments for common functions in objfloat and objstr
coolreader18
committed
5712857
View commit details
Copy full SHA for 5712857
View code at this point
Browse repository at this point
Commits on Apr 24, 2020
Fix build warnings for Rust 1.43.0
youknowone
committed
ce2d9d8
View commit details
Copy full SHA for ce2d9d8
View code at this point
Browse repository at this point
Commits on Apr 11, 2020
Mark PyFloat as ThreadSafe
palaviv
committed
cd42d04
View commit details
Copy full SHA for cd42d04
View code at this point
Browse repository at this point
Commits on Feb 6, 2020
Remove `_vm` parameter when it is not required
youknowone
committed
6ddb690
View commit details
Copy full SHA for 6ddb690
View code at this point
Browse repository at this point
Commits on Feb 5, 2020
pyproperty generates PyGetSet instead of PyProperty
youknowone
committed
0aee78d
View commit details
Copy full SHA for 0aee78d
View code at this point
Browse repository at this point
&str::to_string -> &str::to_owned for literals
youknowone
committed
1bac582
View commit details
Copy full SHA for 1bac582
View code at this point
Browse repository at this point
Commits on Jan 30, 2020
Py_TPFLAGS_BASETYPE
youknowone
committed
7fd92fc
View commit details
Copy full SHA for 7fd92fc
View code at this point
Browse repository at this point
Commits on Jan 15, 2020
pyslot guess slot name from function name
youknowone
committed
8c7e01b
View commit details
Copy full SHA for 8c7e01b
View code at this point
Browse repository at this point
Commits on Jan 13, 2020
cleanup bytes
youknowone
committed
36ebb04
View commit details
Copy full SHA for 36ebb04
View code at this point
Browse repository at this point
Commits on Jan 4, 2020
PyComparisonValue
youknowone
committed
6bba9ff
View commit details
Copy full SHA for 6bba9ff
View code at this point
Browse repository at this point
Adapt PyReturn to PyFloat
youknowone
committed
b1e582e
View commit details
Copy full SHA for b1e582e
View code at this point
Browse repository at this point
Commits on Jan 3, 2020
Add support for the `%` format code for floats.
Show description for 765089d
doyshinda
committed
765089d
View commit details
Copy full SHA for 765089d
View code at this point
Browse repository at this point
Commits on Jan 1, 2020
Add support for string formatting of floats with ":f" format code
Show description for 30473d3
doyshinda
committed
30473d3
View commit details
Copy full SHA for 30473d3
View code at this point
Browse repository at this point
Commits on Dec 29, 2019
Merge pull request #1644 from RustPython/coolreader18/exc-cleanup
Show description for deee1f7
coolreader18
authored
deee1f7
View commit details
Copy full SHA for deee1f7
View code at this point
Browse repository at this point
Commits on Dec 27, 2019
Make PyResult<T> = Result<T, PyBaseExceptionRef>
coolreader18
committed
97c8d11
View commit details
Copy full SHA for 97c8d11
View code at this point
Browse repository at this point
Commits on Dec 26, 2019
Refactor PyFloat cmp/op
youknowone
committed
801d011
View commit details
Copy full SHA for 801d011
View code at this point
Browse repository at this point
Commits on Dec 25, 2019
PyObject::payload_if_subclass
youknowone
committed
00b0a8a
View commit details
Copy full SHA for 00b0a8a
View code at this point
Browse repository at this point
Commits on Dec 15, 2019
refactor PyInt
youknowone
committed
0932d69
View commit details
Copy full SHA for 0932d69
View code at this point
Browse repository at this point
objint::get_float_value -> objfloat::from_int_value
Show description for a7bee70
youknowone
committed
a7bee70
View commit details
Copy full SHA for a7bee70
View code at this point
Browse repository at this point
Commits on Dec 2, 2019
Changed to use existing method
Show description for 256f356
Adolfo Gonzalez III
committed
256f356
View commit details
Copy full SHA for 256f356
View code at this point
Browse repository at this point
Commits on Nov 2, 2019
Improve float.fromhex module representation case
Show description for bbd274a
johan.park
committed
bbd274a
View commit details
Copy full SHA for bbd274a
View code at this point
Browse repository at this point
Commits on Oct 31, 2019
Improve float.fromhex module of objfloat (#1552)
Show description for 40a22f2
Johan
authored and
windelbouwman
committed
40a22f2
View commit details
Copy full SHA for 40a22f2
View code at this point
Browse repository at this point
Commits on Oct 26, 2019
Modify str to float
Show description for ed8573e
HyeockJinKim
committed
ed8573e
View commit details
Copy full SHA for ed8573e
View code at this point
Browse repository at this point
Commits on Oct 20, 2019
Fix float.__repr__() method
ChJR
committed
814018f
View commit details
Copy full SHA for 814018f
View code at this point
Browse repository at this point
Commits on Oct 17, 2019
Simeplify float.__round__
palaviv
committed
37f01fd
View commit details
Copy full SHA for 37f01fd
View code at this point
Browse repository at this point
Commits on Oct 15, 2019
Update lexical to 4
sanxiyn
committed
6887365
View commit details
Copy full SHA for 6887365
View code at this point
Browse repository at this point
Commits on Oct 14, 2019
Merge pull request #1521 from janrg/round_to_n_decimals
Show description for 6f624c6
windelbouwman
authored
6f624c6
View commit details
Copy full SHA for 6f624c6
View code at this point
Browse repository at this point
Add test snippets, fix rounding for very small numbers
janrg
committed
4fd38e6
View commit details
Copy full SHA for 4fd38e6
View code at this point
Browse repository at this point
Commits on Oct 13, 2019
Merge pull request #1505 from youknowone/defer-new-int-clone
Show description for d42d422
coolreader18
authored
d42d422
View commit details
Copy full SHA for d42d422
View code at this point
Browse repository at this point
Fix linter errors
janrg
committed
122aa96
View commit details
Copy full SHA for 122aa96
View code at this point
Browse repository at this point
Fix formatting
janrg
committed
458fa3c
View commit details
Copy full SHA for 458fa3c
View code at this point
Browse repository at this point
Implement round(number, digits) for digits != 0
janrg
committed
b858ae8
View commit details
Copy full SHA for b858ae8
View code at this point
Browse repository at this point
Commits on Oct 10, 2019
Refactor pymethod return types to be smaller as possible
youknowone
committed
6c0f852
View commit details
Copy full SHA for 6c0f852
View code at this point
Browse repository at this point
Defer BigInt::clone() for new_int
youknowone
committed
dc09fb7
View commit details
Copy full SHA for dc09fb7
View code at this point
Browse repository at this point
Commits on Oct 9, 2019
Add __ne__ for float
Show description for 37e85df
HyeockJinKim
committed
37e85df
View commit details
Copy full SHA for 37e85df
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.