changeset:   bfba54253142
date:        Wed Jan 28 15:05:35 2015 +0000
Released as v0.9.

changeset:   ed16702c81bc
date:        Wed Jan 28 14:54:55 2015 +0000
Documented the ability to alter the number of generated resource files.

changeset:   8ed243169b61
date:        Wed Jan 28 14:45:44 2015 +0000
pyqtdeploy can now vary the number of .qrc files generated.

changeset:   207073e8abcd
date:        Wed Jan 28 13:39:28 2015 +0000
Added the --resources option to pyqtdeploycli.

changeset:   81ea775ef7bc
date:        Tue Jan 27 17:45:30 2015 +0000
The default for all platforms is to use a static Python.

changeset:   cd08de055733
date:        Tue Jan 27 17:40:15 2015 +0000
Fixed the handling of projects with no application package.

changeset:   acf38be532aa
date:        Tue Jan 27 16:57:54 2015 +0000
Updated the docs to cover accessing .qml files.

changeset:   e76122099108
date:        Tue Jan 27 16:31:19 2015 +0000
Fixes to allow the application package to be in the same directory as the
project file.

changeset:   d976414ec41d
date:        Tue Jan 27 09:22:06 2015 +0000
Try not to break existing projects when updating to the latest project format.

changeset:   570a10e45ec0
date:        Mon Jan 26 13:05:14 2015 +0000
Updated the documentation.

changeset:   3fe106ef01dd
date:        Sun Jan 25 15:37:54 2015 +0000
Updated the screenshots.

changeset:   2d166cb37f95
date:        Fri Jan 23 12:39:39 2015 +0000
No longer check that a Python .c or .h file exists because it may not be needed
for a particular scope.

changeset:   c3608853c4d0
date:        Fri Jan 23 11:53:15 2015 +0000
build-sysroot.py can now use the platform Python installation (Windows only).

changeset:   3e720ddb5784
date:        Wed Jan 21 17:49:01 2015 +0000
Support for building against the standard Python libraries is now configurable
for all native platforms and is the default for Windows.

changeset:   3c611d064035
date:        Wed Jan 21 10:21:38 2015 +0000
Debugging the support for using Python DLLs.

changeset:   32a83aad1cc7
date:        Mon Jan 19 14:00:44 2015 +0000
Added the Python DLL meta-data.

changeset:   e7e4fcd3d55a
date:        Mon Jan 19 09:51:09 2015 +0000
Completed the implementation of the qmake configuration.

changeset:   752f38fb2f1b
date:        Sun Jan 18 22:25:17 2015 +0000
Updated the .pdy files.

changeset:   de57c86a5a02
date:        Sun Jan 18 22:22:10 2015 +0000
Added the qmake tab.

changeset:   148d76d07e94
date:        Sun Jan 18 22:00:38 2015 +0000
Added the Python DLL checkbox to the application tab.

changeset:   418cb99bdefb
date:        Sun Jan 18 17:58:42 2015 +0000
Added the QMakeConfiguration sub-element and the usepydll attribute to the
project file and bumped the version format to 5.

changeset:   7309897690e4
date:        Wed Jan 14 12:48:35 2015 +0000
Use QProcess rather than subprocess.

changeset:   269677d40c75
date:        Wed Jan 14 08:49:28 2015 +0000
Further _struct related fixes.

changeset:   d878a596b349
date:        Wed Jan 14 08:32:24 2015 +0000
Preview's are now timestamp based rather than changeset based.

changeset:   6b6128884731
date:        Wed Jan 14 08:18:59 2015 +0000
Fixed the manifest.

changeset:   b5a878c6e6ad
date:        Tue Jan 13 22:26:01 2015 +0000
Workaround the apparent _struct.c bug in Python v3.4.

changeset:   d2ded3218072
date:        Tue Jan 13 15:28:36 2015 +0000
Make sure embedded files are deletable when copied out.

changeset:   676323aac3f1
date:        Tue Jan 13 14:58:34 2015 +0000
Don't use universal newlines because it introduces a dependency on the user's
locale.

changeset:   6f9af9faf7aa
date:        Tue Jan 13 13:42:53 2015 +0000
Fixed the support for console applications.

changeset:   b0b1ce56073b
date:        Tue Jan 13 12:44:37 2015 +0000
Ensure that a project file is written as utf-8.

changeset:   eb5e37e0f8a3
date:        Tue Jan 13 11:47:16 2015 +0000
Fixed the sip build.

changeset:   021a0795de92
date:        Tue Jan 13 10:53:04 2015 +0000
Fixed the Windows pyconfig.h files for Python v2.7.9 and 3.4.2.

changeset:   4f2d890b98eb
date:        Tue Jan 13 05:47:33 2015 +0000
build-sysroot.py no longer removes the Python source directory after building.

changeset:   4d667140213e
date:        Tue Jan 13 05:43:05 2015 +0000
Raise an exception if a Python extension module source file could not be found.

changeset:   4735aa70faf8
date:        Tue Jan 13 05:03:27 2015 +0000
Fixed a regression in the builder.

changeset:   d3437a0200fb
date:        Tue Jan 13 04:54:49 2015 +0000
Updated the Qt version in the project files.

changeset:   79dd50228d95
date:        Mon Jan 12 17:26:12 2015 +0000
Finished the Windows support for build-sysroot.py.

changeset:   d88610c3104c
date:        Thu Jan 08 15:39:45 2015 +0000
Added initial support for Windows to build-system.py.

changeset:   a30dd489a952
date:        Wed Jan 07 16:22:27 2015 +0000
Fixed the Linux host support.
Clean up source directories after use.

