From: Michael Str?d. <str...@us...> - 2001-11-17 17:41:31
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/11/17 09:41:30 Modified files: Lib : ldapthreadlock.py ldif.py Lib/ldap : ldapurl.py Log message: Completed the module __doc__ strings and __all__ list. |
From: Michael Str?d. <str...@us...> - 2001-12-02 19:14:19
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/12/02 11:14:18 Modified files: Lib : ldif.py Log message: Global-wide var linesep specifies line separator used when producing LDIF |
From: Michael Str?d. <str...@us...> - 2001-12-08 14:51:25
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/12/08 06:51:24 Modified files: Lib/ldap : ldapurl.py Log message: Added hint about python-ldap in module's __doc__ string |
From: Michael Str?d. <str...@us...> - 2001-12-08 23:41:11
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/12/08 15:41:10 Added files: Lib/ldap : async.py Log message: Base class for doing e.g. stream processing and pseudo-paging of LDAP entries with async searches. |
From: Michael Str?d. <str...@us...> - 2001-12-08 23:41:31
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/12/08 15:41:30 Added files: Demo : asyncldif.py Log message: Demo for ldap.async module. |
From: Michael Str?d. <str...@us...> - 2001-12-09 13:24:06
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/12/09 05:24:05 Added files: Demo : asyncsizelimit.py Log message: Demo using the ldap.async module for retrieving partial results even though the exception ldap.SIZELIMIT_EXCEEDED was raised. |
From: Michael Str?d. <str...@us...> - 2001-12-11 13:56:36
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/12/11 05:56:35 Modified files: Demo : asyncsizelimit.py Lib/ldap : async.py Log message: Renamed class CollectResults to List |
From: Michael Str?d. <str...@us...> - 2001-12-11 14:41:04
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/12/11 06:41:01 Added files: Demo : asynctreedict.py Log message: Demo using the ldap.async module for storing search results in a hierarchically structured dictionary. |
From: Michael Str?d. <str...@us...> - 2001-12-11 14:45:19
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/12/11 06:45:16 Modified files: Lib/ldap : async.py Log message: Class FileWriter: Call AsyncSearchHandler.__init__() instead of manually setting class attributes. |
From: Michael Str?d. <str...@us...> - 2001-12-12 18:25:18
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/12/12 10:25:17 Modified files: Lib : ldif.py Log message: Complete new class API for LDIF parsing, but with compability function. |
From: Michael Str?d. <str...@us...> - 2001-12-12 18:26:02
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/12/12 10:26:01 python-ldap/Demo/Lib Update of /cvsroot/python-ldap/python-ldap/Demo/Lib In directory usw-pr-cvs1:/tmp/cvs-serv4862/Lib Log Message: Directory /cvsroot/python-ldap/python-ldap/Demo/Lib added to the repository |
From: Michael Str?d. <str...@us...> - 2001-12-12 18:26:07
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/12/12 10:26:07 python-ldap/Demo/Lib/ldap Update of /cvsroot/python-ldap/python-ldap/Demo/Lib/ldap In directory usw-pr-cvs1:/tmp/cvs-serv4909/Lib/ldap Log Message: Directory /cvsroot/python-ldap/python-ldap/Demo/Lib/ldap added to the repository |
From: Michael Str?d. <str...@us...> - 2001-12-12 18:26:15
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/12/12 10:26:13 python-ldap/Demo/Lib/ldap/async Update of /cvsroot/python-ldap/python-ldap/Demo/Lib/ldap/async In directory usw-pr-cvs1:/tmp/cvs-serv4948/Lib/ldap/async Log Message: Directory /cvsroot/python-ldap/python-ldap/Demo/Lib/ldap/async added to the repository |
From: Michael Str?d. <str...@us...> - 2001-12-12 18:43:53
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/12/12 10:43:52 Added files: Demo/Lib/ldap/async: ldifwriter.py sizelimit.py Log message: Examples for using ldap.async |
From: Michael Str?d. <str...@us...> - 2001-12-12 18:55:37
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/12/12 10:55:36 Modified files: Lib : ldif.py Log message: Removed all debug print statements |
From: Michael Str?d. <str...@us...> - 2001-12-12 18:56:58
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/12/12 10:56:58 python-ldap/Demo/Lib/ldif Update of /cvsroot/python-ldap/python-ldap/Demo/Lib/ldif In directory usw-pr-cvs1:/tmp/cvs-serv14239/Demo/Lib/ldif Log Message: Directory /cvsroot/python-ldap/python-ldap/Demo/Lib/ldif added to the repository |
From: Michael Str?d. <str...@us...> - 2001-12-12 18:57:15
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/12/12 10:57:14 Added files: Demo/Lib/ldif : ldifcopy.py Log message: Simple demo for piping LDIF files |
From: Michael Str?d. <str...@us...> - 2001-12-12 19:11:06
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/12/12 11:11:06 Modified files: Lib : ldif.py Log message: Fixed unfolding comment lines by removing obsolete tuple handling. |
From: Michael Str?d. <str...@us...> - 2001-12-12 22:04:50
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/12/12 14:04:49 Modified files: Lib : ldif.py Demo/Lib/ldif : ldifcopy.py Log message: New parameter process_url_scheme for LDIFParser.__init__() specifies which URL schemes are processed in URL input. |
From: Michael Str?d. <str...@us...> - 2001-12-13 15:01:43
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/12/13 07:01:42 Modified files: Lib : ldif.py Log message: Consequent naming for input file object. |
From: Michael Str?d. <str...@us...> - 2001-12-13 15:02:30
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/12/13 07:02:30 Modified files: Lib/ldap : async.py Log message: Added comment |
From: Michael Str?d. <str...@us...> - 2001-12-13 16:32:12
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/12/13 08:32:11 Modified files: . : setup.py Log message: Added ldap.async |
From: Michael Str?d. <str...@us...> - 2001-12-13 17:24:30
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/12/13 09:24:29 Modified files: Lib/ldap : modlist.py Log message: Made compatible with Python 1.5.x (not using new string methods). New parameter ignore_attr_types for modifyModlist(). Added CVS Id. |
From: Michael Str?d. <str...@us...> - 2001-12-13 18:19:20
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/12/13 10:19:19 Modified files: Lib/ldap : modlist.py Log message: New parameter ignore_attr_types for addModlist(). |
From: Michael Str?d. <str...@us...> - 2001-12-13 20:16:48
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/12/13 12:16:45 Modified files: Demo : simplebrowse.py Log message: Incorporated cd .. (patch by ) |