summaryrefslogtreecommitdiff
path: root/doc/source
AgeCommit message (Collapse)AuthorFilesLines
2015-06-23doc/source/conf.py: Reproducibility: Set html_last_updated_fmt = NoneJulian Andres Klode1-1/+1
This hopefully makes the build reproducible now.
2015-06-17doc: whatsnew: Document what's new in beta3Julian Andres Klode1-1/+13
2015-06-17doc/source/library/apt_pkg.rst: Fix an example from old API to new APIJulian Andres Klode1-3/+3
Someone reported this to mvo.
2015-06-10Acquire: Document that items may have transient errors on run() successJulian Andres Klode1-2/+6
If run() succeeded, items may still have transient errors, like a Not Found error. Closes: #680997
2015-06-10cleanup: Fix some too long lines, and references in the documentationJulian Andres Klode1-1/+1
Gbp-Dch: ignore
2015-06-10Document that the cache now supports :all and friendsJulian Andres Klode1-0/+2
Gbp-Dch: ignore
2015-06-10apt_pkg.Package: Drop the unset 'auto' attributeJulian Andres Klode2-7/+2
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-10Remove apt.progress.gtk2Julian Andres Klode5-164/+12
2015-06-10doc: templates: indexcontent: Fix link from modindex to py-modindexJulian Andres Klode1-1/+1
This seems to have changed in recent sphinx versions. Gbp-Dch: ignore
2015-06-10doc: templates: layout: Fixup last commitJulian Andres Klode1-1/+1
Gbp-Dch: ignore
2015-06-10doc: templates: layout: Remove invalid icon linksJulian Andres Klode1-7/+1
Those came from the (public-domain) Python documentation source code. Git-dch: ignore
2015-06-10doc: Document apt_pkg.TagFile additionsJulian Andres Klode2-9/+32
2015-06-10doc: Prepare for 1.0 releaseJulian Andres Klode3-1/+34
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-10sphinx docs: Fix remaining instances of old C syntax to use domainsJulian Andres Klode2-2/+2
Now it really stopped complaining
2015-06-10doc/source/library/apt_pkg.rst: Fix indentationJulian Andres Klode1-3/+3
Closes: #736119
2015-06-10doc/source/c++/api.rst: Upgrade syntax to use the new domain stuffJulian Andres Klode1-218/+218
Makes sphinx stop complaining during the build
2015-05-22apt_pkg.rst: improve documentation for AcquireFile() hash and add sha512 to ↵Michael Vogt1-5/+6
the documentation
2015-05-07update whatsnewMichael Vogt2-10/+17
2015-05-07Fix dead links in python-apt documentationMichael Vogt2-1/+10
Closes: #779426
2015-05-07Add MULTI_ARCH_NO constant and deprecate MULTI_ARCH_NONEMichael Vogt1-1/+1
Thanks to Johannes Schauer closes: #782802
2014-07-08doc/source/tutorials/apt-get.rst: Remove -s from --print-uris invocationJulian Andres Klode1-1/+1
This is not needed with APT 1.0 and does not work anymore. LP: #1308670 Reported-by: Sean Payne <sean.d.payne@gmail.com>
2014-06-30make pep8 happy (again)Michael Vogt1-1/+1
2014-03-22doc/source/conf.py: Do not use 'u' and 'r' prefixes togetherJulian Andres Klode1-2/+2
This does not work in Python 3.
2014-01-26doc/source/conf.py: Python 3 supportJulian Andres Klode1-0/+2
Correctly decode the process output in Python 3, so everything works if sphinx is run using python3.
2014-01-25apt/package.py: Pass an apt_pkg.Dependency to BaseDependencyJulian Andres Klode1-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-06Unify list of comparison type values everywhereJulian Andres Klode2-2/+4
They are now ordered and include the != and < operators in all cases.
2014-01-06apt, doc: Fix the list of comp_type valuesJulian Andres Klode2-2/+2
Reported-by: Michael Schaller <michael@5challer.de>
2014-01-05make test_pep8.py passMichael Vogt2-6/+5
2014-01-05make pyflakes cleanMichael Vogt1-0/+1
2013-10-21doc/source/examples/dpkg-info.py: Use apt_inst.DebFileJulian Andres Klode1-2/+2
We previously used deb_extract_control, but this does not exist. Closes: #671784
2013-10-08python-apt: formatting error in library/index.rst (Closes: #692484)Julian Andres Klode1-1/+1
2013-09-11Completely remove deprecated stuffJulian Andres Klode1-2/+0
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