* Upgrade to **brand new document** powerd by docsify * Add slot.SlotBase which is the base class for class using `__slots__` * Add compat.izip
0.6.2
-------------------
**Enhancements**
* Add ``exception.default_if_except`` which excepts given exceptions and return default value as decorator.
0.6.1
-------------------
**Enhancements**
* Add ``dt.timer`` which can time how long does calling take as a context manager or decorator.
0.6.0
-------------------
**Enhancements**
* Add ``path.filename`` which return the filename without extension. * Add ``path.fileext`` which return the file extension. * Update stub for ``requests.check_connect``.
0.5.2
-------------------
**Enhancements**
* Add ``system.preferredencoding`` which gets best encoding for the system. * Add ``request.update_query_params`` which update query params of given url and return new url. * Update stub for ``requests.check_connect``.