summaryrefslogtreecommitdiff
path: root/apt/utils.py
AgeCommit message (Collapse)AuthorFilesLines
2014-06-30make pep8 happy (again)Michael Vogt1-5/+5
2014-01-06Use print_function everywhereJulian Andres Klode1-0/+1
This brings the code closer to Python 3. Automatically converted using 2to3 -f print.
2014-01-05make test_pep8.py passMichael Vogt1-1/+1
2012-06-11add test for utils.get_release_date_from_release_file and update code for ↵Michael Vogt1-1/+1
more py3 friendliness
2010-10-18fix compat issues with python3Michael Vogt1-2/+2
2010-06-10* apt/utils.py:Michael Vogt1-0/+5
- fix end date calculation for releases in june
2010-03-01Some stylistic changes.Julian Andres Klode1-3/+3
2010-03-01Style fixes.Julian Andres Klode1-4/+10
2010-02-13python/tagfile.cc: Implement the iterator protocol in TagFile.Julian Andres Klode1-3/+3
2010-02-07* Fix some places where the old API was still used:Julian Andres Klode1-19/+19
- apt/utils.py: Completely ported, previous one was old-API from Ubuntu. - apt/cache.py: Use the new progress classes instead of the old ones. - apt/package.py: Various smaller issues fixed, probably caused by merge.
2010-01-20apt/utils.py: fix copyright infoMichael Vogt1-3/+4
2010-01-20* apt/utils.py:Michael Vogt1-0/+75
- add some misc utils like get_release_filename_for_pkg()