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-08-01 14:00:22
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/08/01 07:00:20 Modified files: Lib/ldap : functions.py Log message: Turned if-statement into assert-statement |
|
From: Michael Str?d. <str...@us...> - 2002-08-01 13:59:34
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/08/01 06:59:32 Modified files: Lib : ldapurl.py Log message: I already knew changing the defaults for filterstr and scope is opening a can of worms... |
|
From: Michael Str?d. <str...@us...> - 2002-08-01 13:50:28
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/08/01 06:50:27 Modified files: Lib : ldapurl.py Log message: LDAPUrl.initializeUrl(): Aargh! Return URL encoded hostport if URL scheme is ldapi. |
|
From: Michael Str?d. <str...@us...> - 2002-08-01 12:11:22
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/08/01 05:11:21 Modified files: Lib : ldapurl.py Log message: Defaults for scope and filterstr are None |
|
From: Michael Str?d. <str...@us...> - 2002-08-01 09:59:28
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/08/01 02:59:27 Modified files: . : MANIFEST.in Log message: Correctly add the directories Lib/, Demo/ and Tests/ in source distribution |
|
From: Michael Str?d. <str...@us...> - 2002-08-01 09:52:34
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/08/01 02:52:32 Modified files: Lib/ldap : modlist.py Added files: Tests/Lib/ldap : test_modlist.py Log message: Moved tests for ldap.modlist in separate file |
|
From: Michael Str?d. <str...@us...> - 2002-08-01 09:41:07
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/08/01 02:41:06 Modified files: Lib/ldap : schema.py Log message: Removed unnecessary assertion statement |
|
From: Hans A. <asc...@us...> - 2002-08-01 09:07:15
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: aschauer 2002/08/01 02:07:12 Modified files: Modules : schema.c Lib/ldap : schema.py Log message: The schema parsing wrapper functions return now an integer in case of an error. This in converted to a python exception by the function wrapper in python code. |
|
From: Michael Str?d. <str...@us...> - 2002-07-31 20:40:57
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/31 13:40:56 Modified files: . : setup.py Log message: Added ldap.cidict |
|
From: Michael Str?d. <str...@us...> - 2002-07-30 14:54:42
|
CVSROOT: /cvsroot/python-ldap Module name: htdocs Changes by: stroeder 2002/07/30 07:54:41 Modified files: . : faq.shtml Log message: Added advice not to import _ldap directly |
|
From: Michael Str?d. <str...@us...> - 2002-07-30 12:22:21
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/30 05:22:21 Modified files: Demo : schema.py Log message: Properly set protocol_version and use constant ldap.schema.ALLOW_ALL |
|
From: Michael Str?d. <str...@us...> - 2002-07-30 12:21:53
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/30 05:21:52 Modified files: Lib/ldap : schema.py Log message: Added constants ALLOW_ |
|
From: Michael Str?d. <str...@us...> - 2002-07-30 09:39:30
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/30 02:39:29 Modified files: Lib/ldap : schema.py Log message: Added check sub_schema_sub_entry.has_key(attr_type) |
|
From: Michael Str?d. <str...@us...> - 2002-07-30 09:33:56
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/30 02:33:55 Modified files: Demo : schema.py Log message: LDAP URL from command-line parameter |
|
From: Hans A. <asc...@us...> - 2002-07-30 07:09:23
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: aschauer 2002/07/30 00:09:22 Modified files: Modules : schema.c Lib/ldap : schema.py Log message: Changed the schema C wrapper functions in order to expose the flag argument to python. Changed code in schema.py accordingly. |
|
From: Michael Str?d. <str...@us...> - 2002-07-29 21:37:49
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/29 14:37:48 Modified files: Lib : ldapurl.py Log message: Fixed __all__, a comment and removed module tests |
|
From: Michael Str?d. <str...@us...> - 2002-07-29 21:36:35
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/29 14:36:34 Added files: Tests/Lib : test_ldapurl.py Log message: Tests formerly performed inside module ldapurl |
|
From: Michael Str?d. <str...@us...> - 2002-07-29 21:23:52
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/29 14:23:51 python-ldap/Tests/Lib/ldap Update of /cvsroot/python-ldap/python-ldap/Tests/Lib/ldap In directory usw-pr-cvs1:/tmp/cvs-serv4695/Tests/Lib/ldap Log Message: Directory /cvsroot/python-ldap/python-ldap/Tests/Lib/ldap added to the repository |
|
From: Michael Str?d. <str...@us...> - 2002-07-29 21:23:44
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/29 14:23:43 python-ldap/Tests/Lib Update of /cvsroot/python-ldap/python-ldap/Tests/Lib In directory usw-pr-cvs1:/tmp/cvs-serv4647/Tests/Lib Log Message: Directory /cvsroot/python-ldap/python-ldap/Tests/Lib added to the repository |
|
From: Michael Str?d. <str...@us...> - 2002-07-29 21:23:10
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/29 14:23:09 python-ldap/Tests Update of /cvsroot/python-ldap/python-ldap/Tests In directory usw-pr-cvs1:/tmp/cvs-serv4405/Tests Log Message: Directory /cvsroot/python-ldap/python-ldap/Tests added to the repository |
|
From: Michael Str?d. <str...@us...> - 2002-07-29 21:10:47
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/29 14:10:47 Modified files: Lib/ldap : cidict.py Log message: Added strlist_minus(), strlist_intersection() and strlist_union() |
|
From: Michael Str?d. <str...@us...> - 2002-07-29 21:10:02
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/29 14:10:00 Modified files: Demo : schema.py Lib/ldap : schema.py Log message: Pass around parameter schema_allow which has default value 0. Slightly different design of objectClass: - __init__() takes key word parameters for all possible class attributes.p.sourceforge.net:- added method all_attrs() |
|
From: Michael Str?d. <str...@us...> - 2002-07-29 18:42:47
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/29 11:42:46 Modified files: . : setup.py setup.cfg Log message: Added extra_compile_args and extra_objects to setup.cfg and pass these to Extension._init__() |
|
From: Michael Str?d. <str...@us...> - 2002-07-29 16:45:50
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/29 09:45:49 Added files: Demo : schema.py Log message: Former test function of ldap.schema module |
|
From: Michael Str?d. <str...@us...> - 2002-07-29 16:44:40
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/29 09:44:39 Modified files: Lib/ldap : schema.py Log message: Removed function subschemasubentry_dn(). subSchema.__init__() takes a dictionary containing the sub schema sub entry's data. This allows e.g. to read a schema entry from LDIF. Pass around parameter schema_allow. |