master
Fix typos
Trim trailing white space throughout the project
fix typo
Use importlib instead of imp for Python 3.12 support
Revert "allow mixed string type inputs to misc urllib.parse.* functions"
Merge branch 'fix_39' of https://github.com/shadchin/python-future into shadchin-fix_39
Future-proof for Py4.0
Move all source code to src/
Merge branch 'official-count' of https://github.com/xZise/python-future into xZise-official-count
Use the same sentinel as in the stdlib ``socket.py`` for ``create_connection()`` in ``future.backports.socket``