Library
-------
-- Fix TypeError on "setup.py upload --show-response".
+ - Issue #19020: Tkinter now uses splitlist() instead of split() in configure
+ methods.
+
+- Issue #19744: ensurepip now provides a better error message when Python is
+ built without SSL/TLS support (pip currently requires that support to run,
+ even if only operating with local wheel files)
+
+- Issue #19734: ensurepip now ignores all pip environment variables to avoid
+ odd behaviour based on user configuration settings
-- Issue #12226: HTTPS is now used by default when connecting to PyPI.
+- Fix TypeError on "setup.py upload --show-response".
- Issue #20045: Fix "setup.py register --list-classifiers".