Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-12-01 | fix debfile binary test for py3 | Michael Vogt | 1 | -2/+9 | |
2011-12-01 | py3 fixes/clean | Michael Vogt | 1 | -0/+2 | |
2011-12-01 | * apt/progress/base.py: | Michael Vogt | 1 | -1/+3 | |
- write exception text to stderr to avoid hidding exceptions like "pre-configure failed" from libapt (thanks to Jean-Baptiste Lallement) | |||||
2011-11-22 | apt/package.py: use lt() instead of cmp() | Michael Vogt | 1 | -2/+2 | |
2011-11-22 | cleanup | Michael Vogt | 2 | -9/+9 | |
2011-11-22 | cleanup based on feedback from juliank | Michael Vogt | 2 | -8/+21 | |
2011-11-17 | make Dependency a list (it should probably also renamed to DependencyOrGroup ↵ | Michael Vogt | 1 | -8/+6 | |
or something), thanks to Christop Groth | |||||
2011-11-17 | allow Dependency object to be iteratable, this allows to write | Michael Vogt | 1 | -0/+3 | |
code like: for or_dep_group in pkg.candidate.dependencies: for dep in or_dep_group: do_something() | |||||
2011-11-17 | * apt/package.py: | Michael Vogt | 1 | -0/+5 | |
- add new "suggests" property, thanks to Christop Groth | |||||
2011-11-14 | * apt/cache.py: | Michael Vogt | 1 | -0/+4 | |
- set Dir::bin::dpkg if a alternate rootdir is given (LP: #885895) | |||||
2011-11-10 | * apt/cache.py: | Michael Vogt | 1 | -1/+1 | |
- remove "print" when creating dirs in apt.Cache(rootdir=dir), thanks to Martin Pitt | |||||
2011-10-21 | apt/debfile.py: really check against architecture | Michael Vogt | 1 | -1/+1 | |
2011-10-21 | make the tests pass | Michael Vogt | 1 | -7/+29 | |
2011-10-21 | first cut of multiarch support, tests still fail though | Michael Vogt | 1 | -5/+29 | |
2011-10-21 | merged from the debian-sid branch | Michael Vogt | 3 | -7/+10 | |
2011-10-19 | apt/debfile.py: Remove the need to explcitly call check() in order | Michael Vogt | 1 | -1/+3 | |
to get output from require_changes and missing_deps (closes: #624379) | |||||
2011-10-19 | grammar fix in the cache.py doc (closes: #626610) | Michael Vogt | 1 | -2/+1 | |
2011-10-19 | rm usage of camelcase in cache.py doc (closes: #626617) | Michael Vogt | 1 | -2/+2 | |
2011-10-19 | merged from debian/sid | Michael Vogt | 1 | -2/+2 | |
2011-10-05 | * tests/test_apt_cache.py: | Michael Vogt | 1 | -0/+3 | |
- add __cmp__ to apt.Package so that sort() sorts by name on list of package objects | |||||
2011-10-04 | * apt/progress/gtk2.py: | Michael Vogt | 1 | -4/+5 | |
- update to the latest vte API for child-exited (LP: #865388) | |||||
2011-10-04 | * apt/progress/gtk2.py: | Michael Vogt | 1 | -4/+5 | |
- update to the latest vte API for child-exited (LP: #865388) | |||||
2011-09-28 | * apt/package.py: | Michael Vogt | 1 | -2/+2 | |
- packages in marked_install state can also be auto-removable | |||||
2011-08-09 | * apt/package.py: | Michael Vogt | 1 | -4/+4 | |
- fix py3 compatbility with print | |||||
2011-08-09 | apt/package.py: make print statements py3 compatbile | Michael Vogt | 1 | -4/+4 | |
2011-08-01 | * merged from the debian/sid bzr branch | Michael Vogt | 1 | -5/+5 | |
* Breaks: debsecan (<< 0.4.15) [not only << 0.4.14] (Closes: #629512) * python/arfile.cc: - use APT::Configuration::getCompressionTypes() instead of duplicating the supported methods here * tests/test_debfile.py: - add test for raise on unknown data.tar.xxx * tests/test_aptsources_ports.py, tests/test_aptsources.py: - use tmpdir during the tests to fix test failure with apt from experimental * Upload to unstable * Increase Breaks for update-notifier to 0.99.3debian9 * utils/get_debian_mirrors.py: Adjust for new Alioth SCM urls * debian/control: Standards-Version 3.9.2 * Fix Lintian overrides * Fix spelling errors reported by Lintian (sep[a->e]rated, overrid[d]en) * po/urd.po: Remove, ur.po is the correct file * debian/source/format: Add, set it to "3.0 (native)" * Fix get_changelog in Python 3 (Closes: #626532) * apt/package.py: fix a few typos [formated->formatted] (Closes: #597054) * doc/source/tutorials/contributing.rst: minor improvements (Closes: #625225) - one typo [2to => 2to3], one broken link [pep8.py link] * Esperanto (Closes: #626430) | |||||
2011-05-27 | apt/package.py: fix a few typos [formated->formatted] (Closes: #597054) | Julian Andres Klode | 1 | -4/+4 | |
2011-05-27 | Fix get_changelog in Python 3 (Closes: #626532) | Julian Andres Klode | 1 | -1/+1 | |
2011-05-26 | merge from debian, omit disable of the 0.7 API | Michael Vogt | 6 | -21/+92 | |
2011-04-29 | apt.Cache: Add a _changes_count member for later use | Julian Andres Klode | 1 | -0/+9 | |
2011-04-29 | apt.cache: Emit change signals in ProblemResolver | Julian Andres Klode | 1 | -0/+5 | |
2011-04-12 | apt.package: Add 'tasks' to Version, improve doc (Closes: #619574) | Julian Andres Klode | 1 | -4/+34 | |
2011-04-12 | apt/cache.py: Add versionadded | Julian Andres Klode | 1 | -0/+2 | |
2011-04-12 | apt.cache: Add a fetch_archives() method (Closes: #622347) | Julian Andres Klode | 1 | -0/+22 | |
2011-04-12 | apt.cache: Document that update() may need an open() (Closes: #622342) | Julian Andres Klode | 1 | -0/+4 | |
2011-04-11 | apt.progress: Use long for ETA, natural type for size (LP: #377375) | Julian Andres Klode | 2 | -5/+5 | |
2011-04-06 | all: Fix all instances of ResourceWarning about unclosed files | Julian Andres Klode | 4 | -12/+11 | |
2011-04-04 | merged from debian-sid | Michael Vogt | 2 | -17/+52 | |
2011-04-04 | apt/cache.py: Do not pack full names into _set, use a _fullnameset instead | Julian Andres Klode | 1 | -10/+13 | |
This keeps the length correct, and ensures that we only iterate once over each package | |||||
2011-04-04 | * apt/cache.py, apt/package.py: | Julian Andres Klode | 2 | -9/+41 | |
- Add architecture property to apt.Package (LP: #703472) - Change apt.Package.name to use get_fullname(pretty=True) (LP: #740072) | |||||
2011-03-30 | * python/arfile.cc, apt/debfile.py: | Michael Vogt | 1 | -1/+2 | |
- add support for .xz archives * tests/test_debfile.py: - add test for xz compression * update priority of python3-apt to match the archive | |||||
2011-03-21 | * python/arfile.cc, apt/debfile.py: | Michael Vogt | 1 | -1/+2 | |
- add support for .xz archives * tests/test_debfile.py: - add test for xz compression | |||||
2011-01-10 | merged from the mvo branch, added changelog from Michael Bienia | Michael Vogt | 5 | -8/+8 | |
2011-01-10 | merged lp:~geser/ubuntu/natty/python-apt/build-with-py3.2 (manually as bzr ↵ | Michael Vogt | 5 | -8/+8 | |
thinks the branches have nothing in common) | |||||
2010-12-21 | meged from mvo | Michael Vogt | 1 | -0/+2 | |
2010-12-21 | * apt/debfile.py, tests/test_debfile.py: | Michael Vogt | 1 | -0/+2 | |
- strip "./" from _get_content and add tests, this fixes a control file extraction bug in gdebi | |||||
2010-12-13 | merged from lp:~mvo/python-apt/mvo | Michael Vogt | 1 | -6/+8 | |
2010-12-13 | * apt/progress/text.py: | Michael Vogt | 1 | -6/+8 | |
- only run ioctl for termios.TIOCGWINSZ if the fd is a tty | |||||
2010-11-24 | * re-merged from debian/sid | Michael Vogt | 2 | -16/+8 | |
* Final 0.7.100 release; targeted at Squeeze. * apt/debfile.py: - Replace (undocumented) use of python-debian debfile.DebFile API with the equivalent apt_inst.DebFile API (Closes: #603043) * apt/package.py: - Fix docstring of Package.mark_delete() (Closes: #599042) * doc: - Various documentation updates. - The C++ API/ABI is stable now. * po - Update sl.po (Closes: #603359) | |||||
2010-11-17 | * apt/package.py: | Julian Andres Klode | 1 | -1/+1 | |
- Fix docstring of Package.mark_delete() (Closes: #599042) |