Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | setup.py: rename name to python-libfdiskHEADmaster | Jose M. Guisado | 2023-07-10 | 1 | -1/+1 |
* | release: bump to version 1.2v1.2 | Jose M. Guisado | 2023-03-22 | 1 | -1/+1 |
* | context: wipe new partitions by default | Jose M. Guisado | 2023-03-22 | 1 | -0/+5 |
* | label: check parttypes identity type | Jose M. Guisado | 2023-01-11 | 1 | -2/+18 |
* | add 'string' field getter to parttype | Jose M. Guisado | 2023-01-11 | 1 | -0/+6 |
* | context: fix assign_device | Jose M. Guisado | 2023-01-10 | 1 | -6/+6 |
* | release: bump to version 1.1v1.1 | Jose M. Guisado | 2022-12-20 | 1 | -1/+1 |
* | context: check self->cxt and rc in assign_device | Jose M. Guisado | 2022-12-20 | 1 | -2/+10 |
* | context: add readonly optional param to assign_device | Jose M. Guisado | 2022-12-20 | 1 | -7/+7 |
* | context: add label to repr function | Jose M. Guisado | 2022-12-20 | 1 | -1/+7 |
* | context: delete unused label field | Jose M. Guisado | 2022-12-20 | 2 | -3/+0 |
* | context: don't raise exception when no partitions found | Jose M. Guisado | 2022-12-20 | 1 | -10/+2 |
* | fdisk: declare kwlist array static | Jose M. Guisado | 2022-12-15 | 3 | -6/+3 |
* | fdisk: remove unuseful comment | Jose M. Guisado | 2022-12-15 | 1 | -5/+1 |
* | fdisk: add set_PyErr_from_rc | Jose M. Guisado | 2022-12-15 | 4 | -12/+44 |
* | coding style: line breaks | Jose M. Guisado | 2022-12-15 | 5 | -11/+26 |
* | context: add_partition returns partno | Jose M. Guisado | 2022-12-15 | 1 | -3/+4 |
* | partition: add partition type getset | Jose M. Guisado | 2022-12-15 | 1 | -0/+31 |
* | parttype: add parttype class and functions | Jose M. Guisado | 2022-12-15 | 5 | -1/+138 |
* | partition: add *_follow_default optional params | Jose M. Guisado | 2022-12-15 | 1 | -9/+27 |
* | context: add add_partition method | Jose M. Guisado | 2022-12-15 | 2 | -0/+27 |
* | partition: add partno setter | Jose M. Guisado | 2022-12-15 | 1 | -4/+57 |
* | partition: return None if partno is unset | Jose M. Guisado | 2022-12-15 | 1 | -2/+1 |
* | context: add disklabel creation and writing | Jose M. Guisado | 2022-12-15 | 1 | -0/+36 |
* | context: rename set_size_unit variables | Jose M. Guisado | 2022-12-15 | 1 | -3/+3 |
* | context: add readonly parameter | Jose M. Guisado | 2022-12-15 | 1 | -10/+11 |
* | context: add size_unit getset | Jose M. Guisado Gomez | 2022-06-07 | 1 | -0/+30 |
* | Use c99 struct initialization | Jose M. Guisado Gomez | 2022-04-28 | 3 | -111/+34 |
* | context: rename parts to partitions | Jose M. Guisado Gomez | 2022-04-28 | 1 | -2/+2 |
* | fdisk.c: add partition module object | Jose M. Guisado Gomez | 2022-04-26 | 2 | -0/+2 |
* | Add COPYING and license headers | Jose M. Guisado Gomez | 2022-04-07 | 6 | -0/+562 |
* | Add MANIFEST.in | Jose M. Guisado Gomez | 2022-04-06 | 1 | -0/+1 |
* | Initial commit | Jose M. Guisado Gomez | 2022-04-06 | 7 | -0/+796 |