[issue1723038] Curses Menu

2020-08-20 Thread Maarten
Change by Maarten : -- pull_requests: +21047 pull_request: https://github.com/python/cpython/pull/21933 ___ Python tracker ___ ___

[issue1723038] Curses Menu

2020-08-20 Thread Maarten
Change by Maarten : -- pull_requests: -21045 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue1723038] Curses Menu

2020-08-20 Thread Maarten
Change by Maarten : -- nosy: +maarten nosy_count: 5.0 -> 6.0 pull_requests: +21045 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/21933 ___ Python tracker __

[issue1723038] Curses Menu

2017-11-01 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- assignee: -> serhiy.storchaka nosy: +serhiy.storchaka versions: +Python 3.7 -Python 3.4 ___ Python tracker ___ ___

[issue1723038] Curses Menu

2014-12-31 Thread A.M. Kuchling
Changes by A.M. Kuchling : -- nosy: -akuchling ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue1723038] Curses Menu

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue1723038] Curses Menu

2012-10-17 Thread Benjamin Trofatter
Benjamin Trofatter added the comment: I took the curses.panel module as a starting point as well but have made rather a bit more progress with the extension. The attached patch includes a full wrapper around the curses menu extension, tests, documentation, and the necessary additions to setup

[issue1723038] Curses Menu

2010-11-12 Thread A.M. Kuchling
Changes by A.M. Kuchling : -- assignee: akuchling -> ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://

[issue1723038] Curses Menu

2010-07-22 Thread Ray.Allen
Changes by Ray.Allen : -- nosy: +ysj.ray ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue1723038] Curses Menu

2010-07-22 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: The patch should be amended for python3, then: - PyType_Ready() should be used instead of "ob_type = &PyType_Type;" - The demo contains "Option choisie :" which should be translated :-) - the call:: PyErr_SetString(PyExc_RuntimeError,

[issue1723038] Curses Menu

2010-07-08 Thread Brian Curtin
Changes by Brian Curtin : -- stage: -> unit test needed type: -> feature request ___ Python tracker ___ ___ Python-bugs-list maili

[issue1723038] Curses Menu

2010-07-08 Thread Brian Curtin
Changes by Brian Curtin : -- components: +Extension Modules -Library (Lib) versions: -Python 2.7, Python 3.1 ___ Python tracker ___ ___

[issue1723038] Curses Menu

2010-07-08 Thread Mark Lawrence
Mark Lawrence added the comment: Would someone please comment on the patch, I can't because I don't know anything about the Python C API. -- components: +Library (Lib) -Extension Modules nosy: +BreamoreBoy versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 _

[issue1723038] Curses Menu

2008-01-21 Thread A.M. Kuchling
Changes by A.M. Kuchling: -- assignee: -> akuchling nosy: +akuchling _ Tracker <[EMAIL PROTECTED]> _ ___ Python-bugs-list mailing li