[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:

[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 a...@amk.ca: -- nosy: -akuchling ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1723038 ___ ___ Python-bugs-list mailing

[issue1723038] Curses Menu

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- nosy: -BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1723038 ___ ___

[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

[issue1723038] Curses Menu

2010-11-12 Thread A.M. Kuchling
Changes by A.M. Kuchling li...@amk.ca: -- assignee: akuchling - ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1723038 ___ ___ Python-bugs-list

[issue1723038] Curses Menu

2010-07-22 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc amaur...@gmail.com 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-22 Thread Ray.Allen
Changes by Ray.Allen ysj@gmail.com: -- nosy: +ysj.ray ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1723038 ___ ___ Python-bugs-list mailing

[issue1723038] Curses Menu

2010-07-08 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk 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

[issue1723038] Curses Menu

2010-07-08 Thread Brian Curtin
Changes by Brian Curtin cur...@acm.org: -- components: +Extension Modules -Library (Lib) versions: -Python 2.7, Python 3.1 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1723038 ___

[issue1723038] Curses Menu

2010-07-08 Thread Brian Curtin
Changes by Brian Curtin cur...@acm.org: -- stage: - unit test needed type: - feature request ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1723038 ___

[issue1723038] Curses Menu

2008-01-21 Thread A.M. Kuchling
Changes by A.M. Kuchling: -- assignee: - akuchling nosy: +akuchling _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1723038 _ ___ Python-bugs-list mailing list