10
I Use This!
Low Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 19 hours ago.
Jan 18, 2025 — Jan 18, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
removed class ldap.ldapobject.NonblockingLDAPObject More... about 8 years ago
use example.com in examples and tests More... about 8 years ago
ldap.dn: use Boolean for notypes More... about 8 years ago
added more tests for sub-module ldap.dn More... about 8 years ago
docstring line-wrapping More... about 8 years ago
a bit of PEP-8 for ldap.sasl More... about 8 years ago
more obsolete docstring content removed More... about 8 years ago
a bit of PEP-8 for ldap.logger More... about 8 years ago
modifyModlist(): avoid map(None, ...) More... about 8 years ago
ldap.cidict: avoid using .has_key() More... about 8 years ago
fixed pickling and restoring of ReconnectLDAPObject, avoid .has_key() in ldap.ldapobject More... about 8 years ago
added Test01_ReconnectLDAPObject.test104_reconnect_restore() More... about 8 years ago
(re)numbered test classes and methods More... about 8 years ago
added Test02_ReconnectLDAPObject.test_reconnect_get_state More... about 8 years ago
added Test02_ReconnectLDAPObject.test_reconnect_get_state More... about 8 years ago
removed obsolete Python compability note from modules docstrings and demo scripts More... about 8 years ago
ldap.modlist does not need ldap.cidict anymore More... about 8 years ago
fixed ldap.schema.models.Entry.__contains__() More... about 8 years ago
ldap.ldapobject: avoid using .has_key() More... about 8 years ago
ldap.async: avoid using .has_key() and check result types against set() instances More... about 8 years ago
ldap.schema: avoid .has_key(), NOT_HUMAN_READABLE_LDAP_SYNTAXES is not set() More... about 8 years ago
ldap.cidict.__version__ imported from package More... about 8 years ago
ldap.cidict: more nits around .has_key() More... about 8 years ago
avoid use of .has_key() More... about 8 years ago
use IterableUserDict in ldap.cidict More... about 8 years ago
removed unneeded import for UserDict from ldap.schema.subentry More... about 8 years ago
minor code-cleaning in ldif More... about 8 years ago
ldap.schema.tokenizer: removed use of .has_key() More... about 8 years ago
ldap.modlist: removed use of .has_key() and use set for attribute value set comparison More... about 8 years ago
ldapurl: eliminated use of .has_key() More... about 8 years ago