summaryrefslogtreecommitdiff
path: root/examples/python
AgeCommit message (Expand)AuthorFilesLines
2021-06-22examples: rework nm-up-many.py for ratelimiting parallel activationsThomas Haller1-174/+147
2021-06-17example: drop unused import from "nm-up-many.py"Thomas Haller1-2/+1
2021-06-11examples: add "examples/python/gi/nm-up-many.py"Thomas Haller1-0/+373
2021-05-27examples/trivial: fix black formatting of python codeThomas Haller1-1/+3
2021-05-27examples: explicitly catch "Exception" in "ovs-external-ids.py"Thomas Haller1-1/+1
2021-05-27examples: fix printing applied connection in "ovs-external-ids.py"Thomas Haller1-1/+1
2021-05-27examples: drop unused variable in "examples/python/gi/ovs-external-ids.py"Thomas Haller1-1/+0
2021-05-27python: remove unused importsThomas Haller1-1/+2
2021-05-27examples: drop confusing UID handling in "vpn.py" exampleThomas Haller1-8/+0
2021-05-26examples: fix usage of input() with Python2Thomas Haller1-0/+6
2021-05-14examples: avoid deprecated PropertiesChanged signal in "create-bond.py" exampleThomas Haller1-7/+11
2021-03-16examples: use python3 compatible exception syntaxJagadeesh Kotra1-1/+1
2021-01-28examples/python: some style update to avoid changes in black code formattingThomas Haller1-2/+2
2021-01-26examples: minor bugfix comparing device state in "python/dbus/show-bssids.py"Thomas Haller1-1/+1
2021-01-18examples: add comment about scanning to "python/dbus/show-bssids.py" exampleThomas Haller1-0/+5
2021-01-05all: update deprecated SPDX license identifiersThomas Haller41-41/+41
2021-01-05examples: remove editor hint to mark source code as UTF-8Thomas Haller1-1/+0
2020-11-17examples: extend "ovs-external-ids.py" to support `nmcli device modify`Thomas Haller1-67/+305
2020-11-09examples: add "ovs-external-ids.py" example scriptThomas Haller1-0/+425
2020-10-29Correct python black rulesFrederic Martinsons1-2/+2
2020-10-28example: add python gi example for keyfile handlingThomas Haller1-0/+139
2020-08-03all: changes from python 2 syntax to python3 and removing dead codeSayed Shah15-120/+70
2020-07-02examples: run python black on "examples/python/gi/nm-wg-set"Thomas Haller1-94/+185
2020-06-15all: reformat python files with python blackSayed Shah38-648/+933
2020-05-07examples: remove unused code from "examples/python/dbus/vpn.py"Thomas Haller1-1/+0
2020-05-07examples: avoid "x == None" checks in python examplesThomas Haller2-2/+2
2020-05-07examples: avoid "except" for BaseException in examplesThomas Haller2-2/+2
2020-05-07examples: remove unused imports from python examplesThomas Haller12-13/+7
2020-05-07examples: remove unused assignment in "examples/python/gi/wifi-p2p.py"Thomas Haller1-1/+1
2020-04-27examples: add Wi-Fi P2P exampleBeniamino Galvani1-0/+109
2020-04-11examples: fix copy/paste comment error from another scriptDavid Drinn1-1/+1
2019-11-22libnm: export interface flagsBeniamino Galvani1-0/+19
2019-10-02all: unify format of our Copyright source code commentsThomas Haller13-13/+13
2019-10-01all: manually drop code comments with file descriptionThomas Haller11-10/+5
2019-09-10all: SPDX header conversionLubomir Rintel37-512/+37
2019-08-08examples: improve usage/synposis for nm-update2.py and nm-add-connection2.pyThomas Haller2-4/+14
2019-07-31example: print WireGuard parameters in nm-wg-set example scriptThomas Haller1-0/+12
2019-07-25examples: add examples/python/gi/nm-update2.py example scriptThomas Haller1-0/+155
2019-07-25examples: add examples/python/gi/nm-add-connection2.py example scriptThomas Haller1-0/+156
2019-06-11all: drop vim file variables from source filesThomas Haller16-16/+0
2019-06-11all: drop emacs file variables from source filesThomas Haller22-22/+0
2019-03-11all: codespell fixesLubomir Rintel1-1/+1
2019-03-07libnm: change nm_wireguard_peer_set_endpoint() API to allow validationThomas Haller1-1/+1
2019-03-07libnm: change nm_wireguard_peer_set_public_key() API to allow validationThomas Haller1-1/+1
2019-03-07libnm: change nm_wireguard_peer_set_preshared_key() API to allow validationThomas Haller1-2/+2
2019-02-26examples: fix handling secrets in nm-wg-setThomas Haller1-2/+17
2019-02-26examples: improve hints about existing WireGuard profiles in nm-wg-setThomas Haller1-6/+21
2019-02-22examples: add python example script "nm-wg-set" for modifying WireGuard profileThomas Haller1-0/+423
2018-11-29all: say Wi-Fi instead of "wifi" or "WiFi"Lubomir Rintel2-2/+2
2018-09-15docs: misc. typosluz.paz4-4/+4