summaryrefslogtreecommitdiffstats
path: root/lldb/unittests/ScriptInterpreter/Python
Commit message (Expand)AuthorAgeFilesLines
* Initialize the Python script interpreter lazily (i.e. not at debugger startup)Enrico Granata2016-04-121-0/+1
* 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
* Fix a bug in PythonExceptionState and add unittest coverage.Zachary Turner2015-11-131-0/+53
* Introduce a `PythonExceptionState` class.Zachary Turner2015-11-132-0/+122
* gtest - Make a `PythonTestSuite` base class for setup / teardown.Zachary Turner2015-11-134-17/+74
* 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-092-0/+417
OpenPOWER on IntegriCloud