-
Notifications
You must be signed in to change notification settings - Fork 126
Comparing changes
Open a pull request
base repository: python-ldap/python-ldap
base: python-ldap-3.4.4
head repository: python-ldap/python-ldap
compare: main
- 9 commits
- 32 files changed
- 7 contributors
Commits on Nov 3, 2023
-
refactor: Merge all header files
Merge all header files except `constants_generated.h` into a single header file `pythonldap.h`. A single header file makes it far easier to port python-ldap to heap types and module state for Per-Interpreter GIL. `pythonldap.h` uses new macros `PYLDAP_FUNC` and `PYLDAP_DATA` to declare functions and data, which are used across C files. Remove unused macro `streq`. See: #540 Signed-off-by: Christian Heimes <cheimes@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 75a765f - Browse repository at this point
Copy the full SHA 75a765fView commit details -
refactor: Remove Python 2 vestiges
The C code had a few version checks for Python 2. python-ldap requires Python >= 3.6. Signed-off-by: Christian Heimes <cheimes@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for f481010 - Browse repository at this point
Copy the full SHA f481010View commit details
Commits on Nov 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 16a3a3c - Browse repository at this point
Copy the full SHA 16a3a3cView commit details
Commits on Nov 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ac5d051 - Browse repository at this point
Copy the full SHA ac5d051View commit details
Commits on Feb 22, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 10985e3 - Browse repository at this point
Copy the full SHA 10985e3View commit details
Commits on Feb 27, 2024
-
Update docs on installation requirements (#548)
Separate building and testing requirements for Debian
Configuration menu - View commit details
-
Copy full SHA for 06fdd3d - Browse repository at this point
Copy the full SHA 06fdd3dView commit details
Commits on May 24, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for a58282a - Browse repository at this point
Copy the full SHA a58282aView commit details
Commits on Oct 11, 2024
-
Add support for Python 3.13 (#576)
Update GitHub Actions. Explicitly install python3-setuptools for Tox env runs on Fedora.
Configuration menu - View commit details
-
Copy full SHA for 8b27db3 - Browse repository at this point
Copy the full SHA 8b27db3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 326f870 - Browse repository at this point
Copy the full SHA 326f870View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff python-ldap-3.4.4...main