File tree Expand file tree Collapse file tree 6 files changed +28
-11
lines changed Expand file tree Collapse file tree 6 files changed +28
-11
lines changed Original file line number Diff line number Diff line change
1
+ ----------------------------------------------------------------
2
+ Released 2.4.44 2017-09-xx
3
+
4
+ Changes since 2.4.43:
5
+
6
+ Modules/
7
+ *
8
+
9
+ Lib/
10
+ *
11
+
12
+ Tests/
13
+ *
14
+
15
+ Doc/
16
+ *
17
+
1
18
----------------------------------------------------------------
2
19
Released 2.4.43 2017-09-06
3
20
@@ -1493,4 +1510,4 @@ Released 2.0.0pre02 2002-02-01
1493
1510
----------------------------------------------------------------
1494
1511
Released 1.10alpha3 2000-09-19
1495
1512
1496
- $Id: CHANGES,v 1.463 2017/09/06 08:04:05 stroeder Exp $
1513
+ $Id: CHANGES,v 1.464 2017/09/07 09:01:01 stroeder Exp $
Original file line number Diff line number Diff line change 4
4
5
5
See https://www.python-ldap.org/ for details.
6
6
7
- $Id: dsml.py,v 1.61 2017/09/04 14:56:11 stroeder Exp $
7
+ $Id: dsml.py,v 1.62 2017/09/07 09:01:01 stroeder Exp $
8
8
9
9
Python compability note:
10
10
Tested with Python 2.0+.
11
11
"""
12
12
13
- __version__ = '2.4.43 '
13
+ __version__ = '2.4.44 '
14
14
15
15
import string ,base64
16
16
Original file line number Diff line number Diff line change 3
3
4
4
See https://www.python-ldap.org/ for details.
5
5
6
- $Id: __init__.py,v 1.122 2017/09/04 14:56:11 stroeder Exp $
6
+ $Id: __init__.py,v 1.123 2017/09/07 09:01:01 stroeder Exp $
7
7
"""
8
8
9
9
# This is also the overall release version number
10
10
11
- __version__ = '2.4.43 '
11
+ __version__ = '2.4.44 '
12
12
13
13
import sys
14
14
Original file line number Diff line number Diff line change 3
3
4
4
See https://www.python-ldap.org/ for details.
5
5
6
- \$Id: ldapurl.py,v 1.97 2017/09/04 14:56:11 stroeder Exp $
6
+ \$Id: ldapurl.py,v 1.98 2017/09/07 09:01:01 stroeder Exp $
7
7
8
8
Python compability note:
9
9
This module only works with Python 2.0+ since
10
10
1. string methods are used instead of module string and
11
11
2. list comprehensions are used.
12
12
"""
13
13
14
- __version__ = '2.4.43 '
14
+ __version__ = '2.4.44 '
15
15
16
16
__all__ = [
17
17
# constants
Original file line number Diff line number Diff line change 3
3
4
4
See https://www.python-ldap.org/ for details.
5
5
6
- $Id: ldif.py,v 1.117 2017/09/04 14:56:11 stroeder Exp $
6
+ $Id: ldif.py,v 1.118 2017/09/07 09:01:01 stroeder Exp $
7
7
8
8
Python compability note:
9
9
Tested with Python 2.0+, but should work with Python 1.5.2+.
10
10
"""
11
11
12
- __version__ = '2.4.43 '
12
+ __version__ = '2.4.44 '
13
13
14
14
__all__ = [
15
15
# constants
Original file line number Diff line number Diff line change 4
4
5
5
See https://www.python-ldap.org/ for details.
6
6
7
- $Id: slapdtest.py,v 1.20 2017/09/04 14:56:11 stroeder Exp $
7
+ $Id: slapdtest.py,v 1.21 2017/09/07 09:01:01 stroeder Exp $
8
8
9
9
Python compability note:
10
10
This module only works with Python 2.7.x since
11
11
"""
12
12
13
- __version__ = '2.4.43 '
13
+ __version__ = '2.4.44 '
14
14
15
15
import os
16
16
import socket
You can’t perform that action at this time.
0 commit comments