master
Move all source code to src/
Replace the html.escape() function from Py3.3 with the one from Py3.4
Also expose HTTPMessage in ``future.moves.http.client``
Test fixes
Add tkFileDialog to future.movers.tkinter
Fix urllib.request imports for Python 3.8 compatibility
Future-proof for Py4.0
Move CI to GitHub Actions & split Python versions into jobs (#603)
Add ChainMap backport from Py3.4 (issue #150)
Make future.moves.copyreg just _be_ copyreg on PY3
Add multiprocessing's SimpleQueue to those fixed by future