Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | partition: return None if partno is unset | Jose M. Guisado | 2022-12-15 | 1 | -2/+1 |
| | | | | | | | Undefined values in libfdisk should map to None type in Python. Py_BuildValue("%d", -1); is also incorrectly formatted and raises an error when executed. | ||||
* | Use c99 struct initialization | Jose M. Guisado Gomez | 2022-04-28 | 1 | -37/+12 |
| | | | | Declutters PyTypeObject struct initialization when declaring new types. | ||||
* | Add COPYING and license headers | Jose M. Guisado Gomez | 2022-04-07 | 1 | -0/+12 |
| | | | | LGPL2.1 or later. | ||||
* | Initial commit | Jose M. Guisado Gomez | 2022-04-06 | 1 | -0/+150 |
Add sources, setup.py and .gitignore Build/Install: python setup.py build python setup.py install |