IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an
email to Administrator. User accounts are meant only to access repo
and report issues and/or generate pull requests.
This is a purpose-specific Git hosting for
BaseALT
projects. Thank you for your understanding!
Только зарегистрированные пользователи имеют доступ к сервису!
Для получения аккаунта, обратитесь к администратору.
* Fix zsh completion of `--pre-run`
Refer https://github.com/zsh-users/zsh/blob/master/Completion/Unix/Command/_sudo#L47-L51
the original completion of `--pre-run` will complete external commands, environment variables, built-in functions of zsh, etc.
Now it only complete external commands, which is expected result of `--pre-run`: it cannot run built-in functions of shell.
* Change pudb3 to pudb
* update setup.py so that pip install on Python 3.6 pulls in the dataclasses package
* fix whitespace inconsistencies in setup.py
* Drop redundant dataclasses dep from test_requires
Co-authored-by: Andreas Klöckner <inform@tiker.net>
Add more shortcuts when working with the internal shell using the
urwid_readline library. These shortcuts are the common default shortcuts
in system shell or ipython.
Fixes https://github.com/inducer/pudb/issues/414
pudb needs jedi for tab completion, but it was not listed as a
dependency. This PR adds the missing dependency.
I'm not sure which version of jedi to depend on. Is there any reason
not to depend on the latest version (currently 0.18)?
I have added the <1 constraint to guard against potential future
breaking changes in jedi
This reverts commit 4f913f6d7d4cb0bd5d6e4e09b322a4382c72badc,
in accordance with the decision [1] to not use 2to3.
[1] https://github.com/inducer/pudb/pull/1