| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2011-04-04 | merged from debian-sid | Michael Vogt | 2 | -2/+5 | |
| 2011-04-04 | Fix mixed tab/spaces indentation in xz test | Julian Andres Klode | 1 | -1/+1 | |
| 2011-04-04 | * tests/test_apt_cache.py: | Julian Andres Klode | 1 | -2/+2 | |
| - Package records 'Package' field now corresponds to shortname | |||||
| 2011-04-04 | * tests/test_debfile.py: | Julian Andres Klode | 1 | -0/+3 | |
| - Disable multi-arch for the test, it fails when run via test_all.py | |||||
| 2011-03-31 | fix incorrect tab, this fixes a FTBFS | Michael Vogt | 1 | -1/+1 | |
| 2011-03-31 | tests/test_debfile.py: fix using tab by accident | Michael Vogt | 1 | -1/+1 | |
| 2011-03-30 | * python/arfile.cc, apt/debfile.py: | Michael Vogt | 2 | -0/+5 | |
| - add support for .xz archives * tests/test_debfile.py: - add test for xz compression * update priority of python3-apt to match the archive | |||||
| 2011-03-21 | * python/arfile.cc, apt/debfile.py: | Michael Vogt | 2 | -0/+5 | |
| - add support for .xz archives * tests/test_debfile.py: - add test for xz compression | |||||
| 2011-03-21 | * merged fix for parse_depends() in a multiarch environment | Michael Vogt | 1 | -0/+8 | |
| from debian/sid branch * apt/progress/text.py: - only run ioctl for termios.TIOCGWINSZ if the fd is a tty * apt/debfile.py, tests/test_debfile.py: - strip "./" from _get_content and add tests, this fixes a control file extraction bug in gdebi * python/depcache.cc: - when using the actiongroup as a contextmanager incref/decref on enter and leave. this should fix the instablity issues that aptdaemon runs into (LP: #691134) * debian/python3-apt.install: - fix py3 extension module install location (thanks to Barry) * python/depcache.cc: - provide bindings for new libapt SetCandidateRelease() * debian/control: - require new libapt-pkg-dev SetCandidateRelease() * py3 compatible exception handline * debian/control: - bump minimal python version to >= 2.6 * python/apt_pkgmodule.cc: - strip multiarch by default in RealParseDepends - add optional parameter to allow parse_depends() to keep the multiarch parameter * tests/test_deps.py: - add test forapt_pkg.parse_depends(strip_multiarch=True) | |||||
| 2011-03-21 | - add optional parameter to allow parse_depends() to keep the | Michael Vogt | 1 | -0/+8 | |
| multiarch parameter * tests/test_deps.py: - add test forapt_pkg.parse_depends(strip_multiarch=True) | |||||
| 2011-01-10 | merged from the mvo branch, added changelog from Michael Bienia | Michael Vogt | 1 | -1/+1 | |
| 2011-01-10 | merged lp:~geser/ubuntu/natty/python-apt/build-with-py3.2 (manually as bzr ↵ | Michael Vogt | 1 | -1/+1 | |
| thinks the branches have nothing in common) | |||||
| 2010-12-21 | meged from mvo | Michael Vogt | 1 | -1/+11 | |
| 2010-12-21 | * apt/debfile.py, tests/test_debfile.py: | Michael Vogt | 1 | -1/+11 | |
| - strip "./" from _get_content and add tests, this fixes a control file extraction bug in gdebi | |||||
| 2010-12-13 | merged from lp:~mvo/python-apt/mvo | Michael Vogt | 1 | -3/+3 | |
| 2010-12-13 | tests/test_apt_cache.py: fix tests | Michael Vogt | 1 | -3/+3 | |
| 2010-12-07 | merged from the mvo branch | Michael Vogt | 1 | -0/+8 | |
| 2010-12-07 | tests/test_all.py: add workaround for py3.2 | Michael Vogt | 1 | -0/+8 | |
| 2010-11-24 | merged from lp:~mvo/python-apt/mvo | Michael Vogt | 1 | -10/+7 | |
| 2010-11-24 | * tests/test_apt_cache.py: | Michael Vogt | 1 | -10/+7 | |
| - fix tests to work if apt compressed indexes are enabled | |||||
| 2010-10-18 | fix compat issues with python3 | Michael Vogt | 1 | -6/+6 | |
| 2010-10-15 | merged from the debian-sid branch | Michael Vogt | 3 | -5/+26 | |
| 2010-09-28 | releasing version 0.7.98 | Michael Vogt | 1 | -0/+2 | |
| 2010-09-08 | fix a bunch of python3.1 releated test failures | Michael Vogt | 3 | -4/+9 | |
| 2010-09-07 | merged from the mvo branch | Michael Vogt | 1 | -0/+4 | |
| 2010-09-07 | merged from lp:~mvo/python-apt/mvo | Michael Vogt | 1 | -1/+6 | |
| 2010-09-07 | tests/test_apt_cache.py: reset apt_pkg.config when running the tests | Michael Vogt | 1 | -0/+4 | |
| 2010-09-07 | merged from the mvo branch | Michael Vogt | 1 | -1/+2 | |
| 2010-09-07 | tests/test_apt_cache.py: fix test | Michael Vogt | 1 | -1/+2 | |
| 2010-09-07 | * add "provides" property to the apt.Version objects | Michael Vogt | 5 | -1/+73 | |
| * apt/debfile.py: - fix error when reading binary content and add regresion test * merged patch from Samuel Lidén Borell to fix crash if there utf8 in the control file (LP: #624290) and add test * apt/cache.py: - add "sources_list" parameter to cache.update() to force updating a single sources.list entry only * debian/control: - add missing build-depends on python-debian (needed to run the tests for apt.debfile.DebPackage() | |||||
| 2010-09-07 | * merged patch from Samuel Lidén Borell to fix crash if there utf8 | Michael Vogt | 5 | -1/+70 | |
| in the control file (LP: #624290) and add test * apt/cache.py: - add "sources_list" parameter to cache.update() to force updating a single sources.list entry only * debian/control: - add missing build-depends on python-debian (needed to run the tests for apt.debfile.DebPackage() * apt/debfile: - don't fail if we conflict with the pkgs we are reinstalling | |||||
| 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-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 | * apt/cache.py: | Michael Vogt | 1 | -1/+37 | |
| - 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 | 2 | -0/+7 | |
| in the control file (LP: #624290) and add test | |||||
| 2010-08-31 | tests/test_apt_cache.py: add test for provides_list | Michael Vogt | 1 | -1/+14 | |
| 2010-08-31 | * add "provides" property to the apt.Version objects | Michael Vogt | 4 | -0/+16 | |
| * apt/debfile.py: - fix error when reading binary content and add regresion test | |||||
| 2010-08-31 | * cherry pick debfile fix from lp:~mvo/python-apt/mvo (402..405): | Michael Vogt | 3 | -0/+13 | |
| * apt/debfile.py: - fix error when reading binary content and add regresion test | |||||
| 2010-08-31 | * apt/debfile.py: | Michael Vogt | 1 | -2/+3 | |
| - 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 | 1 | -0/+3 | |
| 2010-08-26 | * tests/test_apt_cache.py: | Julian Andres Klode | 1 | -1/+2 | |
| - Do not insert ".." into sys.path, fixes FTBFS | |||||
| 2010-08-05 | merged from lp:~mvo/python-apt/mvo | Michael Vogt | 4 | -3/+39 | |
| 2010-08-05 | tests/test_debfile.py: make it work on amd64, improve failure message | Michael Vogt | 4 | -3/+39 | |
| 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 fix from the mvo branch | Michael Vogt | 2 | -0/+37 | |
| 2010-08-05 | merged from debian-sid, fix crash in Dsc file handling | Michael Vogt | 3 | -0/+42 | |
| 2010-08-05 | * apt/debfile.py: | Michael Vogt | 2 | -0/+41 | |
| - fix crash in DscFile handling and add regression test | |||||
| 2010-08-05 | * apt/debfile.py: | Michael Vogt | 2 | -0/+41 | |
| - fix crash in DscFile handling and add regression test | |||||
