summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-05-05* data/templates/Ubuntu.info.in:Michael Vogt3-1/+60
- added ubuntu 'intrepid'
2008-05-05* data/templates/Ubuntu.info.in:Michael Vogt2-0/+54
- added ubuntu 'intrepid'
2008-04-30aptsources/distro.py: fix typo (thanks to cjwatson)Michael Vogt1-1/+1
2008-04-07* data/templates/Ubuntu.mirrors: Michael Vogt4-332/+189
- updated mirrors list from launchpad (LP: #153284) * util/get_ubuntu_mirrors_from_lp.py: - rewritten to use +archivemirrors-rss and feedburner
2008-02-19* rebuild due to python-central problemsMichael Vogt1-0/+6
2008-02-18* python/sourcelist.cc:Michael Vogt4-3/+32
- support GetIndexes() GetAll argument to implement something like --print-uris * python/apt_pkgmodule.cc: - add InstState{Ok,ReInstReq,Hold,HoldReInstReq} constants * apt/cache.py: - add reqReinstallPkgs property that lists all packages in ReInstReq or HoldReInstReq
2008-02-18* python/pkgrecords.cc:Michael Vogt3-0/+17
- export the Homepage field
2008-02-18* python/apt_pkgmodule.cc:Michael Vogt75-72/+93
- add InstState{Ok,ReInstReq,Hold,HoldReInstReq} constants * apt/cache.py: - add reqReinstallPkgs property that lists all packages in ReInstReq or HoldReInstReq
2008-02-14* python/sourcelist.cc:Michael Vogt74-3217/+5158
- support GetIndexes() GetAll argument to implement something like --print-uris
2008-02-11apt/package.py: make the homepage field accessableMichael Vogt1-0/+8
2008-02-11* python/pkgrecords.cc:Michael Vogt2-0/+4
- export the Homepage field
2008-01-25uploading as 0.7.4ubuntu3Michael Vogt1-2/+7
2008-01-18* python/tar.cc:Michael Vogt3-42/+17
- fix .lzma extraction (thanks to bigjools)
2008-01-18* python/tar.cc:Michael Vogt2-0/+4
- fix .lzma extraction (thanks to bigjools)
2008-01-18* use the new apt ListUpdate() codeMichael Vogt5-50/+32
* add example in doc/examples/update.py
2008-01-08doc/examples/gui-inst.py:Michael Vogt1-42/+13
- update to reflect the current features
2008-01-07update to latest ListUpdate()Michael Vogt1-1/+2
2008-01-04* use the new CacheFile::ListUpdate() codeMichael Vogt5-51/+32
* add example in doc/examples/update.py
2007-12-13updated maintainer fieldMichael Vogt2-3/+5
2007-12-13readd the dropped changelog entries from the last merge with debian-sidMichael Vogt1-0/+428
2007-12-13changelog updatedMichael Vogt2-2/+9
2007-12-06merged with debian-sidMichael Vogt1-0/+3
2007-12-06merged from the debian-sid branchMichael Vogt1-0/+3
2007-12-06* apt/debfile.py:Michael Vogt8-807/+170
- added wrapper around apt_inst.debExtract() - support dictionary like access * python/apt_instmodule.cc: - added arCheckMember() * aptsources/distro.py: - throw NoDistroTemplateException if not distribution template can be found * python/string.cc: - fix overflow in SizeToStr() * python/depcache.cc: - be more threading friendly * python/tag.cc - support "None" as default in ParseSection(control).get(field, default), LP: #44470 * python/progress.cc: - fix refcount problem in OpProgress - fix refcount problem in FetchProgress - fix refcount problem in CdromProgress * apt/README.apt: - fix typo (thanks to Thomas Schoepf, closes: #387787) * po/fr.po: - merge update, thanks to Christian Perrier (closes: #435918) - throw FetchCancelleException, FetchFailedException, - SizeToString supports PyLong too * python/depcache.cc: - "IsGarbage()" method added (to support auto-mark) * apt/progress.py: - initialize FetchProgress.eta with the correct type - strip the staus str before passing it to InstallProgress.statusChanged() - added InstallProgress.statusChange(pkg, percent, status) - make DumbInstallProgress a new-style class (thanks to kamion for the suggestions) - fix various pychecker warnings * apt/cache.py: * memleak fixed when pkgCache objects are deallocated no longer locale specific but always english
2007-12-06 - fix typoMichael Vogt4-40/+227
* data/templates/: - update templates
2007-12-04merged from the ubuntu branchMichael Vogt3-40/+224
2007-11-29* apt/package.py:Michael Vogt15-402/+263
- fix apt.package.Dependency.relation initialization * python/string.cc: - fix overflow in SizeToStr() * python/metaindex.cc: - added support for the metaIndex objects * python/sourceslist.cc: - support new "List" attribute that returns the list of metaIndex source entries * python/depcache.cc: - be more threading friendly * python/tag.cc - support "None" as default in ParseSection(control).get(field, default), LP: #44470 * python/progress.cc: - fix refcount problem in OpProgress - fix refcount problem in FetchProgress - fix refcount problem in CdromProgress * apt/README.apt: - fix typo (thanks to Thomas Schoepf, closes: #387787) * po/fr.po: - merge update, thanks to Christian Perrier (closes: #435918)
2007-11-29* po/fr.po:Michael Vogt2-380/+39
- merge update, thanks to Christian Perrier (closes: #435918)
2007-11-29* apt/README.apt:Michael Vogt2-2/+4
- fix typo (thanks to Thomas Schoepf, closes: #387787)
2007-11-29* python/tag.ccMichael Vogt2-7/+7
- support "None" as default in ParseSection(control).get(field, default), LP: #44470
2007-11-23* python/depcache.cc:Michael Vogt2-5/+22
- be more threading friendly
2007-11-23* tests/refcount.py:Michael Vogt1-1/+20
- add tests for install/remove of packages
2007-11-23* python/progress.cc:Michael Vogt3-2/+48
- fix refcount problem in OpProgress - fix refcount problem in FetchProgress - fix refcount problem in CdromProgress
2007-11-21* remove python-central pre-depends, this is no longer neededMichael Vogt2-1/+7
during upgrades now that we have "PYCENTRAL_NO_DPKG_QUERY"
2007-10-27* add hardy to the ubuntu sources.list templateMichael Vogt2-0/+58
2007-10-15debian/control:Michael Vogt2-4/+5
- pre-depend on new pycentral
2007-10-15* depend on gutsy version pycentral, this ensures that we get a updatedMichael Vogt2-1/+9
dpkg with triggers support before pycentral uses dpkg-querry (LP: #152827)
2007-10-11* data/templates/Ubuntu.mirrors:Michael Vogt2-39/+126
- update the static mirror list from LP (LP: #126148)
2007-10-01* apt/package.py:Michael Vogt3-3/+9
- fix apt.package.Dependency.relation initialization
2007-10-01* apt/package.py:Michael Vogt2-1/+3
- fix apt.package.Dependency.relation initialization
2007-09-14* doc/examples/acquire.pyMichael Vogt1-2/+1
- add actiongroup to example
2007-09-04* python/metaindex.cc:Michael Vogt7-11/+133
- added support for the metaIndex objects * python/sourceslist.cc: - support new "List" attribute that returns the list of metaIndex source entries * python/string.cc: - fix overflow in SizeToStr() * NMU * Fix version to not use CPU and OS since it's not available on APT anymore (closes: #435653, #435674)
2007-09-04* python/metaindex.cc:Michael Vogt6-2/+117
- added support for the metaIndex objects * python/sourceslist.cc: - support new "List" attribute that returns the list of metaIndex source entries
2007-08-28* python/string.cc:Michael Vogt2-1/+3
- fix overflow in SizeToStr()
2007-08-28* apt/debfile.py:Michael Vogt86-476/+670
- added wrapper around apt_inst.debExtract() - support dictionary like access * python/apt_instmodule.cc: - added arCheckMember() * aptsources/distro.py: - throw NoDistroTemplateException if not distribution template can be found * NMU * Fix version to not use CPU and OS since it's not available on APT anymore (closes: #435653, #435674) * apt/package.py: - added Record class that can be accessed like a dictionary and return it in candidateRecord and installedRecord (thanks to Alexander Sack for discussing this with me) * doc/examples/records.py: - added example how to use the new Records class * apt/cache.py: - throw FetchCancelleException, FetchFailedException, LockFailedException exceptions when something goes wrong * aptsources/distro.py: - generalized some code, bringing it into the Distribution class, and wrote some missing methods for the DebianDistribution one (thanks to Gustavo Noronha Silva) * debian/control: - updated for python-distutils-extra (>= 1.9.0) * debian/python-apt.install: - fix i18n files * python/indexfile.cc: - increase str buffer in PackageIndexFileRepr
2007-08-03* aptsources/distro.py:Michael Vogt3-5/+16
- throw NoDistroTemplateException if not distribution template can be found * NMU * Fix version to not use CPU and OS since it's not available on APT anymore (closes: #435653, #435674)
2007-08-03* rebuild against latest aptMichael Vogt2-1/+7
2007-08-03* aptsources/distro.py:Michael Vogt3-5/+16
- throw NoDistroTemplateException if not distribution template can be found * NMU * Fix version to not use CPU and OS since it's not available on APT anymore (closes: #435653, #435674)
2007-07-31* apt/debfile.py:Michael Vogt75-373/+480
- added wrapper around apt_inst.debExtract() - support dictionary like access * python/apt_instmodule.cc: - added arCheckMember() * build with latest python-distutils-extra (thanks to doko for notifiying about the problem) * apt/package.py: - added Record class that can be accessed like a dictionary and return it in candidateRecord and installedRecord (thanks to Alexander Sack for discussing this with me) * doc/examples/records.py: - added example how to use the new Records class * apt/cache.py: - throw FetchCancelleException, FetchFailedException, LockFailedException exceptions when something goes wrong - generalized some code, bringing it into the Distribution class, and wrote some missing methods for the DebianDistribution one (thanks to Gustavo Noronha Silva) - updated for python-distutils-extra (>= 1.9.0) - fix i18n files - increase str buffer in PackageIndexFileRepr * python/package.py: * python/cache.py:
2007-07-30* apt/debfile.py:Michael Vogt75-363/+460
- added wrapper around apt_inst.debExtract() - support dictionary like access * python/apt_instmodule.cc: - added arCheckMember()