Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/python
AgeCommit message (Expand)AuthorFilesLines
2013-05-17Copyright year is updated in files that changed in 2013Eugene Tarassov2-2/+2
2013-03-28TCF Python: Initial sample for usersFrederic Leger1-0/+655
2013-01-16TCF Python: Bug 397827 - Use relative imports inside tcf package modulesFrederic Leger62-1060/+1983
2013-01-04TCF Python: Bug 397360 - Bug in ExpressionProxy.getContextJerome Guiban1-2/+2
2012-10-29TCF Python: Bug 392892 - Pathmap service does not handle pathmap eventsFrederic Leger2-13/+60
2012-10-23TCF Python: Ignore .pyc filesAnton Leherbauer1-0/+1
2012-10-23TCF Python: Bug 392583 - Fix packet header removalBenoit Perrin1-1/+2
2012-09-24TCF Python: Bug 390178 - Missing APIs/properties in python servicesFrederic Leger20-522/+1307
2012-08-06TCF Python: Bug 386552 - Missing processes properties in processes_v1.pyFrederic Leger1-9/+19
2012-07-20TCF Python: Bug 385160 - Memory.set command fails to generate the errorJerome Guiban1-3/+3
2012-06-25TCF Python: Bug 382488 - Trailing comma at the end of the TYPE_SOFTWAREFrederic Leger1-94/+118
2012-06-11TCF Python: Bug 382099 - FileSystemProxy copy command must remove idLaura Le Padellec1-1/+1
2012-06-04TCF Python: Bug 381578 - mkdir missing pathLaura Le Padellec1-35/+108
2012-05-31Fix locator service updating peer attributes.Anton Leherbauer3-70/+134
2012-05-16Bug 379583 - runcontrol service interface lacks some APIsFrederic Leger1-66/+168
2012-04-17Bug 376883 - ContextQuery service is missingManuel Coutand2-0/+124
2012-03-12TCF Python: Bug 373655 - EventQueue.py refers to unexisting variable inFrederic Leger1-9/+15
2012-03-02TCF Python: Bug 372940 - LocatorService on Linux is not able to getFrederic Leger1-14/+67
2012-02-28TCF Python: Bug 372735 - LocatorService fails to parse peer attributesAnton Leherbauer1-34/+39
2012-02-27TCF Python: Follow up on fix for bug 372472Chris Wyse1-1/+1
2012-02-24TCF Python: Bug 372472 - Memory error handling & attached propertyChris Wyse2-5/+5
2012-02-24TCF Python: Improve BasicTests and make PEP8 compliantAnton Leherbauer1-88/+228
2012-02-24TCF Python: Bug 372346 - Missing service support for Expressions andBenoit Perrin4-12/+162
2012-02-24TCF Python: Bug 372341 - terminals services is missing some of the APIsFrederic Leger1-9/+38
2012-02-24TCF Python: Bug 372304 - SysMonitorProxy calls for doneGetCommandLine()Frederic Leger1-2/+2
2012-02-03TCF Python: Fix TerminalProxy typosAnton Leherbauer1-10/+12
2012-02-03TCF Python: Remove bogus commas from constant assignmentsAnton Leherbauer1-12/+12
2012-01-27TCF Python: Fix FileSystemException constructor to accept also unicodeAnton Leherbauer1-5/+5
2012-01-26TCF Python: Fix dangerous assignments to reserved namesAnton Leherbauer9-56/+55
2012-01-26TCF Python: Fix assignment to reserved name 'len'Anton Leherbauer1-3/+4
2012-01-26TCF Python: Unify line endings.Anton Leherbauer2-52/+52
2012-01-26TCF Python: Fix FileSystemCommand._toSFError conversion bugsAnton Leherbauer1-8/+11
2012-01-23TCF Python: Unify line endings.Anton Leherbauer58-11715/+11716
2012-01-20TCF Python: Fix typos in FileSystemProxyAnton Leherbauer1-9/+9
2012-01-12TCF Python: Fix wrong slice boundAnton Leherbauer1-2/+2
2012-01-10TCF Python: Fix bogus MemoryProxy._toContextArrayAnton Leherbauer1-5/+7
2012-01-10TCF Python: Fix missing initialization of listener mapAnton Leherbauer1-1/+2
2011-11-14TCF Python: Fixed wrong slice boundsAnton Leherbauer1-1/+1
2011-11-09TCF Python: Fixed TypeErrors in CodeArea.__str__()Anton Leherbauer1-5/+5
2011-11-07TCF Python: Fixed wrong python API usageAnton Leherbauer1-2/+2
2011-11-07TCF Python: Fixed typoAnton Leherbauer1-1/+1
2011-10-25TCF Python: Fixed channel redirectAnton Leherbauer3-25/+31
2011-10-25TCF Python: Fix missing listeners initialization in StreamsProxyAnton Leherbauer1-0/+1
2011-10-24TCF Python: Clarify doc for ProcessesV1.startAnton Leherbauer1-1/+1
2011-10-20TCF Python: Fixed missing argument to RunContext constructorAnton Leherbauer1-4/+4
2011-06-08TCF Python: Added support for CONF_PEERS_REMOVEDaleherbau2-45/+75
2011-06-03TCF Python: Replace has_key with 3.x compatible 'in'aleherbau4-6/+6
2011-06-03TCF Python: Fixed locator forgetting discovered peers, peer display in the shellaleherbau3-4/+4
2011-06-01TCF Python: Fixed import error when running tcf/shell.pyaleherbau2-2/+8
2011-05-31TCF Python: Start discovery on demand onlyaleherbau4-20/+66

Back to the top