You can subscribe to this list here.
| 2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(7) |
Jul
(1) |
Aug
|
Sep
(2) |
Oct
(8) |
Nov
(68) |
Dec
(63) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2002 |
Jan
(26) |
Feb
(58) |
Mar
(10) |
Apr
(2) |
May
(11) |
Jun
(10) |
Jul
(66) |
Aug
(94) |
Sep
(40) |
Oct
(7) |
Nov
(3) |
Dec
(13) |
| 2003 |
Jan
(11) |
Feb
(7) |
Mar
(17) |
Apr
(31) |
May
(55) |
Jun
(18) |
Jul
(6) |
Aug
(16) |
Sep
(3) |
Oct
(8) |
Nov
(15) |
Dec
(18) |
| 2004 |
Jan
(20) |
Feb
|
Mar
(30) |
Apr
(4) |
May
(10) |
Jun
(5) |
Jul
(5) |
Aug
|
Sep
|
Oct
(10) |
Nov
(7) |
Dec
(4) |
| 2005 |
Jan
(1) |
Feb
(10) |
Mar
(18) |
Apr
(1) |
May
(3) |
Jun
(17) |
Jul
(4) |
Aug
|
Sep
(4) |
Oct
|
Nov
(15) |
Dec
(1) |
| 2006 |
Jan
|
Feb
|
Mar
(8) |
Apr
(9) |
May
(5) |
Jun
|
Jul
(3) |
Aug
(1) |
Sep
(2) |
Oct
|
Nov
(11) |
Dec
(8) |
| 2007 |
Jan
(4) |
Feb
|
Mar
(16) |
Apr
|
May
(2) |
Jun
(1) |
Jul
(13) |
Aug
(2) |
Sep
(2) |
Oct
(1) |
Nov
|
Dec
(10) |
| 2008 |
Jan
(1) |
Feb
|
Mar
(27) |
Apr
(32) |
May
(1) |
Jun
(11) |
Jul
(4) |
Aug
(3) |
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Michael Str?d. <str...@us...> - 2002-08-07 20:25:27
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/08/07 13:25:26 Modified files: Lib/ldap : ldapobject.py Log message: LDAPObject.search_subschemasubentry_s(): In case of ldap.NO_SUCH_OBJECT the search result of first search is assumed to be empty |
|
From: Michael Str?d. <str...@us...> - 2002-08-07 20:23:47
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/08/07 13:23:47 Modified files: Lib/ldap : ldapobject.py Log message: LDAPObject.search_subschemasubentry_s(): In case of ldap.UNDEFINED_TYPE None is returned |
|
From: Michael Str?d. <str...@us...> - 2002-08-07 19:39:37
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/08/07 12:39:34 Modified files: Lib : ldapurl.py Log message: Model collection of extensions in separate dictionary-like class LDAPUrlExtensions |
|
From: Michael Str?d. <str...@us...> - 2002-08-07 15:39:35
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/08/07 08:39:34 Added files: Demo : reconnect.py Log message: Demo for ldap.ldapobject.ReconnectLDAPObject |
|
From: Michael Str?d. <str...@us...> - 2002-08-07 15:38:24
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/08/07 08:38:23 Modified files: Lib/ldap : ldapobject.py Log message: Added class ReconnectLDAPObject |
|
From: Michael Str?d. <str...@us...> - 2002-08-07 13:42:51
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/08/07 06:42:50 Modified files: Lib/ldap : schema.py Log message: Fixed typo |
|
From: Michael Str?d. <str...@us...> - 2002-08-05 15:41:40
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/08/05 08:41:39 Modified files: Demo : initialize.py Log message: Use trace_file |
|
From: Michael Str?d. <str...@us...> - 2002-08-05 15:35:39
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/08/05 08:35:36 Modified files: Demo : initialize.py Log message: Use trace_level |
|
From: Michael Str?d. <str...@us...> - 2002-08-05 09:40:15
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/08/05 02:40:14 Modified files: Modules : options.c Log message: Hmm, removed wrong doubleval |
|
From: Michael Str?d. <str...@us...> - 2002-08-05 01:19:56
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/08/04 18:19:56 Modified files: Lib : ldapurl.py Tests/Lib : test_ldapurl.py Log message: Removed all Unicode and charset handling and all related parameters. Added methods __repr__(), __ne__() and __eq__() to classes LDAPUrl and LDAPUrlExtension. Now unit testing works. A subtle bug was fixed with interference of setting self.extensions and self.who/self.cred in LDAPUrl.__init__(). Anyway application programmers should not pass bindname and X-BINDPW through parameters extensions *and* set who and cred. |
|
From: Michael Str?d. <str...@us...> - 2002-08-04 14:54:27
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/08/04 07:54:26 Modified files: Modules : options.c Log message: Removed unused var doubleval |
|
From: Michael Str?d. <str...@us...> - 2002-08-04 14:37:43
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/08/04 07:37:42 Modified files: Lib : ldapurl.py Log message: Removed all charset handling; Added methods __eq__() to LDAPUrlExtension and LDAPUrl |
|
From: Michael Str?d. <str...@us...> - 2002-08-03 15:41:28
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/08/03 08:41:27 Modified files: Lib : ldapurl.py Log message: Removed al Unicode handling |
|
From: Michael Str?d. <str...@us...> - 2002-08-03 13:28:17
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/08/03 06:28:09 Modified files: Lib/ldap : ldapobject.py Log message: LDAPObject.search_subschemasubentry_s(): In case of searching RootDSE raises ldap.NO_SUCH_OBJECT None is returned as result |
|
From: Michael Str?d. <str...@us...> - 2002-08-02 17:59:37
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/08/02 10:59:36 Modified files: Lib : ldapurl.py Log message: Make sure to return string instead of possibly Unicode string in LDAPUrl.unparse() |
|
From: Michael Str?d. <str...@us...> - 2002-08-02 17:47:26
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/08/02 10:47:25 Modified files: Lib/ldap : __init__.py functions.py ldapobject.py Log message: Introduced trace_stack_limit for limiting the traceback depth. All tracing variables are hidden behind if __debug__: statement. |
|
From: Michael Str?d. <str...@us...> - 2002-08-02 17:04:07
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/08/02 10:04:06 Modified files: Lib : ldapurl.py Log message: Strict compliance to RFC 2255, Section 3 regarding escaping special chars. LDAPUrl.unparse(): - has no parameters anymore - if self.filterstr is None an empty string is added as filter string LDAP.Url.__getattr__() has only one return statement. |
|
From: Michael Str?d. <str...@us...> - 2002-08-02 15:49:58
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/08/02 08:49:57 Modified files: Lib : ldapurl.py Log message: Imported module (re) was not used |
|
From: Michael Str?d. <str...@us...> - 2002-08-02 15:45:08
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/08/02 08:45:07 Modified files: Lib : ldapurl.py Log message: Renamed LDAPUrlExtension.__str__() to unparse() due to more consistent design |
|
From: Michael Str?d. <str...@us...> - 2002-08-02 14:56:46
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/08/02 07:56:45 Modified files: Lib/ldap : ldapobject.py Demo : schema.py Log message: LDAPObject.read_subschemasubentry_s(): New key word parameter attrs can limit attributes read from sub schema sub entry |
|
From: Michael Str?d. <str...@us...> - 2002-08-02 14:02:54
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/08/02 07:02:53 Modified files: Demo : schema.py Log message: Comments |
|
From: Michael Str?d. <str...@us...> - 2002-08-02 13:58:51
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/08/02 06:58:50 Modified files: Lib/ldap : schema.py Log message: subSchema.all_attrs(): Work in a case-insensitive but case-respecting manner by using ldap.cidict.cidict |
|
From: Michael Str?d. <str...@us...> - 2002-08-02 13:36:11
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/08/02 06:36:08 Modified files: Demo : schema.py Log message: Time measuring and use of subSchema.all_attrs() |
|
From: Michael Str?d. <str...@us...> - 2002-08-02 13:35:33
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/08/02 06:35:31 Modified files: Lib/ldap : schema.py Log message: all_attrs() is a method of class subSchema now which returns all mandantory and optional attribute types of a list of object classes |
|
From: Michael Str?d. <str...@us...> - 2002-08-02 11:22:02
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/08/02 04:22:01 Modified files: Lib/ldap : ldapobject.py Log message: Fixed search_subschemasubentry_s() to fall back searching with empty search root |