pywinauto/pywinauto
2013-09-16 11:38:49 +02:00
..
controls Implemented HwndWrapper#__ne__ to be consistent with HwndWrapper#__eq__. hwnd1 != hwnd2 and not hwnd1 == hwnd2 now yield the same results. 2013-03-01 11:57:45 +01:00
docs Updated version number to 0.4.2 and re-generated the documentation. 2013-09-16 11:38:49 +02:00
tests Strip trailing whitespace 2010-12-20 17:46:04 +09:00
unittests Fixed a bug that made calling TypeKeys('{}}') raise a 'RuntimeError: Unknown code:' instead of typing the key '}'. This bug is also documented in Issue #10 on Google Code. 2012-08-06 12:41:06 +02:00
__init__.py Updated version number to 0.4.2 and re-generated the documentation. 2013-09-16 11:38:49 +02:00
application.py Some minor doc string changes. 2011-01-28 16:30:39 +08:00
clipboard.py Strip trailing whitespace 2010-12-20 17:46:04 +09:00
controlproperties.py Strip trailing whitespace 2010-12-20 17:46:04 +09:00
findbestmatch.py Strip trailing whitespace 2010-12-20 17:46:04 +09:00
findwindows.py Strip trailing whitespace 2010-12-20 17:46:04 +09:00
fuzzydict.py Added - not used yet - but will be 2006-03-20 20:31:52 +00:00
handleprops.py Small stability improvement for HwndWrapper#WindowText(). This avoids exceptions of the form 2013-09-16 11:24:35 +02:00
SendKeysCtypes.py Fixed a bug that made calling TypeKeys('{}}') raise a 'RuntimeError: Unknown code:' instead of typing the key '}'. This bug is also documented in Issue #10 on Google Code. 2012-08-06 12:41:06 +02:00
taskbar.py Added - should have been added previously! 2006-03-06 20:33:02 +00:00
timings.py Strip trailing whitespace 2010-12-20 17:46:04 +09:00
win32defines.py * Added the constant for a windows function wait timing out 2009-03-15 03:33:35 +00:00
win32functions.py * add the EmptyClipboard() function as requested by tocer (http://sourceforge.net/users/tocer/) in SourceForge issue 2937981. 2010-02-23 12:27:00 +00:00
win32structures.py Added mid_point to Rectangle and TVHITTESTINFO structure 2006-07-28 19:20:58 +00:00
XMLHelpers.py Strip trailing whitespace 2010-12-20 17:46:04 +09:00