summaryrefslogtreecommitdiff
path: root/setuptools/windows_support.py
Commit message (Collapse)AuthorAgeFilesLines
* Only import ctypes when necessaryAndrew Murray2022-03-231-1/+1
|
* Defer importing of wintypes because it doesn't import nicely. See Python ↵Jason R. Coombs2014-10-191-1/+2
| | | | issue 16396.
* Decorate hide_file to only run on Windows.Jason R. Coombs2014-10-191-0/+8
|
* Declare argtypes and restype on SetFileAttributesW so that it will cast ↵Jason R. Coombs2014-10-191-4/+5
| | | | Python 2 bytestrings to Unicode automatically.
* Update docstring to be imperative and incorporate comment. Omit lessons ↵Jason R. Coombs2014-10-191-5/+5
| | | | about string literals.
* The name win32 is a misnomer. Use 'windows_support' instead.Jason R. Coombs2014-10-191-0/+19