summaryrefslogtreecommitdiffstats
path: root/FOSS/Python/_socket.pyd
Commit message (Collapse)AuthorAge
* package.ps1 now fetches all dependenciesyum2023-01-23
| | | | | | | Don't literally check in Python since it looks dodgy (rightfully so). Instead the build script just fetches it. * Update README, simplifying language and documenting other projects
* Embed git in packageyum2023-01-01
package.ps1 fetches PortableGit and embeds it in the package. This eliminates all but one runtime dependency (MSVC++ Redistributable). * Move Python into a new FOSS folder.