| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2012-04-17 | merged lp:~aptdaemon-developers/python-apt/fix-cannot-locate-file with a ↵ | Michael Vogt | 1 | -2/+5 | |
| slighly different fix | |||||
| 2012-04-17 | * python/cache.cc: | Michael Vogt | 1 | -1/+3 | |
| - ensure that pkgApplyStatus is called when the cache is opened (thanks to Sebastian Heinlein for finding this bug), LP: #659438 | |||||
| 2012-04-16 | Fix apt_pkg.DepCache.init() documentation which still states that the | Sebastian Heinlein | 1 | -2/+1 | |
| method would be called automatically on construction | |||||
| 2012-03-05 | python/apt_pkgmodule.cc: Fix apt_pkg.Dependency.TYPE_RECOMMENDS, had ↵ | Julian Andres Klode | 1 | -1/+1 | |
| Suggests value previously | |||||
| 2012-02-06 | python/tag.cc: make it build with older apt versions too | Michael Vogt | 1 | -0/+5 | |
| 2012-02-06 | python/tag.cc: cleanup | Michael Vogt | 1 | -8/+4 | |
| 2012-02-03 | * python/tag.cc, tests/test_tagfile.py: | Michael Vogt | 1 | -9/+35 | |
| - add support a filename argument in apt_pkg.TagFile() (in addition to the file object currently supported) | |||||
| 2012-01-30 | REFACTOR: python/policy.cc update error to include PackageFile() too | Michael Vogt | 1 | -1/+1 | |
| 2012-01-30 | GREEN: policy should suppors PkgVerFile now | Michael Vogt | 1 | -0/+3 | |
| 2012-01-30 | RED: policy should support verfile | Michael Vogt | 1 | -0/+7 | |
| 2011-11-10 | fix build against apt in experimental | Michael Vogt | 12 | -25/+31 | |
| 2011-10-21 | python/apt_pkgmodule.cc: improve docstring | Michael Vogt | 1 | -1/+2 | |
| 2011-10-21 | * python/apt_pkgmodule.cc: | Michael Vogt | 1 | -0/+27 | |
| - add apt_pkg.get_architectures() call | |||||
| 2011-08-01 | * merged from the debian/sid bzr branch | Michael Vogt | 3 | -27/+39 | |
| * Breaks: debsecan (<< 0.4.15) [not only << 0.4.14] (Closes: #629512) * python/arfile.cc: - use APT::Configuration::getCompressionTypes() instead of duplicating the supported methods here * tests/test_debfile.py: - add test for raise on unknown data.tar.xxx * tests/test_aptsources_ports.py, tests/test_aptsources.py: - use tmpdir during the tests to fix test failure with apt from experimental * Upload to unstable * Increase Breaks for update-notifier to 0.99.3debian9 * utils/get_debian_mirrors.py: Adjust for new Alioth SCM urls * debian/control: Standards-Version 3.9.2 * Fix Lintian overrides * Fix spelling errors reported by Lintian (sep[a->e]rated, overrid[d]en) * po/urd.po: Remove, ur.po is the correct file * debian/source/format: Add, set it to "3.0 (native)" * Fix get_changelog in Python 3 (Closes: #626532) * apt/package.py: fix a few typos [formated->formatted] (Closes: #597054) * doc/source/tutorials/contributing.rst: minor improvements (Closes: #625225) - one typo [2to => 2to3], one broken link [pep8.py link] * Esperanto (Closes: #626430) | |||||
| 2011-07-13 | * python/arfile.cc: | Michael Vogt | 1 | -20/+32 | |
| - use APT::Configuration::getCompressionTypes() instead of duplicating the supported methods here * tests/test_debfile.py: - add test for raise on unknown data.tar.xxx | |||||
| 2011-07-13 | * add missing bits for the xz compression support for the | Michael Vogt | 1 | -0/+2 | |
| 0.7 API, thanks to Colin Watson for the fix! (LP: #805389) * backport xz compression support the debian-sid bzr branch (LP: #805389) * apt/utils.py: - fix end date calculation for releases in june (LP: #602469) * apt/package.py: - Fix the changelog downloading if there are several source package versions available which provide the binary (LP: #377535). See http://bugs.debian.org/581831 for further details * debian/control: - update Vcs-Bzr location | |||||
| 2011-05-27 | Fix spelling errors reported by Lintian (sep[a->e]rated, overrid[d]en) | Julian Andres Klode | 2 | -7/+7 | |
| 2011-05-26 | merge from debian, omit disable of the 0.7 API | Michael Vogt | 22 | -218/+1142 | |
| 2011-04-29 | apt_pkg: Add subclassing fun to PackageManager, for #623485 as well | Julian Andres Klode | 3 | -38/+243 | |
| 2011-04-27 | apt_pkg: Add OrderList, wanted for mancoosi (Closes: #623485) | Julian Andres Klode | 5 | -1/+346 | |
| 2011-04-21 | apt_pkg: Add apt_pkg.Version.multi_arch and friends | Julian Andres Klode | 2 | -0/+22 | |
| 2011-04-12 | apt_pkg: Fix unsigned/long-vs-int issues (LP: #610820) | Julian Andres Klode | 17 | -130/+149 | |
| 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 | apt_pkg: Fix time_to_str, time_rfc1123 to accept more correct values | Julian Andres Klode | 1 | -5/+5 | |
| (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/+4 | |
| 2011-04-05 | Introduce apt_pkg.Cache.groups and apt_pkg.Cache.group_count | Julian Andres Klode | 3 | -27/+128 | |
| 2011-04-05 | Support (name, arch) tuples in apt_pkg.Cache mappings, wrapping | Julian Andres Klode | 1 | -17/+29 | |
| FindPkg() with two string parameters. | |||||
| 2011-04-05 | Change apt_pkg.Cache() so that passing None for 'progress' results in | Julian Andres Klode | 1 | -2/+7 | |
| no progress output | |||||
| 2011-04-05 | Add apt_pkg.Group class, wrapping pkgCache::GrpIterator | Julian Andres Klode | 5 | -0/+204 | |
| 2011-04-05 | Add an 'is_multi_arch' attribute to apt_pkg.Cache | Julian Andres Klode | 1 | -0/+7 | |
| 2011-04-04 | * python/cache.cc: | Julian Andres Klode | 1 | -1/+30 | |
| - Add Package.get_fullname() and Package.architecture | |||||
| 2011-03-29 | PyFetchProgress::Pulse(): When ignoring a false return value from | Michael Vogt | 1 | -1/+3 | |
| PyArg_Parse() after running the simple callback pulse(), there can be an exception on the stack, which must be cleared. (LP: #711225) | |||||
| 2011-03-21 | * python/arfile.cc, apt/debfile.py: | Michael Vogt | 1 | -5/+9 | |
| - add support for .xz archives * tests/test_debfile.py: - add test for xz compression | |||||
| 2011-03-21 | - add optional parameter to allow parse_depends() to keep the | Michael Vogt | 1 | -3/+4 | |
| multiarch parameter * tests/test_deps.py: - add test forapt_pkg.parse_depends(strip_multiarch=True) | |||||
| 2011-03-21 | * python/apt_pkgmodule.cc: | Michael Vogt | 1 | -2/+3 | |
| - strip multiarch by default in RealParseDepends | |||||
| 2011-02-18 | * python/depcache.cc: | Michael Vogt | 1 | -0/+30 | |
| - provide bindings for new libapt SetCandidateRelease() * debian/control: - require new libapt-pkg-dev SetCandidateRelease() | |||||
| 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 | 1 | -1/+3 | |
| 2010-12-22 | * python/depcache.cc: | Michael Vogt | 1 | -1/+3 | |
| - 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-12 | Merge from mvo | Julian Andres Klode | 2 | -2/+5 | |
| * 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-07 | python/generic.h: Fix a memory leak (leaking on every unicode string). | Julian Andres Klode | 1 | -1/+3 | |
| 2010-12-07 | * python/generic.h: | Michael Vogt | 2 | -2/+5 | |
| - set Object to NULL in CppDeallocPtr * python/depcache.cc: - don't run "actiongroup.release()" if the object was already deallocated | |||||
| 2010-09-28 | python/acquire-item.cc: strprintf() to have a working %llu | Michael Vogt | 1 | -8/+13 | |
| 2010-09-24 | * python/acquire-item.cc: | Michael Vogt | 1 | -2/+2 | |
| - 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 | 1 | -1/+1 | |
| crash in unattended-upgrades, many many thanks (closes: #596408) | |||||
| 2010-09-20 | fix return type of DebSize() and UsrSize(), thanks to | Michael Vogt | 1 | -2/+2 | |
| Sebastian Heinlein, LP: #642936 | |||||
| 2010-09-13 | python/configuration.cc: fix typo in doc string | Michael Vogt | 1 | -1/+1 | |
| 2010-09-08 | * apt/debfile.py: | Michael Vogt | 1 | -1/+5 | |
| - remove bogus comment * python/tag.cc: - allow "bytes" type in TagSecNew (for python3) | |||||
| 2010-09-07 | cherry pick -r453 from lp:~mvo/python-apt/debian-sid | Michael Vogt | 1 | -2/+3 | |
| 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 | |
