master
Remove folder naming ambiguity for tests
Adjust tests to the repr changes in CPython
Add more meaningful comments about Python deprecations
Fix several warnings
Add tests for ChainMap (issue #226)
Add count from 2.7 to 2.6
Trim trailing white space throughout the project
Add a test for our fix
Fixed bug in email Message.set_boundary() Also added tests that would expose the bug.
Fix various py26 unit test failures
Fix typos
Make test_bad_status_repr work for Python 3.7
Add test highlighting urllib3 missing HTTPMessage import from http.client (issue #159)
Add test that highlights issue #158
Fix #144. Expand newint.__divmod__ and newint.__rdivmod__ to fall back to <type 'long'> implementations where appropriate.
Fix bug in fix_print.py fixer
Merge pull request #337 from Anthchirp/master
Merge https://github.com/fergofrog/python-future
Update behavior of newstr.__eq__() to match str.__eq__() as per reference docs
Fix bug in super() with metaclasses
exc not defined in this function, raise the correct error...
Test fixes
Merge branch 'fix_39' of https://github.com/shadchin/python-future into shadchin-fix_39
docs: fix simple typo, reqest -> request