summaryrefslogtreecommitdiff
path: root/utils/migrate-0.8.py
AgeCommit message (Expand)AuthorFilesLines
2011-01-10merged lp:~geser/ubuntu/natty/python-apt/build-with-py3.2 (manually as bzr th...Michael Vogt1-1/+1
2010-03-29do not require files to end in .py if they are passed on the commandJulian Andres Klode1-1/+4
2010-03-29Don't abort if parsing failed.Julian Andres Klode1-1/+6
2010-03-29Add has_key to the list of deprecated functions.Julian Andres Klode1-1/+1
2010-03-29utils/migrate-0.8.py: Open files in universal newline support and pass filena...Julian Andres Klode1-1/+1
2010-02-27Ship the list of deprecated things in the apt_pkg and apt_inst modulesJulian Andres Klode1-55/+76
2010-02-07* utils/migrate-0.8.py:Julian Andres Klode1-3/+5
2009-06-04utils/migrate-0.8.py: Handle constants in the apt_pkg extension.Julian Andres Klode1-0/+14
2009-06-03utils/migrate-0.8.py: Fix function detection.Julian Andres Klode1-1/+8
2009-04-24* utils/migrate-0.8.py: Add a warning that there may be false positives.Julian Andres Klode1-4/+5
2009-04-24* utils/migrate-0.8.py: Correctly import modules, improve attribute detectionJulian Andres Klode1-5/+7
2009-04-24* utils/migrate-0.8.py: Fix detection of functions, methods and attributes.Julian Andres Klode1-1/+1
2009-04-20* utils/migrate-0.8.py: Handle attributes specially, reduces false positives.Julian Andres Klode1-4/+9
2009-04-20* utils/migrate-0.8.py: Helper to check Python code for deprecated functions,...Julian Andres Klode1-0/+194