Skip to content

Commit

Permalink
Update docs for 0.5.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
vasily-v-ryabov committed Jul 13, 2015
1 parent 87515d4 commit fe410ff
Show file tree
Hide file tree
Showing 49 changed files with 393 additions and 250 deletions.
10 changes: 0 additions & 10 deletions .pypirc

This file was deleted.

2 changes: 1 addition & 1 deletion pywinauto/docs/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 9b299e0ecf1908b9a5b6f6d8f58b52f1
config: 320f3441f540f9b5252e550d3cb52cf6
tags: 645f666f9bcd5a90fca523b33c5a78b7
51 changes: 46 additions & 5 deletions pywinauto/docs/HISTORY.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>Change Log &mdash; pywinauto 0.5.0 documentation</title>
<title>Change Log &mdash; pywinauto 0.5.1 documentation</title>

<link rel="stylesheet" href="_static/classic.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />

<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: './',
VERSION: '0.5.0',
VERSION: '0.5.1',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
Expand All @@ -23,7 +23,7 @@
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<link rel="top" title="pywinauto 0.5.0 documentation" href="contents.html" />
<link rel="top" title="pywinauto 0.5.1 documentation" href="contents.html" />
<link rel="next" title="Main user modules" href="code/code.html" />
<link rel="prev" title="PYWINAUTO TODO’s" href="TODO.html" />
</head>
Expand All @@ -43,7 +43,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="TODO.html" title="PYWINAUTO TODO’s"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="contents.html">pywinauto 0.5.0 documentation</a> &raquo;</li>
<li class="nav-item nav-item-0"><a href="contents.html">pywinauto 0.5.1 documentation</a> &raquo;</li>
</ul>
</div>

Expand All @@ -54,6 +54,45 @@ <h3>Navigation</h3>

<div class="section" id="change-log">
<h1>Change Log<a class="headerlink" href="#change-log" title="Permalink to this headline"></a></h1>
<div class="section" id="several-fixes-more-tests">
<h2>0.5.1 Several fixes, more tests.<a class="headerlink" href="#several-fixes-more-tests" title="Permalink to this headline"></a></h2>
<p>14-July-2015</p>
<blockquote>
<div><ul class="simple">
<li>Resolve pip issues</li>
<li>Warn user about mismatched Python/application bitness (64-bit Python
should be used for 64-bit application and 32-bit Python is for 32-bit app)</li>
<li>Add &#8220;TCheckBox&#8221; class name to ButtonWrapper detection list</li>
<li>Fix <code class="docutils literal"><span class="pre">DebugMessage</span></code> method</li>
<li>Disable logging (actionlogger.py) by default, provide shortcuts:
<code class="docutils literal"><span class="pre">actionlogger.enable()</span></code> and <code class="docutils literal"><span class="pre">actionlogger.disable()</span></code>. For those who are
familiar with standard <code class="docutils literal"><span class="pre">logging</span></code> module there&#8217;s method
<code class="docutils literal"><span class="pre">actionlogger.set_level(level)</span></code></li>
</ul>
</div></blockquote>
</div>
<div class="section" id="bit-py2-py3-compatibility">
<h2>0.5.0 64-bit Py2/Py3 compatibility.<a class="headerlink" href="#bit-py2-py3-compatibility" title="Permalink to this headline"></a></h2>
<p>30-June-2015</p>
<blockquote>
<div><ul class="simple">
<li>64-bit Python and 64-bit apps support (but 32-bit Python is recommended for 32-bit apps)</li>
<li>Python 2.x/3.x compatibility</li>
<li>Added pyWin32 dependency (silent install by pip for 2.7 and 3.1+)</li>
<li>Improvements for Toolbar, TreeView, UpDown and DateTimePicker wrappers</li>
<li>Improved <code class="docutils literal"><span class="pre">best_match</span></code> algorithm allows names like <code class="docutils literal"><span class="pre">ToolbarFile</span></code></li>
<li>Clicks can be performed with pressed Ctrl or Shift</li>
<li>Drag-n-drop and scrolling methods (DragMouse, DragMouseInput, MouseWheelInput)</li>
<li>Improved menu support: handling OWNERDRAW menu items; access by command_id (like <code class="docutils literal"><span class="pre">$23453</span></code>)</li>
<li>Resolved issues with py2exe and cx_freeze</li>
<li><code class="docutils literal"><span class="pre">RemoteMemoryBlock</span></code> can now detect memory corruption by checking guard signature</li>
<li>Upgraded <code class="docutils literal"><span class="pre">taskbar</span></code> module</li>
<li><code class="docutils literal"><span class="pre">sysinfo</span></code> module for checking 32-bit or 64-bit OS and Python</li>
<li><code class="docutils literal"><span class="pre">set_foreground</span></code> flag in <code class="docutils literal"><span class="pre">TypeKeys</span></code> method for typing into in-place controls</li>
<li>flags <code class="docutils literal"><span class="pre">create_new_console</span></code> and <code class="docutils literal"><span class="pre">wait_for_idle</span></code> in <code class="docutils literal"><span class="pre">Application.start</span></code> method</li>
</ul>
</div></blockquote>
</div>
<div class="section" id="various-cleanup-and-bug-fixes">
<h2>0.4.0 Various cleanup and bug fixes.<a class="headerlink" href="#various-cleanup-and-bug-fixes" title="Permalink to this headline"></a></h2>
<p>03-April-2010</p>
Expand Down Expand Up @@ -678,6 +717,8 @@ <h2>0.1.0 Initial Release<a class="headerlink" href="#initial-release" title="Pe
<h3><a href="contents.html">Table Of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">Change Log</a><ul>
<li><a class="reference internal" href="#several-fixes-more-tests">0.5.1 Several fixes, more tests.</a></li>
<li><a class="reference internal" href="#bit-py2-py3-compatibility">0.5.0 64-bit Py2/Py3 compatibility.</a></li>
<li><a class="reference internal" href="#various-cleanup-and-bug-fixes">0.4.0 Various cleanup and bug fixes.</a></li>
<li><a class="reference internal" href="#experimental-new-sendkeys-and-various-fixes">0.3.9 Experimental! New Sendkeys, and various fixes</a></li>
<li><a class="reference internal" href="#collecting-improvements-from-last-2-years">0.3.8 Collecting improvements from last 2 years</a></li>
Expand Down Expand Up @@ -746,7 +787,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="TODO.html" title="PYWINAUTO TODO’s"
>previous</a> |</li>
<li class="nav-item nav-item-0"><a href="contents.html">pywinauto 0.5.0 documentation</a> &raquo;</li>
<li class="nav-item nav-item-0"><a href="contents.html">pywinauto 0.5.1 documentation</a> &raquo;</li>
</ul>
</div>
<div class="footer" role="contentinfo">
Expand Down
10 changes: 5 additions & 5 deletions pywinauto/docs/HowTo.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>How To’s &mdash; pywinauto 0.5.0 documentation</title>
<title>How To’s &mdash; pywinauto 0.5.1 documentation</title>

