From: Michael Str?d. <str...@us...> - 2002-02-02 13:33:42
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/02/02 05:33:39 Modified files: Doc : lib.tex libldap.tex libldapurl.tex libldif.tex Log message: Consequently use lower-cased project name python-ldap. |
From: Michael Str?d. <str...@us...> - 2002-02-09 14:51:24
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/02/09 06:51:23 Modified files: Doc : libldap.tex Log message: Revised \subsection{Exceptions} |
From: Michael Str?d. <str...@us...> - 2002-02-09 15:00:55
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/02/09 07:00:54 Modified files: Doc : libldap.tex Log message: Some more addtions to \subsection{Exceptions} |
From: Michael Str?d. <str...@us...> - 2002-02-09 15:04:24
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/02/09 07:04:24 Modified files: Modules : errors.c Log message: Sorted seterrobj() alphabetically and added seterrobj(NO_OBJECT_CLASS_MODS) |
From: Michael Str?d. <str...@us...> - 2002-02-09 15:04:48
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/02/09 07:04:48 Modified files: . : setup.cfg Log message: Added section [install] |
From: Michael Str?d. <str...@us...> - 2002-02-09 16:08:30
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/02/09 08:08:29 Modified files: Doc : Makefile Added files: Doc : ldap.tex ldap_async.tex ldap_modlist.tex ldapurl.tex ldif.tex python-ldap.tex Removed files: Doc : lib.tex libldap.tex libldapurl.tex libldif.tex Log message: Renamed source and destination files. |
From: Michael Str?d. <str...@us...> - 2002-02-09 16:09:23
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/02/09 08:09:20 Removed files: Doc : libldapsub.tex Log message: Splitted into ldap_async.tex and ldap_modlist.tex |
From: Michael Str?d. <str...@us...> - 2002-02-09 16:11:41
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/02/09 08:11:40 Modified files: Doc : ldap_async.tex ldap_modlist.tex Log message: Added CVS Id |
From: Michael Str?d. <str...@us...> - 2002-02-09 16:31:27
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/02/09 08:31:26 Modified files: Lib/ldap : functions.py Log message: Wrap get_option() and set_option() with well-defined parameters instead of (*args,**kwargs) |
From: Michael Str?d. <str...@us...> - 2002-02-09 18:55:11
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/02/09 10:55:09 Modified files: Doc : ldap.tex ldap_async.tex ldap_modlist.tex ldapurl.tex ldif.tex Log message: Corrected some minor errors |
From: Michael Str?d. <str...@us...> - 2002-02-09 19:03:54
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/02/09 11:03:53 Modified files: Doc : ldap.tex ldap_async.tex ldap_modlist.tex ldapurl.tex ldif.tex Log message: Corrected \declaremodule |
From: Michael Str?d. <str...@us...> - 2002-02-09 19:34:03
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/02/09 11:34:02 Modified files: Doc : ldap.tex ldap_modlist.tex ldapurl.tex ldif.tex python-ldap.tex Log message: Corrected minor issues, added module index |
From: Michael Str?d. <str...@us...> - 2002-02-12 15:38:03
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/02/12 06:21:15 Modified files: . : setup.cfg Log message: More examples for line libs |
From: Michael Str?d. <str...@us...> - 2002-02-12 16:03:41
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/02/12 08:03:40 Modified files: Modules : constants.c options.c Log message: wrap OPT_X_TLS_CTX with ifdef LDAP_VENDOR_VERSION>=20013 |
From: Michael Str?d. <str...@us...> - 2002-02-13 00:43:16
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/02/12 16:43:15 Modified files: Lib/ldap : ldapobject.py Log message: Added LDAPObject.supported_ldap_version() |
From: Michael Str?d. <str...@us...> - 2002-02-13 01:06:31
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/02/12 17:06:31 Modified files: Lib/ldap : ldapobject.py Log message: Use raise without parameter in LDAPObject.supported_ldap_version() to keep stack-trace of ldap.PROTOCOL_ERROR |
From: Michael Str?d. <str...@us...> - 2002-02-16 17:15:41
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/02/16 09:15:40 Modified files: Lib/ldap : modlist.py Log message: modifyModlist(): Use pair of ldap.MOD_DELETE and ldap.MOD_ADD change items instead of a single ldap.MOD_REPLACE item for replacing an attribute value. This is probably more robust and faster. Also it is possible now to replace attribute values even if the LDAP server does not support MOD_REPLACE in a particular entry (e.g. subschemaSubentry on Netscape DS 4.x). |
From: Michael Str?d. <str...@us...> - 2002-02-16 17:17:08
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/02/16 09:17:08 Modified files: Lib/ldap : functions.py Log message: 1. Wrapped _ldap.is_ldap_url(). 2. Check if uri parameter passed to ldap.initialize() is a LDAP URL and raise ValueError with meaningful message if not. |
From: Michael Str?d. <str...@us...> - 2002-02-16 17:18:20
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/02/16 09:18:19 Modified files: Lib/ldap : ldapobject.py Log message: Parameter filterstr is now a key word parameter with default value '(objectClass=*)'. Also corrected __doc__ string of LDAPObject.search(). |
From: Michael Str?d. <str...@us...> - 2002-02-16 17:19:04
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/02/16 09:19:03 Modified files: Lib/ldap : __init__.py Log message: 2.0.0pre05 |
From: Michael Str?d. <str...@us...> - 2002-02-16 17:45:20
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/02/16 09:45:19 Modified files: Doc : ldap.tex Log message: Updated parameter description of parameters for LDAPObject.search*() - especially filterstr. Removed simple example for filterstr because it was invalid filter syntax. |
From: Michael Str?d. <str...@us...> - 2002-02-18 16:42:52
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/02/18 08:42:50 Modified files: Lib/ldap : modlist.py Log message: Use None for tuple item mod_val if mod_op==ldap.MOD_DELETE. |
From: Michael Str?d. <str...@us...> - 2002-02-18 16:43:46
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/02/18 08:43:45 Modified files: . : setup.py Log message: version 2.0.0pre05 |
From: Michael Str?d. <str...@us...> - 2002-02-19 08:40:38
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/02/19 00:40:36 Modified files: Lib/ldap : modlist.py Log message: Checking the ignored attributes is done with a dictionary now. Should be faster. Deleting an attribute is done in any case if not new_value:. Added more test cases for weird input data. Especially empty attribute value lists or something like ['']. |
From: Michael Str?d. <str...@us...> - 2002-02-20 16:17:17
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/02/20 08:17:16 Modified files: Doc : ldap.tex Log message: Explanation of exception ldap.UNDEFINED_TYPE |