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 }}
hroncok
/
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
python39
User selector
All users
Datepicker
All time
Commit history
Commits on Feb 10, 2020
Test fixes for Python 3.9
Show description for edda349
hroncok
committed
edda349
View commit details
Copy full SHA for edda349
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
Prepare 0.18.0 release
Jordan Adler
committed
4aaf34d
View commit details
Copy full SHA for 4aaf34d
View code at this point
Browse repository at this point
Commits on Oct 9, 2019
Merge branch 'master' into export-utils-types
jmadler
authored
ecdb241
View commit details
Copy full SHA for ecdb241
View code at this point
Browse repository at this point
Merge pull request #468 from gpshead/patch-1
Show description for 2f905fa
jmadler
authored
2f905fa
View commit details
Copy full SHA for 2f905fa
View code at this point
Browse repository at this point
Merge pull request #487 from chadrik/past_translation
Show description for b0ac9d5
jmadler
authored
b0ac9d5
View commit details
Copy full SHA for b0ac9d5
View code at this point
Browse repository at this point
Merge pull request #502 from anikamukherji/optimize-is-new-byte
Show description for aae840d
jmadler
authored
aae840d
View commit details
Copy full SHA for aae840d
View code at this point
Browse repository at this point
Commits on Sep 30, 2019
add back in py2.6
anikamukherji
committed
7ba867f
View commit details
Copy full SHA for 7ba867f
View code at this point
Browse repository at this point
Commits on Sep 27, 2019
removing hasattr checks since removing py2.6
anikamukherji
committed
730e6b7
View commit details
Copy full SHA for 730e6b7
View code at this point
Browse repository at this point
add check for output attr
anikamukherji
committed
95ed95e
View commit details
Copy full SHA for 95ed95e
View code at this point
Browse repository at this point
minor change to run travis again
anikamukherji
committed
08dec19
View commit details
Copy full SHA for 08dec19
View code at this point
Browse repository at this point
remove import for isnewbytes
anikamukherji
committed
52b434d
View commit details
Copy full SHA for 52b434d
View code at this point
Browse repository at this point
Commits on Sep 13, 2019
fix collections abc import for py38
megies
committed
e2c320b
View commit details
Copy full SHA for e2c320b
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.