From: <str...@us...> - 2005-09-23 16:56:49
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2005/09/23 09:56:38 Modified files: Lib/ldap : async.py Log message: Corrected case of parameter sizelimit in __doc__ string of AsyncSearchHandler.startSearch() |
From: <str...@us...> - 2005-11-03 09:09:50
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2005/11/03 01:09:43 Modified files: . : CHANGES Lib/ldap : ldapobject.py Log message: Started 2.0.11 |
From: <str...@us...> - 2005-11-03 09:10:00
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2005/11/03 01:09:54 Modified files: Lib/ldap : __init__.py Log message: Started 2.0.11 |
From: <str...@us...> - 2005-11-03 09:10:43
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2005/11/03 01:10:37 Modified files: . : CHANGES Log message: Announce fixes to LDAPObject and ReconnectLDAPObject |
From: <str...@us...> - 2005-11-07 11:24:32
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2005/11/07 03:24:25 Modified files: . : CHANGES Added files: Demo : resiter.py Lib/ldap : resiter.py Log message: New sub-module ldap.resiter which simply provides a mix-in class for ldap.ldapobject.LDAPObject with a generator method allresults(). Obviously this only works with Python 2.3+. And it's still experimental. |
From: <str...@us...> - 2005-11-07 11:33:27
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2005/11/07 03:33:21 Modified files: Lib/ldap : __init__.py Log message: Added extra blank line before __version__ |
From: <str...@us...> - 2005-11-07 11:43:07
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2005/11/07 03:43:00 Modified files: Lib/ldap : async.py . : CHANGES Log message: Added new class ldap.async.Dict |
From: <str...@us...> - 2005-11-07 11:44:03
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2005/11/07 03:43:57 Modified files: Doc : Makefile Log message: Updated PYTHONSRC |
From: <str...@us...> - 2005-11-07 11:44:56
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2005/11/07 03:44:48 Modified files: Lib : ldif.py Log message: Blank line |
From: <str...@us...> - 2005-11-07 11:46:36
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2005/11/07 03:46:30 Modified files: . : CHANGES Lib/ldap/schema: subentry.py Log message: Slightly cleaned up ldap.schema.subentry.attribute_types() |
From: <str...@us...> - 2005-11-17 20:00:24
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2005/11/17 12:00:17 Modified files: . : CHANGES Lib/ldap : __init__.py Log message: Started 2.0.12 |
From: <str...@us...> - 2005-11-17 20:01:24
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2005/11/17 12:01:19 Modified files: . : CHANGES Lib/ldap/schema: models.py Log message: Fixed separation of more than one SUP in DITStructureRule.__str__() |
From: <str...@us...> - 2005-11-17 20:49:42
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2005/11/17 12:49:29 Modified files: . : CHANGES Modules : constants.c errors.c LDAPObject.c options.c Log message: Dropped all occurences of '#ifdef #LDAP_VENDOR_VERSION'. Thus OpenLDAP 2.2 is required now to build. |
From: <str...@us...> - 2005-11-30 21:04:15
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2005/11/30 13:04:09 Modified files: Modules : LDAPObject.c Log message: Accepted patch from Bugs tracker: [ 1368108 ] 2.0.11 LDAPObject implementation broken |
From: <str...@us...> - 2005-11-30 21:07:59
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2005/11/30 13:07:53 Modified files: . : CHANGES Log message: Accepted patch from Bugs tracker: [ 1368108 ] 2.0.11 LDAPObject implementation broken |
From: <str...@us...> - 2005-12-14 08:33:22
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2005/12/14 00:33:16 Modified files: Modules : ldapcontrol.c Log message: Accepted patch from |
From: <str...@us...> - 2006-03-11 21:06:11
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2006/03/11 13:05:58 Modified files: Modules : LDAPObject.c Log message: Fixed [ 1440177 ] too few arguments for Py_BuildValue() |
From: <str...@us...> - 2006-03-11 21:11:45
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2006/03/11 13:11:40 Modified files: Modules : options.c Log message: Fixed [ 1440165 ] get_option(ldap.OPT_API_INFO) segfaults |
From: <str...@us...> - 2006-03-11 21:13:16
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2006/03/11 13:13:15 Modified files: . : CHANGES Log message: Fixed [ 1440165 ] get_option(ldap.OPT_API_INFO) segfaults |
From: <str...@us...> - 2006-03-26 12:07:26
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2006/03/26 04:07:15 Modified files: . : CHANGES Modules : LDAPObject.c Log message: Fixed memory leak in l_ldap_result3() when all=0 (see SF#1457325) |
From: <str...@us...> - 2006-03-26 12:14:03
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2006/03/26 04:13:58 Removed files: Demo/Lib/ldap/res: deltree.py Log message: Obsolete since ldap.res was never finished |
From: <str...@us...> - 2006-03-26 12:23:17
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2006/03/26 04:23:07 Added files: Demo/Lib/ldap/async: deltree.py ldifwriter.py sizelimit.py Log message: Examples for using ldap.async. |
From: <str...@us...> - 2006-03-26 12:27:13
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2006/03/26 04:27:00 Removed files: Demo/Lib/ldap/res: ldifwriter.py sizelimit.py Log message: Module ldap.res never finsihed |
From: <str...@us...> - 2006-03-26 12:27:54
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2006/03/26 04:27:47 Removed files: Demo/Lib/ldap/res: .cvsignore Log message: Remove dir Demo/Lib/ldap/res/ |
From: <str...@us...> - 2006-04-05 22:40:19
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2006/04/05 15:40:14 Modified files: . : CHANGES Modules : LDAPObject.c Log message: Fixed memory leak in l_ldap_result3() in error cases (see SF#1464085) |