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
Type
/
to 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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.2k
Star
74.2k
Code
Issues
5k+
Pull requests
2.5k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
bpo-26680: Incorporate is_integer in all built-in and standard library numeric types
- #6121
#6121
Merged
mdickinson
merged 10 commits into
python:master
python/cpython:master
from
rob-smallshire:is_integer
rob-smallshire/cpython:is_integer
Copy head branch name to clipboard
Oct 1, 2020
Conversation
Commits
10
(10)
Checks
Files changed
Merged
bpo-26680: Incorporate is_integer in all built-in and standard library numeric types
#6121
mdickinson
merged 10 commits into
python:master
python/cpython:master
from
rob-smallshire:is_integer
rob-smallshire/cpython:is_integer
Copy head branch name to clipboard
Commits
Commits on Sep 18, 2020
bpo-26680: Adds support for int.is_integer() for compatibility with float.is_integer().
Show description for d80b017
rob-smallshire
committed
d80b017
View commit details
Copy full SHA for d80b017
Browse repository at this point
bpo-26680: Adds a test to ensure that False.is_integer() and True.is_integer() are always True.
rob-smallshire
committed
b46a9dc
View commit details
Copy full SHA for b46a9dc
Browse repository at this point
bpo-26680: Adds Real.is_integer() with a trivial implementation using conversion to int.
Show description for 3b1677f
rob-smallshire
committed
3b1677f
View commit details
Copy full SHA for 3b1677f
Browse repository at this point
bpo-26680: Adds Rational.is_integer which returns True if the denominator is one.
Show description for f78bf5c
rob-smallshire
committed
f78bf5c
View commit details
Copy full SHA for f78bf5c
Browse repository at this point
bpo-26680: Adds Integral.is_integer which always returns True.
rob-smallshire
committed
6a905a8
View commit details
Copy full SHA for 6a905a8
Browse repository at this point
bpo-26680: Adds tests for Fraction.is_integer called as an instance method.
Show description for cc07ee5
rob-smallshire
committed
cc07ee5
View commit details
Copy full SHA for cc07ee5
Browse repository at this point
bpo-26680: Updates documentation for Real.is_integer and built-ins int and float.
Show description for 3ae9866
rob-smallshire
committed
3ae9866
View commit details
Copy full SHA for 3ae9866
Browse repository at this point
bpo-26680: Adds Decimal.is_integer to the Python and C implementations.
Show description for 54ca820
rob-smallshire
committed
54ca820
View commit details
Copy full SHA for 54ca820
Browse repository at this point
bpo-26680: Updates the ACKS file.
rob-smallshire
committed
a9e364d
View commit details
Copy full SHA for a9e364d
Browse repository at this point
bpo-26680: NEWS entries for int, the numeric ABCs and Decimal.
rob-smallshire
committed
11db7f8
View commit details
Copy full SHA for 11db7f8
Browse repository at this point
You can’t perform that action at this time.