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 }}
Kogoon
/
python-future
Public
forked from
PythonCharmers/python-future
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
python-future
src
on
master
User selector
All users
All time
Commit history
Commits on Jun 22, 2021
Merge pull request #573 from rtaycher/fix-cmp-function
Show description for bcb8513
edschofield
authored
bcb8513
View commit details
Copy full SHA for bcb8513
View code at this point
Browse repository at this point
Commits on Oct 8, 2020
Add PY37_PLUS, PY38_PLUS, and PY39_PLUS
Show description for bee0247
jparise
committed
bee0247
View commit details
Copy full SHA for bee0247
View code at this point
Browse repository at this point
Commits on Aug 31, 2020
import from old imp library on older python versions
rtaycher
committed
fc84fa8
View commit details
Copy full SHA for fc84fa8
View code at this point
Browse repository at this point
replace fstrings with format for python 3.4,3.5
rtaycher
committed
4a687ea
View commit details
Copy full SHA for 4a687ea
View code at this point
Browse repository at this point
minor style/spelling fixes
rtaycher
committed
8302d8c
View commit details
Copy full SHA for 8302d8c
View code at this point
Browse repository at this point
improve cmp function, add unittest
rtaycher
committed
0d95a40
View commit details
Copy full SHA for 0d95a40
View code at this point
Browse repository at this point
Commits on Jun 14, 2020
Fix various py26 unit test failures
sfdye
committed
9ca5a14
View commit details
Copy full SHA for 9ca5a14
View code at this point
Browse repository at this point
Commits on Jun 8, 2020
Merge pull request #552 from yaseen-mowzer-hexagon/basestring-subclasscheck
Show description for a902d2e
jmadler
authored
a902d2e
View commit details
Copy full SHA for a902d2e
View code at this point
Browse repository at this point
Merge pull request #553 from goldvitaly/patch-1
Show description for a85b667
jmadler
authored
a85b667
View commit details
Copy full SHA for a85b667
View code at this point
Browse repository at this point
Commits on Apr 6, 2020
Support NumPy's specialized int types in builtins.round
mnito
committed
b4b54f0
View commit details
Copy full SHA for b4b54f0
View code at this point
Browse repository at this point
Added r""" to the docstring to avoid warnings in python3
Show description for 5f94572
goldvitaly
authored
5f94572
View commit details
Copy full SHA for 5f94572
View code at this point
Browse repository at this point
Commits on Mar 5, 2020
Add __subclasscheck__ for past.types.basestring
Show description for c9bc0ff
Yaseen Mowzer
committed
c9bc0ff
View commit details
Copy full SHA for c9bc0ff
View code at this point
Browse repository at this point
Commits on Feb 5, 2020
Merge pull request #539 from GlenWalker/fix_get_next
Show description for ef51288
jmadler
authored
ef51288
View commit details
Copy full SHA for ef51288
View code at this point
Browse repository at this point
Merge pull request #538 from closeio/fix-unicode-headers-in-emails
Show description for fcd78df
jmadler
authored
fcd78df
View commit details
Copy full SHA for fcd78df
View code at this point
Browse repository at this point
Merge pull request #535 from kayneb/322-add-negative-ndigits-support-to-round
Show description for f389b09
jmadler
authored
f389b09
View commit details
Copy full SHA for f389b09
View code at this point
Browse repository at this point
Commits on Jan 17, 2020
Handling of __next__ and next by future.utils.get_next was reversed
Show description for 52b0ff9
GlenWalker
authored
52b0ff9
View commit details
Copy full SHA for 52b0ff9
View code at this point
Browse repository at this point
Commits on Jan 10, 2020
Compare headers to correct definition of str
jpmelos
committed
3eaa8fd
View commit details
Copy full SHA for 3eaa8fd
View code at this point
Browse repository at this point
Commits on Dec 19, 2019
#322 Add support for negative ndigits in round; additionally, fixing a bug so that it handles passing in Decimal properly
kayneb
committed
a4911b9
View commit details
Copy full SHA for a4911b9
View code at this point
Browse repository at this point
Commits on Dec 6, 2019
Add tkFileDialog to future.movers.tkinter
Show description for f6a6549
KyleKing
authored
f6a6549
View commit details
Copy full SHA for f6a6549
View code at this point
Browse repository at this point
Commits on Oct 31, 2019
Prepare for 0.18.2 release
jmadler
committed
ad57383
View commit details
Copy full SHA for ad57383
View code at this point
Browse repository at this point
Commits on Oct 24, 2019
Fix typo in newround
tpict
committed
a1d6cd3
View commit details
Copy full SHA for a1d6cd3
View code at this point
Browse repository at this point
Merge pull request #514 from gazpachoking/fix_min_max
Show description for 228a297
jmadler
authored
228a297
View commit details
Copy full SHA for 228a297
View code at this point
Browse repository at this point
Merge pull request #519 from Ionaru/fix_input_multiple_runs
Show description for 615ee1e
jmadler
authored
615ee1e
View commit details
Copy full SHA for 615ee1e
View code at this point
Browse repository at this point
Merge pull request #515 from jparise/raise-base-exception
Show description for e783561
jmadler
authored
e783561
View commit details
Copy full SHA for e783561
View code at this point
Browse repository at this point
Merge pull request #518 from anikamukherji/immutable-causes
Show description for 1bbae12
jmadler
authored
1bbae12
View commit details
Copy full SHA for 1bbae12
View code at this point
Browse repository at this point
Commits on Oct 23, 2019
Add check for input import before running FixInput
Show description for d7ff41c
Ionaru
committed
d7ff41c
View commit details
Copy full SHA for d7ff41c
View code at this point
Browse repository at this point
Commits on Oct 22, 2019
use object.setattr to bypass check for immutable objects
anikamukherji
committed
8ba82a8
View commit details
Copy full SHA for 8ba82a8
View code at this point
Browse repository at this point
Fix round function failing on Decimal objects
tpict
committed
53f4685
View commit details
Copy full SHA for 53f4685
View code at this point
Browse repository at this point
Commits on Oct 18, 2019
Make new min/max error message consistent builtin error message
gazpachoking
committed
f4926e5
View commit details
Copy full SHA for f4926e5
View code at this point
Browse repository at this point
Fix min/max functions not allowing 'None' as default
gazpachoking
committed
dbc74ad
View commit details
Copy full SHA for dbc74ad
View code at this point
Browse repository at this point
Fix behavior of new min/max with generators. fix #510
gazpachoking
committed
03f94a3
View commit details
Copy full SHA for 03f94a3
View code at this point
Browse repository at this point
Use BaseException in raise_()
Show description for 51509ad
jparise
committed
51509ad
View commit details
Copy full SHA for 51509ad
View code at this point
Browse repository at this point
Commits on Oct 17, 2019
Prepare for 0.18.1 release
jmadler
committed
c9e4e96
View commit details
Copy full SHA for c9e4e96
View code at this point
Browse repository at this point
bugfix for issubclass check
Jordan Adler
authored and
EC2 Default User
committed
a4f0145
View commit details
Copy full SHA for a4f0145
View code at this point
Browse repository at this point
Commits on Oct 10, 2019
Update dates
Jordan Adler
committed
c2e26d4
View commit details
Copy full SHA for c2e26d4
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.