* Added filesystem.GetFileAttributes. * Added services module for working with Windows Services (currently uses pywin32).
2.2
===
* Fixes by wkornewald for issue 1 - Symlink relative path deficiencies. * Added jaraco.windows.message.SendMessageTimeout. * Fixed issue where environment changes would stall on SendMessage. * SendMessage now uses the correct type for lParam, but will still accept string types.
* Added clipboard.set_text function for a simple routine for setting clipboard text. * Added support for editing environment variables in a text-editor. * Added clipboard.get_html and clipboard.HTMLSnippet for supporting the HTML format from the clipboard.
1.9.1
=====
* Fixed issue with clipboard handling of null-terminated strings