Philipp Hörist pushed to branch master at gajim / gajim

Commits:
b8c928c2 by Emmanuel Gil Peyrot at 2017-02-07T21:00:31+00:00
Autogenerate a pylint configuration file.

- - - - -
e2901f09 by Emmanuel Gil Peyrot at 2017-02-07T21:00:43+00:00
pylint: Tweak the configuration file a bit.

- - - - -
51eb62bb by Emmanuel Gil Peyrot at 2017-02-07T21:00:52+00:00
Replace some wildcard imports with explicit ones.

- - - - -
07716dae by Emmanuel Gil Peyrot at 2017-02-08T02:26:20+00:00
Use staticmethod decorator where it makes sense.

- - - - -
289d82fa by Emmanuel Gil Peyrot at 2017-02-08T02:26:20+00:00
Remove unused imports.

- - - - -
5f91455f by Emmanuel Gil Peyrot at 2017-02-08T02:26:20+00:00
common.dh: Reformat to follow PEP-0008.

- - - - -
fb221a69 by Emmanuel Gil Peyrot at 2017-02-08T02:26:21+00:00
Remove wrong usage of the list(range(…)) pattern.

- - - - -
b6b1a7a0 by Emmanuel Gil Peyrot at 2017-02-08T02:26:21+00:00
ACE: Remove unused constants.

- - - - -
2fbadc91 by Emmanuel Gil Peyrot at 2017-02-11T02:40:07+00:00
Use Enum or IntEnum instead of range() constants.

- - - - -
a7349dc6 by Emmanuel Gil Peyrot at 2017-02-11T02:40:07+00:00
common.connection: Fix indentation.

- - - - -
381a8f2b by Emmanuel Gil Peyrot at 2017-02-11T02:40:07+00:00
Remove unnecessary semicolons.

- - - - -
1f9ac730 by Emmanuel Gil Peyrot at 2017-02-11T02:40:07+00:00
Replace long() in remaining python2 code with int().

- - - - -
57fb80f1 by Emmanuel Gil Peyrot at 2017-02-11T02:40:07+00:00
Remove every default argument using [] or {}.

- - - - -
ad9370af by Emmanuel Gil Peyrot at 2017-02-11T02:40:07+00:00
Fix a bunch of issues in common.jingle*.

- - - - -
eb51184a by Emmanuel Gil Peyrot at 2017-02-11T02:40:07+00:00
Fix a few things in common.connection_handlers_events.

- - - - -
a4387e84 by Emmanuel Gil Peyrot at 2017-02-11T02:40:10+00:00
Use “… is not …” everywhere instead of “not … is …”.

- - - - -
26aa0382 by Philipp Hörist at 2017-02-11T17:54:19+01:00
Merge branch 'pylint' into 'master'

Add a pylint configuration file and fix a few of the issues found

See merge request !54
- - - - -


26 changed files:

- + pylintrc
- src/advanced_configuration_window.py
- src/atom_window.py
- src/chat_control.py
- src/chat_control_base.py
- src/command_system/framework.py
- src/command_system/implementation/custom.py
- src/command_system/implementation/execute.py
- src/command_system/implementation/standard.py
- src/command_system/tools.py
- src/common/caps_cache.py
- src/common/config.py
- src/common/configpaths.py
- src/common/connection.py
- src/common/connection_handlers.py
- src/common/connection_handlers_events.py
- src/common/contacts.py
- src/common/dh.py
- src/common/events.py
- src/common/gajim.py
- src/common/helpers.py
- src/common/jingle.py
- src/common/jingle_content.py
- src/common/jingle_ft.py
- src/common/jingle_ftstates.py
- src/common/jingle_rtp.py


The diff was not included because it is too large.


View it on GitLab: 
https://dev.gajim.org/gajim/gajim/compare/d6ceca834420345f14c09cba9250aa3a32a5bacb...26aa0382d31e4264157b6665ae6cf7ebb0870824
_______________________________________________
Commits mailing list
Commits@gajim.org
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to