External Links
Links for documentation, release files and other useful information.
* [Documentation](https://pywincffi.readthedocs.org/en/0.5.0/)
* [PyPi Package](https://pypi.python.org/pypi/pywincffi/0.5.0)
* [GitHub Issues](https://github.com/opalmer/pywincffi/issues?q=milestone:0.5.0)
Pull Requests and Issues
Pull requests and issues associated with this release.
Enhancements
[123](https://github.com/opalmer/pywincffi/issues/123) - Need SetEvent()
[124](https://github.com/opalmer/pywincffi/issues/124) - Need GetTempPath()
[126](https://github.com/opalmer/pywincffi/pull/126) - Build Improvements and Python 2.6 Support Dropped
[129](https://github.com/opalmer/pywincffi/issues/129) - Need SetConsoleTextAttribute()
[135](https://github.com/opalmer/pywincffi/pull/135) - Implement GetTempPath()
[136](https://github.com/opalmer/pywincffi/pull/136) - Implement SetEvent()
[138](https://github.com/opalmer/pywincffi/pull/138) - Exceptions fix
[139](https://github.com/opalmer/pywincffi/pull/139) - Implement SetConsoleTextAttribute()
[140](https://github.com/opalmer/pywincffi/pull/140) - Add ERROR_BAD_EXE_FORMAT which is needed by Twisted
Bugs
[130](https://github.com/opalmer/pywincffi/issues/130) - CreateEvent() parameters are in wrong order
[131](https://github.com/opalmer/pywincffi/issues/131) - CreatePipe() arguments are in wrong order
[132](https://github.com/opalmer/pywincffi/pull/132) - Fix function signatures to match C APIs
[133](https://github.com/opalmer/pywincffi/issues/133) - CreateProcess() arguments are in wrong order
[134](https://github.com/opalmer/pywincffi/issues/134) - CreateProcess() passes lpEnvironment which is a dict, needs to be a block of name=value
[137](https://github.com/opalmer/pywincffi/pull/137) - Use str.format(), and unicode string literals in a few places