From: Michael Str?d. <str...@us...> - 2001-12-24 17:37:09
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/12/24 09:37:08 Modified files: Lib/ldap : ldapobject.py Log message: Removed debug print statement. |
From: Michael Str?d. <str...@us...> - 2001-12-25 02:33:04
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/12/24 18:33:03 Modified files: Lib : ldapurl.py Log message: Properly remove extension if LDAPUrl.who or LDAPUrl.cred is set to None. Also added method LDAPUrl.__delattr__(). |
From: Michael Str?d. <str...@us...> - 2001-12-25 15:04:34
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/12/25 07:04:32 Modified files: Lib : ldapurl.py Log message: __doc__ strings |
From: Michael Str?d. <str...@us...> - 2001-12-25 15:17:36
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/12/25 07:17:35 python-ldap/Demo/Lib/ldapurl Update of /cvsroot/python-ldap/python-ldap/Demo/Lib/ldapurl In directory usw-pr-cvs1:/tmp/cvs-serv16453/ldapurl Log Message: Directory /cvsroot/python-ldap/python-ldap/Demo/Lib/ldapurl added to the repository |
From: Michael Str?d. <str...@us...> - 2001-12-25 15:18:20
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/12/25 07:18:19 Added files: Demo/Lib/ldapurl: urlsearch.py Log message: Simple demo for using module ldapurl |
From: Michael Str?d. <str...@us...> - 2001-12-25 15:31:14
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/12/25 07:31:14 Modified files: Demo/Lib/ldapurl: urlsearch.py Log message: Demonstration of simple bind with using attribute who and cred |
From: Michael Str?d. <str...@us...> - 2001-12-27 09:42:46
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/12/27 01:42:45 Modified files: . : TODO Log message: Updated... |
From: Michael Str?d. <str...@us...> - 2001-12-27 09:51:45
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/12/27 01:51:44 Modified files: . : TODO Modules : functions.c Log message: Wrapped ldap_explode_rdn() |
From: Michael Str?d. <str...@us...> - 2001-12-27 10:59:09
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/12/27 02:59:08 Modified files: Lib/ldap : __init__.py ldapobject.py Added files: Lib/ldap : functions.py Log message: Wrapper modules similar structured like the C sources under Modules/. |
From: Michael Str?d. <str...@us...> - 2001-12-27 17:19:31
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/12/27 09:19:29 Modified files: . : setup.py Log message: Use keyword parameter packages for include the whole module package ldap |
From: Michael Str?d. <str...@us...> - 2001-12-27 17:19:44
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/12/27 09:19:41 Modified files: . : TODO Log message: Be more clear... |
From: Michael Str?d. <str...@us...> - 2001-12-27 17:22:50
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/12/27 09:22:48 Modified files: . : setup.py Log message: build_py: supplying both 'packages' and 'py_modules' options is not allowed Grrrrr...! |
From: Michael Str?d. <str...@us...> - 2002-01-01 15:37:22
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/01/01 07:37:20 Modified files: Lib/ldap : functions.py Log message: open() and init() now both are passing appropriate LDAP URLs to LDAPObject.__init__(). |
From: Michael Str?d. <str...@us...> - 2002-01-01 15:37:52
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/01/01 07:37:52 Modified files: Lib/ldap : ldapobject.py Log message: Simplified interface of LDAPObject.__init__() |
From: Michael Str?d. <str...@us...> - 2002-01-01 15:57:04
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/01/01 07:57:01 Modified files: Lib/ldap : functions.py Log message: __doc__ |
From: Michael Str?d. <str...@us...> - 2002-01-03 00:04:29
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/01/02 16:04:29 Modified files: Lib/ldap : ldapobject.py Log message: Parameter newSuperior of LDAPObject.rename() is made optional key word parameter with default None. LDAPObject.modrdn() uses LDAPObject.rename() instead of C library function. |
From: Michael Str?d. <str...@us...> - 2002-01-03 00:06:00
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/01/02 16:06:00 Modified files: Modules : functions.c LDAPObject.c Log message: Stripped almost all _s() functions and deprecated stuff (Kerberos, modrdn()) |
From: Michael Str?d. <str...@us...> - 2002-01-03 00:07:35
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/01/02 16:07:35 Modified files: Demo : rename.py Log message: Use trace_level=1 instead of print statements |
From: Michael Str?d. <str...@us...> - 2002-01-04 00:52:26
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/01/03 16:52:25 Modified files: . : setup.py Log message: Disabled use of templates.c |
From: Michael Str?d. <str...@us...> - 2002-01-04 12:36:06
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/01/04 04:36:05 Modified files: . : README Log message: Some updates... |
From: Michael Str?d. <str...@us...> - 2002-01-04 23:00:33
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/01/04 15:00:32 Modified files: . : setup.py Log message: timestamp as version for the interims sdist releases |
From: Michael Str?d. <str...@us...> - 2002-01-06 19:09:53
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/01/06 11:09:52 Modified files: . : TODO Log message: Support Extended Operations |
From: Michael Str?d. <str...@us...> - 2002-01-06 19:11:30
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/01/06 11:11:30 Modified files: . : TODO setup.cfg Log message: TODO |
From: Michael Str?d. <str...@us...> - 2002-01-10 02:46:32
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/01/09 18:46:30 Modified files: Lib/ldap : __init__.py async.py ldapobject.py Log message: Corrected some bugs detected with pychecker. |
From: Michael Str?d. <str...@us...> - 2002-01-10 02:51:38
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/01/09 18:51:37 Modified files: Lib : ldif.py Log message: Even more issues found with pychecker... |