Wirawan Purwanto
|
4fbf85d503
|
* Added function_name to obtain the name given to a function.
|
11 years ago |
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.
|
12 years ago |
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).
|
12 years ago |
wirawan
|
7017fdc6af
|
* Committing all dirty work to CVS. We are migrating to GIT.
Beware: changes in this commit may or may not work properly.
|
13 years ago |
wirawan
|
1181a7e516
|
* Add descriptive error message.
|
13 years ago |
wirawan
|
cf46af2bc2
|
* Simple function rename: make_unbound_method -> make_unbound_instance_method.
|
13 years ago |
wirawan
|
94c1651586
|
* wpylib.py.im_weakref: weakref for instance method.
Copied from Linux Screen Reader project.
|
14 years ago |
wirawan
|
ceb8f35ec3
|
* Creating wpylib.py module to contain all python-level hacks.
Submodules are available for specialized and more complicated hacks.
|
14 years ago |