Skip to content

0.5.0

Latest
Compare
Choose a tag to compare
@opalmer opalmer released this 18 Nov 18:57
· 5 commits to master since this release

External Links

Links for documentation, release files and other useful information.

Pull Requests and Issues

Pull requests and issues associated with this release.

Enhancements

123 - Need SetEvent()
124 - Need GetTempPath()
126 - Build Improvements and Python 2.6 Support Dropped
129 - Need SetConsoleTextAttribute()
135 - Implement GetTempPath()
136 - Implement SetEvent()
138 - Exceptions fix
139 - Implement SetConsoleTextAttribute()
140 - Add ERROR_BAD_EXE_FORMAT which is needed by Twisted

Bugs

130 - CreateEvent() parameters are in wrong order
131 - CreatePipe() arguments are in wrong order
132 - Fix function signatures to match C APIs
133 - CreateProcess() arguments are in wrong order
134 - CreateProcess() passes lpEnvironment which is a dict, needs to be a block of name=value
137 - Use str.format(), and unicode string literals in a few places