| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
- add some misc utils like get_release_filename_for_pkg()
|
|
|
|
- add some misc utils like get_release_filename_for_pkg()
|
|
- 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
|
|
|
|
|
|
- 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
|
|
|
|
|
|
- improved docstring for the cache
|
|
- simple abstraction for the apt history file
|
|
- 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)
|
|
- add lucid
|
|
|
|
- Fix InstallProgress.updateInterface() to cope with read() returning 0
on non-blocking file descriptors (LP: #491027).
|
|
- Fix InstallProgress.updateInterface() to cope with read() returning 0
on non-blocking file descriptors (LP: #491027).
|
|
|
|
* 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
|
|
by Sebastian Heinlein (Closes: #554895).
|
|
- add lucid
|
|
|
|
- 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
|
|
- if the mediaChange() does not return anything or is not implemented
send "false" to libapt
|
|
- updated, thanks to Feng Chao
|
|
|
|
|
|
|
|
* 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()
|
|
(Closes: #546007)
As the check for != EINTR will re-raise the error, we have to check
ECHILD before it.
|
|
|
|
- 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)
|
|
|
|
- catch exceptions in pm.DoInstall()
|
|
|
|
a unexpected result
|
|
fetch_source().
|
|
|
|
|
|
|
|
|
|
|
|
- Make ActionGroups context managers so apt.Cache.actiongroup() has
the same behavior as in 0.7.92
|
|
- add actiongroup() method (backport from 0.7.92)
|
|
- add actiongroup() method (backport from 0.7.92)
|
|
|
|
- add actiongroup() method (backport from 0.7.92)
|
|
|
|
|
|
|