From: Michael Str?d. <str...@us...> - 2002-09-06 17:48:29
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/09/06 10:48:28 Modified files: Lib : ldapurl.py Log message: Minor corrections |
From: Michael Str?d. <str...@us...> - 2002-09-06 18:00:50
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/09/06 11:00:50 Modified files: Lib : ldapurl.py Log message: Minor correction and removed unneeded code |
From: Michael Str?d. <str...@us...> - 2002-09-06 18:12:02
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/09/06 11:12:02 Modified files: Lib : ldapurl.py Log message: Values in LDAPUrlExtensions.data are instances of LDAPUrlExtension; Default value for dn key-word arg of LDAPUrl.__init__() is '' (I hope this gives no trouble) |
From: Michael Str?d. <str...@us...> - 2002-09-06 18:12:50
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/09/06 11:12:49 Modified files: Lib : ldapurl.py Log message: Set __version__ to 0.5.1 |
From: Michael Str?d. <str...@us...> - 2002-09-06 20:59:34
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/09/06 13:59:33 Modified files: Lib : ldapurl.py Log message: Avoid mutable default values for key-word args |
From: Michael Str?d. <str...@us...> - 2002-09-06 21:02:59
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/09/06 14:02:58 Modified files: Lib/ldap/schema: tokenizer.py Log message: extract_tokens(): known_tokens as normal argument |
From: Michael Str?d. <str...@us...> - 2002-09-06 22:50:23
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/09/06 15:50:22 Modified files: Lib : ldif.py Lib/ldap : cidict.py modlist.py Lib/ldap/schema: models.py subentry.py Log message: Avoid mutable default values for key-word args |
From: Michael Str?d. <str...@us...> - 2002-09-07 15:24:50
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/09/07 08:24:48 Modified files: Lib/ldap : cidict.py Log message: Renamed local vars in cidict.update() |
From: Michael Str?d. <str...@us...> - 2002-09-07 17:26:55
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/09/07 10:26:54 Modified files: Lib/ldap/schema: models.py Log message: Added method Entry.attribute_types() |
From: Michael Str?d. <str...@us...> - 2002-09-08 21:14:48
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/09/08 14:14:45 Modified files: Lib/ldap/schema: models.py Log message: Yes, there seem to be entries without objectClass attribute... |
From: Michael Str?d. <str...@us...> - 2002-09-09 22:50:46
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/09/09 15:50:35 Modified files: Lib/ldap : ldapobject.py Log message: Added __getstate__() and __setstate__() to ReconnectLDAPObject. Also a new method _restore_options() was added. Needs testing though... |
From: Michael Str?d. <str...@us...> - 2002-09-09 23:19:17
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/09/09 16:19:16 Modified files: Lib/ldap/schema: models.py Log message: Deactivated dITContentRules until a real concept for it is found |
From: Michael Str?d. <str...@us...> - 2002-09-10 13:33:19
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/09/10 06:33:17 Modified files: Lib : ldif.py Log message: Completed _unparseChangeRecord(). Needs testing though... |
From: Michael Str?d. <str...@us...> - 2002-09-13 15:00:39
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/09/13 08:00:37 Modified files: Lib/ldap : ldapobject.py Log message: LDAPObject.read_subschemasubentry_s(): Catch ldap.NO_SUCH_OBJECT and return None |
From: Michael Str?d. <str...@us...> - 2002-09-18 14:04:51
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/09/18 07:04:47 Modified files: Lib/ldap : modlist.py Log message: Replace an attribute value by deleting it completely and re-add the whole attribute value list. This is necessary to make it work with attributes for which no matching rules are implemented. The caveat is that it might trigger mor attribute indexing depending on LDAP server implementation. |
From: Michael Str?d. <str...@us...> - 2002-09-18 18:51:23
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/09/18 11:51:22 Added files: . : LICENCE Removed files: . : LICENSE Modules : LICENCE Log message: A single 'Python-style' license for the whole sdist package. It's called LICENSE to avoid David having an identity crisis. |
From: Michael Str?d. <str...@us...> - 2002-09-22 02:09:42
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/09/21 19:09:36 Modified files: Lib/ldap/schema: models.py Log message: Class Entry: Different UserDict.UserDict-approach which seems to be usable with sub-types. Sure has other caveats and needs testing. |
From: Michael Str?d. <str...@us...> - 2002-09-22 02:10:39
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/09/21 19:10:39 Modified files: Lib/ldap/schema: __init__.py Log message: Also import SCHEMA_ATTR_MAPPING |
From: Michael Str?d. <str...@us...> - 2002-09-23 23:06:16
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/09/23 16:06:14 Modified files: Lib/ldap/schema: models.py Log message: class Entry: No default key-word-arg for entry. Added arg dn. |
From: Michael Str?d. <str...@us...> - 2002-09-23 23:07:21
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/09/23 16:07:20 Modified files: . : setup.cfg setup.py Log message: setup.cfg |
From: Michael Str?d. <str...@us...> - 2002-09-24 15:20:50
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/09/24 08:20:47 Modified files: . : MANIFEST.in Log message: Docs are distributed separately |
From: Michael Str?d. <str...@us...> - 2002-10-22 18:29:49
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/10/22 11:29:47 Modified files: Lib : ldif.py Log message: - Removed class FileWriter - LDIFCopy derived from LDIFParser now - fixed LDIFCopy |
From: Michael Str?d. <str...@us...> - 2002-10-22 19:27:35
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/10/22 12:27:33 Modified files: Lib/ldap : cidict.py Log message: Fixed cidict.__del__() to also remove key from _keys. |
From: Michael Str?d. <str...@us...> - 2002-10-27 18:51:14
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/10/27 10:51:13 Modified files: Lib/ldap : ldapobject.py Doc : ldap.tex Log message: [ 627599 ] docs unclear for add() functionality |
From: Michael Str?d. <str...@us...> - 2002-10-27 19:03:38
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/10/27 11:03:37 Modified files: Lib/ldap : __init__.py Log message: [ 563033 ] tweak to threading detection |