summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-09-18add "SelState{Unknown,Install,Hold,DeInstall,Purge}" constantMichael Vogt2-1/+7
2008-09-18* python/apt_pkgmodule.cc:Michael Vogt4-0/+22
add "SelState{Unknown,Install,Hold,DeInstall,Purge}" constants - fix detection of cdrom sources and add test for it
2008-09-18* tests/test_aptsources.py:Michael Vogt2-23/+31
- make the test work again
2008-08-23* aptsources/__init__.py, aptsources/distinfo.py:Michael Vogt2-0/+7
- run apt_pkg.init() when aptsources gets imported and not the distinfo function
2008-08-23do not run apt_pkg.init() in the middle of a function, that *destroys* all ↵Michael Vogt1-1/+0
custom config data
2008-08-15* python/progress.cc:Michael Vogt3-3/+8
- when pulse() does not return a boolean assume "true" (thanks to Martin Pitt for telling me about the problem)
2008-07-31add test_debextract.pyMichael Vogt1-0/+13
2008-07-31* python/apt_instmodule.cc:Michael Vogt1-2/+2
- fix bug in Rootdir cwd code
2008-07-31* python/apt_instmodule.cc:Michael Vogt4-4/+23
- do not change working dir in debExtractArchive() (LP: #184093)
2008-07-31fix GetCandidateVer() reporting incorrect versions afterMichael Vogt3-3/+8
SetCandidateVer() was used. Thanks to Julian Andres Klode for the test-case (LP: #237372)
2008-07-31* apt/cache.py:Michael Vogt2-0/+5
- support "in" in apt.Cache() (LP: #251587)
2008-07-30* python/cache.cc:Michael Vogt3-11/+23
- fix crash if Ver.PriorityType() returns NULL
2008-07-25close the right bug for the missing lenny templateMichael Vogt1-1/+1
2008-07-25* aptsources/distinfo.py:Michael Vogt2-16/+31
- fix template matching for arch specific code (LP: #244093)
2008-07-25* data/templates/Debian.info.in:Michael Vogt2-0/+30
- add 'lenny' template info
2008-07-22* data/templates/Debian.info.in:Michael Vogt4-8/+22
- s/MatchUri/MatchURI/. Thanks, Gustavo Noronha Silva (closes: #487673) * python/cache.cc: - Throw an exception rather than segfaulting when GetCache() is called before InitSystem() (closes: #369147) * doc/examples/config.py: - Fix config.py --help (closes: #257007)
2008-07-21* doc/examples/config.py:Emanuele Rocca2-2/+3
- Fix config.py --help (closes: #257007)
2008-07-21* data/templates/Debian.info.in:Emanuele Rocca3-5/+20
- s/MatchUri/MatchURI/. Thanks, Gustavo Noronha Silva (closes: #487673) * python/cache.cc: - Throw an exception rather than segfaulting when GetCache() is called before InitSystem() (closes: #369147)
2008-07-18* debian/rules:Michael Vogt2-7/+2
- remove the arch-build target, we have bzr-builddeb now
2008-07-18merged from Jelmer Vernooij (thanks!)Michael Vogt1-0/+2
2008-07-18Add bzr builddeb magic to indicate python-apt is a native package.Jelmer Vernooij1-0/+2
2008-07-18* python/pkgsrcrecords.cc:Michael Vogt3-1/+6
- add "Record" attribute to the PkgSrcRecord to access the full source record
2008-07-14* apt/package.py:Michael Vogt2-0/+10
- add "isAutoRemovable()" method
2008-07-04add missing test-dataMichael Vogt2-0/+1
2008-07-04* tests/test_hashsums.py:Michael Vogt4-1/+68
- add tests for the hashsum code
2008-07-04* python/apt_pkgmodule.cc:Michael Vogt3-4/+21
- 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-07-04update-poMichael Vogt1-45/+55
2008-07-04* debian/control:Michael Vogt2-2/+4
- move bzr branch to bzr.debian.org and update Vcs-Bzr
2008-06-18merged from mvo branchegon7-7/+98
2008-06-13make the changelog match the debian uploadMichael Vogt1-7/+7
2008-06-13* apt/cache.py:Michael Vogt2-1/+13
- add "memonly" option to apt.Cache() to force python-apt to not touch the pkgcache.bin file (this works around a possible race condition in the pkgcache.bin handling)
2008-06-12merged from debian-sidMichael Vogt1-3/+3
2008-05-28make MirrorsFile arch specific tooMichael Vogt3-5/+8
2008-05-28security is only on ports.ubuntu.com now tooMichael Vogt1-2/+4
2008-05-28* aptsources/distinfo.py:Michael Vogt3-2/+15
- support arch specific BaseURI and MatchURI in the distinfo template
2008-05-05* debian/README.source: Michael Vogt2-0/+5
- added (basic) documentation how to build python-apt
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-02-19uploaded as 0.7.5Michael Vogt1-3/+3
2008-02-19* use the new CacheFile::ListUpdate() codeMichael Vogt83-3309/+5240
* add example in doc/examples/update.py * python/pkgrecords.cc: - export the Homepage field * python/tar.cc: - fix .lzma extraction (thanks to bigjools) * python/sourcelist.cc: - 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-19fix changelog entryMichael Vogt1-1/+1
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-18* python/tar.cc:Michael Vogt2-0/+4
- fix .lzma extraction (thanks to bigjools)
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-06merged from the debian-sid branchMichael Vogt1-0/+3