summaryrefslogtreecommitdiff
path: root/apt
AgeCommit message (Expand)AuthorFilesLines
2009-01-16* apt/__init__.py:Michael Vogt1-3/+3
2009-01-13* apt/package.py:Michael Vogt1-0/+4
2009-01-13* apt/*.py:Michael Vogt8-878/+1156
2009-01-12* apt/debfile.py: Do not use mixedCase anymoreJulian Andres Klode1-69/+75
2009-01-12* apt/cache.py: Introduce isVirtualPackage()Julian Andres Klode1-0/+5
2009-01-12* apt/README.apt: Point to doc/source/coding.rstJulian Andres Klode1-7/+1
2009-01-12Cleanup: Comparisons to True/False, ==/!= None, deprecated modulesJulian Andres Klode1-8/+8
2009-01-11* Merge Ben Finney's do not use has_key() (Closes: #481878)Julian Andres Klode1-5/+5
2009-01-11Merge Ben Finney's whitespace changes (Closes: #481563)Julian Andres Klode1-1/+2
2009-01-11* apt/cache.py: PEP 8 cleanup, no deprecated raiseJulian Andres Klode1-37/+61
2009-01-09* apt/gtk/widgets: Reformat docstrings a bit, for sphinxJulian Andres Klode1-41/+18
2009-01-09* apt/debfile: Fix and cleanupJulian Andres Klode1-204/+198
2009-01-09* apt/gtk/widgets.py: Fix it and clean it up.Julian Andres Klode1-95/+164
2009-01-09* apt/cdrom.py: Cleanup, support sources.list.dJulian Andres Klode1-21/+64
2009-01-09* apt/package.py: Cleanup, move Origin to module-level, enhance RecordJulian Andres Klode1-165/+277
2009-01-09* apt/progress.py: CleanupJulian Andres Klode1-148/+204
2009-01-09* apt/debfile.py, apt/package.py: Use @propertyJulian Andres Klode2-46/+47
2009-01-09Cleanup: Remove whitespace at the end of line in all python codes.Julian Andres Klode6-97/+97
2009-01-08fix bug in candidateInstalledSize propertyMichael Vogt1-0/+4
2008-12-15* setup.py:Michael Vogt1-2/+5
2008-12-11 - new method "getRequiredDownload()"Michael Vogt1-0/+11
2008-11-24gtk.events_pending() -> glib.main_context_default().pending()Michael Vogt1-11/+10
2008-11-24change naming for the gobjects to match glatzors branchMichael Vogt1-14/+33
2008-11-24merged from the consolidation-bracn (with some modificatins)Michael Vogt6-22/+1145
2008-09-18fix typoMichael Vogt1-1/+1
2008-09-18* apt/package.py:Michael Vogt1-1/+2
2008-08-30Remove logging statement. (Was c&p error from PackageKit)Sebastian Heinlein1-2/+1
2008-08-30Reformat the package description according to the Debian PolicySebastian Heinlein1-12/+28
2008-08-29Push train workSebastian Heinlein3-10/+10
2008-08-29debfile: fix a silly error that made me some headache and returned the depend...Sebastian Heinlein1-1/+1
2008-08-29Remove not used imports in debfileSebastian Heinlein1-3/+2
2008-08-28Fix: not installed files can have installed filesSebastian Heinlein1-2/+0
2008-08-27For emptSebastian Heinlein1-4/+7
2008-08-26Merge with consolidate branchSebastian Heinlein3-508/+497
2008-08-26Rename gtk to widgets. Replace the GDebi progresses by gobject based ones and...Sebastian Heinlein2-125/+372
2008-08-24Import gtk progresses from gdebiSebastian Heinlein1-0/+125
2008-08-24Fix use of previously changed constants in checkDebSebastian Heinlein1-1/+1
2008-08-24Make version compare constants available globally and rename them for more co...Sebastian Heinlein1-10/+11
2008-08-24Revert the os._exit call in the child of the progressSebastian Heinlein1-2/+2
2008-08-24Minor fixes: Call InstallProgress.startUpdate() and InstallProgress.finishUpd...Sebastian Heinlein1-8/+5
2008-08-23DebPackage: turn get(Provides|Replaces|Depends|Conflicts)() into attributesSebastian Heinlein1-1/+57
2008-08-23Merge the Debfile class from dpkg into the one from the debfile package.Sebastian Heinlein2-506/+441
2008-08-22Fix: os._exit does not send the exit status the main processSebastian Heinlein1-2/+2
2008-08-22Make DpkgInstallProgress an inheritance of InstallProgressSebastian Heinlein2-67/+51
2008-08-22Add DpkgInstallProgress from the GTK GDebi interface to the progress package.Sebastian Heinlein1-0/+83
2008-08-21Adapt dpkg to use the Cache class of python-aptSebastian Heinlein1-9/+9
2008-08-21Make dpkg.py not executableSebastian Heinlein1-0/+0
2008-08-21Small fix: catch dict exceptions in getProvidingPackagesSebastian Heinlein1-1/+1
2008-08-21Add apt.cache.Cache.isVirtualPackage() and apt.cache.Cache.getProvidingPackag...Sebastian Heinlein1-0/+45
2008-08-21Add apt.Cache.clear() method (taken from GDebi), which re initializes theSebastian Heinlein1-0/+4