From: Michael Str?d. <str...@us...> - 2003-05-18 21:44:36
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2003/05/18 14:44:35 Modified files: Lib/ldap : ldapobject.py Log message: __doc__ strings |
From: Michael Str?d. <str...@us...> - 2003-05-18 21:48:58
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2003/05/18 14:48:57 Modified files: Lib/ldap : ldapobject.py Log message: Readability: Set protocol_version class attribute instead of self.set_option(ldap.OPT_PROTOCOL_VERSION,..) |
From: Michael Str?d. <str...@us...> - 2003-05-18 21:50:31
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2003/05/18 14:50:29 Modified files: Lib/ldap : ldapobject.py Log message: LDAPObject.protocol_version is set to LDAPv3 as default. This might make code changes necessary in a real LDAPv2 environment. |
From: Michael Str?d. <str...@us...> - 2003-05-18 21:51:06
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2003/05/18 14:51:05 Modified files: . : CHANGES Log message: Key-word arguments for simple_bind(), LDAPObject.protocol_version is set to LDAPv3 as default |
From: Michael Str?d. <str...@us...> - 2003-05-22 12:21:24
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2003/05/22 05:17:26 Modified files: Lib/ldap : filter.py Log message: escape_filter_chars(): back-slash must be quoted at first, use raw strings where possible |
From: Michael Str?d. <str...@us...> - 2003-05-23 18:00:52
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2003/05/23 11:00:52 Modified files: Modules : constants.c Log message: Removed unused constants for filter types |
From: Michael Str?d. <str...@us...> - 2003-05-23 18:02:06
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2003/05/23 11:02:05 Modified files: Doc : ldap.tex Log message: Use argument name 'cred' |
From: Michael Str?d. <str...@us...> - 2003-05-23 18:11:07
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2003/05/23 11:02:31 Modified files: . : setup.py Log message: Extended author line |
From: Michael Str?d. <str...@us...> - 2003-05-23 18:12:25
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2003/05/23 11:03:08 Modified files: . : setup.cfg Log message: Added line extra_objects |
From: Michael Str?d. <str...@us...> - 2003-05-24 16:21:42
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2003/05/24 09:21:40 Modified files: Lib : ldapurl.py Log message: Use urllib.unquote() instead of urllib.unquote_plus() |
From: Michael Str?d. <str...@us...> - 2003-05-25 12:29:39
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2003/05/25 05:29:39 Modified files: . : TODO Log message: DSMLv2 |
From: Michael Str?d. <str...@us...> - 2003-05-25 12:32:58
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2003/05/25 05:32:57 Modified files: . : TODO Log message: Added CVS-Id |
From: Michael Str?d. <str...@us...> - 2003-05-26 05:41:45
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2003/05/25 22:41:45 Modified files: Lib/ldap : async.py Log message: LDIFWriter: ldif.LDIFWriter is used instead of ldif.CreateLDIF() |
From: Michael Str?d. <str...@us...> - 2003-05-26 07:41:15
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2003/05/26 00:41:14 Modified files: Lib/ldap : async.py Log message: LDIFWriter.__init__(): 2nd argument is either file-like or ldif.LDIFWriter object |
From: Michael Str?d. <str...@us...> - 2003-05-26 07:48:16
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2003/05/26 00:48:15 Modified files: Lib/ldap : async.py Log message: LDIFWriter.__init__(): Corrected and enhanced type check for writer_obj |
From: Michael Str?d. <str...@us...> - 2003-05-26 07:49:08
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2003/05/26 00:49:07 Modified files: Lib : ldapurl.py Log message: Line wrapping |
From: Michael Str?d. <str...@us...> - 2003-05-26 07:49:38
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2003/05/26 00:49:37 Modified files: . : CHANGES Log message: unquote change to ldapurl |
From: Michael Str?d. <str...@us...> - 2003-05-26 07:50:25
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2003/05/26 00:50:24 Modified files: . : CHANGES Log message: Some changes in ldap.async.LDIFWriter |
From: Michael Str?d. <str...@us...> - 2003-05-26 08:34:05
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2003/05/26 01:34:04 Modified files: Lib/ldap : filter.py Log message: Added function filter_format(). |
From: Michael Str?d. <str...@us...> - 2003-05-26 08:36:30
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2003/05/26 01:36:29 Modified files: . : CHANGES Log message: Added function ldap.filter.filter_format(). |
From: Michael Str?d. <str...@us...> - 2003-05-27 13:40:24
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2003/05/27 06:40:15 Modified files: . : CHANGES Lib/ldap : ldapobject.py Log message: * Default for key-word argument trace_stack_limit passed to __init__() is 5 * Updated __doc__ strings * Aligned and tested ReconnectLDAPObject and SmartLDAPObject |
From: Michael Str?d. <str...@us...> - 2003-05-27 13:46:26
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2003/05/27 06:41:46 Modified files: . : CHANGES Log message: Release 2.0.0pre12 |
From: Michael Str?d. <str...@us...> - 2003-05-27 14:02:57
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2003/05/27 07:02:56 Modified files: Doc : python-ldap.tex Added files: Doc : ldap-filter.tex Log message: Added docs for sub-module ldap.filter |
From: Michael Str?d. <str...@us...> - 2003-05-29 16:34:35
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2003/05/29 09:34:34 Modified files: . : CHANGES Log message: Started 2.0.0pre13. |
From: Michael Str?d. <str...@us...> - 2003-05-29 16:35:48
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2003/05/29 09:35:46 Modified files: . : CHANGES Lib/ldap/schema: subentry.py Log message: ldap.schema.subentry.SubSchema.attribute_types() now correctly handles attribute types without NAME set |