From: Michael Str?d. <str...@us...> - 2003-08-18 11:36:18
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2003/08/18 04:21:02 Modified files: Lib/ldap : sasl.py Log message: Incremented __version__ |
From: Michael Str?d. <str...@us...> - 2003-08-18 11:47:34
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2003/08/18 04:36:33 Modified files: . : CHANGES Log message: Renamed class sasl_external to external |
From: Michael Str?d. <str...@us...> - 2003-08-18 11:52:48
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2003/08/18 04:36:10 Modified files: Lib/ldap : sasl.py Log message: Renamed class sasl_external to external |
From: Michael Str?d. <str...@us...> - 2003-08-18 11:54:56
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2003/08/18 04:34:23 Modified files: . : CHANGES Lib/ldap : sasl.py Log message: Dictionary ldap.sasl.saslmech_handler_class built during import |
From: Michael Str?d. <str...@us...> - 2003-08-20 11:12:06
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2003/08/20 03:08:01 Modified files: . : setup.py Log message: Some more changes for building under Win32 with Build/setup.cfg.win32 |
From: Michael Str?d. <str...@us...> - 2003-08-20 12:51:38
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2003/08/20 03:04:34 Modified files: . : MANIFEST.in CHANGES Added files: Build : setup.cfg.suse-linux setup.cfg.win32 Log message: Added directory Build/ mainly intended for platform-specific examples of setup.cfg. |
From: Michael Str?d. <str...@us...> - 2003-08-22 03:42:54
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2003/08/20 13:27:10 Modified files: . : setup.py Log message: Added ldap.filter to py_modules |
From: Michael Str?d. <str...@us...> - 2003-08-24 19:00:37
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2003/08/24 09:28:12 Modified files: Lib/ldap : cidict.py Log message: cidict.get(): failobj is optional key-word argument |
From: Michael Str?d. <str...@us...> - 2003-10-03 12:23:14
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2003/10/03 05:23:11 Modified files: . : CHANGES Log message: Announce fix setup.py for installing sub-module ldap.filter |
From: Michael Str?d. <str...@us...> - 2003-10-03 12:24:20
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2003/10/03 05:24:19 Modified files: . : INSTALL Log message: Hint for looking into Build/ for platform-specific examples of setup.cfg |
From: Michael Str?d. <str...@us...> - 2003-10-03 12:25:19
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2003/10/03 05:25:18 Modified files: Demo : schema.py Log message: Example for using method get_inheritedobj() |
From: Michael Str?d. <str...@us...> - 2003-10-03 12:26:04
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2003/10/03 05:26:02 Modified files: . : TODO Log message: Be more clear on ldif not supporting change records |
From: Michael Str?d. <str...@us...> - 2003-10-03 12:36:34
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2003/10/03 05:36:32 Modified files: Lib/ldap : ldapobject.py . : CHANGES Log message: ldap.ldapobject.LDAPObject.search_ext(): Pass arguments serverctrls,clientctrls to _ldap.search_ext() |
From: Michael Str?d. <str...@us...> - 2003-10-03 12:46:20
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2003/10/03 05:46:19 Modified files: . : CHANGES Log message: Release 2.0.0pre14 |
From: Michael Str?d. <str...@us...> - 2003-10-28 10:32:13
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2003/10/28 02:31:26 Modified files: . : CHANGES Lib/ldap : __init__.py Log message: Start 2.0.0pre15 |
From: Michael Str?d. <str...@us...> - 2003-10-28 10:33:03
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2003/10/28 02:32:21 Modified files: . : CHANGES Modules : LDAPObject.c LDAPObject.h common.h message.h schema.c Log message: Follow rule 'Always include Python.h first' |
From: Michael Str?d. <str...@us...> - 2003-11-05 23:20:37
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2003/11/05 15:20:34 Modified files: . : CHANGES Lib/ldap/schema: subentry.py Log message: - Added new method SubSchema.get_structural_oc() - Methods SubSchema.listall() and SubSchema.tree() have new key-word argument schema_element_filters - Support for DIT content rules in SubSchema.attribute_types() |
From: Michael Str?d. <str...@us...> - 2003-11-07 17:47:28
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2003/11/07 09:47:26 Modified files: . : CHANGES Lib/ldap/schema: subentry.py Log message: Added new method SubSchema.get_structural_oc(). Follow the following rule from LDAP standard in SubSchema.attribute_types(): The list of precluded attributes cannot include any attribute listed as mandatory in rule, the structural object class, or any of the allowed auxiliary object classes. |
From: Michael Str?d. <str...@us...> - 2003-11-11 18:48:31
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2003/11/11 10:48:27 Modified files: . : CHANGES Log message: Release today |
From: Michael Str?d. <str...@us...> - 2003-11-14 09:52:05
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2003/11/14 01:52:01 Modified files: . : CHANGES Lib/ldap : __init__.py Log message: Start working on 2.0.0pre16 |
From: Michael Str?d. <str...@us...> - 2003-11-14 09:52:50
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2003/11/14 01:52:49 Modified files: . : CHANGES Lib : dsml.py Lib/ldap : async.py Log message: Make dsml more like module ldif. dsml: - Renamed DSMLWriter._f to DSMLWriter._output_file - Added wrapper method DSMLWriter.unparse() which simply calls DSMLWriter.writeRecord() ldap.async: - Added class DSMLWriter |
From: Michael Str?d. <str...@us...> - 2003-11-16 13:26:31
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2003/11/16 05:25:49 Modified files: . : CHANGES Modules : constants.c Log message: Removed definition of unused constant RES_EXTENDED_PARTIAL since the corresponding symbol LDAP_RES_EXTENDED_PARTIAL seems to not be available in OpenLDAP-HEAD (pre 2.2) anymore. |
From: Michael Str?d. <str...@us...> - 2003-11-22 20:00:51
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2003/11/22 12:00:51 Modified files: Lib : ldif.py Log message: Let all occurences of ldif.LDIFParser.handle() have the same signature to satisfy pychecker |
From: Michael Str?d. <str...@us...> - 2003-11-22 20:02:38
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2003/11/22 12:02:37 Modified files: Lib : dsml.py Log message: Satisfy pychecker |
From: Michael Str?d. <str...@us...> - 2003-11-22 20:15:52
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2003/11/22 12:15:44 Modified files: . : CHANGES Lib/ldap : async.py functions.py ldapobject.py Lib/ldap/schema: tokenizer.py Log message: Fixed some subtle bugs/oddities mentioned by pychecker. |