GitHub / PythonCharmers/python-future / commits
Easy, clean, reliable Python 2/3 compatibility
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 8ea9369c | Added upcasting test for complex numbers | Lion Krischer <k****r@g****e> | about 12 years ago | |
| 1764be76 | New test for upcasting newints to floats. | Lion Krischer <k****r@g****e> | about 12 years ago | |
| 851e5377 | Docs: more tweaks | Ed Schofield <e****d@p****m> | about 12 years ago | |
| 9bdbf5eb | Docs: add mention of collections.Counter, collections.OrderedDict backports f... | Ed Schofield <e****d@p****m> | about 12 years ago | |
| a999675d | Add remaining missing files to MANIFEST.in | Ed Schofield <e****d@p****m> | about 12 years ago | |
| 6c63c07f | merge Merge branch 'v0.12.x' | Ed Schofield <e****d@p****m> | about 12 years ago | |
| d3d4399f | merge Merge pull request #72 from QuLogic/master | Ed Schofield <e****d@p****m> | about 12 years ago | |
| 788d374c | merge Merge branch 'v0.12.x' of https://github.com/PythonCharmers/python-future int... | Ed Schofield <e****d@p****m> | about 12 years ago | |
| 2bd86812 | merge Merge pull request #74 from QuLogic/doc-fix | Ed Schofield <e****d@p****m> | about 12 years ago | |
| ae42011b | Update __all__ to reflect symbols in future/utils/__init__.py (issue #73) | Ed Schofield <e****d@p****m> | about 12 years ago | |
| e97e3c19 | doc: Remove duplicate label. | Elliott Sales de Andrade <q****t@g****m> | about 12 years ago | |
| b4b18f2b | doc: Remove duplicate file. | Elliott Sales de Andrade <q****t@g****m> | about 12 years ago | |
| a5f5a06a | doc: Fix some issues with blocks. | Elliott Sales de Andrade <q****t@g****m> | about 12 years ago | |
| 4c5b91ca | doc: Fix hyperlink targets. | Elliott Sales de Andrade <q****t@g****m> | about 12 years ago | |
| b3ebb433 | doc: Fix indentation errors/warnings. | Elliott Sales de Andrade <q****t@g****m> | about 12 years ago | |
| 5ce40480 | doc: Fix incorrect document reference. | Elliott Sales de Andrade <q****t@g****m> | about 12 years ago | |
| 28f22d4e | doc: Fix underline-too-short warnings. | Elliott Sales de Andrade <q****t@g****m> | about 12 years ago | |
| fbd7bebd | Add Travis badge (v0.12.x maint) |
Elliott Sales de Andrade <q****t@g****m>
Committed by: Ed Schofield <e****d@p****m> |
about 12 years ago | |
| dca06bb7 | Add Travis badge. | Elliott Sales de Andrade <q****t@g****m> | about 12 years ago | |
| 62c16272 | Update docs: mention Py2.6 tests are passing again now too | Ed Schofield <e****d@p****m> | about 12 years ago | |
| 88a55518 | Add docs/*.rst to MANIFEST.in | Ed Schofield <e****d@p****m> | about 12 years ago | |
| 3a4dfe53 | Update MANIFEST.in | Ed Schofield <e****d@p****m> | about 12 years ago | |
| 0eaa59d0 | Tweak docs | Ed Schofield <e****d@p****m> | about 12 years ago | |
| 3c01d8b4 | Bump version to v0.12.3 | Ed Schofield <e****d@p****m> | about 12 years ago | |
| 71180802 | Enable future.backports.xmlrpc in setup.py (issue #59) | Ed Schofield <e****d@p****m> | about 12 years ago | |
| e1358be8 | Docs: mark collections.OrderedDict backport for Python 2.6 as being for issue... | Ed Schofield <e****d@p****m> | about 12 years ago | |
| 669d224e | Docs: update test count | Ed Schofield <e****d@p****m> | about 12 years ago | |
| 23e050ad | Fix imports for OrderedDict on Py2.6 | Ed Schofield <e****d@p****m> | about 12 years ago | |
| 1ce5c98b | Add What's New entry for OrderedDict and Counter backports to Py2.6 | Ed Schofield <e****d@p****m> | about 12 years ago | |
| 6285503d | merge Merge branch 'v0.12.x' of https://github.com/PythonCharmers/python-future int... | Ed Schofield <e****d@p****m> | about 12 years ago | |
| e4acefd2 | merge Merge pull request #71 from QuLogic/annotate-failing-2.6-tests | Ed Schofield <e****d@p****m> | about 12 years ago | |
| d0f1749e | Add backports of collections.OrderedDict and Counter for Py2.6 | Ed Schofield <e****d@p****m> | about 12 years ago | |
| f7732a52 | Add a note on Py2.6 compatibility to FAQ | Ed Schofield <e****d@p****m> | about 12 years ago | |
| 755a86ce | Mark some more tests as failing on Py2 only | Ed Schofield <e****d@p****m> | about 12 years ago | |
| 4173c7c7 | Doc cleanups | Ed Schofield <e****d@p****m> | about 12 years ago | |
| 59056e6b | Remove some false alarms on checks for ambiguous fixer names with ``futurize ... | Ed Schofield <e****d@p****m> | about 12 years ago | |
| a33bfb1b | Re-enable 2.6 testing on Travis. | Elliott Sales de Andrade <q****t@g****m> | about 12 years ago | |
| b8dfc576 | Annotate tests that won't run on 2.6. | Elliott Sales de Andrade <q****t@g****m> | about 12 years ago | |
| 0546d700 | merge Merge pull request #70 from QuLogic/unexpected-successes | Ed Schofield <e****d@p****m> | about 12 years ago | |
| 798f42d3 | Correctly mark tests that are successful on 3.x. | Elliott Sales de Andrade <q****t@g****m> | about 12 years ago | |
| 76e64a67 | merge Merge branch 'v0.12.x' of https://github.com/PythonCharmers/python-future int... | Ed Schofield <e****d@p****m> | about 12 years ago | |
| c67d4b28 | merge Merge pull request #69 from QuLogic/fix-unexpectedfail-on-3.4 | Ed Schofield <e****d@p****m> | about 12 years ago | |
| 741954eb | Fix expectedFailurePY3 on 3.4. | Elliott Sales de Andrade <q****t@g****m> | about 12 years ago | |
| e6fea227 | Fix object.__format__ test on Python 3.4. |
Elliott Sales de Andrade <q****t@g****m>
Committed by: Ed Schofield <e****d@p****m> |
about 12 years ago | |
| db76a0aa | Attempted fix for issue #60 plus logging for debugging ... | Ed Schofield <e****d@p****m> | about 12 years ago | |
| 0a101af8 | Update credits.rst | Ed Schofield <e****d@p****m> | about 12 years ago | |
| 6ced8cea | Update What's New section for v0.12.3 | Ed Schofield <e****d@p****m> | about 12 years ago | |
| 37c25d50 | Disable travis-ci tests on Py2.6 for now to reduce noise | Ed Schofield <e****d@p****m> | about 12 years ago | |
| a8dd23c7 | merge Merge branch 'frewsxcv-master' into v0.12.x | Ed Schofield <e****d@p****m> | about 12 years ago | |
| 0530ef46 | Tests: add missing imports and more xfail decorators | Ed Schofield <e****d@p****m> | about 12 years ago | |
| 2bb5f021 | Add Python 3.4 classifier | Corey Farwell <c****f@r****g> | about 12 years ago | |
| 800f9a79 | Test on Python 3.4 | Corey Farwell <c****f@r****g> | about 12 years ago | |
| 2f4bfee7 | Mark known-failing tests of ``past`` on Py3 as @expectedFailurePY3 | Ed Schofield <e****d@p****m> | about 12 years ago | |
| 3816817b | Add ``--version`` option to ``pasteurize`` | Ed Schofield <e****d@p****m> | about 12 years ago | |
| adcb3e73 | Bump version number to v0.12.3-dev and add What's New entry for v0.12.3 | Ed Schofield <e****d@p****m> | about 12 years ago | |
| f7f03947 | Be explicit about encoding file contents as UTF-8 in unit tests (issue #63) | Ed Schofield <e****d@p****m> | about 12 years ago | |
| 998bd8c9 | Add list of contributors to docs/credits.rst | Ed Schofield <e****d@p****m> | about 12 years ago | |
| d0e3c692 | Add list of fixers used to docs (issue #58) | Ed Schofield <e****d@p****m> | about 12 years ago | |
| cae65f4b | Fix past standard_library hook test. |
Elliott Sales de Andrade <q****t@g****m>
Committed by: Ed Schofield <e****d@p****m> |
about 12 years ago | |
| 247d175a | Fix ensure_new_type's handling of longs. |
Elliott Sales de Andrade <q****t@g****m>
Committed by: Ed Schofield <e****d@p****m> |
about 12 years ago | |
| fdefe670 | Fix exception handling in test.support.bind_port. |
Elliott Sales de Andrade <q****t@g****m>
Committed by: Ed Schofield <e****d@p****m> |
about 12 years ago | |
| 26c8e879 | Don't run clearly Py2 tests on Py3. |
Elliott Sales de Andrade <q****t@g****m>
Committed by: Ed Schofield <e****d@p****m> |
about 12 years ago | |
| 11b5c043 | Fix deprecated unittest usage in Py3. |
Elliott Sales de Andrade <q****t@g****m>
Committed by: Ed Schofield <e****d@p****m> |
about 12 years ago | |
| fa042dbc | Don't hard-code python interpreter path. |
Elliott Sales de Andrade <q****t@g****m>
Committed by: Ed Schofield <e****d@p****m> |
about 12 years ago | |
| d3ad43f3 | Add --version option for futurize script (issue #57) | Ed Schofield <e****d@p****m> | about 12 years ago | |
| 470914cc | Add a comment about ws_comma fixer | Ed Schofield <e****d@p****m> | about 12 years ago | |
| 7c7534ae | Add fix_oldstr_wrap and refactor fix_division_safe | Ed Schofield <e****d@p****m> | about 12 years ago | |
| 3fc8f2cf | WIP: futurize --conservative option | Ed Schofield <e****d@p****m> | about 12 years ago | |
| b3beb0da | Add a failing test: whether futurize invokes old_div() when __future__.divisi... | Ed Schofield <e****d@p****m> | about 12 years ago | |
| f4ed99c4 | Add safe fixer for division: 3 / 5 -> old_div(3, 5) | Ed Schofield <e****d@p****m> | about 12 years ago | |
| d8c54312 | Add tests for safe (correct) division changes in ``futurize`` | Ed Schofield <e****d@p****m> | about 12 years ago | |
| 6d853a7b | Py2.6: ignore missing _url_collapse_path in CGIHTTPServer | Ed Schofield <e****d@p****m> | about 12 years ago | |
| 5372c900 | Version bump to v0.12.2 | Ed Schofield <e****d@p****m> | about 12 years ago | |
| 2b0e1e4b | Update What's New doc page with info about v0.12.2 | Ed Schofield <e****d@p****m> | about 12 years ago | |
| 4915999d | Add xfail test for issue #12 | Ed Schofield <e****d@p****m> | about 12 years ago | |
| 9c4d0286 | Add bytes.maketrans() method (issue #51) | Ed Schofield <e****d@p****m> | about 12 years ago | |
| 51d09cb6 | Add failing test for issue #51: bytes.maketrans() | Ed Schofield <e****d@p****m> | about 12 years ago | |
| 1b258c2d | Improve test_safe_futurize_imports: more relevant | Ed Schofield <e****d@p****m> | about 12 years ago | |
| 9100b025 | Add (failing) tests for the resurrection of % formatting for bytes (PEP 461) | Ed Schofield <e****d@p****m> | about 12 years ago | |
| d4b6f967 | merge Merge branch 'master' into v0.12.x: Nicolas Delaby's patch (#53) | Ed Schofield <e****d@p****m> | about 12 years ago | |
| c10aff48 | _url_collapse_path was named _url_collapse_path_split | Nicolas Delaby <n****y@e****m> | about 12 years ago | |
| 9060f0b7 | Remove fast-path __new__ for newdict; add explicit comments for newbytes and ... | Ed Schofield <e****d@p****m> | about 12 years ago | |
| b89477cd | Fix for issue #50: list(list([1, 2, 3])) | Ed Schofield <e****d@p****m> | about 12 years ago | |
| 3c4db4e5 | Add failing test for issue #50: list(list([1, 2, 3])) != [1, 2, 3] | Ed Schofield <e****d@p****m> | about 12 years ago | |
| ec10cf69 | Bump version for v0.12.1 | Ed Schofield <e****d@p****m> | over 12 years ago | |
| db8b72e8 | Doc updates: describe new version v0.12.1 | Ed Schofield <e****d@p****m> | over 12 years ago | |
| 890fd603 | Remove dependency on ``importlib`` for Py2.6 support (issue #49) | Ed Schofield <e****d@p****m> | over 12 years ago | |
| 094a4177 | merge Merge branch 'v0.12.x' of https://github.com/PythonCharmers/python-future int... | Ed Schofield <e****d@p****m> | over 12 years ago | |
| f55437a7 | Another couple of minor doc corrections (custom iterators) | Ed Schofield <e****d@p****m> | over 12 years ago | |
| 36247996 | More little doc fixes and updates | Ed Schofield <e****d@p****m> | over 12 years ago | |
| 09ad5fb9 | More doc tweaks | Ed Schofield <e****d@p****m> | over 12 years ago | |
| 98945dcd | Revert change to Credits section heading | Ed Schofield <e****d@p****m> | over 12 years ago | |
| 1806ca7e | More doc updates and improvements | Ed Schofield <e****d@p****m> | over 12 years ago | |
| 5a5267cd | More updates and improvements to the docs | Ed Schofield <e****d@p****m> | over 12 years ago | |
| f82e1040 | Doc updates and tweaks | Ed Schofield <e****d@p****m> | over 12 years ago | |
| 18956008 | Bump version to v0.12.1-dev | Ed Schofield <e****d@p****m> | over 12 years ago | |
| 8280d0ce | merge Merge branch 'develop' of https://github.com/PythonCharmers/python-future int... | Ed Schofield <e****d@p****m> | over 12 years ago | |
| a61c9ab4 | Doc fix for What's New page re. ``bytes_to_native_str`` | Ed Schofield <e****d@p****m> | over 12 years ago | |
| 0e6d53e4 | merge Merge branch 'patch-1' of https://github.com/glarrain/python-future into develop | Ed Schofield <e****d@p****m> | over 12 years ago | |
| 4cd93855 | merge Merge branch 'master' of https://github.com/Veedrac/python-future into develop | Ed Schofield <e****d@p****m> | over 12 years ago |