| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2011-02-18 | * python/depcache.cc: | Michael Vogt | 3 | -1/+35 | |
| - provide bindings for new libapt SetCandidateRelease() * debian/control: - require new libapt-pkg-dev SetCandidateRelease() | |||||
| 2011-01-13 | * debian/python3-apt.install: | Michael Vogt | 2 | -3/+6 | |
| - fix py3 extension module install location (thanks to Barry) | |||||
| 2011-01-10 | merged lp:~geser/ubuntu/natty/python-apt/build-with-py3.2 (manually as bzr ↵ | Michael Vogt | 9 | -12/+12 | |
| thinks the branches have nothing in common) | |||||
| 2010-12-22 | merged from the debian branch | Michael Vogt | 4 | -11/+25 | |
| 2010-12-22 | python/depcache.cc: remove Py_DECREF, that is one too much (thanks to juliank) | Michael Vogt | 1 | -1/+0 | |
| 2010-12-22 | merged from lp:~mvo/python-apt/mvo | Michael Vogt | 6 | -11/+41 | |
| 2010-12-22 | * python/depcache.cc: | Michael Vogt | 2 | -1/+7 | |
| - 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) | |||||
| 2010-12-21 | * apt/debfile.py, tests/test_debfile.py: | Michael Vogt | 3 | -1/+16 | |
| - strip "./" from _get_content and add tests, this fixes a control file extraction bug in gdebi | |||||
| 2010-12-13 | tests/test_apt_cache.py: fix tests | Michael Vogt | 1 | -3/+3 | |
| 2010-12-13 | * apt/progress/text.py: | Michael Vogt | 2 | -6/+10 | |
| - only run ioctl for termios.TIOCGWINSZ if the fd is a tty | |||||
| 2010-12-12 | Release 0.7.100.1 | Julian Andres Klode | 1 | -2/+2 | |
| 2010-12-12 | Merge from mvo | Julian Andres Klode | 5 | -12/+30 | |
| * python/generic.h: - set Object to NULL in CppDeallocPtr * python/depcache.cc: - don't run "actiongroup.release()" if the object was already deallocated * tests/test_apt_cache.py: - fix tests to work if apt compressed indexes are enabled | |||||
| 2010-12-12 | debian/control: add Replaces to python-apt-common, python3-apt; to | Julian Andres Klode | 2 | -0/+4 | |
| avoid file conflicts with files previously in python-apt (Closes: #605136). | |||||
| 2010-12-07 | python/generic.h: Fix a memory leak (leaking on every unicode string). | Julian Andres Klode | 2 | -1/+9 | |
| 2010-12-07 | tests/test_all.py: add workaround for py3.2 | Michael Vogt | 1 | -0/+8 | |
| 2010-12-07 | * python/generic.h: | Michael Vogt | 3 | -2/+15 | |
| - set Object to NULL in CppDeallocPtr * python/depcache.cc: - don't run "actiongroup.release()" if the object was already deallocated | |||||
| 2010-12-07 | merged from debian-sid | Michael Vogt | 15 | -236/+435 | |
| 2010-11-24 | * tests/test_apt_cache.py: | Michael Vogt | 2 | -10/+9 | |
| - fix tests to work if apt compressed indexes are enabled | |||||
| 2010-11-17 | Final 0.7.100 release; targeted at Squeeze. | Julian Andres Klode | 1 | -2/+3 | |
| 2010-11-17 | The C++ API/ABI is stable now. | Julian Andres Klode | 3 | -8/+2 | |
| 2010-11-17 | * doc: | Julian Andres Klode | 3 | -7/+32 | |
| - Various documentation updates. | |||||
| 2010-11-17 | Fix indentation in changelog block. | Julian Andres Klode | 1 | -3/+3 | |
| 2010-11-17 | * apt/package.py: | Julian Andres Klode | 2 | -1/+3 | |
| - Fix docstring of Package.mark_delete() (Closes: #599042) | |||||
| 2010-11-17 | * po | Julian Andres Klode | 2 | -185/+295 | |
| - Update sl.po (Closes: #603359) | |||||
| 2010-11-10 | * apt/debfile.py: | Julian Andres Klode | 2 | -15/+15 | |
| - Replace (undocumented) use of python-debian debfile.DebFile API with the equivalent apt_inst.DebFile API (Closes: #603043) | |||||
| 2010-09-29 | merged patch from Piotr, many thanks | Michael Vogt | 9 | -21/+88 | |
| 2010-09-28 | merged from the debian-sid branch | Michael Vogt | 6 | -141/+162 | |
| 2010-09-28 | releasing version 0.7.98 | Michael Vogt | 2 | -2/+4 | |
| 2010-09-28 | do use PyString_FromFormat(), in python versions below 2.7 it | Michael Vogt | 2 | -8/+16 | |
| does not support long long (%llu), use strprintf() from libapt instead | |||||
| 2010-09-28 | python/acquire-item.cc: strprintf() to have a working %llu | Michael Vogt | 1 | -8/+13 | |
| 2010-09-24 | * merge fix from Steven Chamberlain <steven@pyro.eu.org> for | Michael Vogt | 2 | -3/+8 | |
| crash in unattended-upgrades, many many thanks (closes: #596408) * python/acquire-item.cc: - fix two more int -> long long change to follow the changes from libapt | |||||
| 2010-09-24 | * python/acquire-item.cc: | Michael Vogt | 2 | -2/+5 | |
| - fix two more int -> long long change to follow the changes from libapt | |||||
| 2010-09-24 | merge fix from Steven Chamberlain <steven@pyro.eu.org> for | Michael Vogt | 2 | -1/+3 | |
| crash in unattended-upgrades, many many thanks (closes: #596408) | |||||
| 2010-09-20 | merged from lp:~mvo/python-apt/mvo | Michael Vogt | 8 | -7/+45 | |
| 2010-09-20 | fix return type of DebSize() and UsrSize(), thanks to | Michael Vogt | 2 | -2/+4 | |
| Sebastian Heinlein, LP: #642936 | |||||
| 2010-09-13 | data/templates/Ubuntu.info.in: add MatchURI | Michael Vogt | 1 | -0/+2 | |
| 2010-09-13 | data/templates/Ubuntu.info.in: updated based on the feedback from mpt (thanks) | Michael Vogt | 1 | -6/+6 | |
| 2010-09-13 | * data/templates/Ubuntu.info.in: | Michael Vogt | 4 | -1/+32 | |
| - add extras.ubuntu.com and archvie.canonical.com to the templates * aptsources/distinfo.py, aptsources/distro.py: - support non-official templates (like extras.ubuntu.com) | |||||
| 2010-09-13 | python/configuration.cc: fix typo in doc string | Michael Vogt | 1 | -1/+1 | |
| 2010-09-08 | * apt/debfile.py: | Michael Vogt | 2 | -2/+5 | |
| - remove bogus comment * python/tag.cc: - allow "bytes" type in TagSecNew (for python3) | |||||
| 2010-09-08 | fix a bunch of python3.1 releated test failures | Michael Vogt | 3 | -4/+9 | |
| 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 | tests/test_apt_cache.py: fix test | Michael Vogt | 1 | -1/+2 | |
| 2010-09-07 | cherry pick from debian-sid | Michael Vogt | 2 | -0/+5 | |
| 2010-09-07 | cherry pick -r453 from lp:~mvo/python-apt/debian-sid | Michael Vogt | 1 | -2/+3 | |
| 2010-09-07 | * merged patch from Samuel Lidén Borell to fix crash if there utf8 | Michael Vogt | 9 | -6/+107 | |
| 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-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) | |||||
