- 06 Feb, 2019 2 commits
-
-
Jelle van der Waa authored
Fix setup.py not being able to include README.md and revamp the README instructions by adding tests, build instructions and more.
-
Jelle van der Waa authored
Add the master build status and the doc build status.
-
- 05 Feb, 2019 15 commits
-
-
Jelle van der Waa authored
This reverts commit 060be2d1.
-
Jelle van der Waa authored
It seems readthedocs does not support Python 3.7 yet, so remove the usage of f-strings.
-
Jelle van der Waa authored
add first iteration of the docs.
-
Jelle van der Waa authored
Although it's public information prefer using anonymous information instead.
-
Jelle van der Waa authored
-
Jelle van der Waa authored
-
Jelle van der Waa authored
pycman docs do not exists yet, remove the TOC link for now.
-
Jelle van der Waa authored
-
Jelle van der Waa authored
-
Santiago Torres-Arias authored
-
Santiago Torres-Arias authored
-
Santiago Torres-Arias authored
There were a couple of warnings due to errors in the rst syntax.
-
Santiago Torres-Arias authored
-
Santiago Torres-Arias authored
-
Santiago Torres-Arias authored
The pyalpm version variable in setup can be used as a blessed version value to simplify maintainability. Refactor the setup.py method with a guard when run as main, and import the setup module to populate the version variable.
-
- 31 Jan, 2019 6 commits
-
-
Santiago Torres-Arias authored
-
Santiago Torres-Arias authored
-
Santiago Torres-Arias authored
-
Santiago Torres-Arias authored
-
Santiago Torres-Arias authored
-
Santiago Torres-Arias authored
-
- 26 Jan, 2019 8 commits
-
-
Jelle van der Waa authored
Fix the bad whitespace pylint warnings.
-
Jelle van der Waa authored
-
Jelle van der Waa authored
Add a makefile for running tests
-
Jelle van der Waa authored
-
Jelle van der Waa authored
-
Jelle van der Waa authored
Use a pytest fixture for handle/localdb and switch everything to pytest assert style.
-
Jelle van der Waa authored
Create a makefile for running tests and add coverage for the python and C extension code using gcovr.
-
Jelle van der Waa authored
Switch from distutils to setuptools
-
- 22 Jan, 2019 1 commit
-
-
Jelle van der Waa authored
distutils is deprecated upstream.
-
- 20 Jan, 2019 1 commit
-
-
Jelle van der Waa authored
-
- 17 Jan, 2019 4 commits
-
-
Jelle van der Waa authored
Signed-off-by:
Jelle van der Waa <jelle@vdwaa.nl>
-
Jelle van der Waa authored
fix memory leaks
-
Jelle van der Waa authored
-
Jelle van der Waa authored
db_list is not free'd which leads to memory being leaked.
-
- 16 Jan, 2019 1 commit
-
-
Jelle van der Waa authored
By default alpm_handle is leaked when Handle is out of scope since alpm_release is never called. Call alpm_release in tp_dealloc to actually free the alloc'd memory.
-
- 29 Oct, 2018 2 commits
-
-
Jelle van der Waa authored
-
Jelle van der Waa authored
-