Age | Commit message (Expand) | Author | Files | Lines |
2015-06-17 | setup.py: If no version is in the environment, return None | Julian Andres Klode | 1 | -0/+3 |
2015-06-11 | setup.py: Do not raise a value error if there's a tilde in the version | Julian Andres Klode | 1 | -3/+0 |
2015-06-11 | setup.py: Translate version number from Debian to PEP0440 | Julian Andres Klode | 1 | -1/+19 |
2015-05-29 | Remove the "-Wstrict-prototypes" compiler option | von | 1 | -0/+7 |
2014-01-06 | Use a single code base for Python 2 and 3 | Julian Andres Klode | 1 | -8/+0 |
2014-01-05 | make test_pep8.py pass | Michael Vogt | 1 | -8/+8 |
2013-09-11 | Remove old API compatibility C++ support code | Julian Andres Klode | 1 | -1/+1 |
2012-06-12 | cherry pick r472 from lp:~ubuntu-core-dev/python-apt/ubuntu (thanks Colin!) | Michael Vogt | 1 | -0/+4 |
2011-04-27 | apt_pkg: Add OrderList, wanted for mancoosi (Closes: #623485) | Julian Andres Klode | 1 | -1/+1 |
2011-04-05 | Add apt_pkg.Group class, wrapping pkgCache::GrpIterator | Julian Andres Klode | 1 | -1/+2 |
2010-03-10 | Build documentation only once on the default Python version. | Julian Andres Klode | 1 | -2/+0 |
2010-02-13 | * data/templates/*.in: Switch MirrorsFile to relative filenames. | Julian Andres Klode | 1 | -0/+4 |
2010-02-02 | Remove inline functions from the C++ API, export them instead (part 2). | Julian Andres Klode | 1 | -1/+1 |
2009-08-08 | python/tarfile.cc: Introduce wrapper around ExtractTar. | Julian Andres Klode | 1 | -1/+1 |
2009-08-07 | python/arfile.cc: Introduce apt_inst.ArArchive and apt_inst.ArMember. | Julian Andres Klode | 1 | -1/+2 |
2009-07-31 | python: Remove the progress classes in apt_pkg. | Julian Andres Klode | 1 | -3/+2 |
2009-07-22 | python: First step of fixing acquire stuff. | Julian Andres Klode | 1 | -1/+2 |
2009-07-20 | python/lock.cc: Introduce apt_pkg.SystemLock context manager. | Julian Andres Klode | 1 | -1/+1 |
2009-07-19 | setup.py: Compile cdromprogress.cc. | Julian Andres Klode | 1 | -1/+1 |
2009-07-15 | Introduce new progress (base) classes in apt_pkg: | Julian Andres Klode | 1 | -2/+3 |
2009-07-15 | setup.py: Add missing 'c' to configuration.cc | Julian Andres Klode | 1 | -1/+1 |
2009-07-15 | Simplify the whole building, build all Python versions with setup.py | Julian Andres Klode | 1 | -39/+34 |
2009-06-25 | python: Fix some build warnings. | Julian Andres Klode | 1 | -2/+2 |
2009-04-12 | setup.py, debian/rules: Support version in setup.py again by getting | Julian Andres Klode | 1 | -0/+1 |
2009-04-10 | Fix FTBFS with python-debian (>= 0.1.13) on Python 2.4 by not using it to | Julian Andres Klode | 1 | -14/+2 |
2009-04-01 | * Fix documentation building | Julian Andres Klode | 1 | -0/+5 |
2009-03-29 | Build-Depend on python-debian, use it to get version number from changelog | Julian Andres Klode | 1 | -5/+17 |
2009-03-08 | * setup.py: Remove apt.gtk, add apt.progress | Julian Andres Klode | 1 | -1/+1 |
2009-01-12 | Cleanup: Comparisons to True/False, ==/!= None, deprecated modules | Julian Andres Klode | 1 | -6/+3 |
2009-01-11 | Merge Ben Finney's whitespace changes (Closes: #481563) | Julian Andres Klode | 1 | -7/+6 |
2009-01-09 | * setup.py, doc/source/conf.py: Fix building by adding build/lib* to PYTHONPATH | Julian Andres Klode | 1 | -4/+10 |
2009-01-09 | * Introduce the new documentation and add 0.7.9~exp2 to changelog. | Julian Andres Klode | 1 | -29/+22 |
2009-01-09 | Cleanup: Remove whitespace at the end of line in all python codes. | Julian Andres Klode | 1 | -1/+1 |
2008-12-15 | * setup.py: | Michael Vogt | 1 | -1/+28 |
2008-11-24 | merged from the consolidation-bracn (with some modificatins) | Michael Vogt | 1 | -1/+1 |
2008-05-16 | Imports on separate lines, to conform with PEP 8. | Ben Finney | 1 | -1/+3 |
2008-05-16 | Remove redundant semicolons from statements. | Ben Finney | 1 | -2/+2 |
2008-05-16 | Fix spaces adjacent to commas and operators, to conform with PEP 8. | Ben Finney | 1 | -17/+18 |
2008-05-16 | Remove trailing whitespace. | Ben Finney | 1 | -1/+1 |
2007-07-02 | * debian/control: | Michael Vogt | 1 | -3/+3 |
2007-01-26 | * also install aptsources | Sebastian Heinlein | 1 | -4/+23 |
2007-01-19 | * make setup.py executable | Sebastian Heinlein | 1 | -0/+0 |
2006-04-26 | * debian/compat: | Michael Vogt | 1 | -11/+7 |
2005-10-20 | * merged with the progress reporting code | Michael Vogt | 1 | -0/+1 |
2005-08-05 | * version number changes | Michael Vogt | 1 | -1/+1 |
2005-05-09 | * more work on the native python apt interface | Michael Vogt | 1 | -1/+2 |
2005-05-03 | * merged with Greek0@gmx.net--2005-main, native apt interface added, fixed a ... | Michael Vogt | 1 | -5/+6 |
2004-11-24 | Use the makefile parser | Arch Librarian | 1 | -4/+6 |
2004-11-24 | Python distutils based packaging | Arch Librarian | 1 | -0/+27 |