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
.
SwissDataScienceCenter
/
python-future
Public
forked from
PythonCharmers/python-future
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
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
Breadcrumbs
History for
python-future
docs
on
master
User selector
All users
All time
Commit history
Commits on Sep 17, 2018
Undocument support for EOL Python 2.6 and 3.3
Show description for 37d1d12
jdufresne
committed
37d1d12
View commit details
Copy full SHA for 37d1d12
View code at this point
Browse repository at this point
Merge pull request #338 from jdufresne/pypi
Show description for 20b3f39
jmadler
authored
20b3f39
View commit details
Copy full SHA for 20b3f39
View code at this point
Browse repository at this point
Merge pull request #373 from jdufresne/nose
Show description for 229b929
jmadler
authored
229b929
View commit details
Copy full SHA for 229b929
View code at this point
Browse repository at this point
Fix typo bythes -> bytes
jdufresne
committed
8a7de22
View commit details
Copy full SHA for 8a7de22
View code at this point
Browse repository at this point
Commits on Sep 15, 2018
Remove recommendation of using unmaintained nose
Show description for 7179659
jdufresne
committed
7179659
View commit details
Copy full SHA for 7179659
View code at this point
Browse repository at this point
Commits on Sep 12, 2018
Update pypi.python.org URLs to pypi.org
Show description for db4033c
jdufresne
committed
db4033c
View commit details
Copy full SHA for db4033c
View code at this point
Browse repository at this point
Commits on Sep 10, 2018
Trim trailing white space throughout the project
Show description for 99cd678
jdufresne
committed
99cd678
View commit details
Copy full SHA for 99cd678
View code at this point
Browse repository at this point
Merge pull request #317 from jdufresne/readthedocs
Show description for e6210e2
jmadler
authored
e6210e2
View commit details
Copy full SHA for e6210e2
View code at this point
Browse repository at this point
Commits on Jan 6, 2018
Prefer readthedocs.io instead of readthedocs.org for doc links
Show description for 3e1bc8a
jdufresne
committed
3e1bc8a
View commit details
Copy full SHA for 3e1bc8a
View code at this point
Browse repository at this point
Commits on Oct 20, 2017
Stop recommending Python 3.3 because it is now EOL
Show description for cf4e6ae
cclauss
authored
cf4e6ae
View commit details
Copy full SHA for cf4e6ae
View code at this point
Browse repository at this point
Commits on May 6, 2017
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Commits on Oct 27, 2016
Update docs re issues #235, #213
edschofield
committed
5cbeb4b
View commit details
Copy full SHA for 5cbeb4b
View code at this point
Browse repository at this point
Commits on Sep 22, 2016
Update What's New and other docs
edschofield
committed
44c83fe
View commit details
Copy full SHA for 44c83fe
View code at this point
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
View code at this point
Browse repository at this point
Commits on Sep 21, 2016
Update What's New doc
edschofield
committed
6282922
View commit details
Copy full SHA for 6282922
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Add a note about removing ``configparser`` to the What's New doc
edschofield
committed
1e3c96c
View commit details
Copy full SHA for 1e3c96c
View code at this point
Browse repository at this point
Remove configparser alias package (issue #118)
edschofield
committed
bd4381d
View commit details
Copy full SHA for bd4381d
View code at this point
Browse repository at this point
Merge branch 'master' into v0.15.x
Show description for 4a8f545
edschofield
committed
4a8f545
View commit details
Copy full SHA for 4a8f545
View code at this point
Browse repository at this point
Commits on Feb 9, 2016
Bump version to v0.15.3-dev and update What's New page
edschofield
committed
181b4f5
View commit details
Copy full SHA for 181b4f5
View code at this point
Browse repository at this point
Add Val Markovic to credits page
edschofield
committed
9a24fbd
View commit details
Copy full SHA for 9a24fbd
View code at this point
Browse repository at this point
Update copyright year to 2016
edschofield
committed
088cd98
View commit details
Copy full SHA for 088cd98
View code at this point
Browse repository at this point
Tweak script to upload docs
edschofield
committed
bd8f494
View commit details
Copy full SHA for bd8f494
View code at this point
Browse repository at this point
Commits on Nov 6, 2015
Minor formatting and phrasing tweaks
Zearin
committed
41f2344
View commit details
Copy full SHA for 41f2344
View code at this point
Browse repository at this point
Commits on Sep 11, 2015
Update docs: 1000+ tests now :o
edschofield
committed
9f60ee0
View commit details
Copy full SHA for 9f60ee0
View code at this point
Browse repository at this point
What's New doc: mention fix for issue #160
edschofield
committed
32ddf32
View commit details
Copy full SHA for 32ddf32
View code at this point
Browse repository at this point
Note issue number in What's New page for v0.15.2
edschofield
committed
d1d2ae7
View commit details
Copy full SHA for d1d2ae7
View code at this point
Browse repository at this point
Update What's New
edschofield
committed
e6b7f3d
View commit details
Copy full SHA for e6b7f3d
View code at this point
Browse repository at this point
Add note to docs about missing SSL support in backports currently
edschofield
committed
6e8cfa0
View commit details
Copy full SHA for 6e8cfa0
View code at this point
Browse repository at this point
Commits on Sep 9, 2015
Fix typo
Show description for d7d6e01
satosi-k
authored and
edschofield
committed
d7d6e01
View commit details
Copy full SHA for d7d6e01
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.