changeset:   3afc3bae16fc
date:        Wed Jan 07 12:48:26 2015 +0000
Added the Linux host to build-sysroot.py.

changeset:   39c131709831
date:        Wed Jan 07 07:03:31 2015 +0000
Added support for building PyQt5 to build-sysroot.py.

changeset:   a1528bb66482
date:        Wed Jan 07 06:50:11 2015 +0000
Added support for building Python to build-sysroot.py.

changeset:   8f18797fd0ab
date:        Wed Jan 07 06:37:52 2015 +0000
Created a developer-specific sub-directory.
Added the initial build-sysroot.py script.

changeset:   f5f0655964be
date:        Tue Jan 06 11:40:48 2015 +0000
Make sure Py_OptimizeFlag is set correctly.

changeset:   d43b73e3fd51
date:        Mon Jan 05 18:53:24 2015 +0000
Removed the remaining QtWebKit and QtWebKitWidgets references.

changeset:   6d7add6c93d0
date:        Mon Jan 05 18:44:16 2015 +0000
Removed QtWebKit from all PyQt4 configurations.

changeset:   558ebd9b5cd8
date:        Mon Jan 05 18:42:56 2015 +0000
Removed QtWebKit and QtWebKitWidgets from all PyQt5 configuration files.

changeset:   0253319119f4
date:        Mon Jan 05 18:30:28 2015 +0000
Removed QtWebEngineWidgets from the PyQt5 configuration files as it isn't built
in a static Qt.

changeset:   5c89c2c02909
date:        Mon Jan 05 14:40:14 2015 +0000
Improved the support for ctypes, particularly on Windows.

changeset:   54c85aaf1db4
date:        Mon Jan 05 13:23:12 2015 +0000
Renamed platforms.pro and added a corresponding pre-configuration file.

changeset:   85740a66bdb2
date:        Mon Jan 05 11:37:11 2015 +0000
Removed UNICODE from DEFINES for Windows because it clashes with _pickle.c.

changeset:   b6e53d272fcd
date:        Mon Jan 05 11:29:20 2015 +0000
Fixed the names of the PlugIns and Frameworks directories in the pdytools
module.

changeset:   eff1d308907b
date:        Mon Jan 05 11:26:19 2015 +0000
Added the missing _bootlocale module.

changeset:   e6149809aa4b
date:        Sat Jan 03 16:58:18 2015 +0000
Updated the tutorial screenshots.

changeset:   cd1dedd3fa91
date:        Sat Jan 03 16:55:30 2015 +0000
Updated the example .pdy files.

changeset:   17608e8e17e6
date:        Sat Jan 03 16:40:56 2015 +0000
Added support for the QtWebChannel, QtWebEngineWidgets and QtXml modules added
in PyQt v5.4.

changeset:   6cc369e5d760
date:        Sat Jan 03 14:17:48 2015 +0000
Added support for Python v2.7.9.

changeset:   511418ce3f0c
date:        Tue Nov 25 15:00:50 2014 +0000
pdytools now supports find_module() for Python v3.

changeset:   4e78d4c46555
date:        Fri Nov 21 17:31:10 2014 +0000
emove the VERSION file and read the version information from version.py
instead.  setup.py will now create a minimal version.py if needed.  This should
allow 'pip install -e ...' to be used from the hg repo (although the version
information won't be valid).

changeset:   486f00f6ad3f
date:        Wed Nov 19 18:41:07 2014 +0000
Documented the support for adjacent extension modules.

changeset:   141209d6c911
date:        Wed Nov 19 16:53:55 2014 +0000
The sip module can now be explicitly included if required.

changeset:   bfed4d707c20
date:        Wed Nov 19 16:14:58 2014 +0000
The directory containing the executable is now derived from sys.executable
(rather than argv[0]).
Added support for dynamically loading extension modules that are installed
adjacent to the application executable.

changeset:   4db00ded0abe
date:        Wed Nov 19 14:19:57 2014 +0000
Define SOABI when dynamic loading is enabled.

changeset:   7d0093542e81
date:        Mon Nov 17 16:14:11 2014 +0000
The pdytools module now checks for Python v2.7 rather than v2.6.

changeset:   f0f054c927df
date:        Mon Nov 17 15:40:36 2014 +0000
Fixed a typo that prevented building on OS/X.

changeset:   51e04c3166f6
date:        Fri Nov 07 12:23:14 2014 +0000
Added the sysconfig module to the Python meta-data.

changeset:   842a35d8150b
date:        Fri Nov 07 10:55:25 2014 +0000
Added the missing _scproxy module for OS/X.
Added the extra frameworks that standard Python adds for OS/X.

changeset:   cdc5e5c892ab
date:        Fri Nov 07 10:41:43 2014 +0000
Extend the list of standard exclusions.

changeset:   b6225cc2873d
date:        Mon Nov 03 10:59:45 2014 +0000
Scopes are handled properly in the source and include path of required
additional libraries.

changeset:   29e40c1d5259
date:        Fri Oct 31 09:47:48 2014 +0000
Removed a stray semi-colon.

changeset:   ca2e809daf2a
date:        Fri Oct 31 09:17:19 2014 +0000
Fixed the name of the source file of the _json module.

changeset:   3c5174d61ca3
date:        Fri Oct 31 09:15:04 2014 +0000
Added a missing const cast for Python v2.

changeset:   e64950c39edf
date:        Mon Oct 20 18:13:45 2014 +0100
Fixed a missing argument when buliding with extension modules.

changeset:   f6d53bbd39f7
date:        Wed Oct 15 17:45:22 2014 +0100
Added tag 0.8 for changeset 7caf2eafe471

changeset:   7caf2eafe471
date:        Wed Oct 15 17:45:16 2014 +0100
Released as v0.8.
