From: Michael Str?d. <str...@us...> - 2003-02-10 20:05:46
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2003/02/10 12:05:45 Modified files: Doc : python-ldap.tex Added files: Doc : ldap-schema.tex Log message: Added doc stub for ldap.schema. |
From: Michael Str?d. <str...@us...> - 2003-02-17 19:33:13
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2003/02/17 11:33:12 Modified files: Lib/ldap : ldapobject.py Log message: Fixed SASL rebind in ReconnectLDAPObject by correctly storing _store_last_bind class attribute. Replaced ReconnectLDAPObject.search_st() with ReconnectLDAPObject.search_ext_s(). |
From: Michael Str?d. <str...@us...> - 2003-03-02 16:25:19
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2003/03/02 08:25:17 Modified files: Lib/ldap/schema: models.py tokenizer.py Log message: Performance optimizations - for what it's worth... |
From: Michael Str?d. <str...@us...> - 2003-03-02 16:42:18
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2003/03/02 08:42:15 Modified files: Lib/ldap/schema: models.py Log message: Replaced explicit for-loop with list comprehension |
From: Michael Str?d. <str...@us...> - 2003-03-02 16:55:41
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2003/03/02 08:55:39 Modified files: Lib : ldif.py Log message: Comments and __doc__ strings |
From: Michael Str?d. <str...@us...> - 2003-03-02 16:59:25
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2003/03/02 08:59:24 Modified files: Lib : ldif.py Log message: Comments and __doc__ strings |
From: Michael Str?d. <str...@us...> - 2003-03-17 14:06:23
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2003/03/17 06:06:23 Modified files: . : setup.py Log message: Removed DEFINEs for caching feature in OpenLDAP libs |
From: Michael Str?d. <str...@us...> - 2003-03-17 14:19:34
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2003/03/17 06:19:33 Modified files: . : setup.cfg Demo : options.py sasl_bind.py Doc : Makefile ldap.tex Modules : LDAPObject.c Added files: Demo/Lib/ldap/res: deltree.py ldifwriter.py sizelimit.py Log message: Removed unused __doc__ string related symbols. |
From: Michael Str?d. <str...@us...> - 2003-03-17 14:20:31
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2003/03/17 06:20:30 Modified files: Modules : LDAPObject.c Log message: Removed unused fileno stuff |
From: Michael Str?d. <str...@us...> - 2003-03-22 13:34:10
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2003/03/22 05:34:09 Modified files: Lib/ldap/schema: models.py Log message: Fixed two typos reported by user |
From: Michael Str?d. <str...@us...> - 2003-03-25 16:21:20
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2003/03/25 07:58:22 Modified files: Lib/ldap : ldapobject.py Log message: Removed outdated comment about using result(timeout=0). |
From: Michael Str?d. <str...@us...> - 2003-03-25 16:50:26
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2003/03/25 08:50:20 Modified files: Doc : ldap.tex Log message: Updates to section 'Object attributes' |
From: Michael Str?d. <str...@us...> - 2003-03-25 16:57:27
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2003/03/25 08:57:25 Modified files: Lib/ldap : ldapobject.py Log message: LDAPObject: Removed destroy_cache(), disable_cache(), enable_cache(), flush_cache() and fileno() |
From: Michael Str?d. <str...@us...> - 2003-03-25 17:21:27
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2003/03/25 09:21:18 Modified files: Lib/ldap : ldapobject.py Log message: All synchronous methods use global timeout value in self.timeout when calling result() |
From: Michael Str?d. <str...@us...> - 2003-03-25 18:13:45
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2003/03/25 10:13:43 Modified files: Doc : ldap.tex Log message: timeout=-1 everywhere |
From: Michael Str?d. <str...@us...> - 2003-03-30 12:40:36
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2003/03/30 04:40:34 Modified files: Lib/ldap/schema: models.py Log message: Fixed handling of APPLIES in class MatchingRuleUse |
From: Michael Str?d. <str...@us...> - 2003-03-30 13:33:02
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2003/03/30 05:33:01 Modified files: Lib/ldap/schema: models.py Log message: Use separator $ for APPLIES in MatchingRuleUse.__str__() |
From: Michael Str?d. <str...@us...> - 2003-03-30 15:17:22
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2003/03/30 07:17:17 Modified files: Demo : schema.py Lib/ldap/schema: subentry.py Log message: Reworked Subentry class to keep separate dictionaries for each schema element class. |
From: Michael Str?d. <str...@us...> - 2003-03-30 15:51:33
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2003/03/30 07:51:30 Modified files: Lib/ldap/schema: subentry.py Log message: A single for-loop for SCHEMA_CLASS_MAPPING and SCHEMA_ATTR_MAPPING |
From: Michael Str?d. <str...@us...> - 2003-04-02 12:09:51
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2003/04/02 03:37:36 Modified files: Lib/ldap/schema: models.py tokenizer.py Log message: Use tuples instead of lists for all multi-valued class attributes |
From: Michael Str?d. <str...@us...> - 2003-04-08 13:18:05
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2003/04/08 06:18:04 Added files: . : CHANGES Log message: Notes grabbed from announcements |
From: Michael Str?d. <str...@us...> - 2003-04-08 13:18:54
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2003/04/08 06:18:53 Modified files: . : MANIFEST.in Log message: Added file 'CHANGES' |
From: Michael Str?d. <str...@us...> - 2003-04-11 11:40:11
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2003/04/11 04:40:10 Modified files: Lib/ldap/schema: tokenizer.py models.py Log message: For backward compability (()) is used instead of tuple() |
From: Michael Str?d. <str...@us...> - 2003-04-11 11:44:52
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2003/04/11 04:44:50 Modified files: . : CHANGES Log message: started section for 2.0.0pre08 |
From: Michael Str?d. <str...@us...> - 2003-04-11 11:49:34
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2003/04/11 04:49:33 Modified files: Lib/ldap/schema: models.py Log message: Use symbols from module types in assertions instead of calling type(<constant>) |