This repository contains Python versions 2.6, 2.7, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6, 3.7, 3.8 with some preinstalled packages, all in the form of portable software. Tried doing it in 2.5 and 3.0 but failed miserably, so those versions aren't there.
All of them are 32 bit for maximum compatibility, also this is Python for Windows, if that wasn't clear.
Each version has 3 zips - one with pip, setuptools, wheel installed, another with uncompyle6 installed and another one with both installed. This is the resource for the project UnPYC.
wpsw means it is with pip, setuptools, and wheel installed
wu6 means it is with uncompyle6 installed. This zip doesn't contain pip, setuptools or wheel.
wpsw_wu6 means it is with pip, setuptools, wheel and with uncompyle6 installed.
pip only installs offline packages (.whl) in Python 2.6, and needs to be invoked by python -m pip.__main__ <command>
pip only installs offline packages (.whl) in Python 3.1,3.2.
pip will get deprecated in Python 2.7, 3.3, 3.4, 3.5
Python 3.5 - 3.8 are Python embedded with the above mentioned packages installed.
Python is licensed under PSF license, and Uncompyle6 is licensed under GPL v3. This project is under MIT License, but doesn't cover uncompyle6, where it's own license applies.
If there's any issue with any of these zips, please open an issue. If you want to contribute by adding versions which aren't here, please create a pull request, containing both Python wpsw and Python wu6. Also, Python 3.9 isn't included here because uncompyle6 doesn't support it yet, so no need to add that now.