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
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
1
(4) |
2
(5) |
3
(2) |
4
(3) |
5
|
6
|
7
|
8
|
9
|
10
|
11
|
12
(4) |
13
|
14
|
15
|
16
|
17
(1) |
18
(1) |
19
|
20
(5) |
21
(2) |
22
|
23
|
24
|
25
(14) |
26
(1) |
27
(5) |
28
(1) |
29
(11) |
30
(6) |
31
(1) |
|
|
|
From: Michael Str?d. <str...@us...> - 2002-07-25 23:46:02
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/25 16:46:02 Modified files: Modules : options.c Log message: At least this seems to avoid integer overflow |
From: Michael Str?d. <str...@us...> - 2002-07-25 22:51:00
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/25 15:50:59 Modified files: Modules : options.c Log message: 1. Added set_timeval_from_double() 2. Tried to implement setting/getting options LDAP_OPT_TIMEOUT and LDAP_OPT_NETWORK_TIMEOUT. This does not work yet! |
From: Michael Str?d. <str...@us...> - 2002-07-25 22:49:38
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/25 15:49:37 Modified files: Modules : LDAPObject.c options.h Log message: Moved set_timeval_from_double() to options.h/c |
From: Michael Str?d. <str...@us...> - 2002-07-25 21:43:26
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/25 14:43:25 Added files: . : LICENSE Log message: Extend David's LICENCE for _ldap to whole python-ldap package |
From: Michael Str?d. <str...@us...> - 2002-07-25 16:22:11
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/25 09:22:11 Modified files: Lib/ldap : ldapobject.py Log message: Nice message when raising AttributeError in LDAPObject.__getattr__() |
From: Michael Str?d. <str...@us...> - 2002-07-25 16:16:48
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/25 09:16:47 Modified files: Lib/ldap : ldapobject.py Log message: Hopefully less error-prone implementation of LDAPObject.__setattr__() and LDAPObject.__getattr__() |
From: Michael Str?d. <str...@us...> - 2002-07-25 15:36:15
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/25 08:36:14 Modified files: Lib/ldap : ldapobject.py Log message: Corrected trace log statments in LDAPObject.__setattr__() and LDAPObject.__getattr__() |
From: Michael Str?d. <str...@us...> - 2002-07-25 15:15:18
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/25 08:15:17 Added files: Demo/Lib/ldap/async: .cvsignore Log message: |
From: Michael Str?d. <str...@us...> - 2002-07-25 15:14:16
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/25 08:14:16 Modified files: Lib/ldap : schema.py Log message: Grr\! Correcting typos\! |
From: Michael Str?d. <str...@us...> - 2002-07-25 15:04:42
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/25 08:04:41 Modified files: Lib/ldap : schema.py Log message: Added subschemasubentry_dn() |
From: Michael Str?d. <str...@us...> - 2002-07-25 14:41:18
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/25 07:41:17 Modified files: Lib/ldap : schema.py Log message: Renamed class attributes objectClass.oids_must and objectClass.oids_may to must and may since they do not contain OIDs. Moved test to separate source (not yet checked in). objectClass.name2oid is instance of class ldap.cidict.cidict. |
From: Michael Str?d. <str...@us...> - 2002-07-25 14:11:29
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/25 07:11:28 Added files: Lib/ldap : cidict.py Removed files: Lib : cidict.py Log message: Moved module cidict to sub-module ldap.cidict |
From: Michael Str?d. <str...@us...> - 2002-07-25 14:09:09
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/25 07:09:09 Modified files: Lib/ldap : schema.py Log message: 0.0.3 |
From: Michael Str?d. <str...@us...> - 2002-07-25 14:08:42
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/25 07:08:41 Modified files: Lib/ldap : schema.py Log message: ldap.functions._ldap_function_call() is used |
From: Michael Str?d. <str...@us...> - 2002-07-21 12:24:41
|
CVSROOT: /cvsroot/python-ldap Module name: htdocs Changes by: stroeder 2002/07/21 05:24:40 Modified files: . : download.shtml Log message: Better info regarding SuSE packages |
From: Michael Str?d. <str...@us...> - 2002-07-21 11:56:29
|
CVSROOT: /cvsroot/python-ldap Module name: htdocs Changes by: stroeder 2002/07/21 04:56:28 Modified files: . : download.shtml Log message: Modified link to Joe's RPM packages |
From: Michael Str?d. <str...@us...> - 2002-07-20 13:30:38
|
CVSROOT: /cvsroot/python-ldap Module name: htdocs Changes by: stroeder 2002/07/20 06:30:37 Modified files: . : index.shtml Log message: Better short description tied to OpenLDAP 2 libs |
From: Michael Str?d. <str...@us...> - 2002-07-20 10:23:48
|
CVSROOT: /cvsroot/python-ldap Module name: htdocs Changes by: stroeder 2002/07/20 03:23:47 Modified files: . : download.shtml Log message: Wording and removed link to 1.10alpha3 |
From: Michael Str?d. <str...@us...> - 2002-07-20 10:04:11
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/20 03:04:11 Modified files: . : setup.py Log message: Static version 2.0.0pre05 |
From: Michael Str?d. <str...@us...> - 2002-07-20 09:56:48
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/20 02:56:47 Modified files: . : setup.cfg Log message: Comment |
From: Michael Str?d. <str...@us...> - 2002-07-20 09:33:40
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/20 02:33:40 Modified files: . : setup.py Log message: Comment |
From: Michael Str?d. <str...@us...> - 2002-07-18 08:19:29
|
CVSROOT: /cvsroot/python-ldap Module name: htdocs Changes by: stroeder 2002/07/18 01:19:28 Modified files: . : apps.shtml Log message: Added Kantan |
From: Michael Str?d. <str...@us...> - 2002-07-17 18:03:12
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/17 11:03:09 Modified files: . : setup.py Log message: Switch off defines realted to caching |
From: Michael Str?d. <str...@us...> - 2002-07-12 17:15:51
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/12 10:15:50 Modified files: Lib/ldap : __init__.py functions.py ldapobject.py Log message: Several changes to locking and logging: Renamed ldap._ldap_call to ldap._ldap_function_call to make code more readable. Cleaner support for Python installations without thread support. Functions produce a trace log too. Module wide constant ldap._trace_level has to be set by application to switch it on. Locking can be switched off completely (might change): ldap.LDAPLock = ldap.DummyLock ldap._ldap_module_lock = ldap.LDAPLock() |
From: Michael Str?d. <str...@us...> - 2002-07-12 17:08:08
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/12 10:08:08 Modified files: Lib/ldap : async.py Log message: Parameter timeout for AsyncSearchHandler.processResults() |