12 Commits

Author SHA1 Message Date
Wirawan Purwanto
6f91f61db4 * Syntax correction. 2015-08-19 17:48:42 -04:00
Wirawan Purwanto
67f6e7bede * Module wpylib.py.introspection: Tools for aiding introspection in python.
* Added function: name_rlookup().
  Imported from Cr2 analysis script, original name was: search_var_name.
  No edit has been made yet.
2015-08-19 17:44:38 -04:00
Wirawan Purwanto
bec94cb8c0 * Documentation update. 2015-04-03 16:09:37 -04:00
Wirawan Purwanto
7568f5874e * Added a tool to create bound instance method with weak ref to the instance. 2015-03-16 18:07:18 -04:00
Wirawan Purwanto
4fbf85d503 * Added function_name to obtain the name given to a function. 2014-01-31 10:06:33 -05:00
Wirawan Purwanto
b58ea30ba8 * Added a facility to catch exception while capturing stdout, and deliver
the output printed so far (to stderr), plus re-raising the exception.
2012-08-24 16:31:48 -04:00
Wirawan Purwanto
f677dc1a81 * Added wpylib.py.stdout_capture as a hack tool to capture sys.stdout
output of a given function call (and its child subroutines).
2012-08-10 10:13:18 -04:00
wirawan
7017fdc6af * Committing all dirty work to CVS. We are migrating to GIT.
Beware: changes in this commit may or may not work properly.
2011-10-06 19:15:05 +00:00
wirawan
1181a7e516 * Add descriptive error message. 2011-09-07 15:04:15 +00:00
wirawan
cf46af2bc2 * Simple function rename: make_unbound_method -> make_unbound_instance_method. 2011-08-31 18:26:18 +00:00
wirawan
94c1651586 * wpylib.py.im_weakref: weakref for instance method.
Copied from Linux Screen Reader project.
2011-06-08 15:50:07 +00:00
wirawan
ceb8f35ec3 * Creating wpylib.py module to contain all python-level hacks.
Submodules are available for specialized and more complicated hacks.
2011-06-08 15:29:14 +00:00