Urwid-mitmproxy

Latest version: v2.1.2.1

Safety actively analyzes 626071 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 9

2.1.2

===========

2020-09-26

* Add pack method to LineBox. Fixes: 346 (by Miguel de Dios)

* Add a test to check the linebox.pack is good. (by Miguel de Dios)

* Add bin/release.sh script to partially automate releases. (by Tony Cebzanov)

* Add workaround for 386 (by Tony Cebzanov)

* Fix curses_display python3 ord() (by Ya-Liang Chang (Allen))

* Fix bumping to dev version in release.sh script (by Tony Cebzanov)

* Fix focus_end on a collapsed tree (by Anonymous Maarten)

* Fix crash with "ellipsis" clipping for py2 tour.py works with py2 now Typo in
tour.py (by akorb)

* Ignore resetting to invalid locale (Closes: 377) (by Jochen Sprickerhof)

* Use ord2 for python2/3 compatibility (by Ya-Liang Chang (Allen))

2.1.1

===========

2020-07-26

* Add TrioEventLoop.run_async(), removed nursery constructor arg (392) (by
Tamás Nepusz)

* Add py38 to Travis tests (by Andrey Semakin)

* Add popular IDEs folders to .gitignore (by Andrey Semakin)

* Add wrap_around kwarg to SimpleListWalkers (by Krzysztof Królczyk)

* Change documentation on Terminal (by James Johnson)

* Remove debug documentation change test (by James Johnson)

* Remove support for py34 (by Andrey Semakin)

* Remove invalid escape sequence (by Andrey Lebedev)

* Fix GridFlow keypress handling when v_sep is 0 (by Aurelien Grenotton)

* Fix Terminal in ListBox (382) (by James Johnson)

* Fix Crash on `fg`, SIGCONT (after Ctrl-Z, SIGSTOP, SIGTSTP) (by goncalopp)

* Fix 256-color mode on some terminals. Addresses 404. (by Tony Cebzanov)

* vterm: reduce __init__ boilerplate (by max ulidtko)

* vterm: errno 5 is not EOF. (by max ulidtko)

* Terminal: use UTF-8 by default. (by max ulidtko)

* Instance of Terminal has no __super attr -- thanks pylint! (by max ulidtko)

* Do not call wait_readable with a closed fd in TrioEventLoop (by Michael
Hudson-Doyle)

* Make options a static method where applicable (by Philip Matura)

* Set up Travis to run py38, speed up build (by Andrey Semakin)

* Use comparison with a string instead of "is" test with a literal (by Andrej
Shadura)

2.1.0

===========

2019-11-13

* Add support for Python 3.7 and 3.8, drop support for Python 3.3

* Add 24-bit (true color) support. (by Tony Cebzanov)

* Add TrioEventLoop (by Tamas Nepusz)

* Add support for input encoding in Terminal widget (by Tamas Nepusz)

* Add ability to specify LineBox title attribute (by Tom Pickering)

* Add custom checkbox symbol (by Krzysztof Królczyk)

* Add installation instruction to README (by Patryk Niedźwiedziński)

* Remove PollingListWalker class (by Heiko Noordhof)

* Change SelectableIcon default cursor_position to 0. (by Werner Beroux)

* Extended numerical editing: integers and floats (by hootnot)

* Re-raise coroutine exceptions in AsyncioEventLoop properly (by nocarryr)

* Fixed locale issue (by Andrew Dunai)

* Gate SIGWINCH behind GLib 2.54+ (by Nick Chavez)

* Remove method Text._calc_line_translation() (by rndusr)

* Fix colon in HalfBlock5x4Font (by Alex Ozer)

* Don't use deprecated inspect.getargspec() with python3 (by rndusr)

* Fix issue "Non-integer division in bargraph when using set_bar_width(1)"
(by Carlos Jenkins)

* Fix misleading indentation in Screen._stop() (by Akos Kiss)

* Fix crash on click-Esc & Esc-click (by Maxim Ivanov)

* Use 'TimerHandle.cancelled()' if available (by Mohamed Seleem)

* Break rather than raising exception on shard calculation bug. (by Tony
Cebzanov)

* Increase _idle_emulation_delay. (by Tony Cebzanov)

* Fix EOF detection for the Terminal widget on Python 3 (by Tamas Nepusz)

* Fix the asyncio example, and make the raw Screen work without real files (by
Eevee)

* Unbreak python ./examples/treesample HOME END keys. (by Dimitri John Ledkov)

