Commit Graph

579 Commits

Author SHA1 Message Date
Michael Herrmann
3f08937c2b Added tag 0.4.2 for changeset 29695b178588. 2013-09-16 11:42:58 +02:00
Michael Herrmann
6f506eadc8 Updated version number to 0.4.2 and re-generated the documentation. 0.4.2 2013-09-16 11:38:49 +02:00
Michael Herrmann
6f0f0304ff Small stability improvement for HwndWrapper#WindowText(). This avoids exceptions of the form
Traceback (most recent call last):
	  File "pywinauto\controls\HwndWrapper.pyc", line 262, in WindowText
	  File "pywinauto\handleprops.pyc", line 58, in text
	  File "ctypes\__init__.pyc", line 310, in create_unicode_buffer
	ValueError: Array length must be >= 0, not -5880895
2013-09-16 11:24:35 +02:00
Michael Herrmann
e6578b90f1 Added tag 0.4.1 for changeset 4ca4d92dfa20 2013-03-01 12:05:58 +01:00
Michael Herrmann
0a1d2475a6 Implemented HwndWrapper#__ne__ to be consistent with HwndWrapper#__eq__. hwnd1 != hwnd2 and not hwnd1 == hwnd2 now yield the same results. 0.4.1 2013-03-01 11:57:45 +01:00
Michael Herrmann
b896fa51f2 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
markm
f0cb6d884b Very latest docs (dev) 2011-01-28 16:31:04 +08:00
markm
f9e97662dc Some minor doc string changes. 2011-01-28 16:30:39 +08:00
markm
a367f1e374 Update the documentation on dependencies (python 2.3 and 2.4 are quite old, and SendKeysCtypes is included in Pywinauto) 2011-01-28 16:30:12 +08:00
markm
4e4b700fbf Added tag 0.4.0 for changeset 40f99816323d 2011-01-08 22:32:41 +09:00
markm
b057b4dbac Added tag 0.3.8 for changeset 66f5721acda9 2011-01-08 22:32:16 +09:00
markm
77b83018fd Added tag 0.3.7 for changeset 589df2b0afe7 2011-01-08 22:31:53 +09:00
markm
99c68ac8e6 Added tag 0.3.6 for changeset 7f288d38fc1a 2011-01-08 22:31:36 +09:00
markm
8984cecfb5 Added tag 0.3.5 for changeset 4237ad76d995 2011-01-08 22:31:14 +09:00
markm
0fd4bcf1bd Added tag 0.3.4 for changeset 37323e289518 2011-01-08 22:30:55 +09:00
markm
947cff8e19 Added tag 0.3.3 for changeset cc86b5813dae 2011-01-08 22:30:44 +09:00
markm
77b72d5ee8 Added tag 0.3.2 for changeset 59de3083cb93 2011-01-08 22:30:27 +09:00
markm
d83f65d780 Added tag 0.3.1 for changeset 041107d77f35 2011-01-08 22:30:16 +09:00
markm
76e2b927fe Added tag 0.3.0 for changeset 5bf781922330 2011-01-08 22:30:03 +09:00
markm
7df58ab58f Added tag 0.2.5 for changeset ad872ab3cc34 2011-01-08 22:28:45 +09:00
markm
0c70dfc331 Added tag 0.2.1 for changeset ab12ef810719 2011-01-08 22:28:30 +09:00
markm
58e97dde80 Added tag 0.2.0 for changeset 0152208cf548 2011-01-08 22:28:03 +09:00
markm
bec250df3e Added tag 0.1.3 for changeset 2cd7523beab1 2011-01-08 22:27:37 +09:00
markm
d6fa31430a Added tag 0.1.2 for changeset 75d5966d4d98 2011-01-08 22:27:17 +09:00
markm
730c46dd62 Added tag 0.1.1 for changeset 215c42f3b969 2011-01-08 22:26:47 +09:00
markm
89a0b8fdca Added tag 0.1.0 for changeset 790d5f994324 2011-01-08 22:26:34 +09:00
markm
0bde4b110f ignore some of the test support/output files 2010-12-20 18:22:45 +09:00
markm
889bd31bc1 Remove a tab from teh source 2010-12-20 18:22:31 +09:00
markm
119e95deda Synchronize testing module with BetterBatch one - and integrate Coverage reporting 2010-12-20 18:20:51 +09:00
markm
677f9dbbfb Make the path of Controls_spy more generic (it is still relatively hardcoded though :) )
Some small re-ordering of imports
2010-12-20 18:20:28 +09:00
markm
22a934de48 Reformat the code sections (make them indented) 2010-12-20 17:46:58 +09:00
markm
16557200bf Reformat the list of examples 2010-12-20 17:46:42 +09:00
markm
4805ede871 Strip trailing whitespace 2010-12-20 17:46:04 +09:00
markm
09985bcaad Bump the revision number for the next release 2010-12-20 17:39:00 +09:00
markm
b873049bb2 Various improvements to the documentation of the pywinauto.application module (hide deprecated methods, improve documentation text & formatting) 2010-12-20 17:38:46 +09:00
markm
89d00808e5 re-built docs 2010-12-19 17:56:00 +09:00
markm
9aeb8364ff Add some ignores 2010-12-19 17:55:36 +09:00
markm
9bf305a472 Set the version dynamically from the pywinauto\__init__.py module 2010-12-19 17:54:31 +09:00
markm
a941bcfa3f Fix the path to build_autodoc_files.py and call it by default everytime (it is safe as it does not re-generate files which already exist) 2010-12-19 17:52:10 +09:00
markm
1633bf4acb Add the compiled docs to the repository 2010-12-19 17:51:26 +09:00
markm
ae7d958b6a Change to use the fully qualified module name as the resulting txt file name.
Also rename some of the variable names for clarity.
2010-12-19 17:27:15 +09:00
markm
664b8029af Move the documentation of source code to it?s own section 2010-12-19 17:26:28 +09:00
markm
93f9b72d57 The links in the control overview needed to be migrated to ?sphinx? format from ?pudge?. I also added linked in some extra modules. 2010-12-19 17:25:41 +09:00
markm
78f7bc8680 Significantly fix and improve the Souce Code semi-auto documentation 2010-12-19 17:24:24 +09:00
markm
71eb0d686b Remove trailing spaces and some blank lines 2010-12-19 15:18:00 +09:00
markm
35b2de517f Add or improve some comments 2010-12-19 15:15:09 +09:00
markm
0933499b78 Output the documentation under the pywinauto folder 2010-12-19 15:12:23 +09:00
markm
5df4e6e377 Improve how the application.py code is documented 2010-12-19 15:12:02 +09:00
markm
e6693ecbd2 Move the comment to where it should be 2010-12-19 14:22:47 +09:00
markm
e13b92d77b Ensure the output is the ?code? directory below this module 2010-12-19 14:22:36 +09:00