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...> - 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-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 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-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-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-11-17 15:16:46
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/11/17 07:16:45 Modified files: Lib : ldapthreadlock.py Log message: Removed parameter self from global functions get_option() and set_option() |
From: Michael Str?d. <str...@us...> - 2001-11-17 15:15:28
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/11/17 07:15:27 Modified files: Lib : ldapthreadlock.py Log message: Removed parameter self from function _ldapcall(). |
From: Michael Str?d. <str...@us...> - 2001-11-17 03:42:42
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/11/16 19:42:42 Modified files: Lib : ldapthreadlock.py Log message: Corrected LDAPObject.set_option() and separated module-wide _ldap_call() and LDAPObject._ldap_call() |
From: Michael Str?d. <str...@us...> - 2001-11-17 03:27:28
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/11/16 19:27:27 Modified files: Lib/ldap : ldapurl.py Log message: Corrected LDAPObject.set_option() and separated module-wide _ldap_call() and LDAPObject._ldap_call() |
From: Michael Str?d. <str...@us...> - 2001-11-17 01:51:20
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/11/16 17:51:20 Modified files: Lib/ldap : ldapurl.py Log message: Limited importing of urllib |
From: Michael Str?d. <str...@us...> - 2001-11-17 01:00:57
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/11/16 17:00:56 Modified files: Lib/ldap : ldapurl.py Log message: LDAPUrl.extensions is a dictionary now. LDAPUrl.__setattr__() and __getattr__() are emulating attributes LDAPUrl.who and LDAPUrl.cred by mapping them to the appropriate LDAPUrlExtension instances. |
From: Michael Str?d. <str...@us...> - 2001-11-15 07:40:10
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/11/14 23:40:09 Modified files: Demo : simplebrowse.py Log message: Use ldap://ldap.openldap.org/dc=openldap,dc=org as demo server (faster) try: continue does not work under Python 2.0 => use elif and reordered some nested try: statements. |
From: David L. <le...@us...> - 2001-11-15 03:47:03
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: leonard 2001/11/14 19:47:01 Added files: Demo : simplebrowse.py Log message: simple ldap browser example |
From: David L. <le...@us...> - 2001-11-15 00:48:13
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: leonard 2001/11/14 16:48:11 Modified files: . : Makefile Log message: add srcdist target that builds a snapshot of the CVS repository |
From: David L. <le...@us...> - 2001-11-15 00:16:51
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: leonard 2001/11/14 16:16:49 Modified files: Demo : initialize.py Log message: bind_s not bind |
From: David L. <le...@us...> - 2001-11-15 00:06:23
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: leonard 2001/11/14 16:06:22 Modified files: Modules : options.c Log message: oops, strings are strings in apiinfo |
From: David L. <le...@us...> - 2001-11-15 00:05:43
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: leonard 2001/11/14 16:05:43 Modified files: Modules : LDAPObject.c Log message: repr() of opaque objects should be "<LDAP>", not "LDAP" |
From: David L. <le...@us...> - 2001-11-15 00:04:23
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: leonard 2001/11/14 16:04:22 Modified files: . : Makefile Log message: add a dist target; fix clean target |
From: Michael Str?d. <str...@us...> - 2001-11-14 23:56:42
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/11/14 15:56:41 Modified files: Lib : ldapthreadlock.py Log message: wrapped ldap.initialize(), ldap.set/get_option() and LDAPObject.set/get_option() |
From: David L. <le...@us...> - 2001-11-14 23:51:18
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: leonard 2001/11/14 15:51:17 Modified files: Lib : cidict.py Log message: oops |
From: David L. <le...@us...> - 2001-11-14 23:42:58
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: leonard 2001/11/14 15:42:57 Added files: Lib : cidict.py Log message: oh, hello again |
From: David L. <le...@us...> - 2001-11-14 23:31:34
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: leonard 2001/11/14 15:31:34 Modified files: . : setup.py Modules : functions.c message.c Removed files: Modules : CIDict.c CIDict.h Log message: bye bye cidict |
From: David L. <le...@us...> - 2001-11-14 23:22:19
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: leonard 2001/11/14 15:22:18 Modified files: . : setup.py Modules : LDAPObject.c LDAPObject.h functions.c Added files: Modules : options.c options.h Log message: factor out options. restore setattr/getattr of options on LDAPObjects, but in a different way. factor out default ldap port. |
From: David L. <le...@us...> - 2001-11-14 23:14:15
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: leonard 2001/11/14 15:14:13 Modified files: Modules : errors.c errors.h Log message: add LDAPerr() to raise an exception by error number and avoid exposing an unsized exception array |
From: Michael Str?d. <str...@us...> - 2001-11-14 16:50:12
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/11/14 08:50:11 Modified files: Demo : initialize.py Log message: Set debugging level to 255 |