summaryrefslogtreecommitdiff
path: root/python
Commit message (Collapse)AuthorAgeFilesLines
* Use setuptools instead of distutilsHEADmasterMiro Hrončok2023-03-312-4/+4
| | | | | distutils is removed from Python 3.12+: https://peps.python.org/pep-0632/
* python: Add missing getters/setters for newly added settingsTomas Mraz2020-08-031-0/+30
|
* Changes to allow building a tarball of the python extensionToshio Kuratomi2019-04-012-11/+22
| | | | | | | | | With these changes it is possible to do a `python setup.py sdist` in the python subdirectory and create a tarball which can be pushed to pypi. That will allow people to pip install the Python extension module for libpwquality (for instance, if their distribution is not building the extension for their version of python)
* Clean created python dir when `make clean` is runGabe2018-08-231-0/+3
|
* use separate build tree for python versions (#2)Elan Ruusamäe2017-07-101-2/+2
| | | | added python patch to allow multiple python versions build without duplicating source tree
* Make the cracklib check optional - on by default.Tomas Mraz2015-07-161-0/+5
|
* Add the python3 subpackage.Tomas Mraz2014-08-061-4/+5
|
* Preparing release 1.2.4.Tomas Mraz2014-08-062-3/+3
|
* Add support for python3.Tomas Mraz2014-08-061-13/+70
| | | | Original-author: Bohuslav Kabrda <bkabrda@redhat.com>
* Use -fno-strict-aliasing when building python extension.Tomas Mraz2012-12-141-1/+1
|
* Clarified alternative licensing to GPLv2+.Tomas Mraz2012-08-072-9/+5
|
* Add maxsequence check for too long monotonic character sequence.Tomas Mraz2012-06-291-0/+5
|
* Fix leak when throwing PWQError exception.Tomas Mraz2012-05-071-0/+1
|
* Correct the description strings.Tomas Mraz2011-12-071-3/+3
|
* Support the new settings in the Python binding.Tomas Mraz2011-12-071-0/+15
|
* Add documentation. Prerelease 0.9.9 - RC candidate.libpwquality-0.9.9Tomas Mraz2011-11-112-6/+16
|
* Allow None for oldpassword and username.Tomas Mraz2011-11-101-8/+8
|
* Add Python interface for libpwquality.Tomas Mraz2011-11-073-0/+486