| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
speedups:
+ 3.5: ~5% faster
+ 3.4: ~15% faster
+ 3.3/2.7/2.6: the same
BREAKING API 1: `XXOStream` not an instance of `XXOInfo`.
BREAKING API 2: `XXOinfo/XXOStream not inheritable.
(ie no `DeriveTest` class).
|
| |
|
|
|
|
| |
+ chrore(deps): depend on *contextlib2* for `ExitStack` in PY2.
+ refact(util): BREAKING API move consts out of utils.
+ style(pep8): fixe all sources.
|
| |
|
|
| |
autopep8 -v -j 8 --max-line-length 120 --in-place --recursive
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
| |
This fixes most of the import errors that came from using the
implicit relative imports that Python 2 supports. This also fixes
the use of `xrange`, which has replaced `range` in Python 3. The
same has happened for `izip`, which is also being aliased.
The octal number syntax changed in Python 3, so we are now
converting from strings using the `int` built-in function, which
will produce the same output across both versions of Python.
|
| | |
|
| | |
|
| | |
|
|
|
Submodule relinked to point to new github location, and moved as well
|