Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-04-12 | apt.cache: Add a fetch_archives() method (Closes: #622347) | Julian Andres Klode | 1 | -0/+1 | |
2011-04-12 | apt.cache: Document that update() may need an open() (Closes: #622342) | Julian Andres Klode | 1 | -0/+1 | |
2011-04-12 | apt_pkg: Fix unsigned/long-vs-int issues (LP: #610820) | Julian Andres Klode | 1 | -0/+1 | |
This fix is large, but simple in concept. Instead of relying on Py_BuildValue and type signatures, or type-specific conversion functions, create a new set of overloaded MkPyNumber() functions that automatically do the right thing for each numerical type. | |||||
2011-04-11 | doc/examples: Add example on how to get architecture names (LP: #194374) | Julian Andres Klode | 1 | -0/+1 | |
2011-04-11 | aptsources/sourceslist.py: s/aptsource.py/sourceslist.py/ (LP: #309603) | Julian Andres Klode | 1 | -0/+1 | |
2011-04-11 | apt.progress: Use long for ETA, natural type for size (LP: #377375) | Julian Andres Klode | 1 | -0/+1 | |
2011-04-11 | apt_pkg: Fix time_to_str, time_rfc1123 to accept more correct values | Julian Andres Klode | 1 | -0/+2 | |
(time_to_str accepts unsigned long, time_rfc1123 long long, y2k31-correct). | |||||
2011-04-11 | apt_pkg: Raise error when parse_commandline gets empty argv (LP: #707416) | Julian Andres Klode | 1 | -0/+1 | |
2011-04-06 | releasing version 0.7.100.3ubuntu3 | Michael Vogt | 1 | -1/+1 | |
2011-04-06 | merged upload from loic | Michael Vogt | 2 | -3/+11 | |
2011-04-06 | * cherry pick multiarch support for aptsources from debian | Michael Vogt | 1 | -0/+11 | |
* aptsources: Parse multi-arch sources.list files correctly * aptsources: Allow insertion of new multi-arch entries | |||||
2011-04-06 | cherry pick -r 505..506 http://bzr.debian.org/apt/python-apt/debian-experimental | Michael Vogt | 1 | -0/+1 | |
2011-04-06 | cherry pick -r 504..505 http://bzr.debian.org/apt/python-apt/debian-experimental | Michael Vogt | 1 | -0/+6 | |
2011-04-06 | tests/test_apt_cache.py: Use assertTrue() instead of assert_() | Julian Andres Klode | 1 | -0/+1 | |
2011-04-06 | all: Fix all instances of ResourceWarning about unclosed files | Julian Andres Klode | 1 | -0/+1 | |
2011-04-06 | aptsources: Various cleanup work | Julian Andres Klode | 1 | -0/+1 | |
2011-04-06 | aptsources: Allow insertion of new multi-arch entries | Julian Andres Klode | 1 | -0/+1 | |
2011-04-06 | aptsources: Parse multi-arch sources.list files correctly | Julian Andres Klode | 1 | -0/+6 | |
2011-04-05 | Release 0.8.0~exp1 to experimental | Julian Andres Klode | 1 | -2/+2 | |
2011-04-05 | Fix debian/rules to work correctly with tilde in version number | Julian Andres Klode | 2 | -3/+4 | |
2011-04-05 | Introduce apt_pkg.Cache.groups and apt_pkg.Cache.group_count | Julian Andres Klode | 1 | -0/+1 | |
2011-04-05 | Support (name, arch) tuples in apt_pkg.Cache mappings, wrapping | Julian Andres Klode | 1 | -0/+2 | |
FindPkg() with two string parameters. | |||||
2011-04-05 | Change apt_pkg.Cache() so that passing None for 'progress' results in | Julian Andres Klode | 1 | -0/+2 | |
no progress output | |||||
2011-04-05 | Add apt_pkg.Group class, wrapping pkgCache::GrpIterator | Julian Andres Klode | 1 | -1/+2 | |
2011-04-05 | Add an 'is_multi_arch' attribute to apt_pkg.Cache | Julian Andres Klode | 1 | -0/+1 | |
2011-04-05 | Disable the old-style API, and break all packages using it | Julian Andres Klode | 3 | -2/+37 | |
2011-04-04 | merged from debian-sid | Michael Vogt | 5 | -3/+56 | |
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 | 1 | -0/+1 | |
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 | * tests/test_apt_cache.py: | Julian Andres Klode | 1 | -0/+2 | |
- Package records 'Package' field now corresponds to shortname | |||||
2011-04-04 | * tests/test_debfile.py: | Julian Andres Klode | 1 | -0/+2 | |
- 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 | 1 | -0/+3 | |
- 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 | 1 | -1/+5 | |
- Add Package.get_fullname() and Package.architecture | |||||
2011-03-31 | fix incorrect tab, this fixes a FTBFS | Michael Vogt | 1 | -0/+6 | |
2011-03-30 | releasing version 0.7.100.2ubuntu3 | Michael Vogt | 1 | -2/+2 | |
2011-03-30 | * python/arfile.cc, apt/debfile.py: | Michael Vogt | 2 | -0/+12 | |
- 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-29 | releasing version 0.7.100.2ubuntu2 | Michael Vogt | 1 | -2/+2 | |
2011-03-29 | PyFetchProgress::Pulse(): When ignoring a false return value from | Michael Vogt | 1 | -0/+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 | PyFetchProgress::Pulse(): When ignoring a false return value from | Michael Vogt | 1 | -0/+6 | |
PyArg_Parse() after running the simple callback pulse(), there can be an exception on the stack, which must be cleared. (LP: #711225) | |||||
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 | 1 | -0/+9 | |
- add support for .xz archives * tests/test_debfile.py: - add test for xz compression | |||||
2011-03-21 | releasing version 0.7.100.2ubuntu1 | Michael Vogt | 1 | -2/+2 | |
2011-03-21 | * merged fix for parse_depends() in a multiarch environment | Michael Vogt | 1 | -0/+37 | |
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 | releasing version 0.7.100.2 | Michael Vogt | 1 | -2/+2 | |
2011-03-21 | merged from mvo | Michael Vogt | 1 | -1/+7 | |
2011-03-21 | - add optional parameter to allow parse_depends() to keep the | Michael Vogt | 1 | -0/+4 | |
multiarch parameter * tests/test_deps.py: - add test forapt_pkg.parse_depends(strip_multiarch=True) |