<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/NetworkManager.git/examples/python, branch th/keyfile-public-api</title>
<subtitle>gitlab.freedesktop.org: NetworkManager/NetworkManager.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/'/>
<entry>
<title>example: add python gi example for keyfile handling</title>
<updated>2020-10-28T13:30:49+00:00</updated>
<author>
<name>Thomas Haller</name>
<email>thaller@redhat.com</email>
</author>
<published>2020-05-23T16:07:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=a9e6774670cb524a855e0ff0df9806efe8aed260'/>
<id>a9e6774670cb524a855e0ff0df9806efe8aed260</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>all: changes from python 2 syntax to python3 and removing dead code</title>
<updated>2020-08-03T16:37:43+00:00</updated>
<author>
<name>Sayed Shah</name>
<email>sayshah@redhat.com</email>
</author>
<published>2020-06-30T20:21:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=7baf615eaa27ec38755fcaaf7430b0075087dc60'/>
<id>7baf615eaa27ec38755fcaaf7430b0075087dc60</id>
<content type='text'>
There were python 2 methods that are not used anymore so now
it's in python 3. Added helper fuctions so that the code is more clear

https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/540
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There were python 2 methods that are not used anymore so now
it's in python 3. Added helper fuctions so that the code is more clear

https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/540
</pre>
</div>
</content>
</entry>
<entry>
<title>examples: run python black on "examples/python/gi/nm-wg-set"</title>
<updated>2020-07-02T15:37:12+00:00</updated>
<author>
<name>Thomas Haller</name>
<email>thaller@redhat.com</email>
</author>
<published>2020-07-02T15:37:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=1acd64b7a2663a91484f30d87e8c8928bca60fe9'/>
<id>1acd64b7a2663a91484f30d87e8c8928bca60fe9</id>
<content type='text'>
black by default only considers files that have a ".py" extension.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
black by default only considers files that have a ".py" extension.
</pre>
</div>
</content>
</entry>
<entry>
<title>all: reformat python files with python black</title>
<updated>2020-06-15T14:40:38+00:00</updated>
<author>
<name>Sayed Shah</name>
<email>sayshah@redhat.com</email>
</author>
<published>2020-06-09T20:28:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=be822b52e6b27c32cdc9ef34856c852ba4174024'/>
<id>be822b52e6b27c32cdc9ef34856c852ba4174024</id>
<content type='text'>
Part of !537.

https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/537
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Part of !537.

https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/537
</pre>
</div>
</content>
</entry>
<entry>
<title>examples: remove unused code from "examples/python/dbus/vpn.py"</title>
<updated>2020-05-07T11:58:16+00:00</updated>
<author>
<name>Thomas Haller</name>
<email>thaller@redhat.com</email>
</author>
<published>2020-05-06T21:43:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=64331d6085c39ac563fa64e2cf2b1a8a17dec38e'/>
<id>64331d6085c39ac563fa64e2cf2b1a8a17dec38e</id>
<content type='text'>
lgtm.com says "The value assigned to local variable all_connections is never used".
Just drop the entire statement. It's not right there.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
lgtm.com says "The value assigned to local variable all_connections is never used".
Just drop the entire statement. It's not right there.
</pre>
</div>
</content>
</entry>
<entry>
<title>examples: avoid "x == None" checks in python examples</title>
<updated>2020-05-07T11:58:15+00:00</updated>
<author>
<name>Thomas Haller</name>
<email>thaller@redhat.com</email>
</author>
<published>2020-05-06T21:42:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=8ad448444a14cbb421e89509da9c2a5d30eb4004'/>
<id>8ad448444a14cbb421e89509da9c2a5d30eb4004</id>
<content type='text'>
lgmt.com says "Testing for None should use the is operator".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
lgmt.com says "Testing for None should use the is operator".
</pre>
</div>
</content>
</entry>
<entry>
<title>examples: avoid "except" for BaseException in examples</title>
<updated>2020-05-07T11:58:14+00:00</updated>
<author>
<name>Thomas Haller</name>
<email>thaller@redhat.com</email>
</author>
<published>2020-05-06T21:40:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=c7d0a8605067a7b86a36bc2ce5470d0367a4d737'/>
<id>c7d0a8605067a7b86a36bc2ce5470d0367a4d737</id>
<content type='text'>
lgtm.com flags this as "Except block directly handles BaseException".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
lgtm.com flags this as "Except block directly handles BaseException".
</pre>
</div>
</content>
</entry>
<entry>
<title>examples: remove unused imports from python examples</title>
<updated>2020-05-07T11:58:13+00:00</updated>
<author>
<name>Thomas Haller</name>
<email>thaller@redhat.com</email>
</author>
<published>2020-05-06T21:16:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=41a7a262591e25985431a70e8b597ce85d10ebd6'/>
<id>41a7a262591e25985431a70e8b597ce85d10ebd6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>examples: remove unused assignment in "examples/python/gi/wifi-p2p.py"</title>
<updated>2020-05-07T11:58:12+00:00</updated>
<author>
<name>Thomas Haller</name>
<email>thaller@redhat.com</email>
</author>
<published>2020-05-06T21:09:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=a5614dc469aada7c3b2b294a318defb40a50205b'/>
<id>a5614dc469aada7c3b2b294a318defb40a50205b</id>
<content type='text'>
lgtm.com warns about this.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
lgtm.com warns about this.
</pre>
</div>
</content>
</entry>
<entry>
<title>examples: add Wi-Fi P2P example</title>
<updated>2020-04-27T13:54:28+00:00</updated>
<author>
<name>Beniamino Galvani</name>
<email>bgalvani@redhat.com</email>
</author>
<published>2020-04-27T13:38:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=2c4d19c1dccce2f17d73aabd1ba4fdeeb108a7a0'/>
<id>2c4d19c1dccce2f17d73aabd1ba4fdeeb108a7a0</id>
<content type='text'>
Add a python example using GObject introspection that shows how to
scan for Wi-Fi P2P peers and connect to one of them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a python example using GObject introspection that shows how to
scan for Wi-Fi P2P peers and connect to one of them.
</pre>
</div>
</content>
</entry>
</feed>
