**Features**
- Improved the way ``linecache`` is used: now the number of files to be put
into the ``linecache`` is limited to 100. The eviction is done by implementing
recently used strategy.
[convtools-ita 9](https://github.com/itechart/convtools/issues/9)
- - introduced ``c.join``
- improved & fixed pipes (code with side-effects piped to a constant)
[convtools-ita 10](https://github.com/itechart/convtools/issues/10)