Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-37354: Make Powershell Activate.ps1 script static to allow for signing #14967

Merged
merged 6 commits into from
Aug 12, 2019

Commits on Jul 25, 2019

  1. Make Powershell Activation.ps1 script signable

    - Remove use of replacement text in the script
    
    - Make use of the pyvenv.cfg file for prompt value.
    
    - Add parameters to allow more flexibility
    
    - Make use of the current path, and assumptions about where �env puts things, to compensate
    
    - Make the script a bit more 'idiomatic' Powershell
    
    - Add script documentation (Get-Help .\.venv\Scripts\Activate.ps1 shows PS help page now
    d3r3kk committed Jul 25, 2019
    Configuration menu
    Copy the full SHA
    57d060e View commit details
    Browse the repository at this point in the history
  2. Add news entry

    d3r3kk committed Jul 25, 2019
    Configuration menu
    Copy the full SHA
    f15d490 View commit details
    Browse the repository at this point in the history
  3. Bug fixes

    d3r3kk committed Jul 25, 2019
    Configuration menu
    Copy the full SHA
    d7e442e View commit details
    Browse the repository at this point in the history
  4. Promp(t) typo

    d3r3kk committed Jul 25, 2019
    Configuration menu
    Copy the full SHA
    1099c9b View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2019

  1. Correct problems

    - with prompt
    - with usage in Linux on PowerShell core
    Derek Keeler committed Jul 26, 2019
    Configuration menu
    Copy the full SHA
    481b7b7 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2019

  1. PR suggestions

    d3r3kk committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    5874721 View commit details
    Browse the repository at this point in the history