Skip to content

Tags: efremovd/pywinauto

Tags

0.6.2

Toggle 0.6.2's commit message
Merge pull request pywinauto#320 from vasily-v-ryabov/UIA

Add MS Paint example (fix pywinauto#310).

0.6.1

Toggle 0.6.1's commit message
Merge pull request pywinauto#304 from MagazinnikIvan/fix_alt_test

fix keyboard alt test failure

0.6.0

Toggle 0.6.0's commit message
Minor update in setup.py.

0.5.4

Toggle 0.5.4's commit message
Update README.md.

0.5.3

Toggle 0.5.3's commit message
Update links to 0.5.3 in README.md.

0.5.2

Toggle 0.5.2's commit message
Update readme, fix grammar in docs.

0.5.1

Toggle 0.5.1's commit message
Update docs for 0.5.1.

0.5.0

Toggle 0.5.0's commit message
Update readme.txt.

0.4.2

Toggle 0.4.2's commit message
Updated version number to 0.4.2 and re-generated the documentation.

0.4.1

Toggle 0.4.1's commit message
Implemented HwndWrapper#__ne__ to be consistent with HwndWrapper#__eq…

…__. `hwnd1 != hwnd2` and `not hwnd1 == hwnd2` now yield the same results.