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-06-30 21:09:48
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/06/30 14:09:47 Added files: Modules : .cvsignore Log message: Ignore editor backup files |
From: Michael Str?d. <str...@us...> - 2002-06-30 21:07:57
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/06/30 14:07:56 Modified files: . : .cvsignore Log message: |
From: Michael Str?d. <str...@us...> - 2002-06-30 21:03:38
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/06/30 14:03:37 Modified files: Demo : asyncldif.py Log message: Mention trace_level when calling ldap.initialize(). |
From: Michael Str?d. <str...@us...> - 2002-06-30 21:02:10
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/06/30 14:02:08 Modified files: Lib/ldap : ldapobject.py Log message: Renamed LDAPObject to SimpleLDAPObject. SimpleLDAPObject has method result() directly mapped to C module's method result(). Added NonblockingLDAPObject with method result() like present in 2.0.0pre04 which never stays in C module's result() to avoid being blocked by the module-wide lock ldap._ldap_lock. SmartLDAPObject is a preliminary version of a LDAPObject-like class which does smarter connecting. Very premature though! Variable LDAPObject can be modified to determine the class used in ldap.open() and ldap.initialize(). |
From: Michael Str?d. <str...@us...> - 2002-06-29 15:17:28
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/06/29 08:17:27 Modified files: Lib/ldap : async.py Log message: Removed debug print statement |
From: Michael Str?d. <str...@us...> - 2002-06-29 14:31:35
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/06/29 07:31:33 Modified files: Modules : LDAPObject.c Lib/ldap : ldapobject.py async.py Log message: Directly wrap result() of _ldap module |
From: Michael Str?d. <str...@us...> - 2002-06-29 12:25:53
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/06/29 05:25:53 Modified files: Modules : LDAPObject.c Log message: Removed method url_search() |
From: Michael Str?d. <str...@us...> - 2002-06-29 11:24:59
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/06/29 04:24:56 Modified files: Lib : ldapurl.py Log message: Modified some test-cases. |
From: Michael Str?d. <str...@us...> - 2002-06-29 11:23:02
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/06/29 04:23:02 Modified files: Doc : ldapurl.tex Log message: Added Example section |
From: Michael Str?d. <str...@us...> - 2002-05-27 11:53:12
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/05/27 04:53:10 Modified files: Lib/ldap : schema.py Log message: One OID dictionary as registry for all schema elements. Some renaming. |
From: Hans A. <asc...@us...> - 2002-05-08 08:30:08
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: aschauer 2002/05/08 01:30:06 Modified files: . : setup.cfg Log message: Included reference to sasl library in setup.cfg |
From: Michael Str?d. <str...@us...> - 2002-05-04 18:47:24
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/05/04 11:47:23 Modified files: Lib/ldap : sasl.py schema.py ldapobject.py Log message: Unique module __doc__ strings. |
From: Michael Str?d. <str...@us...> - 2002-05-04 18:39:59
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/05/04 11:39:58 Modified files: Doc : .cvsignore Lib : .cvsignore Lib/ldap : .cvsignore . : .cvsignore Log message: Ignore non.CVS files |
From: Michael Str?d. <str...@us...> - 2002-05-04 18:37:57
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/05/04 11:37:57 Added files: Doc : .cvsignore Lib : .cvsignore Lib/ldap : .cvsignore . : .cvsignore Log message: Ignore non.CVS files |
From: Michael Str?d. <str...@us...> - 2002-05-04 18:36:44
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/05/04 11:36:43 Modified files: Doc : Makefile Log message: Renaming of ldap_async.tex to ldap-async.tex and ldap_modlist.tex to ldap-modlist.tex. |
From: Michael Str?d. <str...@us...> - 2002-05-04 18:26:58
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/05/04 11:26:57 Modified files: . : setup.py Log message: Added ldap.sasl and ldap.schema. |
From: Michael Str?d. <str...@us...> - 2002-05-04 18:26:00
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/05/04 11:25:59 Modified files: Lib/ldap : schema.py Log message: Imported Hans Aschauer's schema support patches. |
From: Michael Str?d. <str...@us...> - 2002-05-04 18:25:17
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/05/04 11:25:16 Modified files: . : README Log message: Mention Hans Aschauer as contributor. |
From: Michael Str?d. <str...@us...> - 2002-05-04 18:16:29
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/05/04 11:16:29 Added files: Demo : sasl_bind.py Log message: Slightly modified version of Hans Aschauer's SASL demo. |
From: Michael Str?d. <str...@us...> - 2002-05-04 18:14:49
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/05/04 11:14:48 Modified files: Modules : LDAPObject.c functions.c ldapmodule.c schema.c schema.h Added files: Lib/ldap : sasl.py Log message: Integrated Hasn Aschauers SASL patches (unedited). |
From: Michael Str?d. <str...@us...> - 2002-04-16 08:08:07
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/04/16 01:03:06 Modified files: . : setup.py Added files: Lib/ldap : schema.py Modules : schema.c schema.h Log message: Patches(addition for schema support contributed by Hans Aschauer |
From: Michael Str?d. <str...@us...> - 2002-04-14 14:00:24
|
CVSROOT: /cvsroot/python-ldap Module name: htdocs Changes by: stroeder 2002/04/14 07:00:22 Modified files: . : download.shtml Log message: Updated notes about SuSE and Debian packages. |
From: Michael Str?d. <str...@us...> - 2002-03-29 17:58:14
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/03/29 09:58:12 Added files: Doc : ldap-async.tex ldap-modlist.tex Log message: Renamed ldap_async to ldap-async and ldap_modlist to ldap-modlist. Switched back using nothing else than \input{} |
From: Michael Str?d. <str...@us...> - 2002-03-29 17:57:53
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/03/29 09:57:51 Modified files: Doc : python-ldap.tex Removed files: Doc : ldap_async.tex ldap_modlist.tex Log message: Renamed ldap_async to ldap-async and ldap_modlist to ldap-modlist. Switched back using nothing else than \input{} |
From: Michael Str?d. <str...@us...> - 2002-03-29 15:17:18
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/03/29 07:17:17 Modified files: Doc : python-ldap.tex Log message: Mix of \input and \include where appropriate. |