summaryrefslogtreecommitdiff
path: root/examples/python/gi/checkpoint.py
Commit message (Expand)AuthorAgeFilesLines
* examples: fix handling "--last" argument in "examples/python/gi/checkpoint.py"Thomas Haller2022-12-091-3/+3
* examples: improve finding last checkpoint in "checkpoint.py"Thomas Haller2022-05-021-5/+5
* examples: add "--last" argument to "examples/python/gi/checkpoint.py"Thomas Haller2022-02-231-44/+73
* all: update deprecated SPDX license identifiersThomas Haller2021-01-051-1/+1
* all: reformat python files with python blackSayed Shah2020-06-151-19/+48
* examples: avoid "except" for BaseException in examplesThomas Haller2020-05-071-1/+1
* examples: remove unused imports from python examplesThomas Haller2020-05-071-2/+0
* all: unify format of our Copyright source code commentsThomas Haller2019-10-021-1/+1
* all: manually drop code comments with file descriptionThomas Haller2019-10-011-1/+2
* all: SPDX header conversionLubomir Rintel2019-09-101-8/+1
* all: drop vim file variables from source filesThomas Haller2019-06-111-1/+0
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* examples/python: utilize nm_utils_get_timestamp_msec()Lubomir Rintel2018-06-151-3/+1
* libnm: rework checkpoint APIThomas Haller2018-04-041-25/+30
* examples: improve checkpoint.py for python/giThomas Haller2018-04-041-49/+100
* checkpoint: generate GIR information for NMCheckpointCreateFlagsThomas Haller2018-04-041-0/+1
* examples: add checkpoint example using python gobject-introspectionBeniamino Galvani2017-11-091-0/+130