<feed xmlns='http://www.w3.org/2005/Atom'>
<title>python-apt/apt/progress, 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-10T13:34:56Z</updated>
<entry>
<title>Remove apt.progress.gtk2</title>
<updated>2015-06-10T13:34:56Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2015-06-10T13:34:56Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/pkg-python/python-apt/commit/?id=b263b8d1a6a84bd34290a1ae52d3c1ee33124d1b'/>
<id>urn:sha1:b263b8d1a6a84bd34290a1ae52d3c1ee33124d1b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use a single code base for Python 2 and 3</title>
<updated>2014-01-06T12:47:31Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2014-01-06T12:42:46Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/pkg-python/python-apt/commit/?id=86b1fa71cf952c5f4aae1cabef332ba0d4f5885c'/>
<id>urn:sha1:86b1fa71cf952c5f4aae1cabef332ba0d4f5885c</id>
<content type='text'>
This is much better than running 2to3 during the build, as it
gives us more control over the Python 3 code.
</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>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>make pyflakes clean</title>
<updated>2014-01-05T19:04:26Z</updated>
<author>
<name>Michael Vogt</name>
<email>mvo@debian.org</email>
</author>
<published>2013-12-31T22:18:43Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/pkg-python/python-apt/commit/?id=e3c26754af1891d2c50993730467fc9335ec5f09'/>
<id>urn:sha1:e3c26754af1891d2c50993730467fc9335ec5f09</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Completely remove deprecated stuff</title>
<updated>2013-09-11T18:15:01Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@debian.org</email>
</author>
<published>2013-08-26T11:45:40Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/pkg-python/python-apt/commit/?id=b3934f4303c419bb6b517f71cce59749cf13f9c4'/>
<id>urn:sha1:b3934f4303c419bb6b517f71cce59749cf13f9c4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix typos: the the -&gt; the (closes: #679432)</title>
<updated>2012-07-28T21:14:31Z</updated>
<author>
<name>Jakub Wilk</name>
<email>jwilk@debian.org</email>
</author>
<published>2012-07-28T21:14:31Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/pkg-python/python-apt/commit/?id=c6b89434b018c9b3ca3c13fb78bab20981fee6e6'/>
<id>urn:sha1:c6b89434b018c9b3ca3c13fb78bab20981fee6e6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Drop __del__ statement, which is unsafe: http://www.algorithm.co.il/blogs/programming/python-gotchas-1-__del__-is-not-the-opposite-of-__init__/</title>
<updated>2012-06-12T15:06:16Z</updated>
<author>
<name>Evan Dandrea</name>
<email>evan.dandrea@canonical.com</email>
</author>
<published>2012-06-12T15:06:16Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/pkg-python/python-apt/commit/?id=5cdd74bc9e017f8802f96d915131c8cf525d4146'/>
<id>urn:sha1:5cdd74bc9e017f8802f96d915131c8cf525d4146</id>
<content type='text'>
</content>
</entry>
<entry>
<title>merge fix from lp:~ev/python-apt/dont-leak-fds, many thanks</title>
<updated>2012-06-12T07:00:23Z</updated>
<author>
<name>Michael Vogt</name>
<email>michael.vogt@ubuntu.com</email>
</author>
<published>2012-06-12T07:00:23Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/pkg-python/python-apt/commit/?id=32eb1cd06404fdcb0d4507ea77e1685a19d185c1'/>
<id>urn:sha1:32eb1cd06404fdcb0d4507ea77e1685a19d185c1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pyflakes cleanup, use apt_pkg.gettext in aptsources too</title>
<updated>2011-12-19T12:35:59Z</updated>
<author>
<name>Michael Vogt</name>
<email>michael.vogt@ubuntu.com</email>
</author>
<published>2011-12-19T12:35:59Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/pkg-python/python-apt/commit/?id=375920c5172a5f60acba02b73c3b32ffbccc8ab2'/>
<id>urn:sha1:375920c5172a5f60acba02b73c3b32ffbccc8ab2</id>
<content type='text'>
</content>
</entry>
</feed>
