mergeall 2.2, with os.scandir() speed optimization

2015-09-26 Thread Mark Lutz
There's a new version of the mergeall folder tree synchronization tool, which uses Python 3.5's os.scandir(), if available, to radically speed up its trees comparison phase. In testing on Windows 7 and 10, the new call speeds mergeall comparisons by a factor of 5 to 10, depending on devices.

ANN: python-ldap 2.4.21

2015-09-26 Thread Michael Ströder
Find a new release of python-ldap: http://pypi.python.org/pypi/python-ldap/2.4.21 python-ldap provides an object-oriented API to access LDAP directory servers from Python programs. It mainly wraps the OpenLDAP 2.x libs for that purpose. Additionally it contains modules for other LDAP-related

ANN: A new version (0.3.8) of python-gnupg has been released.

2015-09-26 Thread Vinay Sajip
A new version of the Python module which wraps GnuPG has been released. What Changed? = This is an enhancement and bug-fix release, and all users are encouraged to upgrade. See the project website [1] for more information. Brief summary: * Fixed #22: handled PROGRESS messages