GitHub / PythonCharmers/python-future / commits
Easy, clean, reliable Python 2/3 compatibility
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 9a71d707 | Use the same sentinel as in the stdlib ``socket.py`` for ``create_connection(... | Ed Schofield <e****d@p****m> | almost 11 years ago | |
| b83cac30 | Remove incorrect call to pdb in ``backports.http.client`` (issue #164) | Ed Schofield <e****d@p****m> | almost 11 years ago | |
| d100404f | Add 3-argument socket.create_connection() backport for Py2.6 (issue #162) | Ed Schofield <e****d@p****m> | almost 11 years ago | |
| 4aafe2c9 | Remove some more pdb.set_trace() calls from unused code | Ed Schofield <e****d@p****m> | almost 11 years ago | |
| d141ee89 | Mark bytes mod tests as currently failing (PEP 461): not implemented yet | Ed Schofield <e****d@p****m> | almost 11 years ago | |
| e7e3d40c | Fix _count compatibility import on Py2.6 | Ed Schofield <e****d@p****m> | almost 11 years ago | |
| 6caac864 | Revert "Enable Py3.5 tests on Travis and add Py3.5 trove classifier to setup.py" | Ed Schofield <e****d@p****m> | almost 11 years ago | |
| edc321ac | Py2.6 compatibility: use 3-argument create_connection() from future.backports... | Ed Schofield <e****d@p****m> | almost 11 years ago | |
| d7d6e016 | Fix typo |
Satoshi KOBAYASHI <s****k@i****p>
Committed by: Ed Schofield <e****d@p****m> |
almost 11 years ago | |
| eaf8a12e | Add bytes.__mod__ tests (test_mod and test_imod) from Py3.5's test_bytes.py | Ed Schofield <e****d@p****m> | almost 11 years ago | |
| 12bc4f9b | Enable Py3.5 tests on Travis and add Py3.5 trove classifier to setup.py | Ed Schofield <e****d@p****m> | almost 11 years ago | |
| 7959135e | Disable two assertions in builtins tests for Py3.5 compatibility | Ed Schofield <e****d@p****m> | almost 11 years ago | |
| f5114368 | futurize: move exec fixer to stage1 | Ed Schofield <e****d@p****m> | almost 11 years ago | |
| c185b9be | Docs: add tkinter.ttk to Py2/3 cheatsheet | Ed Schofield <e****d@p****m> | about 11 years ago | |
| 9bc3ac32 | Docs: update cheatsheet to include exec | Ed Schofield <e****d@p****m> | about 11 years ago | |
| 5c59cd73 | merge Merge branch 'v0.15.x' of https://github.com/PythonCharmers/python-future int... | Ed Schofield <e****d@p****m> | about 11 years ago | |
| 6ee67277 | Update What's New and Changelog pages | Ed Schofield <e****d@p****m> | about 11 years ago | |
| 03390b7a | Bump version to v0.15.1-dev and update cheat-sheet and upload docs | Ed Schofield <e****d@p****m> | about 11 years ago | |
| 87c46f41 | Bump version to v0.15.0 | Ed Schofield <e****d@p****m> | about 11 years ago | |
| 3b9c2115 | future.utils: add string_types etc. and clean up docs (issue #126) | Ed Schofield <e****d@p****m> | about 11 years ago | |
| c8658995 | Enable conservative basestring fixer from past.builtins (issues #127 and #156) | Ed Schofield <e****d@p****m> | about 11 years ago | |
| ae197949 | Update docs | Ed Schofield <e****d@p****m> | about 11 years ago | |
| cc18b94b | merge Merge branch 'surrogateescape' into v0.15.x | Ed Schofield <e****d@p****m> | about 11 years ago | |
| ade1bd3c | Document `surrogateescape` support and enable it for bytes decoding (issue #116) | Ed Schofield <e****d@p****m> | about 11 years ago | |
| 00d5149d | Fix a test that failed on 32-bit architectures (issue #149) | Ed Schofield <e****d@p****m> | about 11 years ago | |
| 4c6705a7 | Bump version to 0.15.0-dev | Ed Schofield <e****d@p****m> | about 11 years ago | |
| e6d72b6c | Update docs for v0.15.x | Ed Schofield <e****d@p****m> | about 11 years ago | |
| 114b1619 | merge Merge branch 'issue_158' into v0.14.x | Ed Schofield <e****d@p****m> | about 11 years ago | |
| 0971652d | Make a urllib test run on Py2.6 and modernize a test | Ed Schofield <e****d@p****m> | about 11 years ago | |
| 617bddf0 | install_aliases(): expose the full backported urllib modules instead of the P... | Ed Schofield <e****d@p****m> | about 11 years ago | |
| a27aa52c | Add test that highlights issue #158 | Ed Schofield <e****d@p****m> | about 11 years ago | |
| 7448097a | Disable a broken OrderedDict test on Py2.6 | Ed Schofield <e****d@p****m> | about 11 years ago | |
| d6973c25 | Update docs for new backported features from Py3.4 | Ed Schofield <e****d@p****m> | about 11 years ago | |
| 42667ac6 | Some additional Counter tests now work on Py2.6 | Ed Schofield <e****d@p****m> | about 11 years ago | |
| ec432784 | Update future.backports.misc.Counter to use the implementation from Py3.4 | Ed Schofield <e****d@p****m> | about 11 years ago | |
| f677a05e | Update future.backports.misc.OrderedDict to use the implementation from Py3.4 | Ed Schofield <e****d@p****m> | about 11 years ago | |
| b668cc0d | Fix .copy() with subclasses of OrderedDict on Py2.6 | Ed Schofield <e****d@p****m> | about 11 years ago | |
| a6b6bce6 | Restore usual naming of backports (OrderedDict etc.) to fix `repr` tests | Ed Schofield <e****d@p****m> | about 11 years ago | |
| d784bab6 | Update What's New doc | Ed Schofield <e****d@p****m> | about 11 years ago | |
| 47c57e24 | OrderedDict: restore compat with Py2.6 | Ed Schofield <e****d@p****m> | about 11 years ago | |
| 76066266 | Make imports of http.client constants compatible with Py2.6 (issue #137) | Ed Schofield <e****d@p****m> | about 11 years ago | |
| e7316ab1 | Update list of contributors | Ed Schofield <e****d@p****m> | about 11 years ago | |
| 0e12a7f6 | Also expose HTTPMessage in ``future.moves.http.client`` | Ed Schofield <e****d@p****m> | about 11 years ago | |
| 14653bf8 | merge Merge branch 'allbuttonspressed-master' into v0.14.x | Ed Schofield <e****d@p****m> | about 11 years ago | |
| 462ced26 | Update What's New doc re http.client.HTTPMessage (issue #159) | Ed Schofield <e****d@p****m> | about 11 years ago | |
| 479d66e5 | Add test highlighting urllib3 missing HTTPMessage import from http.client (is... | Ed Schofield <e****d@p****m> | about 11 years ago | |
| 4dc5145f | fixed missing http.client.HTTPMessage | Waldemar Kornewald <w****d@g****m> | about 11 years ago | |
| 92f28dfb | Update What's New doc re http.client constants | Ed Schofield <e****d@p****m> | about 11 years ago | |
| 37e12789 | Fix remaining test failures from extra Py3 collections tests | Ed Schofield <e****d@p****m> | about 11 years ago | |
| 9e0f21df | Add tests for backported collections classes from Py3.4 | Ed Schofield <e****d@p****m> | about 11 years ago | |
| 5363a9f5 | Backport `count()` with step param for Py2.6 (issue #152) | Ed Schofield <e****d@p****m> | about 11 years ago | |
| 661a1c59 | Update docs for struct.pack(u'...') (issue #147) | Ed Schofield <e****d@p****m> | about 11 years ago | |
| 94ea6463 | merge Merge branch 'issue_137' into v0.14.x | Ed Schofield <e****d@p****m> | about 11 years ago | |
| a4d0162a | Bump version to v0.14.4-dev | Ed Schofield <e****d@p****m> | about 11 years ago | |
| ed1c6a6c | Improve robustness of test_futurize.py and test_pasteurize.py | Ed Schofield <e****d@p****m> | about 11 years ago | |
| 4726c544 | merge Merge branch 'v0.14.x' of https://github.com/PythonCharmers/python-future int... | Ed Schofield <e****d@p****m> | about 11 years ago | |
| 41ba13a5 | Add constants from httplib to http.client (issue #137) | Ed Schofield <e****d@p****m> | about 11 years ago | |
| 1b3b9027 | merge Merge pull request #155 from QuLogic/travis-container | Ed Schofield <e****d@p****m> | about 11 years ago | |
| a23a71d8 | Enable Travis' container-based infrastructure. | Elliott Sales de Andrade <q****t@g****m> | about 11 years ago | |
| 1b8ef510 | Add count from 2.7 to 2.6 | Fabian Neundorf <C****s@g****e> | about 11 years ago | |
| 9c59bd58 | Add ChainMap backport from Py3.4 (issue #150) | Ed Schofield <e****d@p****m> | about 11 years ago | |
| e7abecd8 | Update What's New page for v0.14.x | Ed Schofield <e****d@p****m> | about 11 years ago | |
| 683d06e2 | merge Merge branch 'bradmwalker-more-range-work' into v0.14.x | Ed Schofield <e****d@p****m> | about 11 years ago | |
| af3d26ef | merge Merge pull request #139 from michaeljoseph/patch-1 | Ed Schofield <e****d@p****m> | about 11 years ago | |
| ef40bcd4 | merge Merge pull request #145 from timtroendle/fix/unicode-literals-flag-in-doc | Ed Schofield <e****d@p****m> | about 11 years ago | |
| 54bea452 | merge Merge branch 'more-range-work' of https://github.com/bradmwalker/python-futur... | Ed Schofield <e****d@p****m> | about 11 years ago | |
| 9ea63f74 | merge Merge branch 'posita-newint-advanced-div-144' into v0.14.x | Ed Schofield <e****d@p****m> | about 11 years ago | |
| be141c64 | merge Merge branch 'ttk' into v0.14.x | Ed Schofield <e****d@p****m> | about 11 years ago | |
| 313b7e4c | Also add ttk support to future.moves | Ed Schofield <e****d@p****m> | about 11 years ago | |
| 089fe2a1 | merge Merge branch 'ttk' into v0.14.x | Ed Schofield <e****d@p****m> | about 11 years ago | |
| 5b62d175 | Experimental tkinter.ttk support | Ed Schofield <e****d@p****m> | about 11 years ago | |
| a0286550 | Fix #144. Expand newint.__divmod__ and newint.__rdivmod__ to fall back to <ty... | Matt Bogosian <m****9@c****u> | about 11 years ago | |
| b6f8457e | fixed unicode literals flag in futurize doc | Tim Tröndle <t****e@p****e> | about 11 years ago | |
| 209d0e1e | Correct `install_aliases` | Michael Joseph <m****b@g****m> | over 11 years ago | |
| 521477b6 | Docs: Add release dates to What's New and Changelog pages (issue #135) | Ed Schofield <e****d@p****m> | over 11 years ago | |
| d7e4722e | Docs: minor tweaks | Ed Schofield <e****d@p****m> | over 11 years ago | |
| 18035cc6 | Fixed newrange slicing for some slice/range combos | Brad Walker <b****d@b****m> | over 11 years ago | |
| fd44b5ec | Docs: improve organization | Ed Schofield <e****d@p****m> | over 11 years ago | |
| 3d17779b | merge Merge branch 'master' of https://github.com/PythonCharmers/python-future | Ed Schofield <e****d@p****m> | over 11 years ago | |
| dc4b2f16 | Bump version to v0.14.3 | Ed Schofield <e****d@p****m> | over 11 years ago | |
| c0809f50 | Small doc updates | Ed Schofield <e****d@p****m> | over 11 years ago | |
| 76a2ad7e | merge Merge pull request #131 from amatellanes/master | Ed Schofield <e****d@p****m> | over 11 years ago | |
| 952874f7 | Fix minor bug from byte object doc. | amatellanes <d****s@g****m> | over 11 years ago | |
| ec5a7c05 | Docs: mention PR #130 in What's New page | Ed Schofield <e****d@p****m> | over 11 years ago | |
| 7fe52640 | merge Merge pull request #130 from bradmwalker/more-range-work | Ed Schofield <e****d@p****m> | over 11 years ago | |
| ae772c39 | Docs: tweak What's New page | Ed Schofield <e****d@p****m> | over 11 years ago | |
| 5047aeb0 | Update What's New page for v0.14.3 | Ed Schofield <e****d@p****m> | over 11 years ago | |
| 0ac83dd3 | Add authors of recent patches to credits.rst | Ed Schofield <e****d@p****m> | over 11 years ago | |
| 09e17d40 | Remove import of dummy_thread from _thread module (issue #124) | Ed Schofield <e****d@p****m> | over 11 years ago | |
| aac65c19 | merge Merge pull request #124 from melund/master | Ed Schofield <e****d@p****m> | over 11 years ago | |
| 606cfd1c | newrange: added attr read-only properties | Brad Walker <b****d@b****m> | over 11 years ago | |
| f8564ee4 | merge Merge pull request #125 from QuLogic/OrderedDict-clear | Ed Schofield <e****d@p****m> | over 11 years ago | |
| 2b096827 | simplified newrange.__reversed__ and corrected return type | Brad Walker <b****d@b****m> | over 11 years ago | |
| e84bab28 | newrange: fixed slices on empty ranges | Brad Walker <b****d@b****m> | over 11 years ago | |
| 82b1025b | merge Merge pull request #129 from bradmwalker/range-fixes | Ed Schofield <e****d@p****m> | over 11 years ago | |
| 8f22812d | merge Merge pull request #128 from beckjake/newint_bytes | Ed Schofield <e****d@p****m> | over 11 years ago | |
| d0e7e434 | simplified range_iterator (renamed for consistency) | Brad Walker <b****d@b****m> | over 11 years ago | |
| c736a7a8 | Uncomment some newint.to_bytes tests | Ed Schofield <e****d@p****m> | over 11 years ago | |
| 8fe268b7 | Fixed newrange equality for empty ranges and irrelevant stop differences | Brad Walker <b****d@b****m> | over 11 years ago | |
| 8ff9ff58 | Error handling is hard | Jacob Beck <j****k@c****u> | over 11 years ago |