summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-04-24* apt/cdrom.py:Michael Vogt7-5/+146
- better cdrom handling support * apt/package.py: - added candidateDependencies, installedDependencies - SizeToString supports PyLong too - support pkg.architecture - support candidateRecord, installedRecord * apt/cache.py: - fix rootdir * apt/cdrom.py: - fix bug in cdrom mountpoint handling
2007-03-07* apt/cdrom.py:Michael Vogt2-2/+4
- fix bug in cdrom mountpoint handling
2007-03-06 - support candidateRecord, installedRecordMichael Vogt2-1/+15
2007-03-06 - support pkg.architectureMichael Vogt2-4/+14
2007-03-06* apt/package.py:Michael Vogt2-2/+54
- added candidateDependencies, installedDependencies
2007-03-01 - SizeToString supports PyLong too Michael Vogt2-3/+4
* apt/cache.py: - fix rootdir
2007-02-22* python/string.cc:Michael Vogt2-2/+6
- SizeToString supports PyLong too
2007-02-06* better cdrom support mergedMichael Vogt4-0/+58
2006-12-19* debian/changelog:Michael Vogt1-1/+1
- and upload
2006-12-19* debian/changelog:Michael Vogt1-7/+2
- updated changelog
2006-12-19* merged from python-apt--mvoMichael Vogt1-7/+2
2006-12-19* merged from mainlineMichael Vogt15-33/+89
2006-12-19* python/pkgrecords.cc:Michael Vogt2-3/+8
- export SHA1Sum() as well * debian/changelog: - updated
2006-11-03* apt/progress.py:Michael Vogt2-1/+7
- protect against unparsable strings send from dpkg
2006-10-12* remove dh_pythonMichael Vogt2-2/+2
2006-10-04* python/configuration.cc:Michael Vogt1-1/+1
- and the final(!?!) incorrect PyMem_{DEL,Free} usage
2006-10-04* python/tag.cc:Michael Vogt1-1/+1
- fix another PyMem_DEL() -> PyObject_DEL() error
2006-10-04* python/generic.h:Michael Vogt2-2/+11
- use PyObject_DEL() instead of PyMem_DEL()
2006-10-02* progress.cc:Michael Vogt4-10/+20
- fix memleak in progress.cc * tests/memleak.py: - uncomment the mem-leak code * doc/examples/sources.py: - improved the example
2006-09-18* python/generic.h:Michael Vogt1-0/+4
- deal with the api change and stay backward compatible with 2.4
2006-09-18* fix api changes for python2.5Michael Vogt3-5/+6
2006-09-12* fix missing docstringMichael Vogt2-1/+5
2006-09-12* apt/progress.py:Michael Vogt3-7/+8
- use select() when waiting for child input
2006-09-12* debian/control:Michael Vogt3-3/+12
- tightend dependency * apt/progress.py: - use os._exit() instead of sys.exit() (lp: 53298)
2006-09-12* python/pkgmanager.cc:Michael Vogt2-1/+8
- fix typo
2006-07-27* finalized changelogMichael Vogt2-1/+42
2006-07-26* #cough# - actually use sha256Michael Vogt2-2/+2
2006-07-26* support sha256 as wellMichael Vogt2-1/+42
2006-07-25* merged from mainlineMichael Vogt8-62/+101
2006-07-25* added debian/examplesMichael Vogt2-2/+2
2006-07-25* debian/changelog:Michael Vogt1-0/+1
- updated
2006-07-24* merged the NMUs from debianMichael Vogt3-7/+22
2006-07-01* merged from otavios branch at:Michael Vogt2-0/+2
http://projetos.ossystems.com.br/~otavio/bzr/python-apt/fixes
2006-06-30 - add dh_installexamples in package buildingOtavio Salvador2-0/+2
2006-06-26* merging the NMU changesMichael Vogt3-49/+20
2006-06-15* apt/cache.py:Michael Vogt2-2/+12
- applied otavios patch to suppport alternatives rootdirs
2006-06-15* apt/packages.py:Michael Vogt1-3/+5
- add autoInst option
2006-06-14 - allow change of rootdir for APT database loadingOtavio Salvador2-1/+6
2006-06-12* apt/cache.py:Otavio Salvador2-1/+6
- fix commit doc string to also cite the open related callbacks
2006-06-09* changelog updatedMichael Vogt3-2/+32
* prints_uris.py example added
2006-06-09* debian/changelog: Michael Vogt1-1/+1
- sync with the debian upload
2006-05-17* apt/package.py:Michael Vogt2-2/+3
- actually return values in {candiate,installed}Downloadable()
2006-05-17* remove debug stringMichael Vogt1-1/+1
2006-05-17* changelog updatesMichael Vogt1-2/+6
2006-05-17* apt/package.py:Michael Vogt1-4/+7
- check if _lookupRecords() succeeded when checking description/maintainer
2006-04-29* merged from mainlineMichael Vogt18-78/+206
2006-04-26* debian/compat: Michael Vogt5-21/+24
- debhelper compat level set to 5 * debian/changelog: - merged the changelog from the NMU * debian/control: - merged the changes from the NMU - set standards version to 3.6.2.0 * debian/rules: - fix arch-build target * setup.py: - simplify the patch magling by using map() instead of "for i in range()"
2006-04-26* added a simple "all_deps" recursive example Michael Vogt1-0/+34
2006-03-28* merged from otavio (thanks!): documentation updatesMichael Vogt1-2/+2
2006-03-28Fix documentation format.Otavio Salvador1-2/+2