[Python-modules-commits] [python-ldap3] branch upstream updated (ef86c9e -> a2ec7f5)

Brian May bam at moszumanska.debian.org
Wed Nov 18 23:39:28 UTC 2015


This is an automated email from the git hooks/post-receive script.

bam pushed a change to branch upstream
in repository python-ldap3.

      from  ef86c9e   Import python-ldap3_0.9.9.1.orig.tar.gz
       new  a2ec7f5   Import python-ldap3_0.9.9.3.orig.tar.gz

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 PKG-INFO                                      |    6 +-
 README.rst                                    |    2 +-
 _version.json                                 |    4 +-
 ldap3.egg-info/PKG-INFO                       |    6 +-
 ldap3.egg-info/SOURCES.txt                    |    3 +
 ldap3/__init__.py                             |  746 ++++++------
 ldap3/abstract/entry.py                       |  400 +++---
 ldap3/abstract/reader.py                      | 1022 ++++++++--------
 ldap3/core/connection.py                      |   60 +-
 ldap3/core/exceptions.py                      | 1154 +++++++++---------
 ldap3/core/pooling.py                         |  570 +++++----
 ldap3/core/server.py                          |  147 ++-
 ldap3/core/usage.py                           |   68 +-
 ldap3/extend/__init__.py                      |   16 +-
 ldap3/extend/microsoft/dirSync.py             |   91 ++
 ldap3/operation/bind.py                       |    2 +-
 ldap3/operation/search.py                     |   14 +-
 ldap3/{utils/repr.py => protocol/controls.py} |   28 +-
 ldap3/protocol/convert.py                     |    7 +-
 ldap3/protocol/formatters/standard.py         |    5 +-
 ldap3/protocol/microsoft.py                   |  103 +-
 ldap3/protocol/rfc2696.py                     |   12 +-
 ldap3/protocol/rfc4512.py                     | 1606 +++++++++++++------------
 ldap3/strategy/async.py                       |  427 +++----
 ldap3/strategy/base.py                        |   40 +-
 ldap3/strategy/restartable.py                 |  516 ++++----
 ldap3/strategy/reusable.py                    |  820 ++++++-------
 ldap3/strategy/sync.py                        |  425 +++----
 ldap3/utils/asn1.py                           |   18 -
 ldap3/utils/conv.py                           |  301 ++---
 ldap3/utils/hashed.py                         |    3 +-
 ldap3/version.py                              |    6 +-
 requirements.txt                              |    2 +-
 setup.cfg                                     |    2 +-
 test/testBindOperation.py                     |   21 +-
 test/testMicrosoftAD.py                       |  171 +++
 test/testModifyDNOperation.py                 |   14 +-
 test/testSearchOperation.py                   |   17 +-
 test/testSearchOperationJSON.py               |   11 +-
 test/testTls.py                               |   12 +-
 40 files changed, 4712 insertions(+), 4166 deletions(-)
 create mode 100644 ldap3/extend/microsoft/dirSync.py
 copy ldap3/{utils/repr.py => protocol/controls.py} (57%)
 create mode 100644 test/testMicrosoftAD.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-ldap3.git



More information about the Python-modules-commits mailing list