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
.
PythonCharmers
/
python-future
Public
Notifications
You must be signed in to change notification settings
Fork
292
Star
1.2k
Code
Issues
184
Pull requests
5
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
python-future
tests
on
master
User selector
All users
All time
Commit history
Commits on Feb 21, 2024
Merge https://github.com/fergofrog/python-future
edschofield
committed
b12eca0
View commit details
Copy full SHA for b12eca0
View code at this point
Browse repository at this point
Merge branch 'master' into fix-importlib-deprecation
edschofield
authored
925039a
View commit details
Copy full SHA for 925039a
View code at this point
Browse repository at this point
Add more meaningful comments about Python deprecations
Show description for d6785dd
edschofield
committed
d6785dd
View commit details
Copy full SHA for d6785dd
View code at this point
Browse repository at this point
Merge branch 'fix_39' of https://github.com/shadchin/python-future into shadchin-fix_39
edschofield
committed
7f494f8
View commit details
Copy full SHA for 7f494f8
View code at this point
Browse repository at this point
Merge pull request #598 from kianmeng/fix-typos
Show description for 350e87a
edschofield
authored
350e87a
View commit details
Copy full SHA for 350e87a
View code at this point
Browse repository at this point
Merge pull request #619 from hrnciar/python3.12
Show description for bcced95
edschofield
authored
bcced95
View commit details
Copy full SHA for bcced95
View code at this point
Browse repository at this point
Commits on Jan 20, 2024
Test fixes
nsoranzo
committed
74d8343
View commit details
Copy full SHA for 74d8343
View code at this point
Browse repository at this point
Use importlib instead of imp for Python 3.12 support
Show description for 4fcbe2e
nsoranzo
committed
4fcbe2e
View commit details
Copy full SHA for 4fcbe2e
View code at this point
Browse repository at this point
Commits on Oct 11, 2023
WIP Python 3.12 support for removal of imp module
odie5533
committed
1901c1c
View commit details
Copy full SHA for 1901c1c
View code at this point
Browse repository at this point
Commits on May 18, 2023
Adjust test to the change in CPython, parser now raises SyntaxError instead of ValueError when source code contains null bytes
hrnciar
committed
d7dc44e
View commit details
Copy full SHA for d7dc44e
View code at this point
Browse repository at this point
Adjust tests to the repr changes in CPython
hrnciar
committed
a613554
View commit details
Copy full SHA for a613554
View code at this point
Browse repository at this point
Commits on Jan 12, 2022
Fix typos
kianmeng
committed
f16e1c1
View commit details
Copy full SHA for f16e1c1
View code at this point
Browse repository at this point
Commits on Nov 11, 2021
Merge pull request #596 from abjonnes/fix-print-trailing-comma
Show description for 17e4bbd
edschofield
authored
17e4bbd
View commit details
Copy full SHA for 17e4bbd
View code at this point
Browse repository at this point
Merge branch 'official-count' of https://github.com/xZise/python-future into xZise-official-count
edschofield
committed
c8eb497
View commit details
Copy full SHA for c8eb497
View code at this point
Browse repository at this point
Fix bug in fix_print.py fixer
Show description for dffc579
Andrew Bjonnes
committed
dffc579
View commit details
Copy full SHA for dffc579
View code at this point
Browse repository at this point
Merge pull request #584 from nuno-andre/master
Show description for cfaf9c0
edschofield
authored
cfaf9c0
View commit details
Copy full SHA for cfaf9c0
View code at this point
Browse repository at this point
Merge pull request #595 from abjonnes/fix-raise-bug
Show description for bf1916e
edschofield
authored
bf1916e
View commit details
Copy full SHA for bf1916e
View code at this point
Browse repository at this point
Merge pull request #583 from timgates42/bugfix_typo_request
Show description for 4756e1d
edschofield
authored
4756e1d
View commit details
Copy full SHA for 4756e1d
View code at this point
Browse repository at this point
Commits on Nov 4, 2021
Fix bug in fix_raise.py fixer
Show description for 3401099
Andrew Bjonnes
committed
3401099
View commit details
Copy full SHA for 3401099
View code at this point
Browse repository at this point
Commits on Jun 11, 2021
Fix tests
shadchin
committed
21ae5c7
View commit details
Copy full SHA for 21ae5c7
View code at this point
Browse repository at this point
Commits on Jan 20, 2021
Fix bug in super() with metaclasses
nuno-andre
committed
6e27aac
View commit details
Copy full SHA for 6e27aac
View code at this point
Browse repository at this point
Commits on Dec 30, 2020
docs: fix simple typo, reqest -> request
Show description for 974eb1f
timgates42
committed
974eb1f
View commit details
Copy full SHA for 974eb1f
View code at this point
Browse repository at this point
Commits on Nov 15, 2020
Fix test_ftp for Python 3.8+
shadchin
committed
e7a2f76
View commit details
Copy full SHA for e7a2f76
View code at this point
Browse repository at this point
Fix test_pow for Python 3.8+
shadchin
committed
32641e1
View commit details
Copy full SHA for 32641e1
View code at this point
Browse repository at this point
Fix tests
shadchin
committed
90e3e4d
View commit details
Copy full SHA for 90e3e4d
View code at this point
Browse repository at this point
Commits on Sep 16, 2020
Update imp to importlib for py3
Joseph Curtis
committed
05bc771
View commit details
Copy full SHA for 05bc771
View code at this point
Browse repository at this point
Commits on Aug 31, 2020
fix 2.6 test, better comment
rtaycher
committed
ddedcb9
View commit details
Copy full SHA for ddedcb9
View code at this point
Browse repository at this point
fix 2.6 test
rtaycher
committed
3f1ff7e
View commit details
Copy full SHA for 3f1ff7e
View code at this point
Browse repository at this point
remove nan test
rtaycher
committed
4dbded1
View commit details
Copy full SHA for 4dbded1
View code at this point
Browse repository at this point
include list test values
rtaycher
committed
e3f1a12
View commit details
Copy full SHA for e3f1a12
View code at this point
Browse repository at this point
fix other python2 test issues
rtaycher
committed
c051026
View commit details
Copy full SHA for c051026
View code at this point
Browse repository at this point
fix missing subTest
rtaycher
committed
f006cad
View commit details
Copy full SHA for f006cad
View code at this point
Browse repository at this point
minor style/spelling fixes
rtaycher
committed
8302d8c
View commit details
Copy full SHA for 8302d8c
View code at this point
Browse repository at this point
improve cmp function, add unittest
rtaycher
committed
0d95a40
View commit details
Copy full SHA for 0d95a40
View code at this point
Browse repository at this point
Commits on Jun 14, 2020
Fix various py26 unit test failures
sfdye
committed
9ca5a14
View commit details
Copy full SHA for 9ca5a14
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.