Commit Graph

6 Commits

Author SHA1 Message Date
Wirawan Purwanto
140b3b699c * Added wpylib.interactive_tools.printstr class to facilitate logging of
print-ed output in interactive python sessions.
2012-05-17 12:29:30 -04:00
Wirawan Purwanto
14303979f1 * Recorded down some notes/caveat for init_interactive(). 2012-02-16 13:53:58 -05:00
Wirawan Purwanto
4194344891 * init_interactive() returns True if interactive session is detected; False
otherwise.
2012-02-16 13:45:46 -05:00
Wirawan Purwanto
1674bfd256 * Added workaround so at least interactive python detection works
(although not perfectly) in python <= 2.5.
2012-02-16 13:32:55 -05:00
wirawan
1e3d236b1c * Completing initial version of interactive tool support: added interactive
mode detection (plain python, `python -i', and ipython supported),
  and my canned initialization for interactive python environment
  (like MYSELF, ARGV).
2011-07-18 15:48:52 +00:00
wirawan
c62735c225 * Placeholder for interactive python support. 2010-01-22 18:46:27 +00:00