Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-06-17 | doc/source/library/apt_pkg.rst: Fix an example from old API to new API | Julian Andres Klode | 1 | -3/+3 | |
Someone reported this to mvo. | |||||
2015-06-10 | Acquire: Document that items may have transient errors on run() success | Julian Andres Klode | 1 | -2/+6 | |
If run() succeeded, items may still have transient errors, like a Not Found error. Closes: #680997 | |||||
2015-06-10 | apt_pkg.Package: Drop the unset 'auto' attribute | Julian Andres Klode | 1 | -7/+0 | |
If somebody uses that, it could assume that no package is auto removable, because the attribute is always 0. So let's just remove that instead of having crazy code working the way it's not intended. Closes: #565364 | |||||
2015-06-10 | Remove apt.progress.gtk2 | Julian Andres Klode | 3 | -135/+2 | |
2015-06-10 | doc: Document apt_pkg.TagFile additions | Julian Andres Klode | 1 | -8/+30 | |
2015-06-10 | doc: Prepare for 1.0 release | Julian Andres Klode | 1 | -0/+7 | |
Change the whatsnew page to a two-component variant (1.0, so we do not get bug fix releases mixed in there, and update the pages for the changes planned for 1.0. Not all have been committed yet, though. | |||||
2015-06-10 | sphinx docs: Fix remaining instances of old C syntax to use domains | Julian Andres Klode | 1 | -1/+1 | |
Now it really stopped complaining | |||||
2015-06-10 | doc/source/library/apt_pkg.rst: Fix indentation | Julian Andres Klode | 1 | -3/+3 | |
Closes: #736119 | |||||
2015-05-22 | apt_pkg.rst: improve documentation for AcquireFile() hash and add sha512 to ↵ | Michael Vogt | 1 | -5/+6 | |
the documentation | |||||
2015-05-07 | Add MULTI_ARCH_NO constant and deprecate MULTI_ARCH_NONE | Michael Vogt | 1 | -1/+1 | |
Thanks to Johannes Schauer closes: #782802 | |||||
2014-01-25 | apt/package.py: Pass an apt_pkg.Dependency to BaseDependency | Julian Andres Klode | 1 | -21/+2 | |
Instead of passing the properties to __init__(), let's just pass the apt_pkg.Dependency. Store that in a _dep attribute, and provide properties to provide the API. The other classes do it this way as well. Reported-by: Michael Schaller <michael@5challer.de> | |||||
2014-01-06 | Unify list of comparison type values everywhere | Julian Andres Klode | 2 | -2/+4 | |
They are now ordered and include the != and < operators in all cases. | |||||
2014-01-06 | apt, doc: Fix the list of comp_type values | Julian Andres Klode | 2 | -2/+2 | |
Reported-by: Michael Schaller <michael@5challer.de> | |||||
2013-10-08 | python-apt: formatting error in library/index.rst (Closes: #692484) | Julian Andres Klode | 1 | -1/+1 | |
2012-07-28 | Fix typos: the the -> the (closes: #679432) | Jakub Wilk | 2 | -5/+5 | |
2012-06-15 | Merge patch from Colin Watson to handle non-UTF8 tag files in | Julian Andres Klode | 1 | -1/+5 | |
Python 3, by using bytes instead of str when requested; and document this in the RST documentation (Closes: #656288) | |||||
2011-08-01 | merged from the debian-sid bzr branch | Michael Vogt | 1 | -1/+1 | |
2011-08-01 | merged from the debian-sid branch | Michael Vogt | 3 | -7/+336 | |
2011-08-01 | * merged from the debian/sid bzr branch | Michael Vogt | 2 | -4/+4 | |
* 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 | * add missing bits for the xz compression support for the | Michael Vogt | 1 | -3/+3 | |
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 | -4/+4 | |
2011-05-26 | merge from debian, omit disable of the 0.7 API | Michael Vogt | 2 | -4/+333 | |
2011-04-29 | apt_pkg: Add subclassing fun to PackageManager, for #623485 as well | Julian Andres Klode | 1 | -0/+59 | |
2011-04-27 | apt_pkg: Add OrderList, wanted for mancoosi (Closes: #623485) | Julian Andres Klode | 1 | -0/+93 | |
2011-04-21 | Fix documentation problem | Robert Roth | 1 | -1/+1 | |
2011-04-21 | apt_pkg: Add apt_pkg.Version.multi_arch and friends | Julian Andres Klode | 1 | -0/+43 | |
2011-04-12 | doc: Fix documentation of BaseDependency.relation (Closes: #607031) | Julian Andres Klode | 1 | -1/+1 | |
2011-04-12 | apt.package: Add 'tasks' to Version, improve doc (Closes: #619574) | Julian Andres Klode | 1 | -0/+29 | |
2011-04-05 | doc: Add versionadded for the new features | Julian Andres Klode | 1 | -0/+12 | |
2011-04-05 | Introduce apt_pkg.Cache.groups and apt_pkg.Cache.group_count | Julian Andres Klode | 1 | -0/+26 | |
2011-04-05 | Support (name, arch) tuples in apt_pkg.Cache mappings, wrapping | Julian Andres Klode | 1 | -2/+23 | |
FindPkg() with two string parameters. | |||||
2011-04-05 | Change apt_pkg.Cache() so that passing None for 'progress' results in | Julian Andres Klode | 1 | -1/+2 | |
no progress output | |||||
2011-04-05 | Add apt_pkg.Group class, wrapping pkgCache::GrpIterator | Julian Andres Klode | 1 | -0/+41 | |
2011-04-05 | Add an 'is_multi_arch' attribute to apt_pkg.Cache | Julian Andres Klode | 1 | -0/+4 | |
2011-04-04 | * python/cache.cc: | Julian Andres Klode | 1 | -2/+19 | |
- Add Package.get_fullname() and Package.architecture | |||||
2011-03-21 | - add optional parameter to allow parse_depends() to keep the | Michael Vogt | 1 | -1/+4 | |
multiarch parameter * tests/test_deps.py: - add test forapt_pkg.parse_depends(strip_multiarch=True) | |||||
2010-11-17 | * doc: | Julian Andres Klode | 1 | -1/+7 | |
- Various documentation updates. | |||||
2010-08-02 | doc/library/apt_pkg.rst: Document Configuration.dump(). | Julian Andres Klode | 1 | -0/+5 | |
2010-07-23 | * python/apt_pkgmodule.cc: | Julian Andres Klode | 1 | -0/+4 | |
- Bind pkgAcquire::Item::StatTransientNetworkError (Closes: #589010) | |||||
2010-05-19 | Big documentation update. | Julian Andres Klode | 3 | -619/+963 | |
2010-02-27 | doc: Document the new Cache functionality. | Julian Andres Klode | 1 | -0/+5 | |
2010-02-13 | python/tagfile.cc: Implement the iterator protocol in TagFile. | Julian Andres Klode | 1 | -3/+26 | |
2010-02-02 | Fix typo seperated => separated in multiple files (reported by lintian). | Julian Andres Klode | 1 | -1/+1 | |
2010-01-20 | Rename apt_pkg.PackageIndexFile to apt_pkg.IndexFile. | Julian Andres Klode | 1 | -3/+3 | |
2010-01-20 | apt/progress/gtk2.py: Add GAcquireProgress. | Julian Andres Klode | 1 | -2/+2 | |
2010-01-20 | doc/source/library/apt.progress.base.rst: Document Progress classes. | Julian Andres Klode | 2 | -0/+336 | |
2010-01-15 | Rewrite apt.progress.gtk2 documentation by hand and drop python-gtk2 | Julian Andres Klode | 1 | -13/+115 | |
build-time dependency. | |||||
2010-01-15 | doc/source/library/apt_inst.rst: Update to the new API. | Julian Andres Klode | 1 | -74/+306 | |
2010-01-15 | Make all class-level constants have uppercase names. | Julian Andres Klode | 1 | -8/+8 | |
2010-01-15 | Merge 0.7.13.5 pre. | Julian Andres Klode | 1 | -0/+45 | |