summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Collapse)AuthorFilesLines
2008-07-18* python/pkgsrcrecords.cc:Michael Vogt1-0/+2
- add "Record" attribute to the PkgSrcRecord to access the full source record
2008-07-04* tests/test_hashsums.py:Michael Vogt1-0/+1
- add tests for the hashsum code
2008-07-04* python/apt_pkgmodule.cc:Michael Vogt1-3/+11
- fix bug in hashsum calculation when the original string contains \0 charackters (thanks to Celso Providelo and Ryan Hass for the test-case) LP: #243630
2008-02-18* python/apt_pkgmodule.cc:Michael Vogt1-0/+5
- 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 Vogt1-3/+3
- support GetIndexes() GetAll argument to implement something like --print-uris
2008-02-11* python/pkgrecords.cc:Michael Vogt1-0/+2
- export the Homepage field
2008-01-18* python/tar.cc:Michael Vogt1-0/+2
- fix .lzma extraction (thanks to bigjools)
2008-01-07update to latest ListUpdate()Michael Vogt1-1/+2
2008-01-04* use the new CacheFile::ListUpdate() codeMichael Vogt1-41/+8
* add example in doc/examples/update.py
2007-12-04merged from the ubuntu branchMichael Vogt1-1/+1
2007-11-29* python/tag.ccMichael Vogt1-5/+2
- support "None" as default in ParseSection(control).get(field, default), LP: #44470
2007-11-23* python/depcache.cc:Michael Vogt1-5/+20
- be more threading friendly
2007-11-23* python/progress.cc:Michael Vogt1-2/+9
- fix refcount problem in OpProgress - fix refcount problem in FetchProgress - fix refcount problem in CdromProgress
2007-09-04* python/metaindex.cc:Michael Vogt4-2/+97
- 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 Vogt1-1/+1
- fix overflow in SizeToStr()
2007-08-03* aptsources/distro.py:Michael Vogt1-2/+0
- 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-30* apt/debfile.py:Michael Vogt1-1/+30
- added wrapper around apt_inst.debExtract() - support dictionary like access * python/apt_instmodule.cc: - added arCheckMember()
2007-07-25* apt/package.py:Michael Vogt1-1/+1
* apt/cache.py: * python/indexfile.cc: - increase str buffer in PackageIndexFileRepr
2007-06-11* build against the new aptMichael Vogt1-0/+15
* support for new "aptsources" pythn module (thanks to Sebastian Heinlein) * merged support for translated package descriptions * merged support for automatic removal of unused dependencies * merged http://glatzor.de/bzr/python-apt/sebi: - this means that the new aptsources modules is available * support translated pacakge descriptions * support automatic dependency information * python/depcache.cc: - "IsGarbage()" method added (to support auto-mark)
2007-06-10* merged translated package descriptions branchMichael Vogt1-0/+69
2007-06-10* merged automaitc removal of unused dependenciesMichael Vogt3-2/+91
branch * update build-depends
2007-05-23* python/pkgrecords.cc:Michael Vogt1-0/+2
- added SourceVer
2007-05-21* merged http://glatzor.de/bzr/python-apt/sebi:Michael Vogt1-0/+15
- this means that the new aptsources modules is available
2007-05-02* merged from http://people.ubuntu.com/~mvo/bzr/python-apt/auto-mark/Michael Vogt3-2/+76
2007-05-02* merged from http://people.ubuntu.com/~mvo/bzr/python-apt/ddtp/Michael Vogt1-0/+69
2007-05-02* merged from python-apt--mvoMichael Vogt9-16/+34
2007-04-25* python/apt_pkgmodule.cc:Michael Vogt1-0/+6
- added pkgCache::State::PkgCurrentState enums
2007-03-14* python/depache.cc:Michael Vogt1-0/+15
- properly support isAutoInstalled flag
2007-02-22* apt/package.py:Michael Vogt1-2/+4
- handle invalid unicode more gracefully (LP#86215) * rebuild against latest apt
2007-02-22* python/string.cc:Michael Vogt1-2/+4
- SizeToString supports PyLong too
2007-01-26merged from the auto-mark branchMichael Vogt1-2/+4
2007-01-26* support "fromUser()" flag in apt.Package.markInstall() to makeMichael Vogt1-2/+4
setting the automatic install information available
2006-12-19* merged from python-apt--mvoMichael Vogt1-0/+2
2006-12-19* python/pkgrecords.cc:Michael Vogt1-0/+2
- export SHA1Sum() as well * debian/changelog: - updated
2006-11-03* merged with mainlineMichael Vogt1-0/+39
2006-10-12* merged from python-apt--mainMichael Vogt3-0/+72
* merged the upload from doko
2006-10-06* python/apt_pkgmodule.h:Michael Vogt1-0/+1
- do export PkgGetActionGroup
2006-10-06* python/apt_pkgmodule.cc:Michael Vogt1-0/+1
- *cough* expose the new PkgActionGroup stuff
2006-10-06* python/depcache.cc:Michael Vogt1-0/+70
- suport for pkgActionGrup added
2006-10-04* python/configuration.cc:Michael Vogt1-1/+1
- and the final(!?!) incorrect PyMem_{DEL,Free} usage
2006-10-04* fix incorrect PyMem_DEL() codeMichael Vogt3-4/+4
2006-10-04* python/tag.cc:Michael Vogt1-1/+1
- fix another PyMem_DEL() -> PyObject_DEL() error
2006-10-04* python/generic.h:Michael Vogt1-2/+2
- use PyObject_DEL() instead of PyMem_DEL()
2006-10-02* merged with python-apt--mvoMichael Vogt1-3/+7
2006-10-02* progress.cc:Michael Vogt1-3/+7
- fix memleak in progress.cc * tests/memleak.py: - uncomment the mem-leak code * doc/examples/sources.py: - improved the example
2006-09-18* merged with python-apt--mvoMichael Vogt3-5/+9
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* merged from python-apt--mainMichael Vogt2-2/+2
2006-09-18* fix api changes for python2.5Michael Vogt2-5/+5
2006-09-12* fix missing docstringMichael Vogt1-1/+1