<link rel="stylesheet" href="_static/classic.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />

<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: './',
VERSION: '0.5.0',
VERSION: '0.5.1',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
Expand All @@ -23,7 +23,7 @@
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<link rel="top" title="pywinauto 0.5.0 documentation" href="contents.html" />
<link rel="top" title="pywinauto 0.5.1 documentation" href="contents.html" />
<link rel="next" title="Methods available to each different control type" href="controls_overview.html" />
<link rel="prev" title="Automating an application" href="getting_started.html" />
</head>
Expand All @@ -43,7 +43,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="getting_started.html" title="Automating an application"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="contents.html">pywinauto 0.5.0 documentation</a> &raquo;</li>
<li class="nav-item nav-item-0"><a href="contents.html">pywinauto 0.5.1 documentation</a> &raquo;</li>
</ul>
</div>

Expand Down Expand Up @@ -559,7 +559,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="getting_started.html" title="Automating an application"
>previous</a> |</li>
<li class="nav-item nav-item-0"><a href="contents.html">pywinauto 0.5.0 documentation</a> &raquo;</li>
<li class="nav-item nav-item-0"><a href="contents.html">pywinauto 0.5.1 documentation</a> &raquo;</li>
</ul>
</div>
<div class="footer" role="contentinfo">
Expand Down
10 changes: 5 additions & 5 deletions pywinauto/docs/TODO.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>PYWINAUTO TODO’s &mdash; pywinauto 0.5.0 documentation</title>
<title>PYWINAUTO TODO’s &mdash; pywinauto 0.5.1 documentation</title>

<link rel="stylesheet" href="_static/classic.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />

<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: './',
VERSION: '0.5.0',
VERSION: '0.5.1',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
Expand All @@ -23,7 +23,7 @@
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<link rel="top" title="pywinauto 0.5.0 documentation" href="contents.html" />
<link rel="top" title="pywinauto 0.5.1 documentation" href="contents.html" />
<link rel="next" title="Change Log" href="HISTORY.html" />
<link rel="prev" title="Dev Notes" href="dev_notes.html" />
</head>
Expand All @@ -43,7 +43,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="dev_notes.html" title="Dev Notes"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="contents.html">pywinauto 0.5.0 documentation</a> &raquo;</li>
<li class="nav-item nav-item-0"><a href="contents.html">pywinauto 0.5.1 documentation</a> &raquo;</li>
</ul>
</div>

Expand Down Expand Up @@ -285,7 +285,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="dev_notes.html" title="Dev Notes"
>previous</a> |</li>
<li class="nav-item nav-item-0"><a href="contents.html">pywinauto 0.5.0 documentation</a> &raquo;</li>
<li class="nav-item nav-item-0"><a href="contents.html">pywinauto 0.5.1 documentation</a> &raquo;</li>
</ul>
</div>
<div class="footer" role="contentinfo">
Expand Down
50 changes: 50 additions & 0 deletions pywinauto/docs/_sources/HISTORY.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,56 @@
Change Log
==========

0.5.1 Several fixes, more tests.
------------------------------------------------------------------
14-July-2015

* Resolve pip issues

* Warn user about mismatched Python/application bitness (64-bit Python
should be used for 64-bit application and 32-bit Python is for 32-bit app)

