From: Michael Str?d. <str...@us...> - 2001-11-14 15:46:51
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/11/14 07:46:49 Added files: Demo : initialize.py Log message: Very basic demo code for ldap.initialize(). |
From: Jacek K. <ja...@us...> - 2001-11-14 15:55:43
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: jajcus 2001/11/14 07:55:42 Modified files: Modules : LDAPObject.c Log message: - LDAP_{BEGIN,END}_ALLOW_THREADS around ldap_{get,set}_option() |
From: Jacek K. <ja...@us...> - 2001-11-14 16:25:20
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: jajcus 2001/11/14 08:25:19 Modified files: Modules : LDAPObject.c Log message: - setattr() removed, getattr() made minimal |
From: Michael Str?d. <str...@us...> - 2001-11-14 16:34:40
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/11/14 08:34:39 Modified files: Lib/ldap : ldapurl.py Log message: Removed unnecessary debug statements. |
From: Jacek K. <ja...@us...> - 2001-11-14 16:39:54
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: jajcus 2001/11/14 08:39:54 Modified files: Demo : initialize.py Log message: - use set_option() method instead of version attribute |
From: Michael Str?d. <str...@us...> - 2001-11-14 16:50:12
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/11/14 08:50:11 Modified files: Demo : initialize.py Log message: Set debugging level to 255 |
From: David L. <le...@us...> - 2001-11-14 23:14:15
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: leonard 2001/11/14 15:14:13 Modified files: Modules : errors.c errors.h Log message: add LDAPerr() to raise an exception by error number and avoid exposing an unsized exception array |
From: David L. <le...@us...> - 2001-11-14 23:22:19
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: leonard 2001/11/14 15:22:18 Modified files: . : setup.py Modules : LDAPObject.c LDAPObject.h functions.c Added files: Modules : options.c options.h Log message: factor out options. restore setattr/getattr of options on LDAPObjects, but in a different way. factor out default ldap port. |
From: David L. <le...@us...> - 2001-11-14 23:31:34
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: leonard 2001/11/14 15:31:34 Modified files: . : setup.py Modules : functions.c message.c Removed files: Modules : CIDict.c CIDict.h Log message: bye bye cidict |
From: David L. <le...@us...> - 2001-11-14 23:42:58
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: leonard 2001/11/14 15:42:57 Added files: Lib : cidict.py Log message: oh, hello again |
From: David L. <le...@us...> - 2001-11-14 23:51:18
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: leonard 2001/11/14 15:51:17 Modified files: Lib : cidict.py Log message: oops |
From: Michael Str?d. <str...@us...> - 2001-11-14 23:56:42
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/11/14 15:56:41 Modified files: Lib : ldapthreadlock.py Log message: wrapped ldap.initialize(), ldap.set/get_option() and LDAPObject.set/get_option() |
From: David L. <le...@us...> - 2001-11-15 00:04:23
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: leonard 2001/11/14 16:04:22 Modified files: . : Makefile Log message: add a dist target; fix clean target |
From: David L. <le...@us...> - 2001-11-15 00:05:43
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: leonard 2001/11/14 16:05:43 Modified files: Modules : LDAPObject.c Log message: repr() of opaque objects should be "<LDAP>", not "LDAP" |
From: David L. <le...@us...> - 2001-11-15 00:06:23
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: leonard 2001/11/14 16:06:22 Modified files: Modules : options.c Log message: oops, strings are strings in apiinfo |
From: David L. <le...@us...> - 2001-11-15 00:16:51
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: leonard 2001/11/14 16:16:49 Modified files: Demo : initialize.py Log message: bind_s not bind |
From: David L. <le...@us...> - 2001-11-15 00:48:13
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: leonard 2001/11/14 16:48:11 Modified files: . : Makefile Log message: add srcdist target that builds a snapshot of the CVS repository |
From: David L. <le...@us...> - 2001-11-15 03:47:03
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: leonard 2001/11/14 19:47:01 Added files: Demo : simplebrowse.py Log message: simple ldap browser example |
From: Michael Str?d. <str...@us...> - 2001-11-15 07:40:10
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/11/14 23:40:09 Modified files: Demo : simplebrowse.py Log message: Use ldap://ldap.openldap.org/dc=openldap,dc=org as demo server (faster) try: continue does not work under Python 2.0 => use elif and reordered some nested try: statements. |
From: Michael Str?d. <str...@us...> - 2001-11-17 01:00:57
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/11/16 17:00:56 Modified files: Lib/ldap : ldapurl.py Log message: LDAPUrl.extensions is a dictionary now. LDAPUrl.__setattr__() and __getattr__() are emulating attributes LDAPUrl.who and LDAPUrl.cred by mapping them to the appropriate LDAPUrlExtension instances. |
From: Michael Str?d. <str...@us...> - 2001-11-17 01:51:20
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/11/16 17:51:20 Modified files: Lib/ldap : ldapurl.py Log message: Limited importing of urllib |
From: Michael Str?d. <str...@us...> - 2001-11-17 03:27:28
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/11/16 19:27:27 Modified files: Lib/ldap : ldapurl.py Log message: Corrected LDAPObject.set_option() and separated module-wide _ldap_call() and LDAPObject._ldap_call() |
From: Michael Str?d. <str...@us...> - 2001-11-17 03:42:42
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/11/16 19:42:42 Modified files: Lib : ldapthreadlock.py Log message: Corrected LDAPObject.set_option() and separated module-wide _ldap_call() and LDAPObject._ldap_call() |
From: Michael Str?d. <str...@us...> - 2001-11-17 15:15:28
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/11/17 07:15:27 Modified files: Lib : ldapthreadlock.py Log message: Removed parameter self from function _ldapcall(). |
From: Michael Str?d. <str...@us...> - 2001-11-17 15:16:46
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/11/17 07:16:45 Modified files: Lib : ldapthreadlock.py Log message: Removed parameter self from global functions get_option() and set_option() |