Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Only import ctypes when necessary | Andrew Murray | 2022-03-23 | 1 | -1/+1 |
* | Defer importing of wintypes because it doesn't import nicely. See Python issu... | Jason R. Coombs | 2014-10-19 | 1 | -1/+2 |
* | Decorate hide_file to only run on Windows. | Jason R. Coombs | 2014-10-19 | 1 | -0/+8 |
* | Declare argtypes and restype on SetFileAttributesW so that it will cast Pytho... | Jason R. Coombs | 2014-10-19 | 1 | -4/+5 |
* | Update docstring to be imperative and incorporate comment. Omit lessons about... | Jason R. Coombs | 2014-10-19 | 1 | -5/+5 |
* | The name win32 is a misnomer. Use 'windows_support' instead. | Jason R. Coombs | 2014-10-19 | 1 | -0/+19 |