<feed xmlns='http://www.w3.org/2005/Atom'>
<title>python-apt/aptsources, branch master</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/pkg-python/python-apt/atom?h=master</id>
<link rel='self' href='https://git.osdyson.ru/pkg-python/python-apt/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/pkg-python/python-apt/'/>
<updated>2015-06-10T08:44:19Z</updated>
<entry>
<title>Fix indentation and docstring problems</title>
<updated>2015-06-10T08:44:19Z</updated>
<author>
<name>von</name>
<email>matvon@mailoo.org</email>
</author>
<published>2015-05-10T14:38:02Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/pkg-python/python-apt/commit/?id=8f31026d3a1d5b097f60fdd14247d483945985d3'/>
<id>urn:sha1:8f31026d3a1d5b097f60fdd14247d483945985d3</id>
<content type='text'>
Closes: #784910
</content>
</entry>
<entry>
<title>Merged UbuntuRTMDistribution detection from ubuntu</title>
<updated>2014-10-24T14:10:05Z</updated>
<author>
<name>Michael Vogt</name>
<email>mvo@debian.org</email>
</author>
<published>2014-10-24T14:10:05Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/pkg-python/python-apt/commit/?id=d53b66524df74f7637fb34f0db4c66535ba64cd0'/>
<id>urn:sha1:d53b66524df74f7637fb34f0db4c66535ba64cd0</id>
<content type='text'>
* Add template for the "Ubuntu-RTM" derived distribution.
* Detect whether a system is running Ubuntu-RTM by way of
  "system-image-cli -i".  Not perfect but close enough.
</content>
</entry>
<entry>
<title>make pep8 happy (again)</title>
<updated>2014-06-30T09:22:28Z</updated>
<author>
<name>Michael Vogt</name>
<email>mvo@ubuntu.com</email>
</author>
<published>2014-06-30T09:21:36Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/pkg-python/python-apt/commit/?id=9db885ce4fb06f8e154b97cd6cf4e0f09a241f54'/>
<id>urn:sha1:9db885ce4fb06f8e154b97cd6cf4e0f09a241f54</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "aptsources/sourceslist.py: ensure that our sources are opened with UTF-8"</title>
<updated>2014-03-18T18:26:52Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2014-03-18T18:26:52Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/pkg-python/python-apt/commit/?id=50a8a9d573d97f0678721a84bcf9fdc697e96cb0'/>
<id>urn:sha1:50a8a9d573d97f0678721a84bcf9fdc697e96cb0</id>
<content type='text'>
This reverts commit a05fa8f6bacea135ba2954e9702aa95b54203322.
</content>
</entry>
<entry>
<title>aptsources/sourceslist.py: ensure that our sources are opened with UTF-8</title>
<updated>2014-03-15T17:51:40Z</updated>
<author>
<name>Steve Langasek</name>
<email>steve.langasek@canonical.com</email>
</author>
<published>2014-03-15T17:51:40Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/pkg-python/python-apt/commit/?id=a05fa8f6bacea135ba2954e9702aa95b54203322'/>
<id>urn:sha1:a05fa8f6bacea135ba2954e9702aa95b54203322</id>
<content type='text'>
ensure that our sources are opened with UTF-8 encoding, regardless of the
current locale, and handle the sources lines as Unicode internally for
consistency between python2 and python3. LP: #1069019.

[jak: Squashed a PEP8 fixup change by Brian Murray]
</content>
</entry>
<entry>
<title>Use print_function everywhere</title>
<updated>2014-01-06T12:24:51Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2014-01-06T12:24:51Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/pkg-python/python-apt/commit/?id=8b8a55f10ca47fe297fbb9b16a8e100658c60df3'/>
<id>urn:sha1:8b8a55f10ca47fe297fbb9b16a8e100658c60df3</id>
<content type='text'>
This brings the code closer to Python 3. Automatically converted
using 2to3 -f print.
</content>
</entry>
<entry>
<title>Style fix: Do not use "is True" / "is False"</title>
<updated>2014-01-06T11:21:28Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2014-01-06T11:17:44Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/pkg-python/python-apt/commit/?id=d95a8f27774842beb43bda54c4c61b67fe76a032'/>
<id>urn:sha1:d95a8f27774842beb43bda54c4c61b67fe76a032</id>
<content type='text'>
This is uncommon style. It's better to use "pred" instead of "pred is True"
and "not pred" instead of "pred is False".
</content>
</entry>
<entry>
<title>make test_pep8.py pass</title>
<updated>2014-01-05T19:04:30Z</updated>
<author>
<name>Michael Vogt</name>
<email>mvo@debian.org</email>
</author>
<published>2013-12-31T22:25:13Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/pkg-python/python-apt/commit/?id=3bf9c3fe4d19ed4d985dc8b7747a737699f46a7e'/>
<id>urn:sha1:3bf9c3fe4d19ed4d985dc8b7747a737699f46a7e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>aptsources: Correctly parse multiple options (LP: #1103200)</title>
<updated>2013-10-21T18:20:33Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2013-10-21T18:20:22Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/pkg-python/python-apt/commit/?id=8a67219266605b39a522aee08bf7cd3b0b6c3a8c'/>
<id>urn:sha1:8a67219266605b39a522aee08bf7cd3b0b6c3a8c</id>
<content type='text'>
It's still not optimal and we do not support the arch+ and arch-
options, but it's a beginning.
</content>
</entry>
<entry>
<title>apt, aptsources: Only call init_config() if not already initialized</title>
<updated>2013-10-10T13:12:11Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2013-10-10T13:12:11Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/pkg-python/python-apt/commit/?id=1d62185fb1eb7b9523ec45666c3d96863b91e9af'/>
<id>urn:sha1:1d62185fb1eb7b9523ec45666c3d96863b91e9af</id>
<content type='text'>
Based on an idea by the bug reporter.

Reported-by: Dominique Lasserre &lt;lasserre.d@googlemail.com&gt;
Closes: #686403
</content>
</entry>
</feed>
