Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: python-ldap/python-ldap
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: python-ldap/python-ldap
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.4
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 31 files changed
  • 12 contributors

Commits on Nov 17, 2023

  1. Prepare a new release

    droideck committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    73872c0 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2025

  1. Configuration menu
    Copy the full SHA
    8a16091 View commit details
    Browse the repository at this point in the history
  2. docs: add missing negation in contributing.rst (#552)

    Current description contains a sentence that miss a negative form, contradicting previous sentence and leaving the reader with an ambiguity.
    ojob authored and droideck committed Oct 10, 2025
    Configuration menu
    Copy the full SHA
    2073da9 View commit details
    Browse the repository at this point in the history
  3. Update docs on installation requirements (#548)

    Separate building and testing requirements for Debian
    RafaelWO authored and droideck committed Oct 10, 2025
    Configuration menu
    Copy the full SHA
    c6049a7 View commit details
    Browse the repository at this point in the history
  4. Fixes #565 - Use name values instead of raw decimal

    Use the name values for result types in syncrepl.py rather than the raw decimal values.
    
    Signed-off-by: Quanah Gibson-Mount <quanah@openldap.org>
    quanah authored and droideck committed Oct 10, 2025
    Configuration menu
    Copy the full SHA
    8a4aa85 View commit details
    Browse the repository at this point in the history
  5. Fix typo (#584)

    The cookie is saved with key `cookie` intead of `ldap_cookie` in the `self.__data` dict
    JennyHo5 authored and droideck committed Oct 10, 2025
    Configuration menu
    Copy the full SHA
    3a47bbb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    21a8adf View commit details
    Browse the repository at this point in the history
  7. Add readthedocs configuration file

    Running without one has apparently been deprecated since September 2023.
    mistotebe authored and droideck committed Oct 10, 2025
    Configuration menu
    Copy the full SHA
    cc98723 View commit details
    Browse the repository at this point in the history
  8. test: Implement test cases for reconnection handling

    test_106_reconnect_restore() handles a SERVER_DOWN exception manually
    and tries to re-use the connection afterwards again.
    This established the connection again but did not bind(), so it now
    raises ldap.INSUFFICIENT_ACCESS.
    
    test_107_reconnect_restore() restarts the LDAP server during searches,
    which causes a UNAVAILABLE exception.
    spaceone authored and droideck committed Oct 10, 2025
    Configuration menu
    Copy the full SHA
    94c6ab2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    73b3ec3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8a65862 View commit details
    Browse the repository at this point in the history
  11. docs(ldapobject): fix typo in docstring

    spaceone authored and droideck committed Oct 10, 2025
    Configuration menu
    Copy the full SHA
    74c6eeb View commit details
    Browse the repository at this point in the history
  12. Add support for Python 3.13 (#576)

    Update GitHub Actions.
    Explicitly install python3-setuptools for Tox env runs on Fedora.
    droideck committed Oct 10, 2025
    Configuration menu
    Copy the full SHA
    6ee881c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f49bb2d View commit details
    Browse the repository at this point in the history
  14. Merge commit from fork

    Update tests to expect \00 and verify RFC-compliant escaping
    droideck committed Oct 10, 2025
    Configuration menu
    Copy the full SHA
    9f5b2ef View commit details
    Browse the repository at this point in the history
  15. Merge commit from fork

    lukas-eu authored and droideck committed Oct 10, 2025
    Configuration menu
    Copy the full SHA
    464fdda View commit details
    Browse the repository at this point in the history
  16. Prepare a new release

    Disable Python 3.6, 3.7 CI workflow
    as it's supported on Ubuntu 22.04
    Update GH Workflows.
    droideck committed Oct 10, 2025
    Configuration menu
    Copy the full SHA
    bf666e9 View commit details
    Browse the repository at this point in the history
Loading