Age | Commit message (Expand) | Author | Files | Lines |
2015-05-07 | Update doc/example/action.py for py3 and latest API | Michael Vogt | 1 | -15/+15 |
2014-01-05 | make test_pep8.py pass | Michael Vogt | 1 | -3/+6 |
2014-01-05 | make pyflakes clean | Michael Vogt | 1 | -0/+1 |
2013-10-21 | doc/examples/*.py: Update examples to the new API | Julian Andres Klode | 1 | -39/+30 |
2009-05-05 | * apt/progress/__init__.py: | Michael Vogt | 1 | -1/+17 |
2009-03-08 | * doc/examples/*.py: Fix some examples, cleanup | Julian Andres Klode | 1 | -3/+3 |
2009-02-25 | add a bunch of #!/usr/bin/python to the examples | Michael Vogt | 1 | -0/+2 |
2009-01-12 | Cleanup: Comparisons to True/False, ==/!= None, deprecated modules | Julian Andres Klode | 1 | -5/+4 |
2008-05-16 | Limit code lines to maximum 79 characters, to conform with PEP 8. | Ben Finney | 1 | -2/+5 |
2008-05-16 | Fix spaces adjacent to commas and operators, to conform with PEP 8. | Ben Finney | 1 | -2/+2 |
2008-05-16 | Fix code indentation to 4 spaces, to conform with PEP 8. | Ben Finney | 1 | -2/+2 |
2008-05-16 | Fixes to blank lines, to conform with PEP 8. | Ben Finney | 1 | -0/+14 |
2008-05-16 | Remove trailing whitespace. | Ben Finney | 1 | -3/+3 |
2006-02-28 | * interface fixes for kamion, pychecker fixes | Michael Vogt | 1 | -0/+17 |
2005-08-05 | * improved the examples, added README too | Michael Vogt | 1 | -1/+3 |
2005-08-03 | * some docstrings added, more api fixing | Michael Vogt | 1 | -14/+14 |
2005-05-09 | * more work on the native python apt interface | Michael Vogt | 1 | -6/+6 |
2005-04-11 | * cdrom interface added | Michael Vogt | 1 | -0/+20 |
2005-04-08 | * InstallProgress has overridable fork interface now, added example for the u... | Michael Vogt | 1 | -1/+0 |
2005-04-08 | * simple InstallProgress interface added | Michael Vogt | 1 | -1/+22 |
2005-04-08 | * started the DepCache.Commit() interface | Michael Vogt | 1 | -0/+30 |