summaryrefslogtreecommitdiff
path: root/examples/python/gi
Commit message (Expand)AuthorAgeFilesLines
* examples: support older libnm without NM.SettingOvsOtherConfig in "ovs-extern...Thomas Haller2023-02-161-17/+24
* examples: rework "python/gi/show-wifi-networks.py" exampleThomas Haller2023-02-131-90/+159
* ovs: add support for "other_config" settingsThomas Haller2023-01-111-55/+102
* examples: add python example for reapplyThomas Haller2022-12-141-0/+147
* examples: fix handling "--last" argument in "examples/python/gi/checkpoint.py"Thomas Haller2022-12-091-3/+3
* examples: fix code formatting in "gmaincontext.py"Thomas Haller2022-10-251-1/+1
* examples: avoid unreachable code in "gmaincontext.py"Thomas Haller2022-10-251-7/+5
* examples: drop unused import from "gmaincontext.py" exampleThomas Haller2022-10-251-1/+0
* examples: avoid lgtm warning about calling traceback.format_exception()Thomas Haller2022-10-251-1/+1
* libnm: add nm_client_wait_shutdown() function for cleaning up NMClientThomas Haller2022-10-141-42/+73
* examples: fix tracking destruction in destroy_nmc()Thomas Haller2022-07-131-3/+3
* example: add python example for libnm, NMClient, GMainContext and asyncThomas Haller2022-07-051-0/+448
* 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
* examples/python: avoid Python2 "print" statementThomas Haller2022-02-143-22/+28
* docs: update URL for latest online documentationThomas Haller2021-09-242-2/+2
* examples: rework nm-up-many.py for ratelimiting parallel activationsThomas Haller2021-06-221-174/+147
* example: drop unused import from "nm-up-many.py"Thomas Haller2021-06-171-2/+1
* examples: add "examples/python/gi/nm-up-many.py"Thomas Haller2021-06-111-0/+373
* examples/trivial: fix black formatting of python codeThomas Haller2021-05-271-1/+3
* examples: explicitly catch "Exception" in "ovs-external-ids.py"Thomas Haller2021-05-271-1/+1
* examples: fix printing applied connection in "ovs-external-ids.py"Thomas Haller2021-05-271-1/+1
* examples: drop unused variable in "examples/python/gi/ovs-external-ids.py"Thomas Haller2021-05-271-1/+0
* examples: use python3 compatible exception syntaxJagadeesh Kotra2021-03-161-1/+1
* examples/python: some style update to avoid changes in black code formattingThomas Haller2021-01-281-2/+2
* all: update deprecated SPDX license identifiersThomas Haller2021-01-0523-23/+23
* examples: remove editor hint to mark source code as UTF-8Thomas Haller2021-01-051-1/+0
* examples: extend "ovs-external-ids.py" to support `nmcli device modify`Thomas Haller2020-11-171-67/+305
* examples: add "ovs-external-ids.py" example scriptThomas Haller2020-11-091-0/+425
* example: add python gi example for keyfile handlingth/keyfile-public-apiThomas Haller2020-10-281-0/+139
* examples: run python black on "examples/python/gi/nm-wg-set"Thomas Haller2020-07-021-94/+185
* all: reformat python files with python blackSayed Shah2020-06-1520-304/+465
* examples: avoid "x == None" checks in python examplesThomas Haller2020-05-071-1/+1
* examples: avoid "except" for BaseException in examplesThomas Haller2020-05-072-2/+2
* examples: remove unused imports from python examplesThomas Haller2020-05-079-10/+4
* examples: remove unused assignment in "examples/python/gi/wifi-p2p.py"Thomas Haller2020-05-071-1/+1
* examples: add Wi-Fi P2P exampleBeniamino Galvani2020-04-271-0/+109
* libnm: export interface flagsBeniamino Galvani2019-11-221-0/+19
* all: unify format of our Copyright source code commentsThomas Haller2019-10-0213-13/+13
* all: manually drop code comments with file descriptionThomas Haller2019-10-0111-10/+5
* all: SPDX header conversionLubomir Rintel2019-09-1019-260/+19
* examples: improve usage/synposis for nm-update2.py and nm-add-connection2.pyThomas Haller2019-08-082-4/+14
* example: print WireGuard parameters in nm-wg-set example scriptThomas Haller2019-07-311-0/+12
* examples: add examples/python/gi/nm-update2.py example scriptThomas Haller2019-07-251-0/+155
* examples: add examples/python/gi/nm-add-connection2.py example scriptth/settings-add2-and-update2-optionsThomas Haller2019-07-251-0/+156
* all: drop vim file variables from source filesThomas Haller2019-06-1116-16/+0
* all: drop emacs file variables from source filesThomas Haller2019-06-1116-16/+0
* all: codespell fixesLubomir Rintel2019-03-111-1/+1
* libnm: change nm_wireguard_peer_set_endpoint() API to allow validationThomas Haller2019-03-071-1/+1
* libnm: change nm_wireguard_peer_set_public_key() API to allow validationThomas Haller2019-03-071-1/+1