| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2008-09-18 | add "SelState{Unknown,Install,Hold,DeInstall,Purge}" constant | Michael Vogt | 2 | -1/+7 | |
| 2008-09-18 | * python/apt_pkgmodule.cc: | Michael Vogt | 4 | -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 Vogt | 2 | -23/+31 | |
| - make the test work again | |||||
| 2008-08-23 | * aptsources/__init__.py, aptsources/distinfo.py: | Michael Vogt | 2 | -0/+7 | |
| - run apt_pkg.init() when aptsources gets imported and not the distinfo function | |||||
| 2008-08-23 | do not run apt_pkg.init() in the middle of a function, that *destroys* all ↵ | Michael Vogt | 1 | -1/+0 | |
| custom config data | |||||
| 2008-08-15 | * python/progress.cc: | Michael Vogt | 3 | -3/+8 | |
| - when pulse() does not return a boolean assume "true" (thanks to Martin Pitt for telling me about the problem) | |||||
| 2008-07-31 | add test_debextract.py | Michael Vogt | 1 | -0/+13 | |
| 2008-07-31 | * python/apt_instmodule.cc: | Michael Vogt | 1 | -2/+2 | |
| - fix bug in Rootdir cwd code | |||||
| 2008-07-31 | * python/apt_instmodule.cc: | Michael Vogt | 4 | -4/+23 | |
| - do not change working dir in debExtractArchive() (LP: #184093) | |||||
| 2008-07-31 | fix GetCandidateVer() reporting incorrect versions after | Michael Vogt | 3 | -3/+8 | |
| SetCandidateVer() was used. Thanks to Julian Andres Klode for the test-case (LP: #237372) | |||||
| 2008-07-31 | * apt/cache.py: | Michael Vogt | 2 | -0/+5 | |
| - support "in" in apt.Cache() (LP: #251587) | |||||
| 2008-07-30 | * python/cache.cc: | Michael Vogt | 3 | -11/+23 | |
| - fix crash if Ver.PriorityType() returns NULL | |||||
| 2008-07-25 | close the right bug for the missing lenny template | Michael Vogt | 1 | -1/+1 | |
| 2008-07-25 | * aptsources/distinfo.py: | Michael Vogt | 2 | -16/+31 | |
| - fix template matching for arch specific code (LP: #244093) | |||||
| 2008-07-25 | * data/templates/Debian.info.in: | Michael Vogt | 2 | -0/+30 | |
| - add 'lenny' template info | |||||
| 2008-07-22 | * data/templates/Debian.info.in: | Michael Vogt | 4 | -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 Rocca | 2 | -2/+3 | |
| - Fix config.py --help (closes: #257007) | |||||
| 2008-07-21 | * data/templates/Debian.info.in: | Emanuele Rocca | 3 | -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 Vogt | 2 | -7/+2 | |
| - remove the arch-build target, we have bzr-builddeb now | |||||
| 2008-07-18 | merged from Jelmer Vernooij (thanks!) | Michael Vogt | 1 | -0/+2 | |
| 2008-07-18 | Add bzr builddeb magic to indicate python-apt is a native package. | Jelmer Vernooij | 1 | -0/+2 | |
| 2008-07-18 | * python/pkgsrcrecords.cc: | Michael Vogt | 3 | -1/+6 | |
| - add "Record" attribute to the PkgSrcRecord to access the full source record | |||||
| 2008-07-14 | * apt/package.py: | Michael Vogt | 2 | -0/+10 | |
| - add "isAutoRemovable()" method | |||||
| 2008-07-04 | add missing test-data | Michael Vogt | 2 | -0/+1 | |
| 2008-07-04 | * tests/test_hashsums.py: | Michael Vogt | 4 | -1/+68 | |
| - add tests for the hashsum code | |||||
| 2008-07-04 | * python/apt_pkgmodule.cc: | Michael Vogt | 3 | -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-04 | update-po | Michael Vogt | 1 | -45/+55 | |
| 2008-07-04 | * debian/control: | Michael Vogt | 2 | -2/+4 | |
| - move bzr branch to bzr.debian.org and update Vcs-Bzr | |||||
| 2008-06-18 | merged from mvo branch | egon | 7 | -7/+98 | |
| 2008-06-13 | make the changelog match the debian upload | Michael Vogt | 1 | -7/+7 | |
| 2008-06-13 | * apt/cache.py: | Michael Vogt | 2 | -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-12 | merged from debian-sid | Michael Vogt | 1 | -3/+3 | |
| 2008-05-28 | make MirrorsFile arch specific too | Michael Vogt | 3 | -5/+8 | |
| 2008-05-28 | security is only on ports.ubuntu.com now too | Michael Vogt | 1 | -2/+4 | |
| 2008-05-28 | * aptsources/distinfo.py: | Michael Vogt | 3 | -2/+15 | |
| - support arch specific BaseURI and MatchURI in the distinfo template | |||||
| 2008-05-05 | * debian/README.source: | Michael Vogt | 2 | -0/+5 | |
| - added (basic) documentation how to build python-apt | |||||
| 2008-05-05 | * data/templates/Ubuntu.info.in: | Michael Vogt | 2 | -0/+54 | |
| - added ubuntu 'intrepid' | |||||
| 2008-04-30 | aptsources/distro.py: fix typo (thanks to cjwatson) | Michael Vogt | 1 | -1/+1 | |
| 2008-02-19 | uploaded as 0.7.5 | Michael Vogt | 1 | -3/+3 | |
| 2008-02-19 | * use the new CacheFile::ListUpdate() code | Michael Vogt | 83 | -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-19 | fix changelog entry | Michael Vogt | 1 | -1/+1 | |
| 2008-02-18 | * python/apt_pkgmodule.cc: | Michael Vogt | 75 | -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 Vogt | 74 | -3217/+5158 | |
| - support GetIndexes() GetAll argument to implement something like --print-uris | |||||
| 2008-02-11 | apt/package.py: make the homepage field accessable | Michael Vogt | 1 | -0/+8 | |
| 2008-02-11 | * python/pkgrecords.cc: | Michael Vogt | 2 | -0/+4 | |
| - export the Homepage field | |||||
| 2008-01-18 | * python/tar.cc: | Michael Vogt | 2 | -0/+4 | |
| - fix .lzma extraction (thanks to bigjools) | |||||
| 2008-01-08 | doc/examples/gui-inst.py: | Michael Vogt | 1 | -42/+13 | |
| - update to reflect the current features | |||||
| 2008-01-07 | update to latest ListUpdate() | Michael Vogt | 1 | -1/+2 | |
| 2008-01-04 | * use the new CacheFile::ListUpdate() code | Michael Vogt | 5 | -51/+32 | |
| * add example in doc/examples/update.py | |||||
| 2007-12-06 | merged from the debian-sid branch | Michael Vogt | 1 | -0/+3 | |
