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 }}
ConnectionMaster
/
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
2
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
setup.py
on
master
User selector
All users
All time
Commit history
Commits on Feb 21, 2024
Update Trove classifier to "Mature"
edschofield
committed
e8806eb
View commit details
Copy full SHA for e8806eb
View code at this point
Browse repository at this point
Merge pull request #622 from groodt/groodt-publish-wheel
Show description for 81e41bd
edschofield
authored
81e41bd
View commit details
Copy full SHA for 81e41bd
View code at this point
Browse repository at this point
Commits on Jan 22, 2024
Add Python 3.8-3.12 classifiers
nsoranzo
committed
9ef05b3
View commit details
Copy full SHA for 9ef05b3
View code at this point
Browse repository at this point
Commits on Aug 13, 2023
Clarify how distributions are built and uploaded
groodt
committed
36ad5ba
View commit details
Copy full SHA for 36ad5ba
View code at this point
Browse repository at this point
Commits on Feb 28, 2022
add GitHub URL for PyPi
andriyor
committed
33977e4
View commit details
Copy full SHA for 33977e4
View code at this point
Browse repository at this point
Commits on Nov 3, 2018
Remove empty and unused past.tests module
jdufresne
committed
e941551
View commit details
Copy full SHA for e941551
View code at this point
Browse repository at this point
Commits on Oct 29, 2018
Revert "Bail if building with Py3"
vphilippon
authored
5337ae1
View commit details
Copy full SHA for 5337ae1
View code at this point
Browse repository at this point
Commits on Oct 27, 2018
Bail if building with Py3
Jordan Adler
committed
e2e6792
View commit details
Copy full SHA for e2e6792
View code at this point
Browse repository at this point
Commits on Oct 23, 2018
Update copyright notices to 2018; Re-add Py2.6 and Py3.3 support; Update credits
Jordan Adler
committed
bce91ce
View commit details
Copy full SHA for bce91ce
View code at this point
Browse repository at this point
Commits on Oct 19, 2018
Switch to pytest
Jordan Adler
committed
0676554
View commit details
Copy full SHA for 0676554
View code at this point
Browse repository at this point
Commits on Sep 17, 2018
Add Python 3.6/3.7 trove classifiers to document support
Show description for c9bd14a
jdufresne
committed
c9bd14a
View commit details
Copy full SHA for c9bd14a
View code at this point
Browse repository at this point
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
Commits on Oct 27, 2016
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
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
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
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
Commits on Feb 9, 2016
Add Python 3.5 to list of Trove classifiers in `setup.py`
edschofield
committed
5e81a4f
View commit details
Copy full SHA for 5e81a4f
View code at this point
Browse repository at this point
Commits on Oct 5, 2014
setup.py: Don't forcibly remove the old build dir. Perform a finer-grained check (issue #108)
Show description for 2e9c8bb
edschofield
committed
2e9c8bb
View commit details
Copy full SHA for 2e9c8bb
View code at this point
Browse repository at this point
Commits on Sep 30, 2014
Modify config to expect the new project layout
edschofield
committed
aedba08
View commit details
Copy full SHA for aedba08
View code at this point
Browse repository at this point
Move all source code to src/
Show description for 38ea63a
edschofield
committed
38ea63a
View commit details
Copy full SHA for 38ea63a
View code at this point
Browse repository at this point
Force removal of the old build dir in setup.py
Show description for 984ae98
edschofield
committed
984ae98
View commit details
Copy full SHA for 984ae98
View code at this point
Browse repository at this point
Update setup.py
Show description for 9d5c210
edschofield
committed
9d5c210
View commit details
Copy full SHA for 9d5c210
View code at this point
Browse repository at this point
Another attempt at getting the test runner working on travis-ci on Py3
edschofield
committed
264f9bc
View commit details
Copy full SHA for 264f9bc
View code at this point
Browse repository at this point
Possible fix for failing tests on travis-ci on Py3.x
edschofield
committed
ce904ad
View commit details
Copy full SHA for ce904ad
View code at this point
Browse repository at this point
Fix running of scripts from python-future source folder on Py3
edschofield
committed
913ade1
View commit details
Copy full SHA for 913ade1
View code at this point
Browse repository at this point
Attempt to prevent imports from the python-future source directory from failing on Py3
edschofield
committed
d288411
View commit details
Copy full SHA for d288411
View code at this point
Browse repository at this point
Add PEP 3108 moved stdlib packages to the top level
edschofield
committed
4606bb2
View commit details
Copy full SHA for 4606bb2
View code at this point
Browse repository at this point
Add future.moves.{dbm,tkinter} to setup.py package list
edschofield
committed
d07865a
View commit details
Copy full SHA for d07865a
View code at this point
Browse repository at this point
Commits on Jun 19, 2014
Enable future.backports.xmlrpc in setup.py (issue #59)
edschofield
committed
7118080
View commit details
Copy full SHA for 7118080
View code at this point
Browse repository at this point
Commits on Jun 18, 2014
Add Python 3.4 classifier
frewsxcv
committed
2bb5f02
View commit details
Copy full SHA for 2bb5f02
View code at this point
Browse repository at this point
Commits on May 5, 2014
Change setup.py to use future.backports; make it a package
edschofield
committed
c4abb6b
View commit details
Copy full SHA for c4abb6b
View code at this point
Browse repository at this point
Acknowledge future.moves as a package
edschofield
committed
04fa865
View commit details
Copy full SHA for 04fa865
View code at this point
Browse repository at this point
Merge branch 'disable_xmlrpc_email' into develop
edschofield
committed
60bf99e
View commit details
Copy full SHA for 60bf99e
View code at this point
Browse repository at this point
Disable email tests (part 2)
edschofield
committed
7df8818
View commit details
Copy full SHA for 7df8818
View code at this point
Browse repository at this point
Disable xmlrpc for now.
Show description for 13bf521
edschofield
committed
13bf521
View commit details
Copy full SHA for 13bf521
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.