Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-34770: Fix a possible null pointer dereference in pyshellext.cpp (GH-9497) | Zackery Spytz | 2018-09-25 | 1 | -0/+5 |
| | | | | | | | | The GlobalLock() call in UpdateDropDescription() was not checked for failure. https://bugs.python.org/issue34770 | ||||
* | Issue #27469: Adds a shell extension to the launcher so that drag and drop ↵ | Steve Dower | 2016-07-16 | 1 | -0/+605 |
works correctly. |