summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-01-22merged from the mvo branchMichael Vogt1-3/+4
2010-01-20* apt/utils.py:Michael Vogt2-0/+82
- add some misc utils like get_release_filename_for_pkg()
2010-01-20apt/utils.py: fix copyright infoMichael Vogt1-3/+4
2010-01-20* apt/utils.py:Michael Vogt2-0/+77
- add some misc utils like get_release_filename_for_pkg()
2010-01-15* apt/cache.py: Michael Vogt8-13/+80
- improved docstring for the cache - add "enhances" property * data/templates/Ubuntu.info.in: - add lucid * python/cache.cc: - add UntranslatedDepType attribute to DependencyType - add DepTypeEnum that returns a value from {DepDepends, DepPreDepends, ...} * python/apt_pkgmodule.cc: - add DepDpkgBreaks, DepEnhances constants * doc/source/apt_pkg/{cache.rst, index.rst}: - update documentation as well
2010-01-13apt/history.py: remove from bzr again, its not quite ready yetMichael Vogt2-57/+0
2010-01-13doc/source/apt_pkg/cache.rst: fix cross-reference to _DependencyTypesMichael Vogt2-2/+2
2010-01-13* python/cache.cc:Michael Vogt5-11/+38
- add UntranslatedDepType attribute to DependencyType - add DepTypeEnum that returns a value from {DepDepends, DepPreDepends, ...} * python/apt_pkgmodule.cc: - add DepDpkgBreaks, DepEnhances constants * doc/source/apt_pkg/{cache.rst, index.rst}: - update documentation as well
2010-01-13add "enhances" propertyMichael Vogt4-1/+26
2010-01-13releasing version 0.7.13.4ubuntu1Michael Vogt1-2/+5
2009-12-23* apt/cache.py: Michael Vogt2-3/+8
- improved docstring for the cache
2009-12-18* apt/history.py:Michael Vogt2-0/+59
- simple abstraction for the apt history file
2009-12-02* merge from debian, remaining changes:Michael Vogt5-1301/+88
- different mirror list * po/zh_CN.po: - updated, thanks to Feng Chao * python/progress.cc: - if the mediaChange() does not return anything or is not implemented send "false" to libapt * apt/package.py: Fix dictionary access of VersionList, patch by Sebastian Heinlein (Closes: #554895). * apt/cache.py: - add actiongroup() method (backport from 0.7.92) - re-work the logic in commit() to fail if installArchives() returns a unexpected result * apt/progress/__init__.py: - catch exceptions in pm.DoInstall() * apt/package.py: - Export if a package is an essential one (Closes: #543428) * python/depcache.cc: - Make ActionGroups context managers so apt.Cache.actiongroup() has the same behavior as in 0.7.92 * apt/cache.py: - Add raiseOnError option to Cache.update() (Closes: #545474) * apt/package.py: - Use the source version instead of the binary version in fetch_source(). * apt/progress/__init__.py: - Correctly ignore ECHILD by checking before EINTR (Closes: #546007)
2009-12-02* data/templates/Ubuntu.info.in:Michael Vogt2-0/+65
- add lucid
2009-12-02merged from debian-sidMichael Vogt2-5/+13
2009-12-02* apt/progress/__init__.py:Michael Vogt2-1/+10
- Fix InstallProgress.updateInterface() to cope with read() returning 0 on non-blocking file descriptors (LP: #491027).
2009-12-02* apt/progress/__init__.py:Colin Watson2-1/+12
- Fix InstallProgress.updateInterface() to cope with read() returning 0 on non-blocking file descriptors (LP: #491027).
2009-11-29Upload 0.7.13.4 to unstableJulian Andres Klode1-2/+2
2009-11-07Merge with mvo:Julian Andres Klode3-1297/+39
* po/zh_CN.po: - updated, thanks to Feng Chao * python/progress.cc: - if the mediaChange() does not return anything or is not implemented send "false" to libapt
2009-11-07apt/package.py: Fix dictionary access of VersionList, patchJulian Andres Klode2-2/+9
by Sebastian Heinlein (Closes: #554895).
2009-11-05* data/templates/Ubuntu.info.in:Michael Vogt2-2/+65
- add lucid
2009-10-28update changelog with bugnumberMichael Vogt1-2/+1
2009-10-28* python/progress.cc:Michael Vogt2-5/+25
- if the mediaChange() does not return anything or is not implemented send "false" to libapt * * No change rebuild to fix misbuilt binaries on armel. * rebuild against latest libapt
2009-10-28* python/progress.cc:Michael Vogt2-5/+7
- if the mediaChange() does not return anything or is not implemented send "false" to libapt
2009-09-23* po/zh_CN.po:Michael Vogt2-1291/+33
- updated, thanks to Feng Chao
2009-09-18merged from debianMichael Vogt4-9/+23
2009-09-15Release 0.7.13.3Julian Andres Klode1-2/+2
2009-09-15apt/cache.py: Add raiseOnError option to Cache.update() (Closes: #545474)Julian Andres Klode2-2/+11
2009-09-15merge from mvoJulian Andres Klode3-5/+28
* apt/cache.py: - re-work the logic in commit() to fail if installArchives() returns a unexpected result * apt/progress/__init__.py: - catch exceptions in pm.DoInstall()
2009-09-10apt/progress/__init__.py: Correctly ignore ECHILD by checking before EINTR ↵Julian Andres Klode2-2/+4
(Closes: #546007) As the check for != EINTR will re-raise the error, we have to check ECHILD before it.
2009-09-04releasing version 0.7.13.2ubuntu2Michael Vogt1-3/+2
2009-09-03* apt/cache.py:Michael Vogt4-5/+45
- re-work the logic in commit() to fail if installArchives() returns a unexpected result * apt/progress/__init__.py: - catch exceptions in pm.DoInstall() * apt/package.py: - Export if a package is an essential one (Closes: #543428)
2009-09-03apt/progress/__init__.py: doc string update for run()Michael Vogt1-1/+5
2009-09-03* apt/progress/__init__.py:Michael Vogt2-2/+11
- catch exceptions in pm.DoInstall()
2009-09-03apt/progress/__init__.py: doc updateMichael Vogt1-1/+5
2009-09-02re-work the logic in commit() to fail if installArchives() returnsMichael Vogt2-1/+7
a unexpected result
2009-08-28apt/package.py: Use the source version instead of the binary version in ↵Julian Andres Klode2-4/+7
fetch_source().
2009-08-27merge from debian sidMichael Vogt2-0/+9
2009-08-25apt/package.py: Export if a package is an essential one (Closes: #543428)Sebastian Heinlein2-0/+9
2009-08-24releasing version 0.7.13.2ubuntu1Michael Vogt1-1/+1
2009-08-24merge the mvo branchMichael Vogt3-3/+44
2009-08-24merge from debian-sidMichael Vogt3-2/+31
2009-08-24* python/depcache.cc:Julian Andres Klode2-2/+23
- Make ActionGroups context managers so apt.Cache.actiongroup() has the same behavior as in 0.7.92
2009-08-24* apt/cache.py:Julian Andres Klode2-0/+16
- add actiongroup() method (backport from 0.7.92)
2009-08-24* apt/cache.py:Michael Vogt2-0/+16
- add actiongroup() method (backport from 0.7.92)
2009-08-24merge from the debian-sid branchMichael Vogt15-4841/+696
2009-08-24* apt/cache.py:Michael Vogt2-0/+11
- add actiongroup() method (backport from 0.7.92)
2009-08-24merged from debian-sidMichael Vogt15-4837/+783
2009-08-22apt/cache.py: Convert argument to str in __getitem__() (Closes: #542965).Julian Andres Klode2-0/+8
2009-08-21* apt/package.py: Fix Version.get_dependencies() to not ignore the arguments.Julian Andres Klode2-1/+8