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
(3) |
2
(2) |
3
(4) |
4
(3) |
5
|
6
(2) |
7
|
8
|
9
|
10
(3) |
11
(2) |
12
|
13
|
14
|
15
|
16
|
17
|
18
|
19
|
20
(2) |
21
(1) |
22
|
23
|
24
(1) |
25
|
26
|
27
|
28
|
29
|
30
(3) |
31
|
|
|
From: Michael Str?d. <str...@us...> - 2002-01-30 22:11:48
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/01/30 14:11:48 Modified files: Lib/ldap : functions.py Log message: Hmm, weird open() |
From: Michael Str?d. <str...@us...> - 2002-01-30 22:05:19
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/01/30 14:05:17 Modified files: Lib/ldap : functions.py Log message: Fixed __doc__ for open() |
From: Michael Str?d. <str...@us...> - 2002-01-30 22:04:08
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/01/30 14:04:07 Modified files: Lib/ldap : functions.py Log message: open() to be compliant to old docs, init() is the very same |
From: Michael Str?d. <str...@us...> - 2002-01-24 10:02:41
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/01/24 02:02:41 Modified files: Lib : ldapurl.py Log message: New method LDAPUrl.initializeUrl(). Check with self.attr2extype.has_key(name) if class attribute is pulled from extensions. |
From: Michael Str?d. <str...@us...> - 2002-01-21 00:08:28
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/01/20 16:08:27 Modified files: Lib/ldap : ldapobject.py Log message: Renamed parameter for LDAPObject.manage_dsa_it() |
From: Michael Str?d. <str...@us...> - 2002-01-20 23:46:38
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/01/20 15:46:35 Modified files: Modules : LDAPObject.c Lib/ldap : ldapobject.py Log message: Added method manage_dsa_it() (see draft-zeilenga-ldap-namedref) |
From: Michael Str?d. <str...@us...> - 2002-01-20 19:54:19
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/01/20 11:54:18 Modified files: Modules : LDAPObject.c Log message: Removed obsolete declaration of unbind_s |
From: Michael Str?d. <str...@us...> - 2002-01-11 19:16:22
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/01/11 11:16:20 Modified files: Lib : ldif.py Log message: Raise exception if empty record is passed to LDIFWrite.unparse() |
From: Michael Str?d. <str...@us...> - 2002-01-11 18:27:18
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/01/11 10:27:17 Modified files: Lib : ldif.py Log message: New version 0.5.0: - New class LDIFWriter - Abandoned constant linesep, use class attributes instead - New parameter line_sep for LDIFParser.__init__() - CreateLDIF() uses LDIFWriter |
From: Michael Str?d. <str...@us...> - 2002-01-10 02:54:51
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/01/09 18:54:50 Modified files: Lib : ldapurl.py Log message: Cosmetic change for pychecker... |
From: Michael Str?d. <str...@us...> - 2002-01-10 02:51:38
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/01/09 18:51:37 Modified files: Lib : ldif.py Log message: Even more issues found with pychecker... |
From: Michael Str?d. <str...@us...> - 2002-01-10 02:46:32
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/01/09 18:46:30 Modified files: Lib/ldap : __init__.py async.py ldapobject.py Log message: Corrected some bugs detected with pychecker. |
From: Michael Str?d. <str...@us...> - 2002-01-06 19:11:30
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/01/06 11:11:30 Modified files: . : TODO setup.cfg Log message: TODO |
From: Michael Str?d. <str...@us...> - 2002-01-06 19:09:53
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/01/06 11:09:52 Modified files: . : TODO Log message: Support Extended Operations |
From: Michael Str?d. <str...@us...> - 2002-01-04 23:00:33
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/01/04 15:00:32 Modified files: . : setup.py Log message: timestamp as version for the interims sdist releases |
From: Michael Str?d. <str...@us...> - 2002-01-04 12:36:06
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/01/04 04:36:05 Modified files: . : README Log message: Some updates... |
From: Michael Str?d. <str...@us...> - 2002-01-04 00:52:26
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/01/03 16:52:25 Modified files: . : setup.py Log message: Disabled use of templates.c |
From: Michael Str?d. <str...@us...> - 2002-01-03 13:01:29
|
CVSROOT: /cvsroot/python-ldap Module name: htdocs Changes by: stroeder 2002/01/03 05:01:28 Modified files: . : download.shtml Log message: Updated links to pre-compiled packages, added info |
From: Michael Str?d. <str...@us...> - 2002-01-03 00:07:35
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/01/02 16:07:35 Modified files: Demo : rename.py Log message: Use trace_level=1 instead of print statements |
From: Michael Str?d. <str...@us...> - 2002-01-03 00:06:00
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/01/02 16:06:00 Modified files: Modules : functions.c LDAPObject.c Log message: Stripped almost all _s() functions and deprecated stuff (Kerberos, modrdn()) |
From: Michael Str?d. <str...@us...> - 2002-01-03 00:04:29
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/01/02 16:04:29 Modified files: Lib/ldap : ldapobject.py Log message: Parameter newSuperior of LDAPObject.rename() is made optional key word parameter with default None. LDAPObject.modrdn() uses LDAPObject.rename() instead of C library function. |
From: Michael Str?d. <str...@us...> - 2002-01-02 20:00:51
|
CVSROOT: /cvsroot/python-ldap Module name: htdocs Changes by: stroeder 2002/01/02 12:00:50 Modified files: . : download.shtml Log message: Be more clear which link is what |
From: Joe L. <jl...@ee...> - 2002-01-02 03:28:44
|
python-ldap-cvs010102-1.i386.rpm has been posted and the other one removed This takes uses the build_py -O1 step to generate byte-compiled (.pyo) versions of the libraries. It also hopefully handles the versioning well enough. Have fun.. Thanks to Michael for all the pointers for a setup.py newbie like myself. |
From: Michael Str?d. <str...@us...> - 2002-01-01 15:57:04
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/01/01 07:57:01 Modified files: Lib/ldap : functions.py Log message: __doc__ |
From: Michael Str?d. <str...@us...> - 2002-01-01 15:37:52
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/01/01 07:37:52 Modified files: Lib/ldap : ldapobject.py Log message: Simplified interface of LDAPObject.__init__() |