aboutsummaryrefslogtreecommitdiff
path: root/lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-471/+449
2016-08-11Fix unit tests on windowsPavel Labath1-1/+1
2016-08-10Fix a problem where if a uint64_t value is placed into a python dictionary an...Greg Clayton1-0/+24
2016-02-25Fix PythonDataObjectsTests for python 2Pavel Labath1-2/+1
2016-02-03Fix sign conversion warnings in LLDB Python unittestsReid Kleckner1-19/+18
2016-01-25Fix swig typemap for SBEvent.Zachary Turner1-0/+14
2016-01-11Introduce a PythonBytes class into PythonDataObjects.Zachary Turner1-0/+21
2015-11-13gtest - Make a `PythonTestSuite` base class for setup / teardown.Zachary Turner1-17/+5
2015-11-11Create `PythonTuple` and `PythonCallable` wrapper classes.Zachary Turner1-11/+132
2015-11-11Add a `PythonModule` class, and a root-level method for resolving names.Zachary Turner1-0/+60
2015-10-16Convert SWIG typemap string operations to PythonObjects.Zachary Turner1-0/+11
2015-10-15Introduce a `PythonFile` object, and use it everywhere.Zachary Turner1-0/+9
2015-10-14Get Python unit tests working with Python 3.Zachary Turner1-260/+173
2015-10-13Fix ref counting of Python objects.Zachary Turner1-43/+94
2015-10-09Port native Python-API to 3.xZachary Turner1-0/+411