File tree Expand file tree Collapse file tree 6 files changed +22
-11
lines changed Expand file tree Collapse file tree 6 files changed +22
-11
lines changed Original file line number Diff line number Diff line change
1
+ ----------------------------------------------------------------
2
+ Released 2.4.43 2017-09-xx
3
+
4
+ Changes since 2.4.42:
5
+
6
+ Lib/
7
+ *
8
+
9
+ Tests/
10
+ *
11
+
1
12
----------------------------------------------------------------
2
13
Released 2.4.42 2017-09-04
3
14
@@ -1476,4 +1487,4 @@ Released 2.0.0pre02 2002-02-01
1476
1487
----------------------------------------------------------------
1477
1488
Released 1.10alpha3 2000-09-19
1478
1489
1479
- $Id: CHANGES,v 1.458 2017/09/04 08:54:36 stroeder Exp $
1490
+ $Id: CHANGES,v 1.459 2017/09/04 14:56:11 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.60 2017/08/15 16:21:58 stroeder Exp $
7
+ $Id: dsml.py,v 1.61 2017/09/04 14:56:11 stroeder Exp $
8
8
9
9
Python compability note:
10
10
Tested with Python 2.0+.
11
11
"""
12
12
13
- __version__ = '2.4.42 '
13
+ __version__ = '2.4.43 '
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.121 2017/08/15 16:21:58 stroeder Exp $
6
+ $Id: __init__.py,v 1.122 2017/09/04 14:56:11 stroeder Exp $
7
7
"""
8
8
9
9
# This is also the overall release version number
10
10
11
- __version__ = '2.4.42 '
11
+ __version__ = '2.4.43 '
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.96 2017/08/15 16:21:58 stroeder Exp $
6
+ \$Id: ldapurl.py,v 1.97 2017/09/04 14:56:11 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.42 '
14
+ __version__ = '2.4.43 '
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.116 2017/08/15 16:21:58 stroeder Exp $
6
+ $Id: ldif.py,v 1.117 2017/09/04 14:56:11 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.42 '
12
+ __version__ = '2.4.43 '
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.19 2017/08/16 13:29:06 stroeder Exp $
7
+ $Id: slapdtest.py,v 1.20 2017/09/04 14:56:11 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.42 '
13
+ __version__ = '2.4.43 '
14
14
15
15
import os
16
16
import socket
You can’t perform that action at this time.
0 commit comments