summaryrefslogtreecommitdiff
path: root/lib/python
AgeCommit message (Expand)AuthorFilesLines
2021-01-12trivial: Fix a few Meson warningsHEADmasterMatthias Klumpp1-1/+0
2020-01-10Port to the meson build systemCorentin Noël4-29/+56
2018-12-01lib/python/packagekit/Makefile.am: Use the detected PYTHON versionJavier Jardón1-1/+1
2015-10-30Merge pull request #86 from EvaSDK/portage-backend-step2Richard Hughes1-11/+24
2015-10-28By popular demand, reintroduce the UpgradeSystem methodRichard Hughes1-0/+10
2015-10-02python: set steps on PackagekitProgress instanciationGilles Dartiguelongue1-10/+8
2015-10-02python: make PackagekitProgress an IterableGilles Dartiguelongue1-1/+16
2015-08-05yum: Add support for GetDetailsLocalRichard Hughes1-0/+11
2015-07-28yum: Record the UID of the session user in the yumdbRichard Hughes1-0/+7
2015-07-08Revert the yum backend removalRichard Hughes1-1/+1
2015-06-25python/backend: fixing parameter orderskullbocks1-1/+1
2015-06-18Fix Details() from spawned backendsRichard Hughes1-0/+1
2014-10-12Do not install the python helpers unless requiredRichard Hughes1-3/+2
2014-09-02yum: Remove the yum backendRichard Hughes1-1/+1
2014-02-25Update internal API and backends for Details changeGiovanni Campagna1-2/+2
2014-01-03trivial: Complete the GetDepends->DependsOn method renameRichard Hughes1-4/+4
2013-12-20Rename GetDepends and GetRequires to DependsOn and RequiredByMatthias Klumpp1-4/+4
2013-12-04Remove the UpgradeSystem methodRichard Hughes1-10/+0
2013-05-20Do not rely on Python2 to write UTF-8 stringsRichard Hughes1-26/+25
2013-01-24trivial: Try much harder not to write unicode stringsRichard Hughes1-18/+4
2013-01-23python: Do not use _UTF8Writer when using python3Richard Hughes1-37/+11
2012-10-29Convert Python scripts to Python3 and make it possible to use Python3Matthias Klumpp4-13/+15
2012-08-06Don't treat a dispatcher failure as an ignorable errorRichard Hughes1-1/+1
2012-07-10Remove the backend UpdateSystem actionRichard Hughes1-11/+0
2012-07-05Add a status parameter to Transaction::ItemProgress()Richard Hughes1-2/+2
2012-07-05trivial: Use 'item-progress' not 'item-percentage' for the spawned IPC commandRichard Hughes1-2/+2
2012-06-06Remove support for the deprecated Transaction.Subpercentage propertyRichard Hughes2-29/+4
2012-06-01Convert the python spawned backend helper to PkTransactionFlagsRichard Hughes1-73/+19
2012-04-04python: Speed up get_package_list()Tomáš Trnka1-4/+9
2011-12-09Add new roles SimulateRepairSystem and RepairSystemSebastian Heinlein1-0/+22
2011-11-28Fix item-percentage call in the spawned backend.Sebastian Heinlein1-0/+9
2011-10-27python: implement and use utf8 stream writer for stdout, stderrNils Philippsen1-0/+45
2011-10-15python: add initial Python3 compatibility (keeping Python2.7 support)Fabio Erculiani2-29/+60
2011-10-15python: use print() as functionFabio Erculiani3-36/+37
2011-10-09python: update exception code syntax, make it work with both Python2 and Python3Fabio Erculiani1-7/+7
2011-07-18Don't ship all the valid licences as enums anymoreRichard Hughes1-1/+3
2011-07-12python: Remove the native python libraryRichard Hughes7-1539/+1
2011-06-13Autogenerate the .gitignore files using git.mkRichard Hughes4-3/+7
2011-03-30Do not allow backends to output duplicate older packages when searching with ...Richard Hughes1-20/+67
2011-01-25trivial: fix up the pylint checker script to run with modern pylintsRichard Hughes1-1/+1
2011-01-10add speed backend methodAnders F Bjorklund1-0/+8
2010-12-10python: use SetHints now instead of SetLocale.Tim Waugh1-1/+1
2010-11-05trivial: Add the python stub for upgrade-systemRichard Hughes1-0/+10
2010-10-31yum: use the cache-age if set by the frontendRichard Hughes1-1/+1
2010-10-31Add a new hint, 'cache-age' to allow the frontend to control the maximum age ...Richard Hughes1-1/+8
2010-10-12Do not strip the trailing plus when comparing licences, as GPL+ exists, but G...Richard Hughes1-7/+0
2010-06-29Ensure filters are properly split for spawned backendsRichard Hughes1-8/+8
2010-05-10Python-Backend: Fix a typo in format_stringSebastian Heinlein1-1/+1
2010-03-17python: do not call finished before exiting the script due to an errorRichard Hughes1-2/+5
2010-03-03Break internal python API by supplying a list of filters to the backend, not ...Richard Hughes1-7/+7