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
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
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
.
IBMZ-Linux-OSS-Python
/
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
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
python-future
src
on
v0.14.x
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 24, 2015
Update docs for new backported features from Py3.4
edschofield
committed
d6973c2
View commit details
Copy full SHA for d6973c2
View code at this point
Browse repository at this point
Some additional Counter tests now work on Py2.6
edschofield
committed
42667ac
View commit details
Copy full SHA for 42667ac
View code at this point
Browse repository at this point
Update future.backports.misc.Counter to use the implementation from Py3.4
edschofield
committed
ec43278
View commit details
Copy full SHA for ec43278
View code at this point
Browse repository at this point
Update future.backports.misc.OrderedDict to use the implementation from Py3.4
edschofield
committed
f677a05
View commit details
Copy full SHA for f677a05
View code at this point
Browse repository at this point
Fix .copy() with subclasses of OrderedDict on Py2.6
edschofield
committed
b668cc0
View commit details
Copy full SHA for b668cc0
View code at this point
Browse repository at this point
Restore usual naming of backports (OrderedDict etc.) to fix `repr` tests
edschofield
committed
a6b6bce
View commit details
Copy full SHA for a6b6bce
View code at this point
Browse repository at this point
OrderedDict: restore compat with Py2.6
edschofield
committed
47c57e2
View commit details
Copy full SHA for 47c57e2
View code at this point
Browse repository at this point
Make imports of http.client constants compatible with Py2.6 (issue #137)
edschofield
committed
7606626
View commit details
Copy full SHA for 7606626
View code at this point
Browse repository at this point
Also expose HTTPMessage in ``future.moves.http.client``
edschofield
committed
0e12a7f
View commit details
Copy full SHA for 0e12a7f
View code at this point
Browse repository at this point
Merge branch 'allbuttonspressed-master' into v0.14.x
edschofield
committed
14653bf
View commit details
Copy full SHA for 14653bf
View code at this point
Browse repository at this point
fixed missing http.client.HTTPMessage
wkornewald
committed
4dc5145
View commit details
Copy full SHA for 4dc5145
View code at this point
Browse repository at this point
Commits on Jul 11, 2015
Add ChainMap backport from Py3.4 (issue #150)
edschofield
committed
9c59bd5
View commit details
Copy full SHA for 9c59bd5
View code at this point
Browse repository at this point
Backport `count()` with step param for Py2.6 (issue #152)
edschofield
committed
5363a9f
View commit details
Copy full SHA for 5363a9f
View code at this point
Browse repository at this point
Merge branch 'issue_137' into v0.14.x
edschofield
committed
94ea646
View commit details
Copy full SHA for 94ea646
View code at this point
Browse repository at this point
Bump version to v0.14.4-dev
edschofield
committed
a4d0162
View commit details
Copy full SHA for a4d0162
View code at this point
Browse repository at this point
Add constants from httplib to http.client (issue #137)
Show description for 41ba13a
edschofield
committed
41ba13a
View commit details
Copy full SHA for 41ba13a
View code at this point
Browse repository at this point
Commits on Jun 3, 2015
Merge branch 'bradmwalker-more-range-work' into v0.14.x
edschofield
committed
683d06e
View commit details
Copy full SHA for 683d06e
View code at this point
Browse repository at this point
Merge branch 'posita-newint-advanced-div-144' into v0.14.x
edschofield
committed
9ea63f7
View commit details
Copy full SHA for 9ea63f7
View code at this point
Browse repository at this point
Commits on May 27, 2015
Also add ttk support to future.moves
edschofield
committed
313b7e4
View commit details
Copy full SHA for 313b7e4
View code at this point
Browse repository at this point
Experimental tkinter.ttk support
edschofield
committed
5b62d17
View commit details
Copy full SHA for 5b62d17
View code at this point
Browse repository at this point
Commits on May 15, 2015
Fix #144. Expand newint.__divmod__ and newint.__rdivmod__ to fall back to <type 'long'> implementations where appropriate.
posita
committed
a028655
View commit details
Copy full SHA for a028655
View code at this point
Browse repository at this point
Commits on Dec 16, 2014
Fixed newrange slicing for some slice/range combos
Show description for 18035cc
Brad Walker
committed
18035cc
View commit details
Copy full SHA for 18035cc
View code at this point
Browse repository at this point
Commits on Dec 14, 2014
Bump version to v0.14.3
edschofield
committed
dc4b2f1
View commit details
Copy full SHA for dc4b2f1
View code at this point
Browse repository at this point
Small doc updates
edschofield
committed
c0809f5
View commit details
Copy full SHA for c0809f5
View code at this point
Browse repository at this point
simplified newrange.__reversed__ and corrected return type
Brad Walker
committed
2b09682
View commit details
Copy full SHA for 2b09682
View code at this point
Browse repository at this point
newrange: fixed slices on empty ranges
Brad Walker
committed
e84bab2
View commit details
Copy full SHA for e84bab2
View code at this point
Browse repository at this point
simplified range_iterator (renamed for consistency)
Brad Walker
committed
d0e7e43
View commit details
Copy full SHA for d0e7e43
View code at this point
Browse repository at this point
newrange: added attr read-only properties
Brad Walker
committed
606cfd1
View commit details
Copy full SHA for 606cfd1
View code at this point
Browse repository at this point
Remove import of dummy_thread from _thread module (issue #124)
edschofield
committed
09e17d4
View commit details
Copy full SHA for 09e17d4
View code at this point
Browse repository at this point
Merge pull request #124 from melund/master
Show description for aac65c1
edschofield
committed
aac65c1
View commit details
Copy full SHA for aac65c1
View code at this point
Browse repository at this point
Merge pull request #125 from QuLogic/OrderedDict-clear
Show description for f8564ee
edschofield
committed
f8564ee
View commit details
Copy full SHA for f8564ee
View code at this point
Browse repository at this point
Merge pull request #129 from bradmwalker/range-fixes
Show description for 82b1025
edschofield
committed
82b1025
View commit details
Copy full SHA for 82b1025
View code at this point
Browse repository at this point
Fixed newrange equality for empty ranges and irrelevant stop differences
Show description for 8fe268b
Brad Walker
committed
8fe268b
View commit details
Copy full SHA for 8fe268b
View code at this point
Browse repository at this point
Commits on Dec 13, 2014
Error handling is hard
Jacob Beck
committed
8ff9ff5
View commit details
Copy full SHA for 8ff9ff5
View code at this point
Browse repository at this point
Add signed support to newint_bytes
Jacob Beck
committed
8ec7ab0
View commit details
Copy full SHA for 8ec7ab0
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.