From: Jacek K. <ja...@us...> - 2001-11-12 20:10:54
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: jajcus 2001/11/12 12:10:52 Modified files: Modules : constants.c Log message: - constants for use with ldap.set_option() |
From: Jacek K. <ja...@us...> - 2001-11-12 20:15:53
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: jajcus 2001/11/12 12:15:51 Modified files: Modules : functions.c Log message: - ldap.set_option() function added |
From: David L. <le...@us...> - 2001-11-13 01:50:52
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: leonard 2001/11/12 17:50:51 Modified files: Doc : libldap.tex Log message: mention sizelimit config |
From: David L. <le...@us...> - 2001-11-13 01:51:48
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: leonard 2001/11/12 17:51:47 Modified files: Lib : perldap.py Log message: ident |
From: Jacek K. <ja...@us...> - 2001-11-13 12:11:35
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: jajcus 2001/11/13 04:11:34 Modified files: Modules : functions.c Log message: - debugging messages removed |
From: Jacek K. <ja...@us...> - 2001-11-13 12:49:21
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: jajcus 2001/11/13 04:49:20 Modified files: Modules : functions.c Log message: - proper handling of some boolean options |
From: Jacek K. <ja...@us...> - 2001-11-13 14:58:51
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: jajcus 2001/11/13 06:58:45 Modified files: Modules : functions.c Log message: - l_ldap_set_option() and l_ldap_get_option() moved to LDAPObject.h (but still accessible directly from module) |
From: Michael Str?d. <str...@us...> - 2001-11-13 14:59:40
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/11/13 06:59:38 python-ldap/Lib/ldap Update of /cvsroot/python-ldap/python-ldap/Lib/ldap In directory usw-pr-cvs1:/tmp/cvs-serv19937/ldap Log Message: Directory /cvsroot/python-ldap/python-ldap/Lib/ldap added to the repository |
From: Jacek K. <ja...@us...> - 2001-11-13 15:00:27
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: jajcus 2001/11/13 07:00:27 Modified files: Modules : LDAPObject.h LDAPObject.c Log message: - set_option() and get_option() methods added --- common for LDAPObject and _ldap module |
From: Michael Str?d. <str...@us...> - 2001-11-13 15:01:11
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/11/13 07:01:09 Added files: Lib/ldap : __init__.py Removed files: Lib : ldap.py Log message: Converted module ldap to directory-base module package. |
From: Michael Str?d. <str...@us...> - 2001-11-13 15:02:47
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/11/13 07:02:46 Added files: Lib/ldap : ldapurl.py Log message: Added sub-module ldap.ldapurl formerly part of web2ldap. |
From: Jacek K. <ja...@us...> - 2001-11-13 15:07:38
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: jajcus 2001/11/13 07:07:38 Added files: Demo : options.py Log message: - example of use of set_option() and get_option() |
From: Michael Str?d. <str...@us...> - 2001-11-13 15:09:07
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/11/13 07:09:06 Modified files: Lib/ldap : ldapurl.py Log message: Removed GPL in module __doc__ string. |
From: David L. <le...@us...> - 2001-11-13 15:09:14
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: leonard 2001/11/13 07:09:13 Modified files: Doc : libldap.tex Modules : LDAPObject.c Log message: result() now raises a TIMEOUT exception when timing out (but not when polling) |
From: David L. <le...@us...> - 2001-11-13 15:13:39
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: leonard 2001/11/13 07:13:38 Removed files: Misc : Makefile.python-1.4 Log message: nobody needs this |
From: Michael Str?d. <str...@us...> - 2001-11-13 16:31:55
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/11/13 08:31:54 Added files: Lib/ldap : modlist.py Log message: Module modlist from web2ldap with the following modifications: - No Unicode handling - Short test suite added - Bug fix in modifyModlist(): Attributes existent in old_entry but non-existent in new_entry were not deleted properly. - Should work with Python 1.5.x (needs testing!) |
From: Michael Str?d. <str...@us...> - 2001-11-13 17:21:23
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/11/13 09:21:23 Modified files: . : setup.py Log message: Added module package dir ldap/ to py_modules |
From: Jacek K. <ja...@us...> - 2001-11-13 18:35:57
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: jajcus 2001/11/13 10:35:56 Modified files: Modules : LDAPObject.c Log message: - docstrings for set_option() and get_option() updated. still not perfect |
From: David L. <le...@us...> - 2001-11-13 22:51:55
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: leonard 2001/11/13 14:51:53 Modified files: Modules : errors.c errors.h LDAPObject.c Log message: oops, make the execption objects array visible to other compilation units |
From: David L. <le...@us...> - 2001-11-13 22:55:13
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: leonard 2001/11/13 14:55:12 Added files: . : Makefile Log message: handy makefile |
From: David L. <le...@us...> - 2001-11-13 23:06:43
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: leonard 2001/11/13 15:06:39 Removed files: Misc : openldap.sh Modules : Setup.in Log message: no longer used |
From: David L. <le...@us...> - 2001-11-13 23:45:24
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: leonard 2001/11/13 15:45:23 Modified files: . : TODO Log message: i feel the need for a test suite |
From: David L. <le...@us...> - 2001-11-14 01:01:48
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: leonard 2001/11/13 17:01:47 Modified files: Modules : LDAPObject.c Log message: ungh.. |
From: David L. <le...@us...> - 2001-11-14 01:06:20
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: leonard 2001/11/13 17:06:17 Modified files: Modules : CIDict.c Log message: some old fixes to cidict, useful if it ever gets enabled again |
From: Michael Str?d. <str...@us...> - 2001-11-14 12:51:32
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/11/14 04:51:31 Modified files: . : MANIFEST.in Log message: Added directory-based module package ldap. |