| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2012-06-11 | Fix conflicts with Ubuntu branch | Steve Langasek | 3 | -6/+17 | |
| 2012-06-11 | pre-build.sh: call dpkg-checkbuilddeps with the list of our | Steve Langasek | 2 | -0/+6 | |
| source-build-dependencies; this may save someone else an hour down the line scratching their head over gratuitous test-suite failures... | |||||
| 2012-06-11 | utils/get_ubuntu_mirrors_from_lp.py: move this script to python3 | Steve Langasek | 2 | -6/+8 | |
| 2012-05-04 | merge from ubuntu | Michael Vogt | 2 | -1/+124 | |
| 2012-05-04 | merged from the mvo branch | Michael Vogt | 4 | -6/+93 | |
| 2012-05-02 | releasing version 0.8.3ubuntu8 | Stéphane Graber | 1 | -0/+7 | |
| 2012-05-02 | Add quantal | Stéphane Graber | 1 | -0/+118 | |
| 2012-04-18 | releasing version 0.8.3ubuntu7 | Michael Vogt | 1 | -11/+4 | |
| 2012-04-18 | merged from the mvo branch | Michael Vogt | 2 | -4/+9 | |
| 2012-04-18 | tests/test_lp659438.py: fix test for py3.2 | Michael Vogt | 1 | -1/+2 | |
| 2012-04-18 | tests/test_lp659438.py: ensure apt_pkg.config is reset for later tests via ↵ | Michael Vogt | 1 | -0/+5 | |
| workaround | |||||
| 2012-04-17 | merged from the mvo branch | Michael Vogt | 4 | -2/+93 | |
| 2012-04-17 | merged lp:~aptdaemon-developers/python-apt/fix-cannot-locate-file with a ↵ | Michael Vogt | 3 | -7/+78 | |
| slighly different fix | |||||
| 2012-04-17 | Add a regression test | Sebastian Heinlein | 1 | -0/+68 | |
| 2012-04-17 | * python/cache.cc: | Michael Vogt | 2 | -1/+11 | |
| - ensure that pkgApplyStatus is called when the cache is opened (thanks to Sebastian Heinlein for finding this bug), LP: #659438 | |||||
| 2012-04-17 | merged latest updates from debian-sid | Michael Vogt | 4 | -26/+40 | |
| 2012-04-16 | releasing version 0.8.4 | Michael Vogt | 1 | -2/+3 | |
| 2012-04-16 | tests/test_policy.py: fix test to include priority of 1 too | Michael Vogt | 1 | -1/+1 | |
| 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-04-16 | Fix: Initialize the depcache on apt.cache.Cache.open() (fixes LP: #659438) | Sebastian Heinlein | 1 | -0/+1 | |
| If there are packages in the reqreinst state cache operations won't fail anymore with the "cannot locate file for package x" error message. During the 0.8 API rewrite of apt_pkg.GetDepCache() this functionality was lost. | |||||
| 2012-04-16 | commit experimental upload | Michael Vogt | 1 | -2/+2 | |
| 2012-04-02 | releasing version 0.8.3ubuntu6 | Michael Vogt | 1 | -2/+2 | |
| 2012-03-28 | merged from lp:~mvo/python-apt/mvo | Michael Vogt | 2 | -2/+8 | |
| 2012-03-28 | merged from lp:~mvo/python-apt/mvo | Michael Vogt | 2 | -2/+3 | |
| 2012-03-28 | * apt/cache.py: | Michael Vogt | 2 | -2/+3 | |
| - fix _have_multi_arch flag (thanks to Sebastian Heinlein) | |||||
| 2012-03-27 | releasing version 0.8.3ubuntu5 | Michael Vogt | 1 | -1/+1 | |
| 2012-03-27 | merged from http://bzr.debian.org/bzr/apt/python-apt/debian-sid | Michael Vogt | 4 | -22/+38 | |
| 2012-03-27 | merged from lp:~mvo/pthon-apt/mvo | Michael Vogt | 2 | -1/+6 | |
| 2012-03-27 | * apt/package.py: | Michael Vogt | 2 | -1/+6 | |
| - if there is no Version.uri return None | |||||
| 2012-03-05 | python/apt_pkgmodule.cc: Fix apt_pkg.Dependency.TYPE_RECOMMENDS, had ↵ | Julian Andres Klode | 2 | -1/+6 | |
| Suggests value previously | |||||
| 2012-02-14 | releasing version 0.8.3ubuntu4 | Michael Vogt | 1 | -2/+2 | |
| 2012-02-14 | merged from lp:~mvo/apt/mvo | Michael Vogt | 5 | -12/+97 | |
| 2012-02-06 | * tests/test_tagfile.py: | Michael Vogt | 6 | -26/+117 | |
| - add test for apt_pkg.TagFile() both for compressed/uncompressed files * python/tag.cc, tests/test_tagfile.py: - add support a filename argument in apt_pkg.TagFile() (in addition to the file object currently supported) | |||||
| 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 | 3 | -24/+53 | |
| - add support a filename argument in apt_pkg.TagFile() (in addition to the file object currently supported) | |||||
| 2012-02-03 | tests/test_tagfile.py: fix data loading when not in tests dir | Michael Vogt | 1 | -2/+9 | |
| 2012-02-03 | * tests/test_tagfile.py: | Michael Vogt | 4 | -0/+53 | |
| - add test for apt_pkg.TagFile() both for compressed/uncompressed files | |||||
| 2012-01-31 | merged from lp:~mvo/python-apt/mvo | Michael Vogt | 15 | -115/+226 | |
| 2012-01-31 | merged from lp:~mvo/apt/mvo | Michael Vogt | 13 | -90/+209 | |
| 2012-01-31 | apt/debfile.py: kill _supported_data_members its actually not used anymore ↵ | Michael Vogt | 1 | -7/+0 | |
| and instead done dynamically in arfile.cc using the APT::Configuration::getCompressionTypes() call (yeah!) | |||||
| 2012-01-31 | * apt/debfile.py: | Michael Vogt | 3 | -18/+24 | |
| - use apt_inst for reading the control_filelist * debian/control: - remove no longer needed dependency on python-debian | |||||
| 2012-01-30 | GREEN: apt.Version has a "policy_priority" property | Michael Vogt | 4 | -6/+25 | |
| 2012-01-30 | RED: apt.Version should have "policy_priority" property | Michael Vogt | 3 | -3/+10 | |
| 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 | 3 | -7/+11 | |
| 2012-01-30 | RED: policy should support verfile | Michael Vogt | 3 | -25/+63 | |
| 2012-01-30 | pre-build.sh: re-enable debian mirror update, hopefully svn.debian.org is ↵ | Michael Vogt | 1 | -3/+2 | |
| back on the next build | |||||
| 2012-01-30 | rebuild against latest libapt | Michael Vogt | 3 | -3/+10 | |
| 2012-01-10 | pyflakes fixes | Michael Vogt | 3 | -6/+2 | |
