Wed, 06 Nov 2019 11:27:36 +0100 |
Philippe Pepiot |
Stop building python2 wheels and workaround broken py38 wheel
|
changeset |
files
|
Wed, 06 Nov 2019 11:20:56 +0100 |
Philippe Pepiot |
Drop debian python2 packaging
|
changeset |
files
|
Wed, 06 Nov 2019 11:14:50 +0100 |
Philippe Pepiot |
Drop python2 tests from tox configuration
|
changeset |
files
|
Wed, 06 Nov 2019 11:13:17 +0100 |
Philippe Pepiot |
Drop rpm packaging
|
changeset |
files
|
Wed, 26 Jun 2019 09:01:30 +0200 |
Denis Laxalde |
Added tag 0.35.2, debian/0.35.2 for changeset 6dade00934bb
|
changeset |
files
|
Wed, 26 Jun 2019 09:00:38 +0200 |
Denis Laxalde |
[pkg] Version 0.35.2
0.35.2 debian/0.35.2
|
changeset |
files
|
Tue, 04 Jun 2019 11:53:03 +0200 |
Jérémy Bobbio |
Update Debian packaging
|
changeset |
files
|
Fri, 15 Feb 2019 15:46:02 +0100 |
Simon Chabot |
autopep8: F501 line too long
|
changeset |
files
|
Wed, 13 Feb 2019 19:10:43 +0100 |
Simon Chabot |
autopep8: F841 undefined name
|
changeset |
files
|
Wed, 13 Feb 2019 19:01:27 +0100 |
Simon Chabot |
autopep8: F841 local variable is assinged but never used
|
changeset |
files
|
Wed, 13 Feb 2019 18:51:26 +0100 |
Simon Chabot |
autopep8: F401 imported but unused
|
changeset |
files
|
Wed, 13 Feb 2019 18:41:43 +0100 |
Simon Chabot |
autopep8: E731 do not assign a lambda expression, use a def
|
changeset |
files
|
Wed, 13 Feb 2019 18:36:40 +0100 |
Simon Chabot |
autopep8: E402 module level import not at top of file
|
changeset |
files
|
Wed, 13 Feb 2019 18:28:29 +0100 |
Simon Chabot |
autopep8: E265 block comment should start with '# '
|
changeset |
files
|
Wed, 13 Feb 2019 18:25:45 +0100 |
Simon Chabot |
autopep8: E261 at least two spaces before inline comment
|
changeset |
files
|
Wed, 13 Feb 2019 18:24:25 +0100 |
Simon Chabot |
autopep8: fix E127 continuation line over-indented for visual indent
|
changeset |
files
|
Wed, 13 Feb 2019 18:14:10 +0100 |
Simon Chabot |
autopep8: fix E203 whitespace before ':'
|
changeset |
files
|
Wed, 13 Feb 2019 17:30:46 +0100 |
Philippe Pepiot |
Add flake8 tests in tox configuration
|
changeset |
files
|
Wed, 13 Feb 2019 17:27:26 +0100 |
Philippe Pepiot |
flake8: fix E714 test for object identity should be 'is not'
|
changeset |
files
|
Wed, 13 Feb 2019 17:25:37 +0100 |
Philippe Pepiot |
autopep8: fix E225 missing whitespace around operator
|
changeset |
files
|
Wed, 13 Feb 2019 17:24:55 +0100 |
Philippe Pepiot |
flake8: fix E713 test for membership should be 'not in'
|
changeset |
files
|
Wed, 13 Feb 2019 17:23:28 +0100 |
Philippe Pepiot |
autopep8: fix E262 inline comment should start with '# '
|
changeset |
files
|
Wed, 13 Feb 2019 17:22:45 +0100 |
Philippe Pepiot |
autopep8: fix E129 visually indented line with same indent as next logical line
|
changeset |
files
|
Wed, 13 Feb 2019 17:22:18 +0100 |
Philippe Pepiot |
autopep8: fix E128 continuation line under-indented for visual indent
|
changeset |
files
|
Wed, 13 Feb 2019 17:15:44 +0100 |
Philippe Pepiot |
flake8: fix E722 do not use bare 'except'
|
changeset |
files
|
Wed, 13 Feb 2019 17:12:08 +0100 |
Philippe Pepiot |
autopep8: fix E227 missing whitespace around bitwise or shift operator
|
changeset |
files
|
Wed, 13 Feb 2019 17:11:54 +0100 |
Philippe Pepiot |
autopep8: fix E225 missing whitespace around operator
|
changeset |
files
|
Wed, 13 Feb 2019 17:11:31 +0100 |
Philippe Pepiot |
autopep8: fix E221 multiple spaces before operator
|
changeset |
files
|
Wed, 13 Feb 2019 17:08:31 +0100 |
Philippe Pepiot |
autopep8: fix E231 missing whitespace after ','
|
changeset |
files
|
Wed, 13 Feb 2019 17:07:13 +0100 |
Philippe Pepiot |
autopep8: fix E301/E302 expected 1/2 blank line, found 0/1
|
changeset |
files
|
Wed, 13 Feb 2019 17:06:44 +0100 |
Philippe Pepiot |
autopep8: fix E306 expected 1 blank line before a nested definition, found 0
|
changeset |
files
|
Wed, 13 Feb 2019 17:06:17 +0100 |
Philippe Pepiot |
autopep8: fix E401 multiple imports on one line
|
changeset |
files
|
Wed, 13 Feb 2019 17:05:19 +0100 |
Philippe Pepiot |
autopep8: fix E702 multiple statements on one line (semicolon)
|
changeset |
files
|
Wed, 13 Feb 2019 17:04:16 +0100 |
Philippe Pepiot |
autopep8: fix W391 blank line at end of file
|
changeset |
files
|
Wed, 13 Feb 2019 17:03:33 +0100 |
Philippe Pepiot |
autopep8: fix W291 trailing whitespace
|
changeset |
files
|
Wed, 13 Feb 2019 15:36:13 +0100 |
Denis Laxalde |
autopep8: fix E125 continuation line with same indent as next logical line
|
changeset |
files
|
Wed, 13 Feb 2019 15:34:51 +0100 |
Denis Laxalde |
autopep8: fix E124 closing bracket does not match visual indentation
|
changeset |
files
|
Wed, 13 Feb 2019 15:31:44 +0100 |
Denis Laxalde |
Drop commented code causing of flake8 errors
|
changeset |
files
|
Wed, 13 Feb 2019 15:30:50 +0100 |
Denis Laxalde |
autopep8: fix E111 indentation is not a multiple of four
|
changeset |
files
|
Wed, 13 Feb 2019 15:29:38 +0100 |
Denis Laxalde |
autopep8: fix E202 whitespace before ')'
|
changeset |
files
|
Wed, 13 Feb 2019 12:31:37 +0100 |
Denis Laxalde |
autopep8: fix E303 too many blank lines
|
changeset |
files
|
Wed, 13 Feb 2019 12:31:03 +0100 |
Denis Laxalde |
autopep8: fix E127 continuation line over-indented for visual indent
|
changeset |
files
|
Wed, 13 Feb 2019 12:28:28 +0100 |
Denis Laxalde |
autopep8: fix E305 expected 2 blank lines after class or function definition
|
changeset |
files
|
Wed, 13 Feb 2019 16:06:24 +0100 |
Denis Laxalde |
Configure flake8 to allo 100-long lines
|
changeset |
files
|
Wed, 13 Feb 2019 15:54:57 +0100 |
Denis Laxalde |
Added tag 0.35.1 for changeset 01b2152b778a
|
changeset |
files
|
Wed, 13 Feb 2019 15:41:11 +0100 |
Denis Laxalde |
[pkg] Version 0.35.1
0.35.1
|
changeset |
files
|
Wed, 13 Feb 2019 14:04:48 +0100 |
Denis Laxalde |
Add a "should_register_op" class attribute to ScopeNode
|
changeset |
files
|
Thu, 13 Dec 2018 10:02:45 +0100 |
Samuel Trégouët |
[readme] fix custom spelling
|
changeset |
files
|
Thu, 13 Dec 2018 09:33:49 +0100 |
Philippe Pepiot |
Added tag 0.35.0, centos/0.35.0-1, debian/0.35.0-1 for changeset 148f94dda768
|
changeset |
files
|
Thu, 13 Dec 2018 09:32:27 +0100 |
Philippe Pepiot |
[pkg] version 0.35.0
0.35.0 centos/0.35.0-1 debian/0.35.0-1
|
changeset |
files
|
Thu, 12 Jul 2018 18:11:10 +0200 |
Samuel Trégouët |
add script to build manylinux wheels in docker
|
changeset |
files
|
Fri, 18 May 2018 19:31:20 +0200 |
Adrien Di Mascio |
[gecode] make the extension compatible with libgecode6
|
changeset |
files
|
Fri, 18 May 2018 19:26:19 +0200 |
Adrien Di Mascio |
beautify C++ code with clang-format
|
changeset |
files
|
Mon, 29 Jan 2018 14:51:42 +0100 |
Adrien Di Mascio |
upgrade to gecode5.x API
|
changeset |
files
|
Tue, 28 Nov 2017 14:43:01 +0100 |
Denis Laxalde |
[tox] Use py3 environment instead of py34
|
changeset |
files
|
Thu, 02 Feb 2017 17:10:51 +0100 |
Denis Laxalde |
Add "undo" support for HAVING clause
|
changeset |
files
|
Fri, 27 Jan 2017 17:56:20 +0100 |
Sylvain Thénault |
Added tag 0.34.2, debian/0.34.2-1, centos/0.34.2-1 for changeset 0736f99993c4
|
changeset |
files
|
Fri, 27 Jan 2017 17:46:38 +0100 |
Sylvain Thénault |
Prepare 0.34.2
0.34.2 centos/0.34.2-1 debian/0.34.2-1
|
changeset |
files
|
Thu, 01 Dec 2016 23:18:11 +0100 |
Sylvain Thénault |
[test] cleanup a bit
|
changeset |
files
|
Thu, 01 Dec 2016 23:14:53 +0100 |
Sylvain Thénault |
Start test using py.test
|
changeset |
files
|