summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
AgeCommit message (Expand)Author
2016-07-20Add a default-value bool flag pretty_print to the StructuredData Dump methods.Jason Molenda
2016-06-24Fix an issue where the @lldb.command marker would not work with the new 5-arg...Enrico Granata
2016-03-24Make File option flags consistent for Python APIStephane Sezer
2016-03-22Unicode support on Win32.Zachary Turner
2016-01-25Fix swig typemap for SBEvent.Zachary Turner
2016-01-13Fix an issue where scripted commands would not actually print any of their ou...Enrico Granata
2016-01-11Introduce a PythonBytes class into PythonDataObjects.Zachary Turner
2015-11-16Python3 - Fix some issues related to `PythonFile` class.Zachary Turner
2015-11-13Modernize FormatBacktrace() and make portable for Python 3.Zachary Turner
2015-11-12Fix non-Windows build after r252906.Zachary Turner
2015-11-12Begin converting uses of PyCallable to PythonCallable.Zachary Turner
2015-11-11Create `PythonTuple` and `PythonCallable` wrapper classes.Zachary Turner
2015-11-11Add a `PythonModule` class, and a root-level method for resolving names.Zachary Turner
2015-10-20Fix potential file i/o problem with python handles.Zachary Turner
2015-10-16Convert SWIG typemap string operations to PythonObjects.Zachary Turner
2015-10-16Update SWIG typemaps to use `PythonFile`.Zachary Turner
2015-10-15Introduce a `PythonFile` object, and use it everywhere.Zachary Turner
2015-10-14Get Python unit tests working with Python 3.Zachary Turner
2015-10-14Minor cleanup on PythonDataObject constructors.Zachary Turner
2015-10-13Fix ref counting of Python objects.Zachary Turner
2015-10-09Port native Python-API to 3.xZachary Turner
2015-07-30Convert the ScriptInterpreter system to a plugin-based one.Zachary Turner