automatic testing was refactored in 2.4.36+: - python setup.py test works - tox.ini was added
runtests.sh needs documentation
Thanks! Committed your patch to CVS HEAD. Will be released soon with 2.4.40.
Memory leaks in Modules/ldapcontrol.c
test script runtests needs refining
tracked now solely in more recent #68
t_ldapurl.py unit test errors (python-ldap 2.4.19)
added @unittest.expectedFailure for now
License is uncluear
be more lenient in LDIFParser
was fixed in 2.4.26
osptransapi.c:986:13: error: non-floating-point argument in call to function ‘__builtin_isnan’
support for winldap
Since we have Win32 (with simple bind support) since years this is not urgent anymore....
add /usr/local/lib and /usr/local/include in setup.cfg
released quite a while ago
LDIF parser hides DN with change record type
Support for change records was released with 2.4.20
t_cext.py unit test errors (python-ldap 2.4.19)
fix will be released with 2.4.26
Segmentation fault on whoami_s after unbind
fix will be released in 2.4.26
Pypy support
It's unclear what to do. pypy-2.4 does not even import ldap anymore.
call to reconnect() will get stuck in an infinite loop
Was fixed in former release. It's recommended to use ReconnectLDAPObject only with...
Committed your patch. Please test.
ReconnectLDAPObject is not actually picklabe