summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
2007-10-18yum: Added lockingTim Lauridsen1-0/+14
2007-10-17Added repo support to backend python baseTim Lauridsen1-0/+22
2007-10-16Fix License and copyright notices.Robin Norwood3-12/+30
2007-10-16Handle "Locked" signals in packagekit.frontendTom Parker1-1/+1
2007-10-15Another non-script that's executableRobin Norwood1-1/+0
2007-10-15This file should not be executible - no shebang.Robin Norwood1-1/+0
2007-10-15* Implemented install-file in yum backendTim Lauridsen1-0/+8
2007-10-14Backend filter cleanups.Luke Macken1-1/+7
2007-10-12Merge branch 'master' of git+ssh://rnorwood@git.packagekit.org/srv/git/Packag...Robin Norwood1-1/+2
2007-10-12Added STATE_WAIT, currently used to when a refresh needs to happen before ano...Ken VanDine1-1/+2
2007-10-10Merge branch 'master' of git+ssh://rnorwood@git.packagekit.org/srv/git/Packag...Robin Norwood1-0/+6
2007-10-10Add gpg key notificationRobin Norwood1-0/+16
2007-10-10Add "depends" call to pk-frontend-test.pyTom Parker1-0/+6
2007-10-03remove trailing backspace in all the filesRichard Hughes3-20/+20
2007-10-02Merge branch 'master' of git+ssh://rnorwood@git.packagekit.org/srv/git/Packag...Robin Norwood1-0/+7
2007-10-02Add support for size of package and list of included files from the descripti...Robin Norwood3-5/+13
2007-10-02implement resolve in backend base & in yum backendTim Lauridsen1-0/+7
2007-10-01fix description of ResolveRobin Norwood1-3/+3
2007-10-01Add all of the existing methods an signal handlers to frontend.pyRobin Norwood2-4/+261
2007-09-30switch the Package signal to use enumerated types rather than magic numbersRichard Hughes1-1/+12
2007-09-27Add quick GetOldTransactions handler.Robin Norwood2-3/+45
2007-09-27Merge branch 'master' of git+ssh://rnorwood@git.packagekit.org/srv/git/Packag...Robin Norwood1-21/+13
2007-09-27use self.progress instead of just progressRobin Norwood1-4/+4
2007-09-27dbusException fixes in PackageKit.frontendTom Parker1-21/+13
2007-09-26Add description helper, and include release in output of yum backend's get_de...Robin Norwood1-0/+5
2007-09-26Add new tid stuff to python interfaceTom Parker1-3/+6
2007-09-26Merge branch 'master' of git+ssh://rnorwood@git.packagekit.org/srv/git/Packag...Robin Norwood3-219/+224
2007-09-26Add new signal handlers, include and at least name all arguments to template ...Robin Norwood2-18/+79
2007-09-26Add new tid stuff to python interfaceTom Parker1-4/+6
2007-09-26Renamed python/pkt -> python/pk-frontend-test.py & make it use import package...Tim Lauridsen2-1/+19
2007-09-26moved frontend python code from packagekit/__init__.py to frontend.pyTim Lauridsen2-157/+157
2007-09-25* Moved python/__init__.py python/packagekit/__init__.pyTim Lauridsen2-0/+248
2007-09-24Renaming PackageKit python module to packagekit per http://www.python.org/dev...Robin Norwood1-1/+1
2007-09-24- Fix some typos - missing 'self' in object methodsRobin Norwood1-4/+12
2007-09-21Automake and configure changes to move packagekit.py to __init__.py. Also fi...Robin Norwood1-1/+1
2007-09-21Put the contents of packagekit.py into python's site-packages directory for e...Robin Norwood1-0/+0
2007-09-21no more, she can't take it anymore captainRichard Hughes2-6/+6
2007-09-21convert more job'ismsRichard Hughes1-1/+1
2007-09-21remove some of the job'ismsRichard Hughes1-2/+2
2007-09-17Sanitize command failures in pktTom Parker1-2/+5
2007-09-10Partial fix for job handling in python APITom Parker1-13/+15
2007-09-08Add python API, and convert pkt to using itTom Parker3-0/+231