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 }}
QuLogic
/
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
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on May 6, 2017
Merge pull request #216 from natezb/master
Show description for 39a066e
edschofield
authored
39a066e
View commit details
Copy full SHA for 39a066e
Browse repository at this point
Merge pull request #271 from jdufresne/uni-wheel
Show description for fcef653
edschofield
authored
fcef653
View commit details
Copy full SHA for fcef653
Browse repository at this point
Merge pull request #252 from cas--/cas--array-unicode-1
Show description for de53e56
edschofield
authored
de53e56
View commit details
Copy full SHA for de53e56
Browse repository at this point
Merge pull request #225 from bakkerthehacker/fix_newsuper_segfault
Show description for a254f06
edschofield
authored
a254f06
View commit details
Copy full SHA for a254f06
Browse repository at this point
Merge pull request #222 from maerteijn/imap-alternative
Show description for ad3a927
edschofield
authored
ad3a927
View commit details
Copy full SHA for ad3a927
Browse repository at this point
Merge pull request #215 from parnmatt/patch-1
Show description for 003763d
edschofield
authored
003763d
View commit details
Copy full SHA for 003763d
Browse repository at this point
Merge pull request #275 from vodik/support-__bytes__
Show description for 97f8eca
edschofield
authored
97f8eca
View commit details
Copy full SHA for 97f8eca
Browse repository at this point
Merge pull request #278 from jmgurney/fixsur
Show description for f30efeb
edschofield
authored
f30efeb
View commit details
Copy full SHA for f30efeb
Browse repository at this point
Commits on Apr 9, 2017
exc not defined in this function, raise the correct error...
jmgurney
committed
da5e6d2
View commit details
Copy full SHA for da5e6d2
Browse repository at this point
Commits on Mar 26, 2017
Teach newbytes to call __bytes__ if available
Show description for 9642c74
vodik
committed
9642c74
View commit details
Copy full SHA for 9642c74
Browse repository at this point
Commits on Feb 7, 2017
Add universal wheel support
Show description for cd971b8
jdufresne
committed
cd971b8
View commit details
Copy full SHA for cd971b8
Browse repository at this point
Commits on Nov 28, 2016
Add py2.7.11 unicode fix info for array.array() to stdlib_incompatibilities.rst
cas--
authored
a12f9b9
View commit details
Copy full SHA for a12f9b9
Browse repository at this point
Commits on Oct 27, 2016
Comment out PEP 461 tests for now
Show description for ecf1121
edschofield
committed
ecf1121
View commit details
Copy full SHA for ecf1121
Browse repository at this point
Mark PEP 461 tests as expected to pass on Py3.5
edschofield
committed
8ab0ae0
View commit details
Copy full SHA for 8ab0ae0
Browse repository at this point
Use the presence of `builtins` rather than `configparser` to indicate the future/src folder
edschofield
committed
d25f4f8
View commit details
Copy full SHA for d25f4f8
Browse repository at this point
Update docs re issues #235, #213
edschofield
committed
5cbeb4b
View commit details
Copy full SHA for 5cbeb4b
Browse repository at this point
Add fix for issues #235 and (probably) #213
edschofield
committed
d789837
View commit details
Copy full SHA for d789837
Browse repository at this point
Fix tests for issue #235
edschofield
committed
25a86fe
View commit details
Copy full SHA for 25a86fe
Browse repository at this point
Commits on Sep 22, 2016
Bump version to v0.16.0
edschofield
committed
a7447b0
View commit details
Copy full SHA for a7447b0
Browse repository at this point
Update What's New and other docs
edschofield
committed
44c83fe
View commit details
Copy full SHA for 44c83fe
Browse repository at this point
Ignore ImportError with `subprocess.check_output` for GAE compatibility (issue #231)
edschofield
committed
0f34dd0
View commit details
Copy full SHA for 0f34dd0
Browse repository at this point
Discourage use of `future.standard_library.hooks` in docs (issue #238)
edschofield
committed
7f10e74
View commit details
Copy full SHA for 7f10e74
Browse repository at this point
Add more underscore-prefixed imports to `tkinter` (issue #233)
edschofield
committed
5cd9587
View commit details
Copy full SHA for 5cd9587
Browse repository at this point
Commits on Sep 21, 2016
Add _flatten and _cnfmerge to tkinter package (issue #233)
edschofield
committed
a6ed514
View commit details
Copy full SHA for a6ed514
Browse repository at this point
Remove attempt to import top-level configparser
edschofield
committed
c75378e
View commit details
Copy full SHA for c75378e
Browse repository at this point
Update What's New doc
edschofield
committed
6282922
View commit details
Copy full SHA for 6282922
Browse repository at this point
Add missing cmp_to_key for Py2.6 (issue #189)
edschofield
committed
7d311e4
View commit details
Copy full SHA for 7d311e4
Browse repository at this point
Add test for issue #235
edschofield
committed
efe07a0
View commit details
Copy full SHA for efe07a0
Browse repository at this point
Commits on Aug 4, 2016
Added type to __get__ call to prevent some c modules from segfaulting.
Grant Bakker
committed
7655484
View commit details
Copy full SHA for 7655484
Browse repository at this point
Commits on Jul 27, 2016
'map' is also in six.moves
Martijn Jacobs
committed
ccc4955
View commit details
Copy full SHA for ccc4955
Browse repository at this point
Commits on Jul 1, 2016
Add more robust support for --nofix
natezb
committed
47255c6
View commit details
Copy full SHA for 47255c6
Browse repository at this point
Commits on Jun 29, 2016
Add ChainMap into `install_aliases`
Show description for ba01cca
parnmatt
authored
ba01cca
View commit details
Copy full SHA for ba01cca
Browse repository at this point
Commits on Jun 24, 2016
Update upload instructions for docs
edschofield
committed
54d0e17
View commit details
Copy full SHA for 54d0e17
Browse repository at this point
Update copyright dates to 2016
edschofield
committed
ca95709
View commit details
Copy full SHA for ca95709
Browse repository at this point
Commits on May 22, 2016
Fix docs/comments to refer to the correct version number
edschofield
committed
62be9a0
View commit details
Copy full SHA for 62be9a0
Browse repository at this point
Previous
Next
You can’t perform that action at this time.