cpython/Misc/NEWS.d/next
Steve Dower 9048c49322
bpo-37369: Fix initialization of sys members when launched via an app container (GH-14428)
sys._base_executable is now always defined on all platforms, and can be overridden through configuration.
Also adds test.support.PythonSymlink to encapsulate platform-specific logic for symlinking sys.executable
2019-06-29 10:34:11 -07:00
..
Build bpo-25361: Enable SSE2 instructions for Windows 32-bit build (GH-12438) 2019-06-24 16:43:26 -07:00
C API bpo-37337: Add _PyObject_VectorcallMethod() (GH-14228) 2019-06-28 18:49:00 +09:00
Core and Builtins bpo-37417: Fix error handling in bytearray.extend. (GH-14407) 2019-06-26 22:06:18 +03:00
Documentation bpo-34903: Document that some strptime formats only require 1 digit (GH-14149) 2019-06-18 19:14:57 +01:00
IDLE bpo-37325: Fix focus traversal for 2 IDLE dialogs (#14209) 2019-06-18 17:08:24 -04:00
Library bpo-31783: Fix a race condition creating workers during shutdown (#13171) 2019-06-28 11:54:52 -07:00
Security bpo-37363: Add audit events for a range of modules (GH-14301) 2019-06-24 08:42:54 -07:00
Tests bpo-37421: Fix test_shutil: don't leak temporary files (GH-14416) 2019-06-27 01:39:53 +02:00
Tools-Demos Python 3.8.0b1 2019-06-04 19:44:34 +02:00
Windows bpo-37369: Fix initialization of sys members when launched via an app container (GH-14428) 2019-06-29 10:34:11 -07:00
macOS bpo-35360: Update macOS installer to use SQLite 3.28.0 (GH-14180) 2019-06-18 05:25:19 -04:00