| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2011-04-21 | Fix documentation problem | Robert Roth | 1 | -1/+1 | |
| 2011-04-04 | Release 0.7.100.3 | Julian Andres Klode | 1 | -2/+2 | |
| 2011-04-04 | Rework Python 3.2 patch | Julian Andres Klode | 5 | -12/+7 | |
| Move Python 3 debug files before installing other files (Closes: #619528) | |||||
| 2011-04-04 | * debian/rules: | Julian Andres Klode | 2 | -1/+9 | |
| - Support the nocheck build option and ignore test failures on hurd (Closes: #610448) | |||||
| 2011-04-04 | * debian/python3-apt-dbg.install | Julian Andres Klode | 2 | -1/+3 | |
| - Do not try to install old-style debugging files. | |||||
| 2011-04-04 | Fix mixed tab/spaces indentation in xz test | Julian Andres Klode | 2 | -1/+2 | |
| 2011-04-04 | Merge not-uploaded NMU diff by scott kitterman | Julian Andres Klode | 4 | -3/+16 | |
| * Override override_dh_auto_install to install python3 extensions in the correct locations (Closes: #619528) - Drop .so files from python3-apt.install * Removed ${python:Breaks} - No longer used in dh_python2 | |||||
| 2011-04-04 | apt/cache.py: Do not pack full names into _set, use a _fullnameset instead | Julian Andres Klode | 1 | -10/+13 | |
| This keeps the length correct, and ensures that we only iterate once over each package | |||||
| 2011-04-04 | * tests/test_apt_cache.py: | Julian Andres Klode | 2 | -2/+4 | |
| - Package records 'Package' field now corresponds to shortname | |||||
| 2011-04-04 | * tests/test_debfile.py: | Julian Andres Klode | 2 | -0/+5 | |
| - Disable multi-arch for the test, it fails when run via test_all.py | |||||
| 2011-04-04 | * apt/cache.py, apt/package.py: | Julian Andres Klode | 3 | -9/+44 | |
| - Add architecture property to apt.Package (LP: #703472) - Change apt.Package.name to use get_fullname(pretty=True) (LP: #740072) | |||||
| 2011-04-04 | * python/cache.cc: | Julian Andres Klode | 3 | -4/+54 | |
| - Add Package.get_fullname() and Package.architecture | |||||
| 2011-03-29 | merged from the mvo branch | Michael Vogt | 2 | -1/+9 | |
| 2011-03-29 | PyFetchProgress::Pulse(): When ignoring a false return value from | Michael Vogt | 2 | -1/+9 | |
| PyArg_Parse() after running the simple callback pulse(), there can be an exception on the stack, which must be cleared. (LP: #711225) | |||||
| 2011-03-29 | merged from the debian branch | Michael Vogt | 7 | -87/+141 | |
| 2011-03-22 | update priority of python3-apt to match the archive | Michael Vogt | 2 | -0/+2 | |
| 2011-03-21 | * python/arfile.cc, apt/debfile.py: | Michael Vogt | 5 | -6/+25 | |
| - add support for .xz archives * tests/test_debfile.py: - add test for xz compression | |||||
| 2011-03-21 | releasing version 0.7.100.2 | Michael Vogt | 1 | -2/+2 | |
| 2011-03-21 | po/*: rebuild | Michael Vogt | 1 | -79/+109 | |
| 2011-03-21 | merged from mvo | Michael Vogt | 4 | -4/+23 | |
| 2011-03-21 | - add optional parameter to allow parse_depends() to keep the | Michael Vogt | 4 | -4/+20 | |
| multiarch parameter * tests/test_deps.py: - add test forapt_pkg.parse_depends(strip_multiarch=True) | |||||
| 2011-03-21 | * python/apt_pkgmodule.cc: | Michael Vogt | 2 | -2/+5 | |
| - strip multiarch by default in RealParseDepends | |||||
| 2011-02-18 | merged from lp:~mvo/python-apt/mvo | Michael Vogt | 12 | -17/+57 | |
| 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 | |
