Refactor: python: Clean up minor problems in JournalObj.
- Define delegate in init, and call it self._delegate.
- Define hitLimit in init, and call it self._hit_limit.
- Rename outLines and errLines in async_complete to out and err.
- Rename foundCursor to found_cursor.