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-07-29 16:40:37
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/29 09:40:36 Modified files: Lib/ldap : ldapobject.py Log message: Added methods read_subschemasubentry_s() and search_subschemasubentry_s() to LDAPObject |
|
From: Michael Str?d. <str...@us...> - 2002-07-28 00:27:20
|
CVSROOT: /cvsroot/python-ldap Module name: htdocs Changes by: stroeder 2002/07/27 17:27:19 Modified files: . : docs.shtml Log message: Added link to a short introduction to python-ldap programming |
|
From: Michael Str?d. <str...@us...> - 2002-07-27 23:25:42
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/27 16:25:40 Modified files: . : setup.cfg Log message: Only one libs line |
|
From: Michael Str?d. <str...@us...> - 2002-07-27 20:33:14
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/27 13:33:13 Modified files: . : README setup.cfg Doc : Makefile Log message: README |
|
From: Michael Str?d. <str...@us...> - 2002-07-27 13:23:48
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/27 06:23:47 Modified files: . : setup.py Modules : LDAPObject.c Log message: Renamed HAVE_LDAP_START_TLS_S to HAVE_TLS |
|
From: Michael Str?d. <str...@us...> - 2002-07-27 13:14:05
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/27 06:14:04 Modified files: . : setup.py Log message: Removed unused WITH_KERBEROS and HAVE_DES_SETKEY |
|
From: Michael Str?d. <str...@us...> - 2002-07-27 13:12:26
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/27 06:12:24 Modified files: . : setup.cfg setup.py Log message: 1. HAVE_LDAP_START_TLS_S is determined by looking at libs line in setup.cfg: Needs ssl and crypto. 2. Removed looking for class in section [_ldap]. 3. Reduced number of examples. |
|
From: Michael Str?d. <str...@us...> - 2002-07-26 10:43:44
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/26 03:43:43 Modified files: . : setup.py Log message: version = '2.0.0pre06'+timestamp |
|
From: Michael Str?d. <str...@us...> - 2002-07-25 23:46:02
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/25 16:46:02 Modified files: Modules : options.c Log message: At least this seems to avoid integer overflow |
|
From: Michael Str?d. <str...@us...> - 2002-07-25 22:51:00
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/25 15:50:59 Modified files: Modules : options.c Log message: 1. Added set_timeval_from_double() 2. Tried to implement setting/getting options LDAP_OPT_TIMEOUT and LDAP_OPT_NETWORK_TIMEOUT. This does not work yet! |
|
From: Michael Str?d. <str...@us...> - 2002-07-25 22:49:38
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/25 15:49:37 Modified files: Modules : LDAPObject.c options.h Log message: Moved set_timeval_from_double() to options.h/c |
|
From: Michael Str?d. <str...@us...> - 2002-07-25 21:43:26
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/25 14:43:25 Added files: . : LICENSE Log message: Extend David's LICENCE for _ldap to whole python-ldap package |
|
From: Michael Str?d. <str...@us...> - 2002-07-25 16:22:11
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/25 09:22:11 Modified files: Lib/ldap : ldapobject.py Log message: Nice message when raising AttributeError in LDAPObject.__getattr__() |
|
From: Michael Str?d. <str...@us...> - 2002-07-25 16:16:48
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/25 09:16:47 Modified files: Lib/ldap : ldapobject.py Log message: Hopefully less error-prone implementation of LDAPObject.__setattr__() and LDAPObject.__getattr__() |
|
From: Michael Str?d. <str...@us...> - 2002-07-25 15:36:15
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/25 08:36:14 Modified files: Lib/ldap : ldapobject.py Log message: Corrected trace log statments in LDAPObject.__setattr__() and LDAPObject.__getattr__() |
|
From: Michael Str?d. <str...@us...> - 2002-07-25 15:15:18
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/25 08:15:17 Added files: Demo/Lib/ldap/async: .cvsignore Log message: |
|
From: Michael Str?d. <str...@us...> - 2002-07-25 15:14:16
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/25 08:14:16 Modified files: Lib/ldap : schema.py Log message: Grr\! Correcting typos\! |
|
From: Michael Str?d. <str...@us...> - 2002-07-25 15:04:42
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/25 08:04:41 Modified files: Lib/ldap : schema.py Log message: Added subschemasubentry_dn() |
|
From: Michael Str?d. <str...@us...> - 2002-07-25 14:41:18
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/25 07:41:17 Modified files: Lib/ldap : schema.py Log message: Renamed class attributes objectClass.oids_must and objectClass.oids_may to must and may since they do not contain OIDs. Moved test to separate source (not yet checked in). objectClass.name2oid is instance of class ldap.cidict.cidict. |
|
From: Michael Str?d. <str...@us...> - 2002-07-25 14:11:29
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/25 07:11:28 Added files: Lib/ldap : cidict.py Removed files: Lib : cidict.py Log message: Moved module cidict to sub-module ldap.cidict |
|
From: Michael Str?d. <str...@us...> - 2002-07-25 14:09:09
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/25 07:09:09 Modified files: Lib/ldap : schema.py Log message: 0.0.3 |
|
From: Michael Str?d. <str...@us...> - 2002-07-25 14:08:42
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/25 07:08:41 Modified files: Lib/ldap : schema.py Log message: ldap.functions._ldap_function_call() is used |
|
From: Michael Str?d. <str...@us...> - 2002-07-21 12:24:41
|
CVSROOT: /cvsroot/python-ldap Module name: htdocs Changes by: stroeder 2002/07/21 05:24:40 Modified files: . : download.shtml Log message: Better info regarding SuSE packages |
|
From: Michael Str?d. <str...@us...> - 2002-07-21 11:56:29
|
CVSROOT: /cvsroot/python-ldap Module name: htdocs Changes by: stroeder 2002/07/21 04:56:28 Modified files: . : download.shtml Log message: Modified link to Joe's RPM packages |
|
From: Michael Str?d. <str...@us...> - 2002-07-20 13:30:38
|
CVSROOT: /cvsroot/python-ldap Module name: htdocs Changes by: stroeder 2002/07/20 06:30:37 Modified files: . : index.shtml Log message: Better short description tied to OpenLDAP 2 libs |