summaryrefslogtreecommitdiff
path: root/doc/source
AgeCommit message (Collapse)AuthorFilesLines
2012-07-28Fix typos: the the -> the (closes: #679432)Jakub Wilk2-5/+5
2012-06-15Merge patch from Colin Watson to handle non-UTF8 tag files inJulian Andres Klode1-1/+5
Python 3, by using bytes instead of str when requested; and document this in the RST documentation (Closes: #656288)
2011-08-01merged from the debian-sid bzr branchMichael Vogt1-1/+1
2011-08-01merged from the debian-sid branchMichael Vogt7-11/+438
2011-08-01* merged from the debian/sid bzr branchMichael Vogt3-7/+7
* 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 Vogt1-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-27Fix spelling errors reported by Lintian (sep[a->e]rated, overrid[d]en)Julian Andres Klode2-4/+4
2011-05-27* doc/source/tutorials/contributing.rst: minor improvements (Closes: #625225)Julian Andres Klode1-3/+3
- one typo [2to => 2to3], one broken link [pep8.py link]
2011-05-26merge from debian, omit disable of the 0.7 APIMichael Vogt5-5/+432
2011-04-29apt_pkg: Add subclassing fun to PackageManager, for #623485 as wellJulian Andres Klode2-2/+69
2011-04-27apt_pkg: Add OrderList, wanted for mancoosi (Closes: #623485)Julian Andres Klode3-0/+123
2011-04-21Fix documentation problemRobert Roth1-1/+1
2011-04-21apt_pkg: Add apt_pkg.Version.multi_arch and friendsJulian Andres Klode1-0/+43
2011-04-12doc: Fix documentation of BaseDependency.relation (Closes: #607031)Julian Andres Klode1-1/+1
2011-04-12apt.package: Add 'tasks' to Version, improve doc (Closes: #619574)Julian Andres Klode1-0/+29
2011-04-12doc: Fix a minor formatting error, patch by Jakub Wilk (Closes: #608914)Julian Andres Klode1-1/+1
2011-04-05What's new in 0.8 documentJulian Andres Klode1-0/+28
2011-04-05doc: Add versionadded for the new featuresJulian Andres Klode2-0/+14
2011-04-05Introduce apt_pkg.Cache.groups and apt_pkg.Cache.group_countJulian Andres Klode1-0/+26
2011-04-05Support (name, arch) tuples in apt_pkg.Cache mappings, wrappingJulian Andres Klode1-2/+23
FindPkg() with two string parameters.
2011-04-05Change apt_pkg.Cache() so that passing None for 'progress' results inJulian Andres Klode1-1/+2
no progress output
2011-04-05Add apt_pkg.Group class, wrapping pkgCache::GrpIteratorJulian Andres Klode2-0/+71
2011-04-05Add an 'is_multi_arch' attribute to apt_pkg.Cache Julian Andres Klode1-0/+4
2011-04-04* python/cache.cc:Julian Andres Klode1-2/+19
- Add Package.get_fullname() and Package.architecture
2011-03-21 - add optional parameter to allow parse_depends() to keep theMichael Vogt1-1/+4
multiarch parameter * tests/test_deps.py: - add test forapt_pkg.parse_depends(strip_multiarch=True)
2011-01-10merged lp:~geser/ubuntu/natty/python-apt/build-with-py3.2 (manually as bzr ↵Michael Vogt1-1/+1
thinks the branches have nothing in common)
2010-11-17The C++ API/ABI is stable now.Julian Andres Klode2-8/+1
2010-11-17* doc:Julian Andres Klode2-7/+30
- Various documentation updates.
2010-08-02doc/library/apt_pkg.rst: Document Configuration.dump().Julian Andres Klode1-0/+5
2010-07-23* python/apt_pkgmodule.cc:Julian Andres Klode1-0/+4
- Bind pkgAcquire::Item::StatTransientNetworkError (Closes: #589010)
2010-07-23* doc/conf.py:Julian Andres Klode1-2/+7
- Correctly handle non-digit characters in version (ignore everything after them).
2010-06-01* doc/source/conf.py:Michael Vogt1-1/+3
- do not fail for non digit version numbers like 0.7.95ubuntu1
2010-05-19Big documentation update.Julian Andres Klode6-643/+992
2010-03-01Style fixes.Julian Andres Klode2-1/+3
2010-02-27doc: Document the new Cache functionality.Julian Andres Klode1-0/+5
2010-02-13python/tagfile.cc: Implement the iterator protocol in TagFile.Julian Andres Klode1-3/+26
2010-02-02doc/source/c++/api.rst: Update for the API changes.Julian Andres Klode1-31/+31
2010-02-02Fix typo seperated => separated in multiple files (reported by lintian).Julian Andres Klode2-2/+2
2010-01-20Rename apt_pkg.PackageIndexFile to apt_pkg.IndexFile.Julian Andres Klode2-13/+13
2010-01-20doc/source/c++/embedding.rst: Add compile command.Julian Andres Klode1-0/+7
2010-01-20doc/source/c++/api.rst: Document the C++ bindings.Julian Andres Klode2-3/+820
2010-01-20apt/progress/gtk2.py: Add GAcquireProgress.Julian Andres Klode1-2/+2
2010-01-20doc/source/library/apt.progress.base.rst: Document Progress classes.Julian Andres Klode2-0/+336
2010-01-15Rewrite apt.progress.gtk2 documentation by hand and drop python-gtk2Julian Andres Klode1-13/+115
build-time dependency.
2010-01-15doc/source/conf.py: Fix documentation in debugging variants of Python.Julian Andres Klode1-1/+1
2010-01-15fix typoJulian Andres Klode1-1/+1
2010-01-15Change version from 0.8 to 0.7.100 to indicate compatibility.Julian Andres Klode5-29/+48
2010-01-15doc/source/library/apt_inst.rst: Update to the new API.Julian Andres Klode1-74/+306
2010-01-15Make all class-level constants have uppercase names.Julian Andres Klode1-8/+8
2010-01-15Merge 0.7.13.5 pre.Julian Andres Klode1-0/+45