GitHub / PythonCharmers/python-future / commits
Easy, clean, reliable Python 2/3 compatibility
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 8ec7ab0f | Add signed support to newint_bytes | Jacob Beck <j****k@c****u> | over 11 years ago | |
| 2a114472 | Add missing import to fix OrderedDict.clear. | Elliott Sales de Andrade <q****t@g****m> | over 11 years ago | |
| bbc6ce82 | Fix bug where dummy_thread was always imported | Morten Enemark Lund <m****d@g****m> | over 11 years ago | |
| 5924c813 | Update What's New doc for v0.14.2 | Ed Schofield <e****d@p****m> | over 11 years ago | |
| 834afab6 | merge Merge branch 'QuLogic-fix-resource-warning' into v0.14.x | Ed Schofield <e****d@p****m> | over 11 years ago | |
| 31fcd94d | merge Merge branch 'fix-resource-warning' of https://github.com/QuLogic/python-futu... | Ed Schofield <e****d@p****m> | over 11 years ago | |
| a2135735 | Fix more Python 2.6 test failures | Ed Schofield <e****d@p****m> | over 11 years ago | |
| 56b46dc0 | Revert botched encoding in a test (QuLogic's comment on commit 91b800d) | Ed Schofield <e****d@p****m> | over 11 years ago | |
| 7ee8efe2 | Attempt to fix sporadic travis-ci.org test failures (builds #429, #430) | Ed Schofield <e****d@p****m> | over 11 years ago | |
| 05a40eab | Remove some remaining invocations of test.test_support (issue #109) | Ed Schofield <e****d@p****m> | over 11 years ago | |
| 986fb912 | Fix ResourceWarnings when script tests fail. | Elliott Sales de Andrade <q****t@g****m> | almost 12 years ago | |
| 02bee8d3 | Remove disabled tests for now (mostly test_email) | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| ebefae27 | Fix doc bug (cheat sheet: iteritems import) (issue #120) | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| 8dce1a6c | Remove the previous workaround for sys.exit()'s wrong exit code with newint | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| 1def87c9 | Fix issue #119 | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| 81a0f181 | Add failing tests for the cause of issue #119 | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| 91b800db | Add a(nother) test for issue #121 | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| 0270a4b8 | Speed up importing of past.translation (issue #117) | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| 67971ec1 | Update a couple of tests to use install_aliases() instead of install_hooks() | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| d92f3d55 | Update docs to refer to install_aliases() instead of install_hooks() | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| 9f146eeb | Include icon files in MANIFEST.in | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| ebd1227d | libfuturize.fixer_util: Revert use of node.set_prefix() since this doesn't wo... | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| 3701cf43 | Bump version to v0.14.2 | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| 108bb588 | Remove some code duplication from html.parser and html.entities | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| 2e9c8bb9 | setup.py: Don't forcibly remove the old build dir. Perform a finer-grained ch... | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| 6d4e5177 | Replace the html.escape() function from Py3.3 with the one from Py3.4 | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| 1eee2cf5 | futurize: Prevent any encoding or shebang prefixes to print statements from a... | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| d5418a41 | merge Merge branch 'master' into v0.14.x | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| 8eefe2ee | merge Merge pull request #111 from QuLogic/tests-PYTHONPATH | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| abb191fb | Fix and add more tests of futurize with encoding comments (issues #97 and #10) | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| ea484c18 | Add (failing) test for whether futurize displaces PEP 263 source encoding com... | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| 95e2b2f0 | Don't override existing PYTHONPATH for tests. | Elliott Sales de Andrade <q****t@g****m> | almost 12 years ago | |
| 4f419486 | Docs: Tweak PDF filename in upload instructions to match link from notebook/HTML | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| c289c2da | Docs: Add instructions for uploading PDF cheatsheet | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| 0cf66adf | Bump version to v0.14.1 | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| 904675be | Add section to What's New page for v0.14.1 bugfix release | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| 2a945ef3 | Don't require the napoleon sphinx extension yet | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| e9803c32 | install_aliases(): anticipate the absence of test.test_support on Py2 (issue ... | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| adac5f37 | Tests: Fix error handler for reporting failed runs of scripts (issue #109) | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| d7f2ef40 | Add missing file for building docs (issue #108) | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| 6a42c02e | futurize: have builtins imports after standard library aliases | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| 701d349e | More doc tweaks | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| f7053c37 | Bump version to v0.14 | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| a6992f93 | More doc updates | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| ff8a39c7 | More doc updates | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| a92d2314 | merge Merge branch 'master' into v0.14.x | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| a138a12a | merge Merge pull request #107 from infoxchange/super-properties | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| 7aae8835 | Update docs and improve their HTML layout | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| 423dd967 | Fix Tkinter imports | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| 780cd3d9 | Do not attempt to run the properties code in super() | Alexey Kotlyarov <a****y@i****u> | almost 12 years ago | |
| 1d3f5f47 | Fix ordering of __future__, future, and builtins import lines | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| b1d04205 | Tests: Update imports: future.builtins -> builtins | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| 4002f598 | Docs (mostly): Update references to future.builtins -> builtins | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| fdf1ea3b | Clean up .travis.yml | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| a86e9038 | Tests: Mark three tests as xfailing only on PY2 | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| 77b42cf2 | Try again to make travis-ci install the package before running tests | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| 9b62de7a | Restore previous environment passed to futurize.py and pasteurize.py when run... | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| 0023d65d | Try asking travis-ci to install the package before running tests | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| 95ae96cc | Mention project folder restructuring in What's New | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| b93c96fc | More useful reporting of test errors with futurize/pasteurize scripts | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| 713c70ee | Make the src folder a package (for the same of importing src.future.__version... | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| 0758070e | Update docs: more tests | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| f28feb0f | Remove folder naming ambiguity for tests | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| aedba088 | Modify config to expect the new project layout | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| 38ea63a2 | Move all source code to src/ | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| 984ae98f | Force removal of the old build dir in setup.py | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| 9d5c2102 | Update setup.py | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| 264f9bcd | Another attempt at getting the test runner working on travis-ci on Py3 | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| ce904add | Possible fix for failing tests on travis-ci on Py3.x | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| 41267947 | Add ``test`` to list of top-level modules to pre-import if we're in the pytho... | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| 913ade11 | Fix running of scripts from python-future source folder on Py3 | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| d2884116 | Attempt to prevent imports from the python-future source directory from faili... | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| 5bdfe429 | Remove internal future.utils.six and future.utils.encoding modules (issue #80) | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| 4a40fdfb | Update tests for standard library aliases again | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| feb9fdd0 | More updates to future.standard_library: disable all scrubbing of sys.modules... | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| e59d4f70 | Update docs again | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| b9c7593e | future.standard_library.install_aliases(): patch in dbm.* and test.support in... | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| e7840df8 | Disable scrub_future_sys_modules() | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| 6c7846e1 | Update standard library tests | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| c8e2a350 | Update docs | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| 52ffd0a5 | Docs: mention fix for flask compatibility with standard library hooks in What... | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| 4e5ba3d2 | Bump version to v0.14.0-dev | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| 3d9b0899 | Update docs for standard library imports | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| 4606bb2a | Add PEP 3108 moved stdlib packages to the top level | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| d07865af | Add future.moves.{dbm,tkinter} to setup.py package list | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| ca0615e4 | What's New docs: mention removal of futurize/pasteurize -d option | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| 8e0fd5de | merge Merge branch 'issue_103' into v0.13.x | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| 143578bd | Remove -d options from futurize and pasteurize for now | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| 947cb2d8 | Initial attempt at fixing futurize -d | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| f8b385c1 | Disable test_future_moves_tkinter for now: these imports change the default o... | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| 9d061960 | Add collections.UserString | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| 40b20073 | Move check_output implementation to future.backports.misc | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| a8af55c9 | Bump version number to v0.13.2-dev | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| 18319968 | Add a more complete set of future.moves stdlib interfaces (issue #104) | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| 132e6c57 | Tweak urllib test again | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| 05dfaf6f | Use a different URL for sporadically failing urllib test (HTTP Error 503: Ser... | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| 86fd829c | Update docs | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| 819c14a5 | merge Merge pull request #100 from DanielSzoska/patch-1 | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| 8ca91e04 | Bump version to v0.13.1 and update What's New | Ed Schofield <e****d@p****m> | almost 12 years ago | |
| 8c5565d7 | Mark test_all_imports as xfail on Py2.6 (due to an extra list() call in Py2.6... | Ed Schofield <e****d@p****m> | almost 12 years ago |