[python-ldap] Add type hints by Alphix · Pull Request #522 · python-ldap/python-ldap · GitHub
Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
e4dced2
[python-ldap] Remove compatibility wrappers for Py2/Py3
Alphix Jan 26, 2024
8cffd59
[python-ldap] Make __version__ imports more consistent
Alphix Jan 26, 2024
12296b5
[python-ldap] Type fixes for Lib/ldap/__init__.py
Alphix Jan 26, 2024
22b93fd
[python-ldap] Type fixes for Lib/ldap/asyncsearch.py
Alphix Jan 26, 2024
d3a8eda
[python-ldap] Type fixes for Lib/ldap/cidict.py
Alphix Jan 26, 2024
3ece60b
[python-ldap] Type fixes for Lib/ldap/constants.py
Alphix Jan 26, 2024
de58066
[python-ldap] Type fixes for Lib/ldap/controls/psearch.py
Alphix Jan 26, 2024
750d7b5
[python-ldap] Type fixes for Lib/ldap/controls/psearch.py
Alphix Jan 26, 2024
be76c0f
[python-ldap] Type fixes for Lib/ldap/controls/simple.py
Alphix Jan 26, 2024
5cd19ac
[python-ldap] Type fixes for Lib/ldap/controls/sss.py
Alphix Jan 26, 2024
b03a788
[python-ldap] Type fixes for Lib/ldap/extop/__init__.py
Alphix Jan 26, 2024
797345c
[python-ldap] Type fixes for Lib/ldap/modlist.py
Alphix Jan 26, 2024
b987005
[python-ldap] Type fixes for Lib/ldap/resiter.py
Alphix Jan 26, 2024
dfba175
[python-ldap] Type fixes for Lib/ldap/sasl.py
Alphix Jan 26, 2024
3669da2
[python-ldap] Type fixes for Lib/ldap/syncrepl.py
Alphix Jan 27, 2024
de5cbeb
[python-ldap] Type fixes for Lib/ldapurl.py
Alphix Jan 27, 2024
bb2ce4d
[python-ldap] Type fixes for Lib/slaptest/*
Alphix Jan 27, 2024
26c8efa
[python-ldap] Type fixes for Lib/ldif.py
Alphix Jan 27, 2024
6851dba
[python-ldap] Type fixes for Lib/ldap/ldapobject.py
Alphix Jan 27, 2024
2e4ca9e
[python-ldap] Type fixes for Lib/ldap/schema/subentry.py
Alphix Jan 27, 2024
ff4a332
[python-ldap] Type fixes for Lib/ldap/schema/models.py
Alphix Jan 27, 2024
94f2ee3
[python-ldap] Type fixes for Lib/ldap/controls/openldap.py
Alphix Jan 27, 2024
58078e8
[python-ldap] Type fixes for Lib/ldap/controls/pagedresults.py
Alphix Jan 27, 2024
3d99e7a
[python-ldap] Type fixes for Lib/ldap/extop/__init__.py
Alphix Jan 27, 2024
56d5411
[python-ldap] Improve documentation in Lib/ldap/dn.py
Alphix Jan 27, 2024
f7335e9
[python-ldap] Fix KNOWN_RESPONSE_CONTROLS registration in Lib/ldap/co…
Alphix Jan 27, 2024
9ee2836
[python-ldap] Add type annotations
Alphix Jan 27, 2024
b061236
[python-ldap] Integrate typing into the build/CI system
Alphix Jan 27, 2024
9dd6c0e
[python-ldap] Move _ldap to ldap._ldap
Alphix Jan 30, 2024
80a7ff4
[python-ldap] Add stubtest to typing CI
Alphix Jan 30, 2024
e59d703
[python-ldap] Refresh type annotations branch on top of main
Alphix Jun 1, 2026
c68dcba
[python-ldap] Remove threading fallback
Alphix Jun 1, 2026
9bb9c39
[python-ldap] Replace Optional[X] with X | None
Alphix Jun 1, 2026
1cb6135
[python-ldap] Generate _ldap.pyi constants from constants.py
Alphix Jun 1, 2026
ebf5da0
[python-ldap] Fix mypy compatibility for componentType overrides
Alphix Jun 1, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions Doc/fake_ldap_module_for_documentation.py
45 changes: 20 additions & 25 deletions Lib/ldap/__init__.py
Loading