- Aug 28, 2019
-
-
Peter Sagerson authored
-
- Mar 15, 2018
-
-
Jon Dufresne authored
python-ldap now supports both Python 2 and 3. The pyldap package is deprecated. The project recommends switching to python-ldap instead. From the github page: https://github.com/pyldap/pyldap > THIS FORK IS DEPRECATED > > The pyldap fork was merged back into python-ldap, and released as > python-ldap 3.0.0b1.
-
- Oct 15, 2017
-
-
Peter Sagerson authored
-
- Sep 27, 2017
-
-
Jon Dufresne authored
Allows code that was previous written as: mock = MockLdap(...) mock.start() try: ... finally: mock.stop() To now be written as: with MockLdap(...): ... For information on the with statement and context managers, see: https://docs.python.org/3/reference/datamodel.html#context-managers https://docs.python.org/3/reference/compound_stmts.html#with
-
- Sep 29, 2015
-
-
Peter Sagerson authored
-
- Jun 16, 2015
-
-
Peter Sagerson authored
-
- Jan 27, 2015
-
-
Peter Sagerson authored
-
- Oct 23, 2014
-
-
Peter Sagerson authored
-
- Jul 21, 2014
-
-
Peter Sagerson authored
-
- May 14, 2014
-
-
Peter Sagerson authored
-
- Apr 10, 2014
-
-
Peter Sagerson authored
-
- Apr 09, 2014
-
-
Aymeric Augustin authored
-
- Mar 31, 2014
-
-
Peter Sagerson authored
-
- Mar 07, 2014
-
-
Peter Sagerson authored
-
- Mar 06, 2014
-
-
Peter Sagerson authored
-
- Feb 20, 2014
-
-
Peter Sagerson authored
-
- Sep 20, 2013
-
-
Peter Sagerson authored
-
- Sep 18, 2013
-
-
Peter Sagerson authored
-
- Sep 17, 2013
-
-
Peter Sagerson authored
-
- Sep 08, 2013
-
-
Peter Sagerson authored
-
- Jun 13, 2013
-
-
Peter Sagerson authored
Some of the code is reorganized to match python-ldap's organization. It's not in any sense usable yet.
-