[ckan-changes] [ckan/ckan] 8396d7: Add encoding specification.
GitHub
noreply at github.com
Wed Jun 22 12:44:13 UTC 2016
Branch: refs/heads/master
Home: https://github.com/ckan/ckan
Commit: 8396d7c6090defefd5f515054afac9362c70c6ff
https://github.com/ckan/ckan/commit/8396d7c6090defefd5f515054afac9362c70c6ff
Author: Florian Brucker <florian.brucker at mb.karlsruhe.de>
Date: 2016-06-22 (Wed, 22 Jun 2016)
Changed paths:
M bin/running_stats.py
Log Message:
-----------
Add encoding specification.
Commit: e7513d1df9bfa0b90347216e7199e3e58b23ed5b
https://github.com/ckan/ckan/commit/e7513d1df9bfa0b90347216e7199e3e58b23ed5b
Author: Florian Brucker <florian.brucker at mb.karlsruhe.de>
Date: 2016-06-22 (Wed, 22 Jun 2016)
Changed paths:
M ckan/tests/test_coding_standards.py
Log Message:
-----------
Add test to ensure string literals have a `u`, `b` or `ur` prefix.
All existing Python source code files are explicitly white-listed. Over
time, these should be fixed and delisted. New files should not be added
to the list.
Commit: dfd0af9b23ff2c2c704a324bbc35646c16a45cb6
https://github.com/ckan/ckan/commit/dfd0af9b23ff2c2c704a324bbc35646c16a45cb6
Author: Ian Ward <ian at excess.org>
Date: 2016-06-22 (Wed, 22 Jun 2016)
Changed paths:
M bin/running_stats.py
M ckan/tests/test_coding_standards.py
Log Message:
-----------
Merge pull request #3122 from torfsen/3006-test-string-literal-prefix
Test that string literals have an `b`, `u` or `ur` prefix
Compare: https://github.com/ckan/ckan/compare/954205d44bbf...dfd0af9b23ff
More information about the ckan-changes
mailing list