10
I Use This!
Low Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected 1 day ago.
Jun 29, 2025 — Jun 29, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
(re)numbered test classes and methods More... over 8 years ago
added Test02_ReconnectLDAPObject.test_reconnect_get_state More... over 8 years ago
added Test02_ReconnectLDAPObject.test_reconnect_get_state More... over 8 years ago
removed obsolete Python compability note from modules docstrings and demo scripts More... over 8 years ago
ldap.modlist does not need ldap.cidict anymore More... over 8 years ago
fixed ldap.schema.models.Entry.__contains__() More... over 8 years ago
ldap.ldapobject: avoid using .has_key() More... over 8 years ago
ldap.async: avoid using .has_key() and check result types against set() instances More... over 8 years ago
ldap.schema: avoid .has_key(), NOT_HUMAN_READABLE_LDAP_SYNTAXES is not set() More... over 8 years ago
ldap.cidict.__version__ imported from package More... over 8 years ago
ldap.cidict: more nits around .has_key() More... over 8 years ago
avoid use of .has_key() More... over 8 years ago
use IterableUserDict in ldap.cidict More... over 8 years ago
removed unneeded import for UserDict from ldap.schema.subentry More... over 8 years ago
minor code-cleaning in ldif More... over 8 years ago
ldap.schema.tokenizer: removed use of .has_key() More... over 8 years ago
ldap.modlist: removed use of .has_key() and use set for attribute value set comparison More... over 8 years ago
ldapurl: eliminated use of .has_key() More... over 8 years ago
docstring cosmetics More... over 8 years ago
module ldif now uses functions b64encode() and b64decode() More... over 8 years ago
added LDIF test with line-folded, base64-encoded attribute More... over 8 years ago
use new-style classes in ldapurl More... over 8 years ago
fixed var usage when failing in test_bad_change_records() More... over 8 years ago
removed all dependencies on modules string and types More... over 8 years ago
removed almost all assert statements in ldap.schema.models, removed importing of types module More... over 8 years ago
stick to naming convention with LDAPinit_pkginfo() More... over 8 years ago
C module _ldap now also gets __author__ and __license__ set from ldap.pkginfo same like __version__ More... over 8 years ago
always use bytes() for UUID() constructor in ldap.syncrepl More... over 8 years ago
white-space cleaning More... over 8 years ago
announce minor changes for 2.5.2 in Modules/ and Lib/ More... over 8 years ago