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...> - 2003-01-23 11:09:36
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2003/01/23 03:09:35 Modified files: Lib/ldap : ldapobject.py Doc : ldap.tex Log message: Aligned __doc__ strings and Doc for result() and search_ext(), etc. |
|
From: Michael Str?d. <str...@us...> - 2002-12-28 12:57:38
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/12/28 04:57:37 Modified files: Lib : ldapurl.py Log message: Removed Unicode string from LDAPUrl.unparse() |
|
From: Michael Str?d. <str...@us...> - 2002-12-23 11:11:55
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/12/23 03:11:54 Modified files: Doc : ldapurl.tex Log message: Corrected label of subsection |
|
From: Michael Str?d. <str...@us...> - 2002-12-23 11:10:09
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/12/23 03:10:08 Modified files: Lib : ldapurl.py Log message: Method LDAPUrl._urlEncoding() turned into function ldapUrlEscape() consistently used for escaping URL special chars |
|
From: Michael Str?d. <str...@us...> - 2002-12-18 16:09:04
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/12/18 08:09:01 Modified files: Doc : ldif.tex Log message: Added example for ldif.LDIFWriter |
|
From: Michael Str?d. <str...@us...> - 2002-12-18 15:54:24
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/12/18 07:54:23 Modified files: Doc : ldap.tex Log message: Modifications to description of LDAPObject.add() according to suggestion by Ganesan R |
|
From: Michael Str?d. <str...@us...> - 2002-12-18 15:43:41
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/12/18 07:43:40 Modified files: Doc : ldap.tex Log message: Remove all C libs caching related code. |
|
From: Michael Str?d. <str...@us...> - 2002-12-17 16:17:33
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/12/17 08:17:32 Modified files: Modules : LDAPObject.c Log message: Removed set_rebind_proc() |
|
From: Michael Str?d. <str...@us...> - 2002-12-17 15:52:15
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/12/17 07:52:05 Modified files: Lib : ldapurl.py Doc : ldapurl.tex Log message: Removed Unicode features |
|
From: Michael Str?d. <str...@us...> - 2002-12-17 15:50:44
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/12/17 07:50:43 Modified files: Modules : constants.c Log message: Remove all C libs caching related code. |
|
From: Michael Str?d. <str...@us...> - 2002-12-17 15:27:12
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/12/17 07:27:11 Modified files: Modules : LDAPObject.c Log message: Remove all C libs caching related code. |
|
From: Michael Str?d. <str...@us...> - 2002-12-11 22:29:07
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/12/11 14:29:06 Modified files: Modules : LDAPObject.c Lib/ldap : ldapobject.py async.py Log message: Use OpenLDAP 2.x's ldap_search_ext() instead of ldap_search(). |
|
From: Michael Str?d. <str...@us...> - 2002-12-01 22:08:35
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/12/01 14:08:34 Modified files: Lib : ldif.py Log message: Removed space char causing SyntaxError |
|
From: Michael Str?d. <str...@us...> - 2002-12-01 16:02:16
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/12/01 07:20:20 Modified files: Lib : ldif.py Log message: Proper handling of FILL (see RFC 2849) |
|
From: Michael Str?d. <str...@us...> - 2002-11-03 21:24:44
|
CVSROOT: /cvsroot/python-ldap Module name: htdocs Changes by: stroeder 2002/11/03 13:24:43 Modified files: . : apps.shtml Log message: More verbose on web2ldap. Je, je. |
|
From: Michael Str?d. <str...@us...> - 2002-11-03 21:17:50
|
CVSROOT: /cvsroot/python-ldap Module name: htdocs Changes by: stroeder 2002/11/03 13:17:49 Modified files: . : faq.shtml Log message: Some more hints about which libs to use |
|
From: Michael Str?d. <str...@us...> - 2002-11-03 17:31:32
|
CVSROOT: /cvsroot/python-ldap Module name: htdocs Changes by: stroeder 2002/11/03 09:31:31 Modified files: . : docs.shtml Log message: Added link to Michael Engelhart's examples page |
|
From: Michael Str?d. <str...@us...> - 2002-10-29 15:34:16
|
CVSROOT: /cvsroot/python-ldap Module name: htdocs Changes by: stroeder 2002/10/29 07:34:16 Modified files: . : docs.shtml Log message: Added link to pydoc/ldap.schema.html |
|
From: Michael Str?d. <str...@us...> - 2002-10-29 15:32:21
|
CVSROOT: /cvsroot/python-ldap Module name: htdocs Changes by: stroeder 2002/10/29 07:32:20 Modified files: . : docs.shtml Log message: Only reference pydoc of top-level modules |
|
From: Michael Str?d. <str...@us...> - 2002-10-29 15:31:39
|
CVSROOT: /cvsroot/python-ldap Module name: htdocs Changes by: stroeder 2002/10/29 07:31:38 Modified files: pydoc : ldap.async.html ldap.html ldap.modlist.html ldapurl.html ldif.html Added files: pydoc : ldap.cidict.html ldap.functions.html ldap.ldapobject.html ldap.sasl.html ldap.schema.html ldap.schema.models.html ldap.schema.subentry.html ldap.schema.tokenizer.html Log message: Updates for 2.0.0pre06 |
|
From: Michael Str?d. <str...@us...> - 2002-10-27 19:03:38
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/10/27 11:03:37 Modified files: Lib/ldap : __init__.py Log message: [ 563033 ] tweak to threading detection |
|
From: Michael Str?d. <str...@us...> - 2002-10-27 18:51:14
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/10/27 10:51:13 Modified files: Lib/ldap : ldapobject.py Doc : ldap.tex Log message: [ 627599 ] docs unclear for add() functionality |
|
From: Michael Str?d. <str...@us...> - 2002-10-22 19:27:35
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/10/22 12:27:33 Modified files: Lib/ldap : cidict.py Log message: Fixed cidict.__del__() to also remove key from _keys. |
|
From: Michael Str?d. <str...@us...> - 2002-10-22 18:29:49
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/10/22 11:29:47 Modified files: Lib : ldif.py Log message: - Removed class FileWriter - LDIFCopy derived from LDIFParser now - fixed LDIFCopy |
|
From: Michael Str?d. <str...@us...> - 2002-09-24 16:07:30
|
CVSROOT: /cvsroot/python-ldap Module name: htdocs Changes by: stroeder 2002/09/24 09:07:29 Modified files: . : index.shtml Log message: Mention other stuff |