* Add "TCheckBox" class name to ButtonWrapper detection list

* Fix ``DebugMessage`` method

* Disable logging (actionlogger.py) by default, provide shortcuts:
``actionlogger.enable()`` and ``actionlogger.disable()``. For those who are
familiar with standard ``logging`` module there's method
``actionlogger.set_level(level)``

0.5.0 64-bit Py2/Py3 compatibility.
------------------------------------------------------------------
30-June-2015

* 64-bit Python and 64-bit apps support (but 32-bit Python is recommended for 32-bit apps)

* Python 2.x/3.x compatibility

* Added pyWin32 dependency (silent install by pip for 2.7 and 3.1+)

* Improvements for Toolbar, TreeView, UpDown and DateTimePicker wrappers

* Improved ``best_match`` algorithm allows names like ``ToolbarFile``

* Clicks can be performed with pressed Ctrl or Shift

* Drag-n-drop and scrolling methods (DragMouse, DragMouseInput, MouseWheelInput)

* Improved menu support: handling OWNERDRAW menu items; access by command_id (like ``$23453``)

* Resolved issues with py2exe and cx_freeze

* ``RemoteMemoryBlock`` can now detect memory corruption by checking guard signature

* Upgraded ``taskbar`` module

* ``sysinfo`` module for checking 32-bit or 64-bit OS and Python

* ``set_foreground`` flag in ``TypeKeys`` method for typing into in-place controls

* flags ``create_new_console`` and ``wait_for_idle`` in ``Application.start`` method

0.4.0 Various cleanup and bug fixes.
------------------------------------------------------------------
03-April-2010
Expand Down
10 changes: 5 additions & 5 deletions pywinauto/docs/code/code.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>Main user modules &mdash; pywinauto 0.5.0 documentation</title>
<title>Main user modules &mdash; pywinauto 0.5.1 documentation</title>

<link rel="stylesheet" href="../_static/classic.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />

<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
VERSION: '0.5.0',
VERSION: '0.5.1',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
Expand All @@ -23,7 +23,7 @@
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
<link rel="top" title="pywinauto 0.5.0 documentation" href="../contents.html" />
<link rel="top" title="pywinauto 0.5.1 documentation" href="../contents.html" />
<link rel="next" title="pywinauto.application" href="pywinauto.application.html" />
<link rel="prev" title="Change Log" href="../HISTORY.html" />
</head>
Expand All @@ -43,7 +43,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="../HISTORY.html" title="Change Log"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../contents.html">pywinauto 0.5.0 documentation</a> &raquo;</li>
<li class="nav-item nav-item-0"><a href="../contents.html">pywinauto 0.5.1 documentation</a> &raquo;</li>
</ul>
</div>

Expand Down Expand Up @@ -195,7 +195,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="../HISTORY.html" title="Change Log"
>previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../contents.html">pywinauto 0.5.0 documentation</a> &raquo;</li>
<li class="nav-item nav-item-0"><a href="../contents.html">pywinauto 0.5.1 documentation</a> &raquo;</li>
</ul>
</div>
<div class="footer" role="contentinfo">
Expand Down
10 changes: 5 additions & 5 deletions pywinauto/docs/code/pywinauto.RemoteMemoryBlock.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>pywinauto.RemoteMemoryBlock &mdash; pywinauto 0.5.0 documentation</title>
<title>pywinauto.RemoteMemoryBlock &mdash; pywinauto 0.5.1 documentation</title>

<link rel="stylesheet" href="../_static/classic.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />

<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
VERSION: '0.5.0',
VERSION: '0.5.1',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
Expand All @@ -23,7 +23,7 @@
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
<link rel="top" title="pywinauto 0.5.0 documentation" href="../contents.html" />
<link rel="top" title="pywinauto 0.5.1 documentation" href="../contents.html" />
<link rel="up" title="Main user modules" href="code.html" />
<link rel="prev" title="pywinauto.sysinfo" href="pywinauto.sysinfo.html" />
</head>
Expand All @@ -40,7 +40,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="pywinauto.sysinfo.html" title="pywinauto.sysinfo"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../contents.html">pywinauto 0.5.0 documentation</a> &raquo;</li>
<li class="nav-item nav-item-0"><a href="../contents.html">pywinauto 0.5.1 documentation</a> &raquo;</li>
<li class="nav-item nav-item-1"><a href="code.html" accesskey="U">Main user modules</a> &raquo;</li>
</ul>
</div>
Expand Down Expand Up @@ -143,7 +143,7 @@ <h3>Navigation</h3>
<li class="right" >
<a href="pywinauto.sysinfo.html" title="pywinauto.sysinfo"
>previous</a> |</li>
<li class="nav-item nav-item-0"><a href="../contents.html">pywinauto 0.5.0 documentation</a> &raquo;</li>
<li class="nav-item nav-item-0"><a href="../contents.html">pywinauto 0.5.1 documentation</a> &raquo;</li>
<li class="nav-item nav-item-1"><a href="code.html" >Main user modules</a> &raquo;</li>
</ul>
</div>
Expand Down
Loading

0 comments on commit fe410ff

Please sign in to comment.