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-03-29 13:39:42
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/03/29 05:39:41 Modified files: Doc : python-ldap.tex Log message: Replaced all occurences of input{} with include{} |
From: Michael Str?d. <str...@us...> - 2002-03-22 11:44:41
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/03/22 03:44:41 Modified files: Lib/ldap : functions.py Log message: Corrections of __doc__ strings |
From: Michael Str?d. <str...@us...> - 2002-03-22 11:43:22
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/03/22 03:43:20 Modified files: Demo : initialize.py Log message: More elaborate. |
From: Michael Str?d. <str...@us...> - 2002-03-04 22:28:20
|
CVSROOT: /cvsroot/python-ldap Module name: htdocs Changes by: stroeder 2002/03/04 14:28:19 Added files: pydoc : ldap.async.html ldap.html ldap.modlist.html ldapurl.html ldif.html Log message: pydoc-generated stuff. |
From: Michael Str?d. <str...@us...> - 2002-03-04 22:27:56
|
CVSROOT: /cvsroot/python-ldap Module name: htdocs Changes by: stroeder 2002/03/04 14:27:55 htdocs/pydoc Update of /cvsroot/python-ldap/htdocs/pydoc In directory usw-pr-cvs1:/tmp/cvs-serv15552/pydoc Log Message: Directory /cvsroot/python-ldap/htdocs/pydoc added to the repository |
From: Michael Str?d. <str...@us...> - 2002-03-04 22:21:48
|
CVSROOT: /cvsroot/python-ldap Module name: htdocs Changes by: stroeder 2002/03/04 14:21:47 Modified files: . : faq.shtml Log message: Clarify that /etc/ld.so.conf is only for Linux |
From: Michael Str?d. <str...@us...> - 2002-03-04 21:45:17
|
CVSROOT: /cvsroot/python-ldap Module name: htdocs Changes by: stroeder 2002/03/04 13:45:16 Modified files: . : faq.shtml Log message: Added hint about shared libs and LD_LIBARY_PATH |
From: Michael Str?d. <str...@us...> - 2002-02-22 11:06:41
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/02/22 03:06:40 Modified files: Lib/ldap : modlist.py Log message: Went back to check if old_value is non-zero before applying a (ldap.MOD_DELETE,attrtype,None) |
From: Michael Str?d. <str...@us...> - 2002-02-20 16:17:17
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/02/20 08:17:16 Modified files: Doc : ldap.tex Log message: Explanation of exception ldap.UNDEFINED_TYPE |
From: Michael Str?d. <str...@us...> - 2002-02-19 08:40:38
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/02/19 00:40:36 Modified files: Lib/ldap : modlist.py Log message: Checking the ignored attributes is done with a dictionary now. Should be faster. Deleting an attribute is done in any case if not new_value:. Added more test cases for weird input data. Especially empty attribute value lists or something like ['']. |
From: Michael Str?d. <str...@us...> - 2002-02-18 16:43:46
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/02/18 08:43:45 Modified files: . : setup.py Log message: version 2.0.0pre05 |
From: Michael Str?d. <str...@us...> - 2002-02-18 16:42:52
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/02/18 08:42:50 Modified files: Lib/ldap : modlist.py Log message: Use None for tuple item mod_val if mod_op==ldap.MOD_DELETE. |
From: Michael Str?d. <str...@us...> - 2002-02-16 17:45:20
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/02/16 09:45:19 Modified files: Doc : ldap.tex Log message: Updated parameter description of parameters for LDAPObject.search*() - especially filterstr. Removed simple example for filterstr because it was invalid filter syntax. |
From: Michael Str?d. <str...@us...> - 2002-02-16 17:19:04
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/02/16 09:19:03 Modified files: Lib/ldap : __init__.py Log message: 2.0.0pre05 |
From: Michael Str?d. <str...@us...> - 2002-02-16 17:18:20
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/02/16 09:18:19 Modified files: Lib/ldap : ldapobject.py Log message: Parameter filterstr is now a key word parameter with default value '(objectClass=*)'. Also corrected __doc__ string of LDAPObject.search(). |
From: Michael Str?d. <str...@us...> - 2002-02-16 17:17:08
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/02/16 09:17:08 Modified files: Lib/ldap : functions.py Log message: 1. Wrapped _ldap.is_ldap_url(). 2. Check if uri parameter passed to ldap.initialize() is a LDAP URL and raise ValueError with meaningful message if not. |
From: Michael Str?d. <str...@us...> - 2002-02-16 17:15:41
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/02/16 09:15:40 Modified files: Lib/ldap : modlist.py Log message: modifyModlist(): Use pair of ldap.MOD_DELETE and ldap.MOD_ADD change items instead of a single ldap.MOD_REPLACE item for replacing an attribute value. This is probably more robust and faster. Also it is possible now to replace attribute values even if the LDAP server does not support MOD_REPLACE in a particular entry (e.g. subschemaSubentry on Netscape DS 4.x). |
From: Michael Str?d. <str...@us...> - 2002-02-13 01:06:31
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/02/12 17:06:31 Modified files: Lib/ldap : ldapobject.py Log message: Use raise without parameter in LDAPObject.supported_ldap_version() to keep stack-trace of ldap.PROTOCOL_ERROR |
From: Michael Str?d. <str...@us...> - 2002-02-13 00:43:16
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/02/12 16:43:15 Modified files: Lib/ldap : ldapobject.py Log message: Added LDAPObject.supported_ldap_version() |
From: Michael Str?d. <str...@us...> - 2002-02-12 16:03:41
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/02/12 08:03:40 Modified files: Modules : constants.c options.c Log message: wrap OPT_X_TLS_CTX with ifdef LDAP_VENDOR_VERSION>=20013 |
From: Michael Str?d. <str...@us...> - 2002-02-12 15:38:03
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/02/12 06:21:15 Modified files: . : setup.cfg Log message: More examples for line libs |
From: Michael Str?d. <str...@us...> - 2002-02-09 19:34:03
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/02/09 11:34:02 Modified files: Doc : ldap.tex ldap_modlist.tex ldapurl.tex ldif.tex python-ldap.tex Log message: Corrected minor issues, added module index |
From: Michael Str?d. <str...@us...> - 2002-02-09 19:03:54
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/02/09 11:03:53 Modified files: Doc : ldap.tex ldap_async.tex ldap_modlist.tex ldapurl.tex ldif.tex Log message: Corrected \declaremodule |
From: Michael Str?d. <str...@us...> - 2002-02-09 18:55:11
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/02/09 10:55:09 Modified files: Doc : ldap.tex ldap_async.tex ldap_modlist.tex ldapurl.tex ldif.tex Log message: Corrected some minor errors |
From: Michael Str?d. <str...@us...> - 2002-02-09 16:31:27
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/02/09 08:31:26 Modified files: Lib/ldap : functions.py Log message: Wrap get_option() and set_option() with well-defined parameters instead of (*args,**kwargs) |