index
:
python-apt
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
examples
/
acquire.py
Age
Commit message (
Collapse
)
Author
Files
Lines
2014-01-06
Style fix: Do not use "is True" / "is False"
Julian Andres Klode
1
-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-05
make test_pep8.py pass
Michael Vogt
1
-3
/
+4
2014-01-05
make pyflakes clean
Michael Vogt
1
-1
/
+2
2013-10-21
doc/examples/*.py: Update examples to the new API
Julian Andres Klode
1
-3
/
+3
Closes: #639022
2013-10-21
doc/examples: Start updating to new API
Julian Andres Klode
1
-20
/
+21
2009-04-19
* Update the code to use the new classes.
Julian Andres Klode
1
-13
/
+13
2009-03-08
* doc/examples/*.py: Fix some examples, cleanup
Julian Andres Klode
1
-2
/
+0
2009-02-25
add a bunch of #!/usr/bin/python to the examples
Michael Vogt
1
-0
/
+1
2009-01-11
Merge Ben Finney's whitespace changes (Closes: #481563)
Julian Andres Klode
1
-14
/
+11
2009-01-09
Cleanup: Remove whitespace at the end of line in all python codes.
Julian Andres Klode
1
-2
/
+2
2008-11-07
python/acquire.cc (GetPkgAcqFile): Support DestDir and DestFilename.
Michael Vogt
1
-12
/
+1
2008-05-16
Fix spaces adjacent to commas and operators, to conform with PEP 8.
Ben Finney
1
-4
/
+4
2008-05-16
Fix code indentation to 4 spaces, to conform with PEP 8.
Ben Finney
1
-19
/
+19
2008-05-16
Fixes to blank lines, to conform with PEP 8.
Ben Finney
1
-3
/
+1
2008-05-16
Remove trailing whitespace.
Ben Finney
1
-2
/
+2
2007-09-14
* doc/examples/acquire.py
Michael Vogt
1
-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 Vogt
1
-5
/
+23
and still work with breezys apt
2005-12-06
* bugfix in the acquire.FetchNeeded code
Michael Vogt
1
-0
/
+11
2005-12-01
* pkgAcqFile wrapper added
Michael Vogt
1
-0
/
+7
2005-11-22
* another bugfix in the new pkgPackageManager wrapper
Michael Vogt
1
-0
/
+1
2005-11-22
* fix in the pkgmanager.cc code (/me needs to be hit with a clue-stick)
Michael Vogt
1
-7
/
+13
2005-11-18
* added stat constants to the acquire-item interface
Michael Vogt
1
-1
/
+5
2005-11-18
* support for the pkgAcquire::ItemIterator added
Michael Vogt
1
-3
/
+16
2005-11-18
* acquire interface works with progress reporting now
Michael Vogt
1
-1
/
+9
2005-11-18
* basic pkgAcquire + pkgPackageManager support added
Michael Vogt
1
-0
/
+24