- Preserve case for "hostnames" in GO URIs. - Allow in host part of Globus Online URIs. - preserve trailing slashes on URL paths - move sources into src/ - fix version strings. again. - fix id counters to start from 0 - fix comment parsing fix in second json read
- implemented lease manager (manage finite set of resources with finite lifetime over multiple threads) - implemented DebugHelper class (prints stack traces for all threads on SIGUSR1 - implement decorator for class method timings - cache configuration settings on logger creation, which significantly speeds up logging over different log objects - remove deepcopy from configuration management (improves performance) - add wildcard expanstion on dict_merge - make pymongo and nose dependencies optional