| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use setuptools instead of distutilsHEADmaster | Miro Hrončok | 2023-03-31 | 2 | -4/+4 |
| | | | | | | distutils is removed from Python 3.12+: https://peps.python.org/pep-0632/ | ||||
| * | python: Add missing getters/setters for newly added settings | Tomas Mraz | 2020-08-03 | 1 | -0/+30 |
| | | |||||
| * | Changes to allow building a tarball of the python extension | Toshio Kuratomi | 2019-04-01 | 2 | -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 run | Gabe | 2018-08-23 | 1 | -0/+3 |
| | | |||||
| * | use separate build tree for python versions (#2) | Elan Ruusamäe | 2017-07-10 | 1 | -2/+2 |
| | | | | | added python patch to allow multiple python versions build without duplicating source tree | ||||
| * | Make the cracklib check optional - on by default. | Tomas Mraz | 2015-07-16 | 1 | -0/+5 |
| | | |||||
| * | Add the python3 subpackage. | Tomas Mraz | 2014-08-06 | 1 | -4/+5 |
| | | |||||
| * | Preparing release 1.2.4. | Tomas Mraz | 2014-08-06 | 2 | -3/+3 |
| | | |||||
| * | Add support for python3. | Tomas Mraz | 2014-08-06 | 1 | -13/+70 |
| | | | | | Original-author: Bohuslav Kabrda <bkabrda@redhat.com> | ||||
| * | Use -fno-strict-aliasing when building python extension. | Tomas Mraz | 2012-12-14 | 1 | -1/+1 |
| | | |||||
| * | Clarified alternative licensing to GPLv2+. | Tomas Mraz | 2012-08-07 | 2 | -9/+5 |
| | | |||||
| * | Add maxsequence check for too long monotonic character sequence. | Tomas Mraz | 2012-06-29 | 1 | -0/+5 |
| | | |||||
| * | Fix leak when throwing PWQError exception. | Tomas Mraz | 2012-05-07 | 1 | -0/+1 |
| | | |||||
| * | Correct the description strings. | Tomas Mraz | 2011-12-07 | 1 | -3/+3 |
| | | |||||
| * | Support the new settings in the Python binding. | Tomas Mraz | 2011-12-07 | 1 | -0/+15 |
| | | |||||
| * | Add documentation. Prerelease 0.9.9 - RC candidate.libpwquality-0.9.9 | Tomas Mraz | 2011-11-11 | 2 | -6/+16 |
| | | |||||
| * | Allow None for oldpassword and username. | Tomas Mraz | 2011-11-10 | 1 | -8/+8 |
| | | |||||
| * | Add Python interface for libpwquality. | Tomas Mraz | 2011-11-07 | 3 | -0/+486 |
