[Python-modules-commits] [python-ldap3] branch upstream updated (d4d2b3e -> ef86c9e)
Brian May
bam at moszumanska.debian.org
Tue Oct 13 22:48:39 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 d4d2b3e Imported Upstream version 0.9.8.8
new ef86c9e Import python-ldap3_0.9.9.1.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 | 2 +-
_version.json | 2 +-
ldap3.egg-info/PKG-INFO | 2 +-
ldap3.egg-info/SOURCES.txt | 2 +
ldap3/__init__.py | 55 +
ldap3/abstract/attrDef.py | 7 +-
ldap3/abstract/operationalAttribute.py | 1 +
ldap3/core/connection.py | 12 +-
ldap3/core/server.py | 11 +-
ldap3/extend/__init__.py | 2 +-
ldap3/extend/novell/partition_entry_count.py | 2 +-
ldap3/extend/novell/replicaInfo.py | 2 +-
ldap3/extend/operation.py | 5 +-
ldap3/operation/add.py | 139 +-
ldap3/operation/bind.py | 279 ++--
ldap3/operation/delete.py | 94 +-
ldap3/operation/extended.py | 40 +-
ldap3/operation/search.py | 1022 +++++++------
ldap3/protocol/formatters/formatters.py | 2 +
ldap3/protocol/formatters/standard.py | 16 +-
ldap3/protocol/oid.py | 2125 +++++++++++++-------------
ldap3/protocol/{oid.py => oid2.py} | 8 +-
ldap3/protocol/rfc4511.py | 2001 ++++++++++++------------
ldap3/protocol/rfc4512.py | 27 +-
ldap3/protocol/sasl/kerberos.py | 8 +-
ldap3/strategy/async.py | 11 +-
ldap3/strategy/base.py | 1429 +++++++++--------
ldap3/strategy/sync.py | 420 ++---
ldap3/utils/asn1.py | 223 +++
ldap3/utils/ciDict.py | 210 ++-
ldap3/utils/conv.py | 4 +-
ldap3/utils/log.py | 4 +-
ldap3/version.py | 10 +-
test/testAbstractionSearch.py | 10 +-
test/testCheckNames.py | 4 +-
test/testLDIF-change.py | 4 +-
test/testOfflineSchema.py | 2 +-
test/testSchema.py | 2 +-
test/testSearchOperation.py | 382 ++---
test/testTls.py | 6 +-
40 files changed, 4557 insertions(+), 4030 deletions(-)
copy ldap3/protocol/{oid.py => oid2.py} (99%)
create mode 100644 ldap3/utils/asn1.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