| Age | Commit message (Expand) | Author | Files | Lines |
| 2009-01-29 | * apt/cache.py: | Michael Vogt | 6 | -12/+36 |
| 2009-01-26 | revert commit r317 | Michael Vogt | 2 | -6/+0 |
| 2009-01-26 | apt/package.py: typo in getdefaulttimeout, add changelog to simple test | Michael Vogt | 1 | -1/+3 |
| 2009-01-26 | apt/package.py: compatibility with python2.4 (pep 341 missing) | Michael Vogt | 1 | -51/+54 |
| 2009-01-23 | * apt/package.py: | Michael Vogt | 2 | -4/+10 |
| 2009-01-23 | * apt/cache.py: | Michael Vogt | 2 | -0/+6 |
| 2009-01-22 | fix incorrect indent | Michael Vogt | 2 | -30/+31 |
| 2009-01-21 | * aptsources/distro.py: | Michael Vogt | 3 | -13/+26 |
| 2009-01-21 | aptsources/distro.py: fix fallout from the indent changes | Michael Vogt | 1 | -63/+62 |
| 2009-01-16 | * apt/__init__.py: | Michael Vogt | 2 | -3/+5 |
| 2009-01-13 | merge from the debian branch | Michael Vogt | 115 | -2862/+5955 |
| 2009-01-13 | * apt/package.py: | Michael Vogt | 3 | -10/+28 |
| 2009-01-13 | * apt/*.py: | Michael Vogt | 115 | -2849/+5934 |
| 2009-01-12 | * apt/debfile.py: Do not use mixedCase anymore | Julian Andres Klode | 1 | -69/+75 |
| 2009-01-12 | * apt/cache.py: Introduce isVirtualPackage() | Julian Andres Klode | 1 | -0/+5 |
| 2009-01-12 | * apt/README.apt: Point to doc/source/coding.rst | Julian Andres Klode | 1 | -7/+1 |
| 2009-01-12 | doc/source/coding.rst: New python coding guidelines | Julian Andres Klode | 1 | -10/+22 |
| 2009-01-12 | Cleanup: Comparisons to True/False, ==/!= None, deprecated modules | Julian Andres Klode | 19 | -108/+98 |
| 2009-01-11 | * doc/source/apt_pkg/cache.rst: Mention the SHA256Hash is new in 0.7.9 | Julian Andres Klode | 1 | -0/+2 |
| 2009-01-11 | * Add support for PkgRecords.SHA256Hash (Closes: #456113) | Julian Andres Klode | 3 | -1/+9 |
| 2009-01-11 | * debian/changelog: Do not use deprecated form of raise statement (Closes: #4... | Julian Andres Klode | 1 | -1/+2 |
| 2009-01-11 | * Merge Ben Finney's do not use has_key() (Closes: #481878) | Julian Andres Klode | 9 | -22/+23 |
| 2009-01-11 | Merge Ben Finney's whitespace changes (Closes: #481563) | Julian Andres Klode | 76 | -1796/+1900 |
| 2009-01-11 | aptsources/distro.py: No deprecated form of raise statement | Julian Andres Klode | 1 | -2/+2 |
| 2009-01-11 | * apt/cache.py: PEP 8 cleanup, no deprecated raise | Julian Andres Klode | 1 | -37/+61 |
| 2009-01-11 | * doc/: Small updates, add PkgSourceList | Julian Andres Klode | 2 | -38/+64 |
| 2009-01-11 | doc/source/**.rst: rst Style changes. | Julian Andres Klode | 4 | -113/+103 |
| 2009-01-11 | * doc/source/apt_pkg/cache.rst: Add the last classes | Julian Andres Klode | 1 | -6/+435 |
| 2009-01-10 | * doc/source/apt_pkg/cache.rst: Add PkgAcqFile, AcquireItem, and Configuration | Julian Andres Klode | 1 | -0/+175 |
| 2009-01-10 | * doc/: Heavily improve documentation | Julian Andres Klode | 7 | -14/+655 |
| 2009-01-10 | * aptsources/distinfo.py: Allows numbers in urls | Julian Andres Klode | 1 | -1/+1 |
| 2009-01-10 | * also close LP: #223097 | Julian Andres Klode | 1 | -2/+2 |
| 2009-01-10 | * aptsources/distinfo.py: Allow @ in mirror urls (Closes: #478171) | Julian Andres Klode | 2 | -2/+4 |
| 2009-01-09 | Remove inconsistent use of tabs and spaces (Closes: #505443) | Julian Andres Klode | 1 | -0/+1 |
| 2009-01-09 | Contains style Guide (Closes: #481562) | Julian Andres Klode | 1 | -0/+1 |
| 2009-01-09 | * doc/source/coding.rst: Add the jak branch | Julian Andres Klode | 1 | -0/+7 |
| 2009-01-09 | * setup.py, doc/source/conf.py: Fix building by adding build/lib* to PYTHONPATH | Julian Andres Klode | 7 | -10/+27 |
| 2009-01-09 | * Introduce the new documentation and add 0.7.9~exp2 to changelog. | Julian Andres Klode | 29 | -52/+1453 |
| 2009-01-09 | * apt/gtk/widgets: Reformat docstrings a bit, for sphinx | Julian Andres Klode | 1 | -41/+18 |
| 2009-01-09 | * apt/debfile: Fix and cleanup | Julian Andres Klode | 1 | -204/+198 |
| 2009-01-09 | * apt/gtk/widgets.py: Fix it and clean it up. | Julian Andres Klode | 1 | -95/+164 |
| 2009-01-09 | * apt/cdrom.py: Cleanup, support sources.list.d | Julian Andres Klode | 1 | -21/+64 |
| 2009-01-09 | * apt/package.py: Cleanup, move Origin to module-level, enhance Record | Julian Andres Klode | 1 | -165/+277 |
| 2009-01-09 | * apt/progress.py: Cleanup | Julian Andres Klode | 1 | -148/+204 |
| 2009-01-09 | * apt/debfile.py, apt/package.py: Use @property | Julian Andres Klode | 2 | -46/+47 |
| 2009-01-09 | Cleanup: Remove whitespace at the end of line in all python codes. | Julian Andres Klode | 29 | -196/+196 |
| 2009-01-08 | * aptsources/distinfo.py: | Michael Vogt | 3 | -12/+20 |
| 2009-01-08 | fix bug in candidateInstalledSize property | Michael Vogt | 2 | -0/+5 |
| 2008-12-15 | merge mvo branch, upload to experimental | Michael Vogt | 14 | -191/+1356 |
| 2008-12-15 | debian/rules: remove uneeded line for pydoc building | Michael Vogt | 1 | -3/+0 |