Pywincffi

Latest version: v0.5.0

Safety actively analyzes 619426 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

1.4.1

Other

[46](https://github.com/opalmer/pywincffi/pull/46) - Release 0.1.2 Preparation

0.5.0

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

0.4.0

Unittests

[114](https://github.com/opalmer/pywincffi/pull/114) - Run pep8/pylint on AppVeyor

Refactor

[111](https://github.com/opalmer/pywincffi/pull/111) - Code Cleanup

0.3.1

External Links

Links for documentation, release files and other useful information.
- [Documentation](https://pywincffi.readthedocs.org/en/0.3.1/)
- [PyPi Package](https://pypi.python.org/pypi/pywincffi/0.3.1)
- [GitHub Issues](https://github.com/opalmer/pywincffi/issues?q=milestone:0.3.1)

Pull Requests and Issues

Pull requests and issues associated with this release.

Enhancements

[81](https://github.com/opalmer/pywincffi/pull/81) - Implement WSAEventSelect and WSAEnumNetworkEvents
[105](https://github.com/opalmer/pywincffi/pull/105) - Implement socket_from_object
[106](https://github.com/opalmer/pywincffi/pull/106) - Enhancements for core.dist
[107](https://github.com/opalmer/pywincffi/pull/107) - Remove pywincffi.core.config

0.3.0

External Links

Links for documentation, release files and other useful information.
- [Documentation](https://pywincffi.readthedocs.org/en/0.3.0/)
- [PyPi Package](https://pypi.python.org/pypi/pywincffi/0.3.0)
- [GitHub Issues](https://github.com/opalmer/pywincffi/issues?q=milestone:0.3.0)

Pull Requests and Issues

Pull requests and issues associated with this release.

Enhancements

[70](https://github.com/opalmer/pywincffi/pull/70) - Implement CreateEvent
[74](https://github.com/opalmer/pywincffi/pull/74) - Implement _STARTUPINFO and associated contants
[75](https://github.com/opalmer/pywincffi/pull/75) - Implement ResetEvent
[76](https://github.com/opalmer/pywincffi/pull/76) - Implement TerminateProcess
[77](https://github.com/opalmer/pywincffi/pull/77) - Add test.bat to make local testing more complete
[78](https://github.com/opalmer/pywincffi/pull/78) - Implement DuplicateHandle
[79](https://github.com/opalmer/pywincffi/pull/79) - Implement ClearCommError
[83](https://github.com/opalmer/pywincffi/pull/83) - Build improvements, adding Python 3.5
[94](https://github.com/opalmer/pywincffi/pull/94) - Support SAL Annotations In functions.h
[95](https://github.com/opalmer/pywincffi/pull/95) - Implement FOREGROUD colors
[97](https://github.com/opalmer/pywincffi/pull/97) - Minor InputError Improvements
[101](https://github.com/opalmer/pywincffi/pull/101) - Create toolhelp32 snapshot
[102](https://github.com/opalmer/pywincffi/pull/102) - Create mock_library() function
[103](https://github.com/opalmer/pywincffi/pull/103) - Enhance pywincffi.wintypes

Bugs

[73](https://github.com/opalmer/pywincffi/pull/73) - input_check() function does not account for ffi.error
[82](https://github.com/opalmer/pywincffi/pull/82) - Fix constant conflicts between API versions
[93](https://github.com/opalmer/pywincffi/pull/93) - Fix Python Version In Intersphinx Mapping
[96](https://github.com/opalmer/pywincffi/pull/96) - Fix Documentation Type References

Unittests

[71](https://github.com/opalmer/pywincffi/pull/71) - Cleanup temp files after running handle tests
[72](https://github.com/opalmer/pywincffi/pull/72) - Add the new codecov configuration file
[91](https://github.com/opalmer/pywincffi/pull/91) - Ensure file tests cleanup after themselves
[92](https://github.com/opalmer/pywincffi/pull/92) - Created tests for SetNamedPipeHandleState

Refactor

[80](https://github.com/opalmer/pywincffi/pull/80) - Implement MsgWaitForMultipleObjects
[90](https://github.com/opalmer/pywincffi/pull/90) - Types cdata wrapping

0.2.0

[67](https://github.com/opalmer/pywincffi/pull/67) - Improved Developer Documentation
[68](https://github.com/opalmer/pywincffi/pull/68) - Fix url in vagrant documentation for developers

Unittests

[62](https://github.com/opalmer/pywincffi/pull/62) - Skip Some Tests When Internet Is Unavailable
[63](https://github.com/opalmer/pywincffi/pull/63) - Add WriteFile Tests

Refactor

[50](https://github.com/opalmer/pywincffi/pull/50) - Create pywincffi.kernel32.handle module
[53](https://github.com/opalmer/pywincffi/pull/53) - Refactor kernel32 Module Structure
[59](https://github.com/opalmer/pywincffi/pull/59) - Improve Error Handling

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.