FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src - dev-zero/python-future · GitHub
dev-zero
/
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
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
src
on
master
User selector
Datepicker
Commit history
Commits on Sep 11, 2015
Bump version to v0.15.2
edschofield
committed
b978693
View commit details
Copy full SHA for b978693
View code at this point
Browse repository at this point
Apply Christopher Arndt's ``newsuper`` fix for PyQt subclasses (issue #160)
edschofield
committed
ee0522e
View commit details
Copy full SHA for ee0522e
View code at this point
Browse repository at this point
Fix ``future.backports.misc.create_connection()`` on Py26
edschofield
committed
ff6cf4e
View commit details
Copy full SHA for ff6cf4e
View code at this point
Browse repository at this point
Commits on Sep 9, 2015
Bump version to v0.15.1
edschofield
committed
042414f
View commit details
Copy full SHA for 042414f
View code at this point
Browse repository at this point
Define ``orig_meta_prefix`` in libfuturize.fixes.fix_metaclass. This needs more testing.
edschofield
committed
a3cfca2
View commit details
Copy full SHA for a3cfca2
View code at this point
Browse repository at this point
Remove some more pdb.set_trace() calls from unused code
edschofield
committed
4aafe2c
View commit details
Copy full SHA for 4aafe2c
View code at this point
Browse repository at this point
Remove incorrect call to pdb in ``backports.http.client`` (issue #164)
Show description for b83cac3
edschofield
committed
b83cac3
View commit details
Copy full SHA for b83cac3
View code at this point
Browse repository at this point
Add 3-argument socket.create_connection() backport for Py2.6 (issue #162)
Show description for d100404
edschofield
committed
d100404
View commit details
Copy full SHA for d100404
View code at this point
Browse repository at this point
Use the same sentinel as in the stdlib ``socket.py`` for ``create_connection()`` in ``future.backports.socket``
edschofield
committed
9a71d70
View commit details
Copy full SHA for 9a71d70
View code at this point
Browse repository at this point
Py2.6 compatibility: use 3-argument create_connection() from future.backports.socket (issue #162)
edschofield
committed
edc321a
View commit details
Copy full SHA for edc321a
View code at this point
Browse repository at this point
Commits on Sep 8, 2015
Fix _count compatibility import on Py2.6
edschofield
committed
e7e3d40
View commit details
Copy full SHA for e7e3d40
View code at this point
Browse repository at this point
Commits on Aug 18, 2015
futurize: move exec fixer to stage1
edschofield
committed
f511436
View commit details
Copy full SHA for f511436
View code at this point
Browse repository at this point
Commits on Jul 25, 2015
Bump version to v0.15.1-dev and update cheat-sheet and upload docs
edschofield
committed
03390b7
View commit details
Copy full SHA for 03390b7
View code at this point
Browse repository at this point
Bump version to v0.15.0
edschofield
committed
87c46f4
View commit details
Copy full SHA for 87c46f4
View code at this point
Browse repository at this point
future.utils: add string_types etc. and clean up docs (issue #126)
edschofield
committed
3b9c211
View commit details
Copy full SHA for 3b9c211
View code at this point
Browse repository at this point
Enable conservative basestring fixer from past.builtins (issues #127 and #156)
edschofield
committed
c865899
View commit details
Copy full SHA for c865899
View code at this point
Browse repository at this point
Document `surrogateescape` support and enable it for bytes decoding (issue #116)
edschofield
committed
ade1bd3
View commit details
Copy full SHA for ade1bd3
View code at this point
Browse repository at this point
Commits on Jul 24, 2015
Bump version to 0.15.0-dev
edschofield
committed
4c6705a
View commit details
Copy full SHA for 4c6705a
View code at this point
Browse repository at this point
install_aliases(): expose the full backported urllib modules instead of the Py2 aliases (issue #158)
edschofield
committed
617bddf
View commit details
Copy full SHA for 617bddf
View code at this point
Browse repository at this point
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
Previous
Next
Back
|
FazBrowse Home
|
New Git URL