Quick Search:

hide Line History

Line Count Graph

Constraint

Branch:
Author:
Tag:
Date: help

Changelog

728 by markm on 23 February 2010, 06:57:34 -0600 (25 days ago) * My references to PIL.ImageGrab were incorrect, PIL add's it's module directly to the module path, so it should just be referenced by ImageGrab and not PIL.ImageGrab
* Use AttachThreadInput + PostM…

./pywinauto/controls/HwndWrapper.py 728 history download (+12 -6) diffs

727 by markm on 23 February 2010, 06:51:28 -0600 (25 days ago) * Use 'SendMessageTimeout' to get the text of a window. (SendMessage will hang if the application is not processing messages)

./pywinauto/handleprops.py 727 history download (+12 -2) diffs

726 by markm on 23 February 2010, 06:27:00 -0600 (25 days ago) * add the EmptyClipboard() function as requested by tocer (http://sourceforge.net/users/tocer/) in SourceForge issue 2937981.

./pywinauto/clipboard.py 726 history download (+9 -0) diffs

./pywinauto/win32functions.py 726 history download (+1 -0) diffs

725 by markm on 10 February 2010, 16:44:00 -0600 (38 days ago) * Add WindowSpecification and Application as attributes of pywinauto (so application should not need to be imported)

./pywinauto/__init__.py 725 history download (+2 -0) diffs

724 by markm on 10 February 2010, 16:42:49 -0600 (38 days ago) * Remove code that is no longer used (RecordMatch function).

./pywinauto/application.py 724 history download (+0 -24) diffs

723 by markm on 10 February 2010, 16:38:56 -0600 (38 days ago) * Remove app from constructor of WindowSpecification

./pywinauto/unittests/test_application.py 723 history download (+1 -3) diffs

722 by markm on 10 February 2010, 16:33:50 -0600 (38 days ago) * Better handle dir() calls on Application or WindowSpecification objects (which would otherwise hang for a while as these classes would search for windows like __members__, __methods__ and __bases__…

./pywinauto/application.py 722 history download (+2 -2) diffs

721 by markm on 10 February 2010, 16:31:26 -0600 (38 days ago) * Strip all trailing whitespace and split some long lines

./pywinauto/application.py 721 history download (+49 -45) diffs

720 by markm on 02 February 2010, 18:27:08 -0600 (46 days ago) * Speed up dir() calls on Application and WindowSpecification isntances (by raising AttributeError for __method__ and __member__ attribute checks.

./pywinauto/application.py 720 history download (+14 -0) diffs

719 by markm on 02 February 2010, 07:13:57 -0600 (46 days ago) * Remove requirement for an app instance when working with a WindowSpecification object. This allows WindowSpecification to be useful even when not using application.py
* Remove other dead code rela…

./pywinauto/application.py 719 history download (+14 -61) diffs

718 by markm on 01 February 2010, 06:30:21 -0600 (47 days ago) * Add check that at least one window could be found in top_window_()

./pywinauto/application.py 718 history download (+4 -0) diffs

717 by markm on 01 February 2010, 06:28:42 -0600 (47 days ago) * Add support for cygwin (cdll instead of windll)

./pywinauto/win32functions.py 717 history download (+7 -0) diffs

716 by markm on 01 February 2010, 06:24:54 -0600 (47 days ago) * Partial support for Ansi based ListView items (i.e. VB6 controls)

./pywinauto/controls/common_controls.py 716 history download (+27 -13) diffs

715 by markm on 27 November 2009, 08:37:16 -0600 (3 months 21 days ago) * Set the date of the release

./doc_src/HISTORY.TXT 715 history download (+1 -1) diffs

714 by markm on 27 November 2009, 07:55:00 -0600 (3 months 21 days ago) * Tagging as 0.3.9

./pywinauto/__init__.py 714 history download (+1 -1) diffs

713 by markm on 27 November 2009, 07:54:32 -0600 (3 months 21 days ago) * Fixing some white case issues

./setup.py 713 history download (+15 -15) diffs

712 by markm on 27 November 2009, 07:51:25 -0600 (3 months 21 days ago) * Renamed doc_build to doc_src

./makedocs.bat 712 history download (+1 -1) diffs

711 by markm on 27 November 2009, 07:49:27 -0600 (3 months 21 days ago) * Renamed doc_build to doc_src

./doc_build/code/findbestmatch.py.txt 711 history deleted

./doc_build/code/truncation.py.txt 711 history deleted

./doc_build/index.txt 711 history deleted

./doc_build/code/overlapping.py.txt 711 history deleted

./doc_build/code/win32_controls.py.txt 711 history deleted

… 91 more files in changeset.
710 by markm on 27 November 2009, 07:40:03 -0600 (3 months 21 days ago) * Ignore *.pkl files

./examples 710 history download (+0 -0) diffs

709 by markm on 27 November 2009, 07:35:10 -0600 (3 months 21 days ago) * Updated for 0.3.9
* Added 0.3.9 changelog

./doc_build/HISTORY.TXT 709 history download (+31 -0) diffs

./doc_build/conf.py 709 history download (+2 -2) diffs

708 by markm on 27 November 2009, 07:25:37 -0600 (3 months 21 days ago) * Get around font settings in Notepad, and set them back afterwards (makes the tests less brittle)

./pywinauto/unittests/test_HwndWrapper.py 708 history download (+18 -1) diffs

707 by markm on 21 November 2009, 08:24:50 -0600 (3 months 27 days ago) * Updated these brittle example scripts
* Did notice that for popups you have to use MenuItem('blah').Click() rather than Select()

./examples/notepad_fast.py 707 history download (+17 -8) diffs

./examples/notepad_slow.py 707 history download (+21 -6) diffs

706 by markm on 21 November 2009, 07:29:25 -0600 (3 months 27 days ago) * Fix the import of SendKeysCtypes

./pywinauto/controls/HwndWrapper.py 706 history download (+1 -1) diffs

705 by markm on 21 November 2009, 07:28:52 -0600 (3 months 27 days ago) * Improve the tests slightly for sendkeysCtypes.

./pywinauto/unittests/test_SendKeys.py 705 history download (+32 -14) diffs

704 by markm on 21 November 2009, 07:28:03 -0600 (3 months 27 days ago) * Fixed two off-by-one errors in the ItemData tests (I had expect that - just wanted it to fail first :) - Yeah - Right)

./pywinauto/unittests/test_win32controls.py 704 history download (+3 -3) diffs

703 by markm on 21 November 2009, 07:06:57 -0600 (3 months 27 days ago) * Handle newlines correctly

./pywinauto/SendKeysCtypes.py 703 history download (+13 -8) diffs

702 by markm on 21 November 2009, 05:40:00 -0600 (3 months 27 days ago) * renamed with updated SendKeysUpdated

./pywinauto/sendkeys.py 702 history deleted

701 by markm on 21 November 2009, 05:37:26 -0600 (3 months 27 days ago) * Replacement for Sendkeys that can handle Unicode characters and does not require any compilation

./pywinauto/SendKeysCtypes.py 701 history download (+685) new/copied

700 by markm on 21 November 2009, 05:15:32 -0600 (3 months 27 days ago) * Use SendKeysCtypes instead of sendkeys
* Allow overriding of the WrapperObject used in a class. Previously it was not possible to force a particular class by using (for example) TreeViewWrapper(re…

./pywinauto/controls/HwndWrapper.py 700 history download (+44 -24) diffs

699 by markm on 21 November 2009, 05:03:28 -0600 (3 months 27 days ago) * Improved error message from ComboBoxWrapper/ListBoxWrapper._get_item_index() when the item is not there
* Added support for testing with reference controls to RunTests()

./pywinauto/controls/win32_controls.py 699 history download (+35 -18) diffs

earlier earlier | later later