Skip to content

Releases: hakril/PythonForWindows

v1.0.1

05 Nov 13:28
8d517f2
Compare
Choose a tag to compare

Some new ctypes definition (structures / functions / COM interfaces) + ORPC capabilities in RPCClient.

1.0.0

14 Jun 16:49
7475c88
Compare
Choose a tag to compare

Fully working on python2.7 & python3.6+
Full unicode support.
Tested for many years on production !

that's enough to call this a 1.0.0 version ! \o/

What's Changed

  • Implem x64 mem_access [RIP+DISP32] by @hakril in #54
  • Added IO definitions + ability to use CTL_CODE() macro in windef by @hakril in #56
  • Full unicode compatibility by @hakril in #53

Full Changelog: 0.6.8...v1.0.0

Stable version 0.6

17 Jul 09:18
Compare
Choose a tag to compare

First version to work with Python3.
Test passing on python 2.7 / 3.6.
Online documentation up-to-date

Stable version 0.5

04 Jan 08:55
Compare
Choose a tag to compare

All tests pass
Documentation of supported features is up-to-date.
Readme updated with new features

All test pass + documentation up to date for supported features

27 Mar 23:06
Compare
Choose a tag to compare

Marking this commit as a stable / working version of PythonForWindows.
Some stuff in the API might change between 0.4 & 0.5

Marking stable-master before compat-breaking change

03 Mar 16:53
Compare
Choose a tag to compare
v3.5

Added th description from the readme at the beginning of the document…