* Urwid.util: Fix bug in rle_append_beginning_modify (by BkPHcgQL3V)

* Fix AttributeError on mouse click (by mbarkhau)

* Fix ProgressBar smoothing on Python 3.x (by Tamas Nepusz)

* Fix asyncio event loop test on py3.4 (by Maxim Ivanov)

* Handle case where MainLoop._topmost_widget does not implement mouse_event (by
Rasmus Bondesson)

* Implement `ellipsis` wrapping mode for StandardTextLayout (by Philip Matura)

* Fix .pack call in Columns.column_widths (by Philip Matura)

* Use ._selectable member for Edit widget (by Philip Matura)

* Fix use of ignore_focus, for widgets inheriting from Text (by Philip Matura)

* Remove some special handling for TreeListBox (by Philip Matura)

* Make Columns and Pile selectable when any child widget is (by Philip Matura)

* Implement get_cursor_coords for Frame widget (by Philip Matura)

* Fix Frame mouse_event when footer is trimmed (by Philip Matura)

* Fix Python 3.8 SyntaxWarning: 'str' object is not callable (by Anders Kaseorg)

* README: Use SVG build status badge (by Olle Jonsson)

2.0.1

===========

2018-01-21

* 275: Late fix for proper exception reraising from within main loop
(by Andrew Dunai & Adam Sampson)

2.0.0

===========

2018-01-17

* Full Python 2.x/3.x support (by Andrew Dunai)

* Proper handling & customization of OS signals by GLib event loop
(by Federico T)

* vterm: Fix handling of NUL characters (by aszlig)

* Add 256-color support for fbterm (by Benjamin Yates)

* Italics support (by Ian D. Scott)

* Store envron's TERM value as a Screen attribute (by Benjamin Yates)

* Replaced hashbangs to use proper Python binary (by Douglas La Rocca)

* Post-change signal for Edit, CheckBox and RadioButton widgets
(by Toshio Kuratomi)

* ListBox.body update (by Random User)

* SimpleListWalker is now default when setting ListBox.body (by Random User)

* 246, 234: SelectEventLoop alarm improvements (by Dave Jones)

* 211: Title align & borderless sides for LineBox (by Toshio Kuratomi)

* Support for 'home' and 'end' keys in ListBox (by Random User)

* Various code cleanups (by Jordan Speicher, Marin Atanasov Nikolov)

* CI fixes (by Marlox, Ian Ward, Anatoly Techtonik, Tony Cebzanov &
Ondřej Súkup)

* Example fixes (by Kenneth Nielsen)

* Documentation fixes (by anatoly techtonik, Marcin Kurczewski, mobyte0,
Christian Geier & xndcn)

* Code cleanup & typo fixes (by Jakub Wilk & Boris Feld)

* Integration of tox for easier Python cross-version testing (by Andrew Dunai)

* Test fixes (by Michael Hudson-Doyle, Mike Gilbert & Andrew Dunai)

* Correct error messages in Decoration (by Marcin Kurczewski)

* 141: Fix for StandardTextLayout.calculate_text_segments
(by Grzegorz Aksamit)

* 221: Fix for raw display should release file descriptors (by Alain Leufroy)

* 261: Fix issues with unicode characters in ProgressBar (by Andrew Dunai)

* Fix for 'page up' and 'page down' in ListBox when having focusable children
(by Random User)

* Fixes for examples compatibility with Python 3 (by Lars Kellogg-Stedman)

* Fix default screen size on raw display (by Andreas Klöckner)

* Fix underlining for padded text (by Random User)

* Fix for terminal widget crash with Python 3 (by Sjc1000)

* Fix for string formatting error (by Jakub Wilk)

* Fix for iterator in WidgetContainerListContentsMixin (by Marlox)

* Fix for missing `modified` signal in SimpleFocusListWalker
(by Michael Hansen)

* Dropped Python 3.2 support

* Test coverage is now collected

1.3.1

===========

2015-11-01

* Fix for screen not getting reset on exception regression
(by Rian Hunter)

* AttrSpec objects are now comparable (by Random User)

* MonitoredList now has a clear method if list has a clear method
(by neumond)

* Fix for BarGraph hlines sort order (by Heiko Noordhof)

* Fix for final output not appearing on exit with some terminals
now that extra newline was removed (by Jared Winborne)

* Fix for a resizing bug in raw_display (by Esteban null)

Page 1 of 9

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.