timeval options do not have symmetric set/get
I opened this issue on GitHub: https://github.com/python-ldap/python-ldap/issues/95
runtests.sh needs documentation
automatic testing was refactored in 2.4.36+: - python setup.py test works - tox.ini was added
Thanks! Committed your patch to CVS HEAD. Will be released soon with 2.4.40.
Memory leaks in Modules/ldapcontrol.c
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
was fixed in 2.4.26
be more lenient in LDIFParser
Since we have Win32 (with simple bind support) since years this is not urgent anymore....
support for winldap
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
fix will be released with 2.4.26
t_cext.py unit test errors (python-ldap 2.4.19)
be more lenient in LDIFParser
fix will be released in 2.4.26
Segmentation fault on whoami_s after unbind
Segmentation fault on whoami_s after unbind
runtests.sh needs documentation
t_ldapurl.py unit test errors (python-ldap 2.4.19)
I have attached a log of all the errors I recieved.
t_cext.py unit test errors (python-ldap 2.4.19)
add /usr/local/lib and /usr/local/include in setup.cfg
Pypy support
It's unclear what to do. pypy-2.4 does not even import ldap anymore.
Was fixed in former release. It's recommended to use ReconnectLDAPObject only with...
call to reconnect() will get stuck in an infinite loop
ReconnectLDAPObject is not actually picklabe