Commit message (Collapse) | 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 ↵ | Jason R. Coombs | 2014-10-19 | 1 | -1/+2 |
| | | | | issue 16396. | ||||
* | 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 ↵ | Jason R. Coombs | 2014-10-19 | 1 | -4/+5 |
| | | | | Python 2 bytestrings to Unicode automatically. | ||||
* | Update docstring to be imperative and incorporate comment. Omit lessons ↵ | Jason R. Coombs | 2014-10-19 | 1 | -5/+5 |
| | | | | about string literals. | ||||
* | The name win32 is a misnomer. Use 'windows_support' instead. | Jason R. Coombs | 2014-10-19 | 1 | -0/+19 |