summaryrefslogtreecommitdiffstats
path: root/lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp
Commit message (Expand)AuthorAgeFilesLines
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-471/+449
* Fix unit tests on windowsPavel Labath2016-08-111-1/+1
* Fix a problem where if a uint64_t value is placed into a python dictionary an...Greg Clayton2016-08-101-0/+24
* Fix PythonDataObjectsTests for python 2Pavel Labath2016-02-251-2/+1
* Fix sign conversion warnings in LLDB Python unittestsReid Kleckner2016-02-031-19/+18
* Fix swig typemap for SBEvent.Zachary Turner2016-01-251-0/+14
* Introduce a PythonBytes class into PythonDataObjects.Zachary Turner2016-01-111-0/+21
* gtest - Make a `PythonTestSuite` base class for setup / teardown.Zachary Turner2015-11-131-17/+5
* Create `PythonTuple` and `PythonCallable` wrapper classes.Zachary Turner2015-11-111-11/+132
* Add a `PythonModule` class, and a root-level method for resolving names.Zachary Turner2015-11-111-0/+60
* Convert SWIG typemap string operations to PythonObjects.Zachary Turner2015-10-161-0/+11
* Introduce a `PythonFile` object, and use it everywhere.Zachary Turner2015-10-151-0/+9
* Get Python unit tests working with Python 3.Zachary Turner2015-10-141-260/+173
* Fix ref counting of Python objects.Zachary Turner2015-10-131-43/+94
* Port native Python-API to 3.xZachary Turner2015-10-091-0/+411
OpenPOWER on IntegriCloud