| Age | Commit message (Expand) | Author | Files | Lines |
| 2008-05-16 | Fix spaces adjacent to commas and operators, to conform with PEP 8. | Ben Finney | 1 | -12/+12 |
| 2008-05-16 | Fixes to blank lines, to conform with PEP 8. | Ben Finney | 1 | -1/+24 |
| 2008-05-16 | Remove trailing whitespace. | Ben Finney | 1 | -15/+15 |
| 2008-02-11 | apt/package.py: make the homepage field accessable | Michael Vogt | 1 | -0/+8 |
| 2007-10-01 | * apt/package.py: | Michael Vogt | 1 | -1/+1 |
| 2007-06-28 | * python/package.py: | Michael Vogt | 1 | -2/+19 |
| 2007-04-02 | * fix error in invalid unicode handler (LP#99753) | Michael Vogt | 1 | -1/+1 |
| 2007-03-22 | * use the correct gettext domain | Michael Vogt | 1 | -1/+3 |
| 2007-03-22 | * fix gettext import (LP#92764) | Michael Vogt | 1 | -0/+2 |
| 2007-03-06 | - support candidateRecord, installedRecord | Michael Vogt | 1 | -1/+14 |
| 2007-03-06 | - support candidateRecord, installedRecord | Michael Vogt | 1 | -1/+14 |
| 2007-03-06 | - support pkg.architecture | Michael Vogt | 1 | -4/+13 |
| 2007-03-06 | - support pkg.architecture | Michael Vogt | 1 | -4/+13 |
| 2007-03-06 | * apt/packages.py: | Michael Vogt | 1 | -0/+47 |
| 2007-03-06 | * apt/package.py: | Michael Vogt | 1 | -1/+52 |
| 2007-02-22 | * apt/package.py: | Michael Vogt | 1 | -1/+6 |
| 2007-01-26 | merged from the auto-mark branch | Michael Vogt | 1 | -2/+3 |
| 2007-01-26 | * support "fromUser()" flag in apt.Package.markInstall() to make | Michael Vogt | 1 | -2/+3 |
| 2006-08-14 | * merged the ddtp support | Michael Vogt | 1 | -1/+8 |
| 2006-08-03 | * apt/package.py: | Michael Vogt | 1 | -0/+3 |
| 2006-08-03 | * apt/package.py: | Michael Vogt | 1 | -1/+5 |
| 2006-07-27 | * merged with mainline | Michael Vogt | 1 | -3/+5 |
| 2006-06-15 | * apt/packages.py: | Michael Vogt | 1 | -3/+5 |
| 2006-05-17 | * cherry picked from main | Michael Vogt | 1 | -2/+2 |
| 2006-05-17 | * apt/package.py: | Michael Vogt | 1 | -2/+2 |
| 2006-05-17 | * merged with mainline | Michael Vogt | 1 | -1/+1 |
| 2006-05-17 | * prepared new upload with cherry picked patch from mainline | Michael Vogt | 1 | -4/+7 |
| 2006-05-17 | * remove debug string | Michael Vogt | 1 | -1/+1 |
| 2006-05-17 | * apt/package.py: | Michael Vogt | 1 | -4/+7 |
| 2006-03-06 | * added purge option | Michael Vogt | 1 | -3/+6 |
| 2006-03-01 | * undo some damage from pychecker | Michael Vogt | 1 | -0/+1 |
| 2006-02-28 | * interface fixes for kamion, pychecker fixes | Michael Vogt | 1 | -8/+10 |
| 2006-01-24 | * typos fixed, changelog prepared for new debian upload | Michael Vogt | 1 | -3/+3 |
| 2006-01-10 | * shutup about missing candiateVersions in loopkupRecords (returning false is... | Michael Vogt | 1 | -1/+1 |
| 2006-01-10 | * don't return a apt.Package.sourcePackageName if _lookupRecord failed | Michael Vogt | 1 | -1/+2 |
| 2006-01-05 | * small fixes in the new Origin.trusted code | Michael Vogt | 1 | -3/+4 |
| 2006-01-04 | * added "trusted" to the Origin class (in package.py) | Michael Vogt | 1 | -8/+16 |
| 2005-12-06 | * apt.Package.candiateOrigin() fix | Michael Vogt | 1 | -1/+1 |
| 2005-12-06 | * candidate origin returns a list now | Michael Vogt | 1 | -10/+9 |
| 2005-12-02 | * added "{candidate,installed}Downloadable" | Michael Vogt | 1 | -0/+21 |
| 2005-11-17 | * fix a bug in the package.markUpgrade() code | Michael Vogt | 1 | -5/+5 |
| 2005-11-17 | * make the Origin string a bit nicer | Michael Vogt | 1 | -2/+3 |
| 2005-11-17 | * proper canidateOrigin support | Michael Vogt | 1 | -5/+19 |
| 2005-09-12 | * export locking | Michael Vogt | 1 | -0/+9 |
| 2005-08-04 | * make the change to the property more clean (thanks to jamesh for his tips) | Michael Vogt | 1 | -76/+113 |
| 2005-08-04 | * making the interface cleaner (thanks to jamesh): added proerties in the Pac... | Michael Vogt | 1 | -47/+76 |
| 2005-08-03 | * some docstrings added, more api fixing | Michael Vogt | 1 | -1/+2 |
| 2005-08-03 | * API BREAK: follow PEP08 now | Michael Vogt | 1 | -51/+51 |
| 2005-07-29 | * added copyright header, removed cruft from debian/rules | Michael Vogt | 1 | -0/+21 |
| 2005-06-21 | * fix on remove too, added some more tests | Michael Vogt | 1 | -1/+29 |