Revisions of python-pudb
Ana Guerrero (anag+factory)
accepted
request 1225335
from
Dirk Mueller (dirkmueller)
(revision 14)
- update to 2024.1.3: * Fix startup when no write permissions * Fix compatibility with Python 3.13
Ana Guerrero (anag+factory)
accepted
request 1194575
from
Dirk Mueller (dirkmueller)
(revision 13)
- update to 2024.1.2: * Switch to ruff, fix issues * Break out of search loop after deleting watch * Fix separate-terminal debugging * Fix typos, add typos CI - update to 2024.1.1: * Track some `urwid.util` deprecations * ci: add dependabot updates for github actions * Bump actions/checkout from 3 to 4 * Redirect pudb warnings to built-in console * Catch IndexError on empty Variables state
Ana Guerrero (anag+factory)
accepted
request 1158432
from
Dirk Mueller (dirkmueller)
(revision 12)
- update to 2024.1: * Show shell error messages in fallback shell * Improve zsh completion * Fix intersphinx mapping format * Use deque with maxsize for command line history * Restore cmdline text input when browsing history * Give each theme its own file * Revise UI elements for legibility * Remove dependence on telnetlib which was removed in python 3.13 - Update to version 2022.1.3 - Update to version 2022.1.2 * Should work with Python 3.6 and newer. (Versions 2019.2 and older continue to support Python 2.7.) * Use urwid.util.calc_text_pos() in make_canvas()
Ana Guerrero (anag+factory)
accepted
request 1108067
from
Matej Cepl (mcepl)
(revision 11)
- Clean up the SPEC file
Dominique Leuenberger (dimstar_suse)
accepted
request 1035185
from
Daniel Garcia (dgarcia)
(revision 10)
Dominique Leuenberger (dimstar_suse)
accepted
request 1010376
from
Dirk Mueller (dirkmueller)
(revision 9)
Dominique Leuenberger (dimstar_suse)
accepted
request 864376
from
Matej Cepl (mcepl)
(revision 7)
* Update to 2020.1: - Use Jedi for completion in the built-in shell - Add vi keys for sidebar - Clean up vi key handling, remove duplication - add -m switch to run as module - Require Py3.6 - Use h/l to collapse/open containers in var view - feat: add reverse remote pudb * Fix dealing with alternatives.
Dominique Leuenberger (dimstar_suse)
accepted
request 798523
from
Tomáš Chvátal (scarabeus_iv)
(revision 6)
- Fix build without python2
Dominique Leuenberger (dimstar_suse)
accepted
request 786390
from
Tomáš Chvátal (scarabeus_iv)
(revision 5)
Dominique Leuenberger (dimstar_suse)
accepted
request 723471
from
Tomáš Chvátal (scarabeus_iv)
(revision 4)
- Added package runtime requirements.
Dominique Leuenberger (dimstar_suse)
accepted
request 703565
from
Tomáš Chvátal (scarabeus_iv)
(revision 3)
Dominique Leuenberger (dimstar_suse)
accepted
request 625758
from
Tomáš Chvátal (scarabeus_iv)
(revision 2)
Dominique Leuenberger (dimstar_suse)
accepted
request 620426
from
Matej Cepl (mcepl)
(revision 1)
New package - Update to 2018.1: * Show variables that start with an underscore in the var view * Show length of array types in var view * Don't crash on var state changes if no variable shown * set socket REUSEADDR opt for the remote debugger * set default value of 'Go to Line' to None instead of empty string * update Go-to-Line UI with File/Current Line/Go to Line * Placate new Flake8; add some license headers * check 'safely_stringify_for_pudb' on the type #276 * Use urwid.util.calc_text_pos() in make_canvas() * Use text_width() in var_view * Create text_width() help function for getting the (terminal) width of… * Don't return early when "returning" from a module - Setup alterantives - Initial packaging effort - Packaged 2017.1.4 - Enabled tests, with TestFileSourceCodeProvider.test_get_lines excluded (https://github.com/inducer/pudb/issues/304)
Displaying all 14 revisions