summaryrefslogtreecommitdiff
path: root/po/python-apt.pot
AgeCommit message (Collapse)AuthorFilesLines
2009-04-12apt/package.py: Handle cases where no candidate is available andJulian Andres Klode1-15/+15
one of the deprecated properties (e.g. candidateVersion) is requested. (Closes: #523801)
2009-03-08po/POTFILES.in: Add apt/package.py,apt/debfile.py,apt/progress/gtk2.pyJulian Andres Klode1-10/+82
2009-03-03* python/cache.cc, tests/getcache_mem_corruption.py:Michael Vogt1-1/+1
- test if progress objects have the right methods and raise error if not (thanks to Emanuele Rocca) closes: #497049
2009-01-29* apt/cache.py:Michael Vogt1-12/+7
- when setting a alternative rootdir, read the config from it as well * python/configuration.cc, python/apt_pkgmodule.cc: - add apt_pkg.ReadConfigDir()
2009-01-09* setup.py, doc/source/conf.py: Fix building by adding build/lib* to PYTHONPATHJulian Andres Klode1-1/+1
We now build the extension first, and then the documentation. Also add the text docs.
2009-01-09* Introduce the new documentation and add 0.7.9~exp2 to changelog.Julian Andres Klode1-6/+6
The new documentation is built using sphinx (>= 0.5) [other versions may work too, but let's be safe].
2008-11-24merged from the consolidation-bracn (with some modificatins)Michael Vogt1-56/+89
2008-08-15* python/progress.cc:Michael Vogt1-1/+1
- when pulse() does not return a boolean assume "true" (thanks to Martin Pitt for telling me about the problem)
2008-07-31* python/apt_instmodule.cc:Michael Vogt1-1/+1
- do not change working dir in debExtractArchive() (LP: #184093)
2008-07-31fix GetCandidateVer() reporting incorrect versions afterMichael Vogt1-1/+1
SetCandidateVer() was used. Thanks to Julian Andres Klode for the test-case (LP: #237372)
2008-07-30* python/cache.cc:Michael Vogt1-10/+15
- fix crash if Ver.PriorityType() returns NULL
2008-07-18* python/pkgsrcrecords.cc:Michael Vogt1-1/+1
- add "Record" attribute to the PkgSrcRecord to access the full source record
2008-07-04* tests/test_hashsums.py:Michael Vogt1-1/+1
- add tests for the hashsum code
2008-07-04* python/apt_pkgmodule.cc:Michael Vogt1-1/+1
- 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-02-18* python/apt_pkgmodule.cc:Michael Vogt1-1/+1
- 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-44/+64
- support GetIndexes() GetAll argument to implement something like --print-uris
2007-07-30* apt/debfile.py:Michael Vogt1-5/+5
- added wrapper around apt_inst.debExtract() - support dictionary like access * python/apt_instmodule.cc: - added arCheckMember()
2007-04-10* push local changesSebastian Heinlein1-1/+19
2007-03-22* Update the translationsSebastian Heinlein1-4/+9
2007-03-22* Import the translations from software-propertiesSebastian Heinlein1-1/+1
* Update translations
2007-01-26* also install aptsourcesSebastian Heinlein1-0/+269
* switch to cdbs * add a pot file * setup the POTFILES.in