From: Michael Str?d. <str...@us...> - 2001-12-14 17:18:25
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/12/14 09:18:24 Modified files: Lib : ldif.py Log message: Splitted class LDIFCopy into classes FileWriter and LDIFCopy |
From: Michael Str?d. <str...@us...> - 2001-12-14 18:55:52
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/12/14 10:55:51 Modified files: Lib/ldap : async.py Log message: __doc__ strings more suitable |
From: Michael Str?d. <str...@us...> - 2001-12-15 19:25:31
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/12/15 11:25:30 Added files: Lib : ldapurl.py Removed files: Lib/ldap : ldapurl.py Log message: Moved module ldap.ldapurl to ldapurl. It does not depend on module ldap anymore. |
From: Michael Str?d. <str...@us...> - 2001-12-15 19:33:39
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/12/15 11:33:39 Modified files: . : setup.py Log message: Moved module ldap.ldapurl to ldapurl. |
From: Michael Str?d. <str...@us...> - 2001-12-15 19:35:16
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/12/15 11:35:16 Modified files: Lib : ldif.py Log message: Compability note |
From: Michael Str?d. <str...@us...> - 2001-12-17 00:32:43
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/12/16 16:32:42 Modified files: Lib : ldif.py Log message: Hmm, one new-line too much. |
From: Michael Str?d. <str...@us...> - 2001-12-17 14:34:29
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/12/17 06:34:27 Modified files: Lib : ldif.py Lib/ldap : async.py Log message: Hopefully have empty line separating records in LDIF output fixed now... |
From: Michael Str?d. <str...@us...> - 2001-12-19 11:42:32
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/12/19 03:42:30 Modified files: Lib/ldap : modlist.py Log message: addModlist(): Empty attribute values are discarded. modifyModlist(): New key word parameter ignore_oldexistent=0 allows to switch off deleting attributes which were present in the old_entry but are not mentioned in new_entry at all. If unsure set to zero. |
From: Michael Str?d. <str...@us...> - 2001-12-19 15:24:58
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/12/19 07:24:57 Modified files: Demo : simplebrowse.py Log message: Use ldap.explode_dn() instead of string.split() for breaking dn into components |
From: Michael Str?d. <str...@us...> - 2001-12-20 20:03:30
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/12/20 12:03:26 Modified files: Modules : LDAPObject.c Added files: Demo : rename.py Log message: wrapped ldap_rename() and ldap_rename_s() of OpenLDAP 2 libs |
From: Michael Str?d. <str...@us...> - 2001-12-20 20:20:39
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/12/20 12:20:38 Modified files: Lib : ldapthreadlock.py Log message: LDAPObject.rename() and LDAPObject.rename_s() |
From: Michael Str?d. <str...@us...> - 2001-12-21 13:21:14
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/12/21 05:21:14 Modified files: Modules : LDAPObject.c Log message: Fixed typo in __doc__ string and removed tabs at line endings. |
From: Michael Str?d. <str...@us...> - 2001-12-21 14:22:36
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/12/21 06:22:35 Modified files: Lib/ldap : __init__.py Added files: Lib/ldap : ldapobject.py Removed files: Lib : ldapthreadlock.py Log message: New Python wrapper module ldap.ldapobject around LDAPObject implemented by Modules/LDAPObject.c. Removed the obsolete module ldapthreadlock. |
From: Jacek K. <ja...@us...> - 2001-12-21 17:49:10
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: jajcus 2001/12/21 09:49:07 Modified files: Lib/ldap : ldapobject.py Log message: - fix: call _ldap.set_option() instead of _ldap.get_option() in set_option() |
From: Jacek K. <ja...@us...> - 2001-12-21 17:53:04
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: jajcus 2001/12/21 09:53:04 Modified files: Lib/ldap : ldapobject.py Log message: - %s/intialize/initialize/g |
From: Michael Str?d. <str...@us...> - 2001-12-21 20:23:38
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/12/21 12:23:37 Added files: Demo/Lib/ldap/async: deltree.py Log message: Case insensitive handling of hasSubordinates and numSubordinates |
From: Michael Str?d. <str...@us...> - 2001-12-22 17:02:44
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/12/22 09:02:43 Modified files: Lib/ldap : ldapobject.py Log message: Fixed some more issues for getting rid of *_s() methods in C wrapper module |
From: Michael Str?d. <str...@us...> - 2001-12-23 03:19:03
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/12/22 19:19:02 Modified files: Lib/ldap : ldapobject.py Log message: Major overhaul of result(). Sync searches should work now |
From: Michael Str?d. <str...@us...> - 2001-12-22 17:52:57
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/12/22 09:52:56 Modified files: Lib : ldapurl.py Log message: Handle parameters who and cred in LDAPUrl.__init__() correctly. |
From: Michael Str?d. <str...@us...> - 2001-12-23 19:32:51
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/12/23 11:32:50 Modified files: Lib/ldap : ldapobject.py Log message: while conditions in result() slightly simpler |
From: Michael Str?d. <str...@us...> - 2001-12-23 03:19:27
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/12/22 19:19:26 Modified files: Lib/ldap : async.py Log message: Be really async... |
From: Michael Str?d. <str...@us...> - 2001-12-23 15:48:29
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/12/23 07:48:28 Modified files: Lib/ldap : ldapobject.py Log message: Uurgs! Another fix for LDAPObject.result()... |
From: Michael Str?d. <str...@us...> - 2001-12-24 02:43:59
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/12/23 18:43:58 Modified files: Lib/ldap : ldapobject.py Log message: Hopefully results of all methods are compliant to __doc__ string now |
From: Michael Str?d. <str...@us...> - 2001-12-24 15:41:25
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/12/24 07:41:24 Modified files: . : setup.py Log message: Added ldap.ldapobject and abandoned ldapthreadlock |
From: Michael Str?d. <str...@us...> - 2001-12-24 15:54:53
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/12/24 07:54:52 Modified files: Lib/ldap : ldapobject.py Log message: LDAPObject.result() compliant to old API all==1. It returns list of plain results instead of list of tuples (result type, result data). |