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-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() |
From: Michael Str?d. <str...@us...> - 2002-07-12 17:06:25
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/12 10:06:24 Modified files: . : setup.py Log message: Time-stamped version number as long as it's not a release |
From: Michael Str?d. <str...@us...> - 2002-07-12 17:05:37
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/12 10:05:36 Modified files: Modules : constants.c Log message: Wrap constants API_VERSION and VENDOR_VERSION |