summaryrefslogtreecommitdiff
path: root/doc/examples/acquire.py
AgeCommit message (Collapse)AuthorFilesLines
2014-01-06Style fix: Do not use "is True" / "is False"Julian Andres Klode1-1/+1
This is uncommon style. It's better to use "pred" instead of "pred is True" and "not pred" instead of "pred is False".
2014-01-05make test_pep8.py passMichael Vogt1-3/+4
2014-01-05make pyflakes cleanMichael Vogt1-1/+2
2013-10-21doc/examples/*.py: Update examples to the new APIJulian Andres Klode1-3/+3
Closes: #639022
2013-10-21doc/examples: Start updating to new APIJulian Andres Klode1-20/+21
2009-04-19* Update the code to use the new classes.Julian Andres Klode1-13/+13
2009-03-08* doc/examples/*.py: Fix some examples, cleanupJulian Andres Klode1-2/+0
2009-02-25add a bunch of #!/usr/bin/python to the examplesMichael Vogt1-0/+1
2009-01-11Merge Ben Finney's whitespace changes (Closes: #481563)Julian Andres Klode1-14/+11
2009-01-09Cleanup: Remove whitespace at the end of line in all python codes.Julian Andres Klode1-2/+2
2008-11-07python/acquire.cc (GetPkgAcqFile): Support DestDir and DestFilename.Michael Vogt1-12/+1
2008-05-16Fix spaces adjacent to commas and operators, to conform with PEP 8.Ben Finney1-4/+4
2008-05-16Fix code indentation to 4 spaces, to conform with PEP 8.Ben Finney1-19/+19
2008-05-16Fixes to blank lines, to conform with PEP 8.Ben Finney1-3/+1
2008-05-16Remove trailing whitespace.Ben Finney1-2/+2
2007-09-14* doc/examples/acquire.pyMichael Vogt1-2/+1
- add actiongroup to example
2005-12-07* make pkgAcqFile use the old interface so that we don't depend on a new apt ↵Michael Vogt1-5/+23
and still work with breezys apt
2005-12-06* bugfix in the acquire.FetchNeeded codeMichael Vogt1-0/+11
2005-12-01* pkgAcqFile wrapper addedMichael Vogt1-0/+7
2005-11-22* another bugfix in the new pkgPackageManager wrapperMichael Vogt1-0/+1
2005-11-22* fix in the pkgmanager.cc code (/me needs to be hit with a clue-stick)Michael Vogt1-7/+13
2005-11-18* added stat constants to the acquire-item interfaceMichael Vogt1-1/+5
2005-11-18* support for the pkgAcquire::ItemIterator added Michael Vogt1-3/+16
2005-11-18* acquire interface works with progress reporting nowMichael Vogt1-1/+9
2005-11-18* basic pkgAcquire + pkgPackageManager support addedMichael Vogt1-0/+24