| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2010-09-07 | cherry pick -r453 from lp:~mvo/python-apt/debian-sid | Michael Vogt | 1 | -2/+3 | |
| 2010-09-07 | tests/test_apt_cache.py: improve the tests so that they do not require a ↵ | Michael Vogt | 2 | -19/+44 | |
| working network | |||||
| 2010-09-07 | merged from lp:~kiwinote/python-apt/reinstall-same-file | Michael Vogt | 2 | -1/+10 | |
| 2010-09-03 | not not depend on network when running the tests, some style fixes (thanks ↵ | Michael Vogt | 2 | -6/+7 | |
| to Jak for the code-review) | |||||
| 2010-09-03 | * debian/control: | Michael Vogt | 2 | -1/+5 | |
| - add missing build-depends on python-debian (needed to run the tests for apt.debfile.DebPackage() | |||||
| 2010-09-03 | apt/cache.py: use alternative SourceList if sources_list is used | Michael Vogt | 1 | -3/+5 | |
| 2010-09-03 | * apt/cache.py: | Michael Vogt | 3 | -2/+57 | |
| - add "sources_list" parameter to cache.update() to force updating a single sources.list entry only | |||||
| 2010-09-02 | merged patch from Samuel Lidén Borell to fix crash if there utf8 | Michael Vogt | 4 | -1/+10 | |
| in the control file (LP: #624290) and add test | |||||
| 2010-08-31 | * apt/debfile.py: | Michael Vogt | 3 | -4/+7 | |
| - fix error when reading binary content and add regresion test | |||||
| 2010-08-31 | tests/test_debfile.py: add test for binary reading | Michael Vogt | 2 | -0/+6 | |
| 2010-08-31 | add content reading test | Michael Vogt | 2 | -0/+6 | |
| 2010-08-27 | add "provides" property to the apt.Version objects | Michael Vogt | 3 | -0/+9 | |
| 2010-08-27 | python/cache.cc: improve documentation | Michael Vogt | 1 | -2/+3 | |
| 2010-08-27 | python/cache.cc: doc update for provides_list | Michael Vogt | 1 | -3/+2 | |
| 2010-08-10 | * python/acquire.cc: | Michael Vogt | 2 | -3/+7 | |
| - return long long when calling TotalNeeded(), FetchNeeded() and PartialPresent() from pkgAcquire(). This follows the change in libapt. | |||||
| 2010-08-05 | tests/test_debfile.py: make it work on amd64, improve failure message | Michael Vogt | 5 | -8/+45 | |
| 2010-08-05 | tests/data/test_debs/hello_2.5-1.dsc: simplify debs (to avoid universe issues) | Michael Vogt | 1 | -1/+1 | |
| 2010-08-05 | merged from debian-sid, fix crash in Dsc file handling | Michael Vogt | 10 | -23/+105 | |
| 2010-08-05 | * apt/debfile.py: | Michael Vogt | 5 | -23/+68 | |
| - fix crash in DscFile handling and add regression test | |||||
| 2010-08-05 | * apt/debfile.py: | Michael Vogt | 5 | -22/+62 | |
| - fix crash in DscFile handling and add regression test | |||||
| 2010-08-02 | doc/library/apt_pkg.rst: Document Configuration.dump(). | Julian Andres Klode | 2 | -0/+7 | |
| 2010-07-30 | apt/debfile.py: improve logging | Michael Vogt | 1 | -1/+3 | |
| 2010-07-29 | merged dump() method from lp:~mvo/python-apt/mvo | Michael Vogt | 2 | -1/+21 | |
| 2010-07-29 | * python/configuration.cc: | Michael Vogt | 2 | -1/+18 | |
| - add binding for the "dump()" method to configruation objects | |||||
| 2010-07-23 | * python/apt_pkgmodule.cc: | Julian Andres Klode | 3 | -0/+8 | |
| - Bind pkgAcquire::Item::StatTransientNetworkError (Closes: #589010) | |||||
| 2010-07-23 | * doc/conf.py: | Julian Andres Klode | 2 | -2/+10 | |
| - Correctly handle non-digit characters in version (ignore everything after them). | |||||
| 2010-07-23 | * python/tag.cc: | Julian Andres Klode | 2 | -0/+13 | |
| - Support gzip compression for control files (Closes: #383617), requires APT (>> 0.7.26~exp10) to work. | |||||
| 2010-07-12 | releasing version 0.7.96.1 | Michael Vogt | 1 | -1/+1 | |
| 2010-07-12 | apply fix from juliank for the tests (many thanks!) | Michael Vogt | 1 | -0/+2 | |
| 2010-07-12 | merged from lp:~mvo/python-apt/mvo | Michael Vogt | 2 | -27/+3 | |
| 2010-07-12 | merged from debian-sid, improve test output | Michael Vogt | 22 | -48/+52 | |
| 2010-07-12 | tests/test_debfile.py: move test_debs into tests/data | Michael Vogt | 12 | -2/+2 | |
| 2010-07-12 | merged from lp:~mvo/python-apt/mvo/ | Michael Vogt | 1 | -0/+77 | |
| 2010-07-12 | tests/test_debs/var/lib/dpkg/status: adding fake status file | Michael Vogt | 1 | -0/+77 | |
| 2010-07-12 | * tests/test_debfile.py: | Michael Vogt | 3 | -5/+20 | |
| - properly setup fixture data to make debfile test pass (closes: #588796) | |||||
| 2010-07-12 | tests/test_debfile.py: add fixture dpkg-status file to make tests work | Michael Vogt | 3 | -36/+39 | |
| 2010-07-12 | releasing version 0.7.96 | Michael Vogt | 1 | -2/+2 | |
| 2010-07-12 | po/*: refreshed po | Michael Vogt | 1 | -35/+32 | |
| 2010-07-09 | tests/test_aptsources.py: fix test by forcing id=Ubuntu | Michael Vogt | 1 | -2/+2 | |
| 2010-07-06 | apt/cache.py: use apt_pkg.config instead of apt_pkg.Config | Michael Vogt | 1 | -1/+2 | |
| 2010-07-06 | tests/test_apt_cache.py: fixes for 0.8 compatibility | Michael Vogt | 1 | -3/+3 | |
| 2010-07-06 | * python/progress.cc: | Michael Vogt | 3 | -1/+9 | |
| - deal with missing return value from the acquire progress in pulse() | |||||
| 2010-07-06 | fix py3 compatibility | Michael Vogt | 5 | -13/+27 | |
| 2010-07-06 | fix debfile to work with py3, update tests | Michael Vogt | 4 | -14/+24 | |
| 2010-07-05 | test_debfile: Do not insert path (breaks py3k, use test_all for testing). | Julian Andres Klode | 1 | -3/+0 | |
| 2010-07-05 | apt/debfile.py: make to_{hex,strish} staticmethods | Michael Vogt | 1 | -0/+2 | |
| 2010-07-05 | rules: Fix SHELL override. | Julian Andres Klode | 1 | -1/+1 | |
| 2010-07-05 | Re-enable Python 3 support for latest python-default changes (hack). | Julian Andres Klode | 3 | -0/+7 | |
| 2010-07-02 | * merged lp:~kiwinote/python-apt/merge-gdebi-changes, this port the | Michael Vogt | 20 | -136/+513 | |
| DebPackage class fixes from gdebi into python-apt so that gdebi can use the class from python-apt directly * apt/debfile.py: - check if the debfiles provides are in conflict with the systems packages * tests/test_debs/*.deb, tests/test_debfile.py: - add automatic test based on the test debs from gdebi | |||||
| 2010-07-02 | * tests/test_debs/*.deb, tests/test_debfile.py: | Michael Vogt | 13 | -4/+64 | |
| - add automatic test based on the test debs from gdebi | |||||
