- Compatible with main module.
- Added support to update callable object. *
- Added support to update function annotation.
- Added and fixed test case.
- Fixed python 3 compatibility issue.
- Refined README.
- Removed pydevd dependency.
- Removed limitation that functions with decorators cannot be handled. *
- Added support to update function closure. *
- Added code object name check to avoid update monkey patched code. *
- Refined reload hooks. (eg, xreload_old_new and xreload_after_reload_update)
- Fixed file attribute in namespace so they will be updated.
- Fixed compiled python file support.
- Fixed reload failed when python code compiled from different paths.