cpython/Misc/NEWS.d/next
Derek Keeler 732775d6be bpo-37354: Make Powershell Activate.ps1 script static to allow for signing (GH-14967)
- 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
2019-08-12 13:06:02 -07:00
..
Build bpo-37707: Exclude expensive unit tests from PGO task (GH-15009) 2019-07-30 11:08:18 -07:00
C API bpo-29548: deprecate PyEval_Call* functions (GH-14804) 2019-07-24 21:02:49 +09:00
Core and Builtins bpo-32912: Revert SyntaxWarning on invalid escape sequences. (GH-15195) 2019-08-10 00:19:07 -07:00
Documentation bpo-37004: Documented asymmetry of string arguments in difflib.SequenceMatcher for ratio method (GH-13482) 2019-08-06 21:37:08 -07:00
IDLE bpo-36419: IDLE - Refactor autocompete and improve testing. (#15121) 2019-08-04 19:48:52 -04:00
Library bpo-37354: Make Powershell Activate.ps1 script static to allow for signing (GH-14967) 2019-08-12 13:06:02 -07:00
macOS bpo-18049: Sync thread stack size to main thread size on macOS (GH-14748) 2019-08-01 07:43:07 +02:00
Security Fix typos in comments, docs and test names (#15018) 2019-07-30 18:16:13 -04:00
Tests Fix typos in comments, docs and test names (#15018) 2019-07-30 18:16:13 -04:00
Tools-Demos bpo-37704: Remove Tools/scripts/h2py.py (GH-15000) 2019-07-30 17:45:09 +02:00
Windows bpo-25172: Raise appropriate ImportError msg when crypt module used on Windows (GH-15149) 2019-08-08 21:02:49 +01:00