Quick Search:

Line History

line history graph

Show Arbitrary Diff

From to

Supports revisions and tags.

History

waitbranch 596 593 root: 104 64 trunk 590 189 82 tag:version_0.1.3 203

latest revision Branch trunk

590 annotated / raw | Diffs: previous, other | Lines: 127 ( +36, -8 )

Created: 2007-03-13 17:56:31 -0500 (3 years ago) | Author: markm | Changeset: 590

Copied to: branches/waitbranch/clipboard.py 593

* Added more functionality and fixed possible problems in clipboard.py

410 annotated / raw | Diffs: previous, other | Lines: 99 ( +3, -8 )

Created: 2006-03-18 14:12:17 -0600 (3 years 11 months ago) | Author: markm | Changeset: 410

Copied (2 times):

Various minor cosmetic changes

Tags: version_0.3.0 version_0.3.1 version_0.3.2 version_0.3.3 version_0.3.4 version_0.3.5 version_0.3.6

397 annotated / raw | Diffs: previous, other | Lines: 104 ( +2, -0 )

Created: 2006-03-18 00:19:42 -0600 (3 years 11 months ago) | Author: markm | Changeset: 397

[ 1452832 ] clipboard.GetData() opens but does not close clipboard. - Fixed (Thanks Randy)

237 annotated / raw | Diffs: previous, other | Lines: 102 ( +4, -4 )

Created: 2006-02-06 15:06:17 -0600 (4 years 1 month ago) | Author: markm | Changeset: 237

Mainly fixing pylint warnings

Tags: version_0.2.0 version_0.2.1 version_0.2.5

189 annotated / raw | Diffs: previous, other | Lines: 102 ( +18, -7 )

Created: 2006-01-19 22:56:52 -0600 (4 years 1 month ago) | Author: markm | Changeset: 189

Changed visibility of some items (both for automatic doc creation and to help users know what they are expected to work with)

Branch point for: tag:version_0.1.3

Tags: version_0.1.3

186 annotated / raw | Diffs: previous, other | Lines: 91 ( +62, -35 )

Created: 2006-01-19 19:43:23 -0600 (4 years 1 month ago) | Author: markm | Changeset: 186

Ran pychecker, pylint and fixed many of the raised items
Added Revision to each file
Many other small modifications

115 new/moved annotated / raw | Diffs: previous, other | Lines: 64 ( +64, -0 )

Created: 2006-01-17 14:47:52 -0600 (4 years 1 month ago) | Author: markm | Changeset: 115

Moved from: Branches/OriginalPydlgChecks/trunk/pywinauto/clipboard.py 104

Moved remotely

Branch point for: tag:version_0.1.3

Tags: version_0.1.3

82 new/moved annotated / raw | Diffs: previous, other | Lines: 64 ( +64, -0 )

Created: 2006-01-17 14:41:53 -0600 (4 years 1 month ago) | Author: markm | Changeset: 82

Moved from: pywinauto/clipboard.py 81

Moved to: Branches/OriginalPydlgChecks/trunk/pywinauto/clipboard.py 104

Moved remotely

latest revision Branch root:

104 new/moved annotated / raw | Diffs: previous, other | Lines: 64 ( +64, -0 )

Created: 2006-01-17 14:47:29 -0600 (4 years 1 month ago) | Author: markm | Changeset: 104

Moved from: trunk/pywinauto/clipboard.py 82

Moved to: trunk/pywinauto/clipboard.py 115

Moved remotely

81 new/moved annotated / raw | Diffs: previous, other | Lines: 64 ( +64, -0 )

Created: 2006-01-17 14:41:50 -0600 (4 years 1 month ago) | Author: markm | Changeset: 81

Moved from: basic/clipboard.py 64

Moved to: trunk/pywinauto/clipboard.py 82

Renamed remotely

64 new annotated / raw | Lines: 64 ( +64, -0 )

Created: 2006-01-15 14:22:08 -0600 (4 years 1 month ago) | Author: markm | Changeset: 64

Moved to: pywinauto/clipboard.py 81

Copied to: version_0.1.2/clipboard.py 71

Some basic clipboard functions

latest revision Branch tag:version_0.1.3

203 new/copied annotated / raw | Diffs: previous, other | Lines: 102 ( +102, -0 )

Created: 2006-01-20 17:36:28 -0600 (4 years 1 month ago) | Author: markm | Changeset: 203

pywinauto-0.1.3 release

Tags: version_0.1.3

latest revision Branch waitbranch

596 annotated / raw | Diffs: previous, other | Lines: 129 ( +3, -1 )

Created: 2007-04-09 09:36:45 -0500 (2 years 11 months ago) | Author: markm | Changeset: 596

* Moved an import to avoid a warning message

593 new/copied annotated / raw | Diffs: previous, other | Lines: 127 ( +127, -0 )

Created: 2007-03-15 09:37:30 -0500 (3 years ago) | Author: markm | Changeset: 593

Copied from: trunk/pywinauto/clipboard.py 590

* Branching the Wait*() preliminary changes