1. 6fd76bc Fixes use of Py_IntDir and Py_OutDir to control build directories. by Steve Dower · 9 years ago
  2. 33128c8 Include libs folder in nuget package and allow preinstalling packages by Steve Dower · 9 years ago
  3. 33f7310 Adds scripts for producing Nuget packages. by Steve Dower · 9 years ago
  4. d8bf09c Issue #27053: Updates make_zip.py to correctly generate library ZIP file. by Steve Dower · 9 years ago
  5. 10cabcb Issue #26065: Excludes venv from library when generating embeddable distro. by Steve Dower · 10 years ago
  6. 2495faf Closes #25085 and #25086: Exclude distutils and test directories from embeddable distro. by Steve Dower · 10 years ago
  7. ae69de6 Fixes handling of read-only files when creating zip package. by Steve Dower · 10 years ago
  8. fcbe1df Issue #25027: Reverts partial-static build options and adds vcruntime140.dll to Windows installation. by Steve Dower · 10 years ago
  9. 315b748 Fixes make_zip.py to create temporary .pyc files in a separate directory. This avoids polluting tests that run code from TEMP. by Steve Dower · 10 years ago
  10. 08b1817 Puts compiled pyc files into embedded library ZIP file instead of sources. by Steve Dower · 10 years ago
  11. 3805019 Exclude _testmultiphase.pyd from embeddable ZIP file. by Steve Dower · 10 years ago
  12. bd0d91e Removes lingering references to RAR now that make_zip.py actually makes a ZIP by Steve Dower · 10 years ago
  13. 4a7fe7e Issue #23955: Add pyvenv.cfg option to suppress registry/environment lookup for generating sys.path. by Steve Dower · 10 years ago
  14. 8c1cee9 Replaces use of WinRAR to generate ZIP file with Python script by Steve Dower · 10 years ago
  15. 6b4c63d Makes embedded distribution a plain ZIP file and corrects pyd exclusion. by Steve Dower · 10 years ago
  16. 777af30 Minor fixes to Windows build scripts by Steve Dower · 10 years ago
  17. f70fdd2 Generates and signs a self-extracting executable containing an embedded Python. by Steve Dower · 10 years ago