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
.
PolySync
/
python-future
Public
forked from
PythonCharmers/python-future
Notifications
You must be signed in to change notification settings
Fork
1
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
setup.py
on
native_stdlib
User selector
All users
All time
Commit history
Commits on Apr 12, 2014
Import email tests from their new home
edschofield
committed
b9a0c89
View commit details
Copy full SHA for b9a0c89
View code at this point
Browse repository at this point
Commits on Apr 6, 2014
Refer explicitly to backported future.standard_library modules
edschofield
committed
02e154e
View commit details
Copy full SHA for 02e154e
View code at this point
Browse repository at this point
Disable setup of missing email package for now
edschofield
committed
cddfdce
View commit details
Copy full SHA for cddfdce
View code at this point
Browse repository at this point
More tweaks to native stdlib
edschofield
committed
b6af7e8
View commit details
Copy full SHA for b6af7e8
View code at this point
Browse repository at this point
Use the native stdlib by default (Py2 stdlib on Py2) for import hooks
Show description for 51d9360
edschofield
committed
51d9360
View commit details
Copy full SHA for 51d9360
View code at this point
Browse repository at this point
Commits on Mar 29, 2014
More fixes to email module imports and tests
edschofield
committed
faf7429
View commit details
Copy full SHA for faf7429
View code at this point
Browse repository at this point
Commits on Mar 10, 2014
Add email and test modules to list of packages to be installed in setup.py
edschofield
committed
f296440
View commit details
Copy full SHA for f296440
View code at this point
Browse repository at this point
Commits on Jan 29, 2014
Enable xmlrpc and newurllib packages and import hooks
edschofield
committed
152b8d7
View commit details
Copy full SHA for 152b8d7
View code at this point
Browse repository at this point
Commits on Jan 26, 2014
Bug fix for setup.py
edschofield
committed
333182c
View commit details
Copy full SHA for 333182c
View code at this point
Browse repository at this point
Update docs, setup.py for move of translation to the ``past`` package
edschofield
committed
a08939e
View commit details
Copy full SHA for a08939e
View code at this point
Browse repository at this point
Commits on Jan 25, 2014
Separate out ``futurize --from3`` functionality into a ``pasteurize`` script
edschofield
committed
1d72b05
View commit details
Copy full SHA for 1d72b05
View code at this point
Browse repository at this point
Commits on Jan 23, 2014
Rename ``future.autoconvert`` package to ``future.translation``
edschofield
committed
9b998c3
View commit details
Copy full SHA for 9b998c3
View code at this point
Browse repository at this point
Commits on Jan 22, 2014
Update setup script with new paths
edschofield
committed
fa41c85
View commit details
Copy full SHA for fa41c85
View code at this point
Browse repository at this point
Rename ``future.builtins.backports`` package to ``future.builtins.types``
edschofield
committed
1c1e891
View commit details
Copy full SHA for 1c1e891
View code at this point
Browse repository at this point
Rename ``past.magic`` to ``future.autoconvert``
edschofield
committed
40da312
View commit details
Copy full SHA for 40da312
View code at this point
Browse repository at this point
Commits on Jan 21, 2014
Add ``past.magic`` module with import hooks for auto-futurizing Py2 code
edschofield
committed
69bc8e1
View commit details
Copy full SHA for 69bc8e1
View code at this point
Browse repository at this point
Commits on Jan 9, 2014
Initial commit of ``past`` package
edschofield
committed
0b25d3b
View commit details
Copy full SHA for 0b25d3b
View code at this point
Browse repository at this point
Commits on Nov 8, 2013
Add Python 2.6 to PyPI classifier metadata
edschofield
committed
b9ac1d6
View commit details
Copy full SHA for b9ac1d6
View code at this point
Browse repository at this point
Commits on Oct 25, 2013
Change of mind: bump version to 0.8.0-dev; update docs with plans
Show description for 07e310d
edschofield
committed
07e310d
View commit details
Copy full SHA for 07e310d
View code at this point
Browse repository at this point
Commits on Sep 27, 2013
Change links to canonical GitHub repo
edschofield
committed
cdb7448
View commit details
Copy full SHA for cdb7448
View code at this point
Browse repository at this point
Commits on Sep 21, 2013
Move standard_library/backports/* to standard_library/*
edschofield
committed
015ff4d
View commit details
Copy full SHA for 015ff4d
View code at this point
Browse repository at this point
Commits on Sep 18, 2013
Bump package designation from 'Alpha' to 'Beta' ;)
edschofield
committed
332e12e
View commit details
Copy full SHA for 332e12e
View code at this point
Browse repository at this point
Commits on Aug 9, 2013
Reorganize package: move all builtins to future.builtins.*; move stdlib to future.standard_library.*
edschofield
committed
7e60740
View commit details
Copy full SHA for 7e60740
View code at this point
Browse repository at this point
Commits on Aug 8, 2013
Rename python-futurize script to futurize
edschofield
committed
8588b1d
View commit details
Copy full SHA for 8588b1d
View code at this point
Browse repository at this point
Fix up packaging a bit
Show description for e6442fa
edschofield
committed
e6442fa
View commit details
Copy full SHA for e6442fa
View code at this point
Browse repository at this point
Rename NEWS.txt to ChangeLog.txt
Show description for 2741136
edschofield
committed
2741136
View commit details
Copy full SHA for 2741136
View code at this point
Browse repository at this point
Remove empty directory libfuturize.tests from setup.py packages list
Show description for 40f7e80
edschofield
committed
40f7e80
View commit details
Copy full SHA for 40f7e80
View code at this point
Browse repository at this point
Commits on Aug 5, 2013
Add console script for python-futurize to setup.py
edschofield
committed
b756cae
View commit details
Copy full SHA for b756cae
View code at this point
Browse repository at this point
Commits on Aug 4, 2013
Include all backported modules etc. in setup.py
edschofield
committed
9a931a1
View commit details
Copy full SHA for 9a931a1
View code at this point
Browse repository at this point
Commits on Aug 1, 2013
Remove backported urllib, html, http modules (for now)
Show description for 3631066
edschofield
committed
3631066
View commit details
Copy full SHA for 3631066
View code at this point
Browse repository at this point
Commits on Jul 28, 2013
Update setup.py to package up more goodies
edschofield
committed
a67a9a6
View commit details
Copy full SHA for a67a9a6
View code at this point
Browse repository at this point
Commits on Jul 26, 2013
Add NEWS.txt
edschofield
committed
bde3148
View commit details
Copy full SHA for bde3148
View code at this point
Browse repository at this point
Improve __init__.py: no namespace pollution
Show description for 7f2a9d0
edschofield
committed
7f2a9d0
View commit details
Copy full SHA for 7f2a9d0
View code at this point
Browse repository at this point
Commits on Jul 22, 2013
Add simple test autodiscovery
edschofield
committed
7f67d56
View commit details
Copy full SHA for 7f67d56
View code at this point
Browse repository at this point
Commits on Jul 21, 2013
Add features and tests subpackages to setup.py
edschofield
committed
6a60bef
View commit details
Copy full SHA for 6a60bef
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.