galaunay
galaunay
Add a few faces to make diff-mode look like magit. Before:  After: 
To anyone interested in Elpy's development. I have been less and less able to give Elpy the attention it deserves over the last year. The truth is I developed hand...
# PR Summary Follow #1720. `elpy-library-root` now returns the good directory when called from inside a `tests` directory (that does not have to contain a `__init__.py` file).
# PR Summary When using Django, Elpy needs the user to set the environment variable `DJANGO_SETTINGS_MODULE` to know where the setting file is. This can be cumbersome, as the user...
# PR Summary Add a variable explorer to Elpy. This allows to have a side-buffer displaying the variables currently defined in the associated python shell. # Todo list - [x]...
# PR Summary At the moment, coverall just check the test coverage of python files. With this PR, [undercover](https://github.com/sviridov/undercover.el) will be use to check for lisp files test coverage.
# PR Summary Follow #1507. When jedi fails to provide documentation, use the shell `help()` function to try to get the docstring. # PR checklist Please make sure that the...
I am not able to maintain poetry.el at the moment. I hope I will soon be able to take care of this again, but in the meantime, I am afraid...
Updates and improvements on the python.el marks. - Remove `python-mark-block` as it fails to expand the selection from nested functions. - Add `er/mark-python-inside-block` and `er/mark-python-outside-block` to expand to blocks by...