- Python2 build (
d65fb40
)
- Add c2dat lookup to Commit class: it may be better suited as a standalone function for bulk lookup of commit properties without instantiating any commits (
4737f10
)
- Added first author property to Blob class (
da1a0bc
)
- Trying to fix build by dropping py2 (
103ad5b
) - Manylinux is not on default docker registry (
afef5dd
) - Fixing docker image to manylinux2010 and using std=g11 flag instead of c99 (
24f6dac
) - Giving up on manylinux2010 until fix is found: use userland install (
6f7ca49
) - Moving back to unsupported manylinux2010 to try to fix build error (
583dcc9
) - Moving back to unsupported manylinux2010 to try to fix build error (
aa2ded7
) - Moving back to unsupported manylinux2010 to try to fix build error (
0c9d6bb
) - Dropping c99 to avoid posix incompatibilities (
96d6f8e
) - Dropping c99 to avoid posix incompatibilities (
d7ed3fb
)
- Disable production warnings in pages build environment (
8cde418
) - Make oscar importable by sphinx (
307dcc4
) - Fix classes autodoc (
285b5b6
)
- Prevent semantic release from ruining manylinux builds (
0cf11ec
)
- Apparently only Python2 needs *mu tag, Python3 should use *m one (
3754db1
) - Use wide unicode tags for wheels (cp27mu and cp36mu, as most Linux distributions use those) (
afc609b
)
- Yet another ci debugging commit (
4aa52f3
) - Remove non-manylinux binaries to fix release uploads (
79ed5ee
)
- Readability fixes (
7ee4f49
)
- Prevent semantic-release from deleting built packages (
ba7f468
)
- Version bump (
6eef010
)
- Include statically linked libtokyocabinet support (
97db8b4
) - Py2 compatibility (
cdd5af3
) - Python3 support (
941f123
) - Automatic version and key length detection (
899a74f
) - Issue warnings on hosts other than da4 (
c0ba613
)
- Update Py version requirements in setup.py (
2e3a912
) - Issues revealed by integration test (
d8a4713
) - Numerous regressions because of Py3 compatibility (
c01722f
) - Make
Commit
attributes Py3 compatible (f16f80c
) - Numerous Py2/3 compatibility issues (
408cddc
) - Lint checker warnings (
9e04ed5
) - Restore new table names for commits timeline table after merge conflict) (
feb6e98
) - Cleanup after undergrads (
2056d38
)