summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* setup.py: rename name to python-libfdiskHEADmasterJose M. Guisado2023-07-101-1/+1
* release: bump to version 1.2v1.2Jose M. Guisado2023-03-221-1/+1
* context: wipe new partitions by defaultJose M. Guisado2023-03-221-0/+5
* label: check parttypes identity typeJose M. Guisado2023-01-111-2/+18
* add 'string' field getter to parttypeJose M. Guisado2023-01-111-0/+6
* context: fix assign_deviceJose M. Guisado2023-01-101-6/+6
* release: bump to version 1.1v1.1Jose M. Guisado2022-12-201-1/+1
* context: check self->cxt and rc in assign_deviceJose M. Guisado2022-12-201-2/+10
* context: add readonly optional param to assign_deviceJose M. Guisado2022-12-201-7/+7
* context: add label to repr functionJose M. Guisado2022-12-201-1/+7
* context: delete unused label fieldJose M. Guisado2022-12-202-3/+0
* context: don't raise exception when no partitions foundJose M. Guisado2022-12-201-10/+2
* fdisk: declare kwlist array staticJose M. Guisado2022-12-153-6/+3
* fdisk: remove unuseful commentJose M. Guisado2022-12-151-5/+1
* fdisk: add set_PyErr_from_rcJose M. Guisado2022-12-154-12/+44
* coding style: line breaksJose M. Guisado2022-12-155-11/+26
* context: add_partition returns partnoJose M. Guisado2022-12-151-3/+4
* partition: add partition type getsetJose M. Guisado2022-12-151-0/+31
* parttype: add parttype class and functionsJose M. Guisado2022-12-155-1/+138
* partition: add *_follow_default optional paramsJose M. Guisado2022-12-151-9/+27
* context: add add_partition methodJose M. Guisado2022-12-152-0/+27
* partition: add partno setterJose M. Guisado2022-12-151-4/+57
* partition: return None if partno is unsetJose M. Guisado2022-12-151-2/+1
* context: add disklabel creation and writingJose M. Guisado2022-12-151-0/+36
* context: rename set_size_unit variablesJose M. Guisado2022-12-151-3/+3
* context: add readonly parameterJose M. Guisado2022-12-151-10/+11
* context: add size_unit getsetJose M. Guisado Gomez2022-06-071-0/+30
* Use c99 struct initializationJose M. Guisado Gomez2022-04-283-111/+34
* context: rename parts to partitionsJose M. Guisado Gomez2022-04-281-2/+2
* fdisk.c: add partition module objectJose M. Guisado Gomez2022-04-262-0/+2
* Add COPYING and license headersJose M. Guisado Gomez2022-04-076-0/+562
* Add MANIFEST.inJose M. Guisado Gomez2022-04-061-0/+1
* Initial commitJose M. Guisado Gomez2022-04-067-0/+796