An open API service providing commit metadata for open source projects.

GitHub / PythonCharmers/python-future / commits

Easy, clean, reliable Python 2/3 compatibility

SHA Message Author Date Stats
a0f2c5ab merge Merge branch 'v0.13.x' of https://github.com/PythonCharmers/python-future int... Ed Schofield <e****d@p****m> almost 12 years ago
b7468008 futurize: add a logger object (issue #102) Ed Schofield <e****d@p****m> almost 12 years ago
9b0cff3f Revert futurize/pasteurize --all-imports --all-imports to add ``from future.b... Ed Schofield <e****d@p****m> almost 12 years ago
1ee00e77 Update fixers invoked by pasteurize --all-imports Ed Schofield <e****d@p****m> almost 12 years ago
277a7796 Update fixers invoked by futurize --all-imports Ed Schofield <e****d@p****m> almost 12 years ago
824acf6e merge Merge branch 'v0.13.x' of https://github.com/PythonCharmers/python-future int... Ed Schofield <e****d@p****m> almost 12 years ago
bceeee5b Cheatsheet: add link to video of PyCon AU talk Ed Schofield <e****d@p****m> almost 12 years ago
761d86e2 corrected wrong formatted code block Daniel Szoska <D****a@s****e> almost 12 years ago
205a19ca Possible fix for issue #94: revert a v0.12-vintage change to fix_future_stand... Ed Schofield <e****d@p****m> almost 12 years ago
dce5dc37 Docs: Add link to older version history from What's New page (issue #93) Ed Schofield <e****d@p****m> almost 12 years ago
6f50bbfa merge Merge branch 'v0.13.x' of https://github.com/PythonCharmers/python-future int... Ed Schofield <e****d@p****m> almost 12 years ago
cefd6947 merge Merge pull request #95 from QuLogic/futurize-option-fix Ed Schofield <e****d@p****m> almost 12 years ago
92d14f22 merge Merge pull request #92 from 9seconds/fix_for_raise_py3 Ed Schofield <e****d@p****m> almost 12 years ago
96980837 Remove BaseNewObject as a base class for other metaclass bases of future types. Ed Schofield <e****d@p****m> almost 12 years ago
f905bd89 Fix for issues #91 and #96: newobject breaks multiple inheritance in v0.13 Ed Schofield <e****d@p****m> almost 12 years ago
ff2d804d Fix futurize -p and futurize -W. Elliott Sales de Andrade <q****t@g****m> almost 12 years ago
466bfb2d Fix for absent exception raise in Python3 9seconds <n****s@y****u> almost 12 years ago
17be3ae6 Add PDF link to compatibility cheatsheet notebook Ed Schofield <e****d@p****m> almost 12 years ago
8b2ff178 Add a script to enable colour in HTML produced from IPython notebooks Ed Schofield <e****d@p****m> almost 12 years ago
eb070aa1 Update Py2/3 compatibility cheat-sheet Ed Schofield <e****d@p****m> about 12 years ago
bec6b4f8 Update cheatsheet notebook Ed Schofield <e****d@p****m> about 12 years ago
42d9144b merge Merge pull request #90 from timster/patch-1 Ed Schofield <e****d@p****m> about 12 years ago
72d6941d Fixed meta class for Python 3 form. Tim Shaffer <t****r@m****m> about 12 years ago
b8b95234 Docs: mention more available backports of stdlib packages Ed Schofield <e****d@p****m> about 12 years ago
d1f18ac0 Update What's New page to reflect v0.13 and move v0.12.x info to changelog Ed Schofield <e****d@p****m> about 12 years ago
71fda716 Bump version to v0.13.0 final Ed Schofield <e****d@p****m> about 12 years ago
c0c97961 merge Merge branch 'v0.12.x' of https://github.com/str4d/python-future into str4d-v... Ed Schofield <e****d@p****m> about 12 years ago
1a490fef Py2.6 fix for "futurize -f" Ed Schofield <e****d@p****m> about 12 years ago
438b6ec2 Mark test_range_necessary_list_calls() as xfail on Py2.6 Ed Schofield <e****d@p****m> about 12 years ago
0a804793 Mark test_div() in past.tests.test_translation as now working on Py3 Ed Schofield <e****d@p****m> about 12 years ago
6a6c656b Revert subclassing of future.types from newobject Ed Schofield <e****d@p****m> about 12 years ago
6d8a26f0 Add a test for the default __long__ special method provided by newobject Ed Schofield <e****d@p****m> about 12 years ago
bce10e38 Derive all other future.types metaclasses from BaseNewObject and modify BaseN... Ed Schofield <e****d@p****m> about 12 years ago
49b036d0 Test to ensure that bool(newstr(u'...')) == bool(u'...') Ed Schofield <e****d@p****m> about 12 years ago
8c76ca25 Bump version to v0.13.0-dev Ed Schofield <e****d@p****m> about 12 years ago
92ac9d4c Consolidate all version strings to future/__init__.py Ed Schofield <e****d@p****m> about 12 years ago
edf03a80 Add more new features and bug fixes to What's New page Ed Schofield <e****d@p****m> about 12 years ago
ebc71ba0 Note deprecated internal modules in What's New page (issue #80) Ed Schofield <e****d@p****m> about 12 years ago
fb724c14 Add a test for newint(newstr(u'123')), which worked in v0.12.4 but is failing... Ed Schofield <e****d@p****m> about 12 years ago
d80cea96 Update What's New doc to mention str4d's fix for issue #87 and add str4d to c... Ed Schofield <e****d@p****m> about 12 years ago
9eb2d11f Set past.utils as the canonical home for old_div() Ed Schofield <e****d@p****m> about 12 years ago
e19e01b8 Added test that fails without newint protection str4d <s****d@m****p> about 12 years ago
4d7d5c46 Fixes for issue #89: bytes, dict, int, list, str Ed Schofield <e****d@p****m> about 12 years ago
eb526695 Tests for issue #89: incorrect isinstance checks with subclasses of future types Ed Schofield <e****d@p****m> about 12 years ago
91aab457 Update What's New doc Ed Schofield <e****d@p****m> about 12 years ago
a9490b98 Clean up pasteurize.py docstring Ed Schofield <e****d@p****m> about 12 years ago
3d6c5ed5 Improve division_safe fixer Ed Schofield <e****d@p****m> about 12 years ago
47f7d165 Fixed code, actually tested it this time >_< str4d <s****d@m****p> about 12 years ago
2fdbf3ef What. How. Why. str4d <s****d@m****p> about 12 years ago
8ef3ecce Only wrap newints str4d <s****d@m****p> about 12 years ago
970ae0cc Wrap Python 2 pow(x, y, z) args in long() to protect from newints (issue #87) str4d <s****d@m****p> about 12 years ago
d824e8b4 Fix tests in test_libfuturize_fixers Ed Schofield <e****d@p****m> about 12 years ago
aa7f9916 Add Daira Hopwood's python-modernize patch to avoid introducing redundant par... Ed Schofield <e****d@p****m> about 12 years ago
e0564b38 Mark test_instance_cause as failing only on Py3 Ed Schofield <e****d@p****m> about 12 years ago
382d8a91 merge Merge branch 'int_to_from_bytes' into v0.12.x Ed Schofield <e****d@p****m> about 12 years ago
7c0a98f9 merge Merge branch 'raise_from' into v0.12.x Ed Schofield <e****d@p****m> about 12 years ago
aea1b7fe Get the remaining newint.to_bytes() and newint.from_bytes() tests passing (is... Ed Schofield <e****d@p****m> about 12 years ago
8dd8a0d7 Little fix to newint.from_bytes() Ed Schofield <e****d@p****m> about 12 years ago
1049e01d Little fix for newint.to_bytes() Ed Schofield <e****d@p****m> about 12 years ago
6aa425ba Fix newint.to_bytes and newint.from_bytes tests to use a newint Ed Schofield <e****d@p****m> about 12 years ago
b9ab878d raise_from(): set __suppress_context__ correctly as per PEP 0415. Ed Schofield <e****d@p****m> about 12 years ago
5dfd8de0 Disable tests for int.to_bytes(..., signed=True) and int.from_bytes(..., sign... Ed Schofield <e****d@p****m> about 12 years ago
a4636866 Add initial attempt at int.to_bytes() and int.from_bytes() (issue #85) Ed Schofield <e****d@p****m> about 12 years ago
ded92eea Fixes for raise_from() Ed Schofield <e****d@p****m> about 12 years ago
d9cd16a6 Add (currently failing) tests for int.to_bytes and int.from_bytes (issue #85) Ed Schofield <e****d@p****m> about 12 years ago
76a2e32f Add ``future.utils.raise_from`` (issue #86) Ed Schofield <e****d@p****m> about 12 years ago
33e26d0d Document the ``raise_from`` function for exception chaining (PEP 3134) Ed Schofield <e****d@p****m> about 12 years ago
af5325e3 Add note to docs about external backports available for some Py3.4 packages Ed Schofield <e****d@p****m> about 12 years ago
fded2629 Tiny update to README Ed Schofield <e****d@p****m> about 12 years ago
69cb9a00 Change repr for range(k) -> range(0, k) (issue #84) Ed Schofield <e****d@p****m> about 12 years ago
7afa0374 merge Merge branch 'master' into v0.12.x Ed Schofield <e****d@p****m> about 12 years ago
e5d74b3c merge Merge pull request #83 from jmsbrry/master Ed Schofield <e****d@p****m> about 12 years ago
35e666a1 Update README.rst jmsbrry <j****y@g****m> about 12 years ago
a52ac241 Doc tweaks Ed Schofield <e****d@p****m> about 12 years ago
5c069cec Tweak cheat sheet Ed Schofield <e****d@p****m> about 12 years ago
55c03b27 Tweak another doc: remove duplicate ref to standard library Ed Schofield <e****d@p****m> about 12 years ago
fab4254b Docs: add link to cheat sheet from contents page; tweak Ed Schofield <e****d@p****m> about 12 years ago
58c25231 Rename notebook on "Writing 2-3 compatible code" (to compatible_idioms.rst) Ed Schofield <e****d@p****m> about 12 years ago
07b22127 Remove duplicate name from past.builtins.__all__ Ed Schofield <e****d@p****m> about 12 years ago
2044e079 Add notebook: Writing Python2-3 compatible code Ed Schofield <e****d@p****m> about 12 years ago
dc0e4a31 Tweak futurize doc Ed Schofield <e****d@p****m> about 12 years ago
91563666 Tests passing again for issue #81 patch Ed Schofield <e****d@p****m> about 12 years ago
e0022dca Make ``futurize --stage1`` leave ``next()`` method alone (issue #81) Ed Schofield <e****d@p****m> about 12 years ago
dc895f79 Bump version number to v0.12.5-dev and update What's New page Ed Schofield <e****d@p****m> about 12 years ago
fe86f907 Add Eric Firing to list of patch authors Ed Schofield <e****d@p****m> about 12 years ago
0a6d1373 merge Merge branch 'master' into v0.12.x Ed Schofield <e****d@p****m> about 12 years ago
39dcfad8 merge Merge pull request #82 from efiring/private_logging Ed Schofield <e****d@p****m> about 12 years ago
5149d709 ENH: use a named logger in standard_library Eric Firing <e****g@h****u> about 12 years ago
6b7dd486 merge Merge branch 'v0.12.x' of https://github.com/PythonCharmers/python-future int... Ed Schofield <e****d@p****m> about 12 years ago
068c5862 Deprecate ``future.utils.encoding`` and ``future.utils.six`` (issue #80) Ed Schofield <e****d@p****m> about 12 years ago
87707b5c Add ``past.builtins.oct`` function Ed Schofield <e****d@p****m> about 12 years ago
507d11c3 Bump version number to v0.12.4 Ed Schofield <e****d@p****m> about 12 years ago
6f927032 merge Merge branch 'krischer-master' Ed Schofield <e****d@p****m> about 12 years ago
d15618cc Restoring behaviour of __div__ and consorts Lion Krischer <k****r@g****e> about 12 years ago
efb908fd Test for unary operators Lion Krischer <k****r@g****e> about 12 years ago
9d4cb99d Added tests for bitwise operations and some more arithmetics. Lion Krischer <k****r@g****e> about 12 years ago
e586542c Removing some magic method, making others more stable. Lion Krischer <k****r@g****e> about 12 years ago
ec198019 Bump version number to v0.12.4-dev and add a What's New section Ed Schofield <e****d@p****m> about 12 years ago
e1dd12c4 Some cleanup Lion Krischer <k****r@g****e> about 12 years ago
2cc39c96 Fixing upcasting behaviour for some operations on integers. Lion Krischer <k****r@g****e> about 12 years ago

← Back to repository