GitHub / PythonCharmers/python-future / commits
Easy, clean, reliable Python 2/3 compatibility
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 3e1bc8a3 | Prefer readthedocs.io instead of readthedocs.org for doc links | Jon Dufresne <j****e@g****m> | over 8 years ago | |
| 04dd9ba0 | Export and document types in future.utils | santi <s****l@g****m> | over 8 years ago | |
| b56f0afa | Enable pip cache in Travis CI | Jon Dufresne <j****e@g****m> | almost 9 years ago | |
| 15ee1a8b | Include license file in the generated wheel package | Jon Dufresne <j****e@g****m> | almost 9 years ago | |
| cf4e6ae9 | Stop recommending Python 3.3 because it is now EOL |
cclauss <c****s@b****h>
Committed by: GitHub <n****y@g****m> |
almost 9 years ago | |
| d87713e5 | Fixup broken link to external django documentation re: porting to Python 3 an... | Austin Marshall <a****l@2****m> | almost 9 years ago | |
| 19a60e7f | fixed standard_library.install_aliases() failed under SLES11SP1 | lisongmin <l****m@s****m> | almost 9 years ago | |
| 1cf58c31 | remove the parens on the cmp lambda definition |
cclauss <c****s@b****h>
Committed by: GitHub <n****y@g****m> |
almost 9 years ago | |
| 99030ec8 | Fixed newdict checking version every time | Mital Ashok <m****a@g****m> | about 9 years ago | |
| 0a5b8730 | Change section to [bdist_wheel] as [wheel] is considered legacy | Jon Dufresne <j****e@g****m> | about 9 years ago | |
| 39a066ed | merge Merge pull request #216 from natezb/master |
Ed Schofield <e****d@p****m>
Committed by: GitHub <n****y@g****m> |
over 9 years ago | |
| fcef6535 | merge Merge pull request #271 from jdufresne/uni-wheel |
Ed Schofield <e****d@p****m>
Committed by: GitHub <n****y@g****m> |
over 9 years ago | |
| a58117c6 | merge Merge pull request #261 from mhils/patch-1 |
Ed Schofield <e****d@p****m>
Committed by: GitHub <n****y@g****m> |
over 9 years ago | |
| de53e56a | merge Merge pull request #252 from cas--/cas--array-unicode-1 |
Ed Schofield <e****d@p****m>
Committed by: GitHub <n****y@g****m> |
over 9 years ago | |
| a254f065 | merge Merge pull request #225 from bakkerthehacker/fix_newsuper_segfault |
Ed Schofield <e****d@p****m>
Committed by: GitHub <n****y@g****m> |
over 9 years ago | |
| ad3a927a | merge Merge pull request #222 from maerteijn/imap-alternative |
Ed Schofield <e****d@p****m>
Committed by: GitHub <n****y@g****m> |
over 9 years ago | |
| 003763d9 | merge Merge pull request #215 from parnmatt/patch-1 |
Ed Schofield <e****d@p****m>
Committed by: GitHub <n****y@g****m> |
over 9 years ago | |
| 97f8eca6 | merge Merge pull request #275 from vodik/support-__bytes__ |
Ed Schofield <e****d@p****m>
Committed by: GitHub <n****y@g****m> |
over 9 years ago | |
| f30efeba | merge Merge pull request #278 from jmgurney/fixsur |
Ed Schofield <e****d@p****m>
Committed by: GitHub <n****y@g****m> |
over 9 years ago | |
| da5e6d24 | exc not defined in this function, raise the correct error... | John-Mark Gurney <j****g@f****m> | over 9 years ago | |
| 9642c74a | Teach newbytes to call __bytes__ if available | Simon Gomizelj <s****n@v****z> | over 9 years ago | |
| 9b51ec53 | Allow inequalities with newstr and newbytes. | Éloi Rivard <e****i@y****r> | over 9 years ago | |
| cd971b8a | Add universal wheel support | Jon Dufresne <j****e@g****m> | over 9 years ago | |
| 2093a6b4 | fix typo |
Maximilian Hils <g****t@m****m>
Committed by: GitHub <n****y@g****m> |
over 9 years ago | |
| edc3f277 | Add tests for ChainMap (issue #226) | Ed Schofield <e****d@p****m> | over 9 years ago | |
| a6bd3051 | Fix for install_aliases() omitting ChainMap (issue #226) | Ed Schofield <e****d@p****m> | over 9 years ago | |
| b4666394 | Add Py3.5 to Travis-CI tests | Ed Schofield <e****d@p****m> | over 9 years ago | |
| ad654c5e | Add Py3.5 to Travis-CI tests | Ed Schofield <e****d@p****m> | over 9 years ago | |
| cf56246d | Bump version number to 0.17.0-dev | Ed Schofield <e****d@p****m> | over 9 years ago | |
| a12f9b99 | Add py2.7.11 unicode fix info for array.array() to stdlib_incompatibilities.rst |
Calum Lind <c****d@g****m>
Committed by: GitHub <n****y@g****m> |
over 9 years ago | |
| dd4f27ec | Update What's New doc to mention that issue #141 is fixed in v0.16.0 | Ed Schofield <e****d@p****m> | almost 10 years ago | |
| ba19436d | Tweak What's New page for v0.16.0 | Ed Schofield <e****d@p****m> | almost 10 years ago | |
| 03f86d23 | Docs: update v0.16.x release date | Ed Schofield <e****d@p****m> | almost 10 years ago | |
| ecf11216 | Comment out PEP 461 tests for now | Ed Schofield <e****d@p****m> | almost 10 years ago | |
| 8ab0ae01 | Mark PEP 461 tests as expected to pass on Py3.5 | Ed Schofield <e****d@p****m> | almost 10 years ago | |
| d25f4f8f | Use the presence of `builtins` rather than `configparser` to indicate the fut... | Ed Schofield <e****d@p****m> | almost 10 years ago | |
| 5cbeb4b2 | Update docs re issues #235, #213 | Ed Schofield <e****d@p****m> | almost 10 years ago | |
| d7898376 | Add fix for issues #235 and (probably) #213 | Ed Schofield <e****d@p****m> | almost 10 years ago | |
| 25a86feb | Fix tests for issue #235 | Ed Schofield <e****d@p****m> | almost 10 years ago | |
| a7447b02 | Bump version to v0.16.0 | Ed Schofield <e****d@p****m> | almost 10 years ago | |
| 44c83fef | Update What's New and other docs | Ed Schofield <e****d@p****m> | almost 10 years ago | |
| 0f34dd00 | Ignore ImportError with `subprocess.check_output` for GAE compatibility (issu... | Ed Schofield <e****d@p****m> | almost 10 years ago | |
| 7f10e746 | Discourage use of `future.standard_library.hooks` in docs (issue #238) | Ed Schofield <e****d@p****m> | almost 10 years ago | |
| 5cd9587d | Add more underscore-prefixed imports to `tkinter` (issue #233) | Ed Schofield <e****d@p****m> | almost 10 years ago | |
| a6ed514a | Add _flatten and _cnfmerge to tkinter package (issue #233) | Ed Schofield <e****d@p****m> | almost 10 years ago | |
| c75378e4 | Remove attempt to import top-level configparser | Ed Schofield <e****d@p****m> | almost 10 years ago | |
| 62829227 | Update What's New doc | Ed Schofield <e****d@p****m> | almost 10 years ago | |
| 7d311e4d | Add missing cmp_to_key for Py2.6 (issue #189) | Ed Schofield <e****d@p****m> | almost 10 years ago | |
| efe07a0c | Add test for issue #235 | Ed Schofield <e****d@p****m> | almost 10 years ago | |
| 88b621fe | Add multiprocessing's SimpleQueue to those fixed by future | Fergus Symon <f****g@f****m> | almost 10 years ago | |
| 5b25b778 | Add IntelliJ (PyCharm) folder to gitignore | Fergus Symon <f****g@f****m> | almost 10 years ago | |
| 7655484a | Added type to __get__ call to prevent some c modules from segfaulting. | Grant Bakker <g****r@y****m> | about 10 years ago | |
| ccc4955f | 'map' is also in six.moves | Martijn Jacobs <m****n@d****l> | about 10 years ago | |
| 47255c6e | Add more robust support for --nofix | Nate Bogdanowicz <n****b@g****m> | about 10 years ago | |
| cce97e2f | Add more robust support for --nofix |
Nate Bogdanowicz <n****b@g****m>
Committed by: Lucas Cimon <l****n@g****m> |
about 10 years ago | |
| ba01cca6 | Add ChainMap into `install_aliases` |
Matthew Parnell <m****t@p****k>
Committed by: GitHub <n****y@g****m> |
about 10 years ago | |
| 54d0e17f | Update upload instructions for docs | Ed Schofield <e****d@p****m> | about 10 years ago | |
| ca957091 | Update copyright dates to 2016 | Ed Schofield <e****d@p****m> | about 10 years ago | |
| 62be9a09 | Fix docs/comments to refer to the correct version number | Ed Schofield <e****d@p****m> | about 10 years ago | |
| 1e3c96cf | Add a note about removing ``configparser`` to the What's New doc | Ed Schofield <e****d@p****m> | about 10 years ago | |
| bd4381db | Remove configparser alias package (issue #118) | Ed Schofield <e****d@p****m> | about 10 years ago | |
| 4a8f545f | merge Merge branch 'master' into v0.15.x | Ed Schofield <e****d@p****m> | about 10 years ago | |
| fe494df5 | merge Merge pull request #180 from Zearin/patch-1 | Ed Schofield <e****d@p****m> | about 10 years ago | |
| 4b3a5816 | Add tests for issue #171. The first part seems to be passing. | Ed Schofield <e****d@p****m> | about 10 years ago | |
| 4ee470af | Issue #190: clean up unused `libfuturize` fixer `FixOldstrWrap` | Ed Schofield <e****d@p****m> | about 10 years ago | |
| 27c4f08e | merge Merge pull request #205 from sevajide/fix-install-aliases-on-pypy | Ed Schofield <e****d@p****m> | about 10 years ago | |
| eb9e3b44 | merge Merge pull request #186 from posita/posita/185-fix-ensure_new_type | Ed Schofield <e****d@p****m> | about 10 years ago | |
| d6cc41bd | merge Merge pull request #201 from dev-zero/master | Ed Schofield <e****d@p****m> | about 10 years ago | |
| 1ec81359 | merge Merge pull request #168 from foutrelis/master | Ed Schofield <e****d@p****m> | about 10 years ago | |
| 511359a1 | Putative fix for issue #211 | Ed Schofield <e****d@p****m> | about 10 years ago | |
| 89b95cf1 | Add test for issue #211 (thanks to Tadeusz Sznuk) | Ed Schofield <e****d@p****m> | about 10 years ago | |
| 193f6384 | Fixes standard_library.install_aliases() on pypy | Sam <s****m@s****m> | over 10 years ago | |
| 148d5f21 | tests: properly fix assertRaises for pow and compile on python-3.5 | Tiziano Müller <t****m@d****h> | over 10 years ago | |
| 5e81a4fe | Add Python 3.5 to list of Trove classifiers in `setup.py` | Ed Schofield <e****d@p****m> | over 10 years ago | |
| 181b4f56 | Bump version to v0.15.3-dev and update What's New page | Ed Schofield <e****d@p****m> | over 10 years ago | |
| 9a24fbdf | Add Val Markovic to credits page | Ed Schofield <e****d@p****m> | over 10 years ago | |
| 088cd981 | Update copyright year to 2016 | Ed Schofield <e****d@p****m> | over 10 years ago | |
| bd8f4949 | Tweak script to upload docs | Ed Schofield <e****d@p****m> | over 10 years ago | |
| abf19bbe | Putative fix for issue #193 | Ed Schofield <e****d@p****m> | over 10 years ago | |
| 956817cf | Add a test exposing newbytes constructor bug (issue #193) | Ed Schofield <e****d@p****m> | over 10 years ago | |
| 2fcbb5af | Fix #185. Return argument unmolested from ensure_new_type if conversion to ne... | Matt Bogosian <m****9@c****u> | over 10 years ago | |
| 3bf80a65 | Augment tests for #185 (appropriately failing at this point). | Matt Bogosian <m****9@c****u> | over 10 years ago | |
| 41f2344d | Minor formatting and phrasing tweaks | Zearin <Z****n@u****m> | almost 11 years ago | |
| 39a1186e | Remove duplicate assertion in builtins tests | Evangelos Foutras <e****s@f****m> | almost 11 years ago | |
| 55e82272 | Refactor and clean up fixer_util a bit | Ed Schofield <e****d@p****m> | almost 11 years ago | |
| 0922f8d5 | Don't add imports above a comment like a shebang line | Ed Schofield <e****d@p****m> | almost 11 years ago | |
| 6b8341c0 | merge Merge branch 'v0.15.x' | Ed Schofield <e****d@p****m> | almost 11 years ago | |
| 9f60ee00 | Update docs: 1000+ tests now :o | Ed Schofield <e****d@p****m> | almost 11 years ago | |
| b9786935 | Bump version to v0.15.2 | Ed Schofield <e****d@p****m> | almost 11 years ago | |
| 32ddf32a | What's New doc: mention fix for issue #160 | Ed Schofield <e****d@p****m> | almost 11 years ago | |
| ee0522eb | Apply Christopher Arndt's ``newsuper`` fix for PyQt subclasses (issue #160) | Ed Schofield <e****d@p****m> | almost 11 years ago | |
| d1d2ae79 | Note issue number in What's New page for v0.15.2 | Ed Schofield <e****d@p****m> | almost 11 years ago | |
| e6b7f3dd | Update What's New | Ed Schofield <e****d@p****m> | almost 11 years ago | |
| 6e8cfa09 | Add note to docs about missing SSL support in backports currently | Ed Schofield <e****d@p****m> | almost 11 years ago | |
| ca225ce2 | Add some more ``urllib`` tests under the ``install_aliases()`` assumption | Ed Schofield <e****d@p****m> | almost 11 years ago | |
| ff6cf4e6 | Fix ``future.backports.misc.create_connection()`` on Py26 | Ed Schofield <e****d@p****m> | almost 11 years ago | |
| c59ebb8d | merge Merge branch 'v0.15.x' and tag 'v0.15.1' | Ed Schofield <e****d@p****m> | almost 11 years ago | |
| 042414fc | Bump version to v0.15.1 | Ed Schofield <e****d@p****m> | almost 11 years ago | |
| 466d4721 | Update What's New doc for v0.15.1 | Ed Schofield <e****d@p****m> | almost 11 years ago | |
| a3cfca24 | Define ``orig_meta_prefix`` in libfuturize.fixes.fix_metaclass. This needs mo... | Ed Schofield <e****d@p****m> | almost 11 years ago |