Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'python/todo.twiki')
-rw-r--r--python/todo.twiki84
1 files changed, 42 insertions, 42 deletions
diff --git a/python/todo.twiki b/python/todo.twiki
index 251c5ebb3..9be89a912 100644
--- a/python/todo.twiki
+++ b/python/todo.twiki
@@ -1,42 +1,42 @@
----+ TCF Python Scripting
-
----++ Features
- * [done] EventQueue
- * Transport types
- * [done] TCP
- * SSL
- * PIPE
- * LOOP
- * Service proxies:
- * [done] Breakpoints
- * [done] Locator
- * [done] RunControl
- * [done] StackTrace
- * [done] Symbols
- * [done] Registers
- * [done] Expressions
- * [done] LineNumbers
- * [done] Processes
- * [done] ProcessesV1
- * [done] FileSystem
- * [done] MemoryMap
- * [done] Memory
- * [done] PathMap
- * [done] Diagnostics
- * [done] Disassembly
- * [done] Streams
- * [done] Terminals
- * [done] SysMonitor
- * Local services:
- * [incomplete] ZeroCopy
- * [95%] Locator service (discovery)
- * iterate over network interfaces
- * Diagnostics service
- * Utilities:
- * [done] ACPM data cache
- * [done] TCFTask
- * [done] Event recording
- * [done] Simplified synchronous command invocation
- * File object implementation based on FileSystem service
- * [started] Interactive interpreter
- * Diagnostic tests
+---+ TCF Python Scripting
+
+---++ Features
+ * [done] EventQueue
+ * Transport types
+ * [done] TCP
+ * SSL
+ * PIPE
+ * LOOP
+ * Service proxies:
+ * [done] Breakpoints
+ * [done] Locator
+ * [done] RunControl
+ * [done] StackTrace
+ * [done] Symbols
+ * [done] Registers
+ * [done] Expressions
+ * [done] LineNumbers
+ * [done] Processes
+ * [done] ProcessesV1
+ * [done] FileSystem
+ * [done] MemoryMap
+ * [done] Memory
+ * [done] PathMap
+ * [done] Diagnostics
+ * [done] Disassembly
+ * [done] Streams
+ * [done] Terminals
+ * [done] SysMonitor
+ * Local services:
+ * [incomplete] ZeroCopy
+ * [95%] Locator service (discovery)
+ * iterate over network interfaces
+ * Diagnostics service
+ * Utilities:
+ * [done] ACPM data cache
+ * [done] TCFTask
+ * [done] Event recording
+ * [done] Simplified synchronous command invocation
+ * File object implementation based on FileSystem service
+ * [started] Interactive interpreter
+ * Diagnostic tests

Back to the top