From: Michael Str?d. <str...@us...> - 2002-06-30 21:03:38
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/06/30 14:03:37 Modified files: Demo : asyncldif.py Log message: Mention trace_level when calling ldap.initialize(). |
From: Michael Str?d. <str...@us...> - 2002-06-30 21:07:57
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/06/30 14:07:56 Modified files: . : .cvsignore Log message: |
From: Michael Str?d. <str...@us...> - 2002-06-30 21:09:48
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/06/30 14:09:47 Added files: Modules : .cvsignore Log message: Ignore editor backup files |
From: Michael Str?d. <str...@us...> - 2002-06-30 21:13:48
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/06/30 14:13:47 Added files: Demo/Lib/ldap : .cvsignore Demo/Lib/ldif : .cvsignore Demo/Lib : .cvsignore Demo : .cvsignore Log message: Demo/Lib/ldap/async/.cvsignore |
From: Michael Str?d. <str...@us...> - 2002-07-01 13:49:17
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/01 06:49:13 Modified files: Lib/ldap : async.py Log message: Use timeout 0 when calling self._l.result(), additional comments |
From: Michael Str?d. <str...@us...> - 2002-07-01 13:53:51
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/01 06:53:48 Modified files: Lib/ldap : __init__.py ldapobject.py Log message: New locking structure with better fall-back for Python without thread support |
From: Michael Str?d. <str...@us...> - 2002-07-01 14:00:53
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/01 07:00:50 Modified files: Lib/ldap : ldapobject.py Log message: Default for ldap_r=0 |
From: Michael Str?d. <str...@us...> - 2002-07-01 23:44:16
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/01 16:44:15 Modified files: Lib/ldap : __init__.py ldapobject.py Log message: It's more suitable to have a module-wide variable ldap.LIBLDAP_R instead of a parameter for LDAPObject.__init__() |
From: Michael Str?d. <str...@us...> - 2002-07-02 14:31:40
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/02 07:31:39 Modified files: . : setup.py Modules : constants.c Lib/ldap : __init__.py Log message: _ldap.LIBLDAP_R and therefore ldap.LIBLDAP_R is automagically set based on libs of setup.cfg containing ldap_r or not |
From: Michael Str?d. <str...@us...> - 2002-07-02 14:33:22
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/02 07:33:20 Modified files: Doc : ldap.tex Log message: Removed method url_search() and friends since not available in OpenLDAP 2.1.x anymore |
From: Michael Str?d. <str...@us...> - 2002-07-02 15:30:09
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/02 08:30:08 Modified files: . : TODO Log message: Some updates |
From: Michael Str?d. <str...@us...> - 2002-07-02 17:49:24
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/02 10:49:23 Modified files: . : setup.py Log message: Defines HAVE_LDAP_MODRDN2 and HAVE_LDAP_MODRDN2_S are not used anywhere |
From: Michael Str?d. <str...@us...> - 2002-07-02 18:00:06
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/02 11:00:02 Modified files: Modules : ldapmodule.c functions.c . : setup.py Removed files: Modules : template.c template.h Log message: Removed the whole template stuff which was never actively maintained, used by anyone or documented |
From: Michael Str?d. <str...@us...> - 2002-07-03 09:17:20
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/03 02:17:17 Modified files: . : setup.py Modules : LDAPObject.c Log message: Removed LDAP_TYPE_IS_OPAQUE |
From: Michael Str?d. <str...@us...> - 2002-07-03 09:22:32
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/03 02:22:31 Modified files: . : setup.cfg Log message: More examples for libs |
From: Michael Str?d. <str...@us...> - 2002-07-04 14:49:58
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/04 07:49:57 Modified files: . : setup.cfg Log message: Solely ldap_r |
From: Michael Str?d. <str...@us...> - 2002-07-04 15:00:33
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/04 08:00:32 Modified files: . : setup.cfg Log message: Comment about using recent OpenLDAP for libldap_r |
From: Michael Str?d. <str...@us...> - 2002-07-04 17:58:26
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/04 10:58:25 Modified files: . : setup.py Modules : LDAPObject.c constants.c errors.c options.c Log message: #ifdef HAVE_SASL - I hate C |
From: Michael Str?d. <str...@us...> - 2002-07-12 17:05:37
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/12 10:05:36 Modified files: Modules : constants.c Log message: Wrap constants API_VERSION and VENDOR_VERSION |
From: Michael Str?d. <str...@us...> - 2002-07-12 17:06:25
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/12 10:06:24 Modified files: . : setup.py Log message: Time-stamped version number as long as it's not a release |
From: Michael Str?d. <str...@us...> - 2002-07-12 17:08:08
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/12 10:08:08 Modified files: Lib/ldap : async.py Log message: Parameter timeout for AsyncSearchHandler.processResults() |
From: Michael Str?d. <str...@us...> - 2002-07-12 17:15:51
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/12 10:15:50 Modified files: Lib/ldap : __init__.py functions.py ldapobject.py Log message: Several changes to locking and logging: Renamed ldap._ldap_call to ldap._ldap_function_call to make code more readable. Cleaner support for Python installations without thread support. Functions produce a trace log too. Module wide constant ldap._trace_level has to be set by application to switch it on. Locking can be switched off completely (might change): ldap.LDAPLock = ldap.DummyLock ldap._ldap_module_lock = ldap.LDAPLock() |
From: Michael Str?d. <str...@us...> - 2002-07-17 18:03:12
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/17 11:03:09 Modified files: . : setup.py Log message: Switch off defines realted to caching |
From: Michael Str?d. <str...@us...> - 2002-07-20 09:33:40
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/20 02:33:40 Modified files: . : setup.py Log message: Comment |
From: Michael Str?d. <str...@us...> - 2002-07-20 09:56:48
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/20 02:56:47 Modified files: . : setup.cfg Log message: Comment |