pywinauto/doc_src/HISTORY.TXT

56 lines
2.0 KiB
Plaintext
Raw Normal View History

2006-01-21 00:16:29 +01:00
0.1.3 Many changes, few visible
2006-01-21 00:15:26 +01:00
------------------------------------------------
2006-01-21 00:31:17 +01:00
15-Jan-2006
2006-01-21 00:15:26 +01:00
* Wrote doc strings for all modules, classes and functions
2006-01-21 00:16:29 +01:00
* Ran pychecker and pylint and fixed some errors/warning
2006-01-21 00:31:17 +01:00
* changed ::
_connect, _start, _window, _control, _write
respectively to ::
connect_, start_, window_, connect_, write_
If you forget to change ``_window``, ``_connect`` and ``_start`` then you will probably get the following error. ::
2006-01-21 00:15:26 +01:00
TypeError: '_DynamicAttributes' object is not callable
* pywinauto is now a package name - you need to import it or its modules
* Changes to the code to deal with pywinauto package name
* Fixed searching for windows if a Parent is passed in
* Added Index to retrieved MenuItem dictionary
* Added a check to ensure that a windows Handle is a valid window
* Refactored some of the methods in common_controls
* Refactored how FriendlyClassName is discovered (and still not really happy!
2006-01-21 00:03:31 +01:00
2006-01-15 21:37:52 +01:00
0.1.2 Add Readme and rollup various changes
2006-01-21 00:15:26 +01:00
------------------------------------------------
2006-01-21 00:31:17 +01:00
15-Jan-2006
2006-01-21 00:15:26 +01:00
* Updated Readme (original readme was incorrect)
* Added clipboard module
* Fixed DrawOutline part of tests.__init__.print_bugs
* Added a NotifyParent to HwndWrapper
* Make sure that HwndWrapper.ref is initialized to None
* Refactored some methods of ComboBox and ListBox
* Updated Combo/ListBox selection methods
* Removed hardcoded paths from test_application.py
* Added section to save the document as UTF-8 in MinimalNotepadTest
* Fixed EscapeSpecials and UnEscapeSpecials in XMLHelpers
* Made sure that overly large bitmaps do not break XML writing
2006-01-15 21:37:52 +01:00
0.1.1 Minor bug fix release
2006-01-21 00:15:26 +01:00
------------------------------------------------
2006-01-15 21:37:52 +01:00
12-Jan-2006
2006-01-21 00:15:26 +01:00
* Fixed some minor bugs discovered after release
2006-01-15 21:37:52 +01:00
0.1.0 Initial Release
2006-01-21 00:15:26 +01:00
------------------------------------------------
2006-01-15 21:37:52 +01:00
6-Jan-2006