[issue2889] curses for windows (alternative patch)

2021-04-05 Thread Jeremy Kloth
Change by Jeremy Kloth : -- nosy: +jkloth ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.

[issue2889] curses for windows (alternative patch)

2020-08-19 Thread Maarten
Maarten added the comment: Current ncurses master is buildable on Visual Studio, using msys2. It should be possible to create a vcxproject and integrate it in the Visual Studio build. -- nosy: +maarten ___ Python tracker

[issue2889] curses for windows (alternative patch)

2019-08-05 Thread Ulf Magnusson
Ulf Magnusson added the comment: Just as an FYI, there is a repository for building curses wheels for Windows at https://github.com/zephyrproject-rtos/windows-curses, based on patches from here and Gohlke's work. Building wheels is less straightforward than it used to be, e.g. due to term.h

[issue2889] curses for windows (alternative patch)

2019-03-15 Thread Mark Lawrence
Change by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue2889] curses for windows (alternative patch)

2015-03-11 Thread Paul Moore
Paul Moore added the comment: The patch would need updating to be applicable. Minimum changes I would expect to be required: 1. Update to build for Python 3.5 (the patch will *not* be included in earlier versions, as it is a new feature), which means it needs the Visual Studio 2015 build file

[issue2889] curses for windows (alternative patch)

2015-03-11 Thread Mario Figueiredo
Mario Figueiredo added the comment: This patch is a huge improvement over the current situation, which is we don't have a cross-platform curses implementation in the standard library. The alternatives listed by Mark aren't sufficient. For the two reasons given below: - The implementation at h

[issue2889] curses for windows (alternative patch)

2015-02-21 Thread Taylor Marks
Taylor Marks added the comment: Python is supposed to be cross platform. This has been a major incompatibility issue between Windows and *nix and you think this patch, which has been ready for nearly 7 years now, should simply get discarded because the fix is available from pip? I think there

[issue2889] curses for windows (alternative patch)

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

[issue2889] curses for windows (alternative patch)

2014-07-09 Thread Mark Lawrence
Mark Lawrence added the comment: Can this be closed as curses binaries for Python 2.5, 2.6, 2.7, 3.1, 3.2, 3.3 and 3.4, win32 and win-amd64, are available at , plus there is also https://pypi.python.org/pypi/UniCurses/1.2 ? -- nosy: +

[issue2889] curses for windows (alternative patch)

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

[issue2889] curses for windows (alternative patch)

2013-11-05 Thread Christoph Baumgartner
Changes by Christoph Baumgartner : -- nosy: +christoph.baumgartner ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe

[issue2889] curses for windows (alternative patch)

2013-10-24 Thread Tim Golden
Changes by Tim Golden : -- nosy: -tim.golden ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pytho

[issue2889] curses for windows (alternative patch)

2013-07-31 Thread Tim Golden
Changes by Tim Golden : -- assignee: tim.golden -> ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.

[issue2889] curses for windows (alternative patch)

2013-04-01 Thread Mark Lawrence
Mark Lawrence added the comment: @Christoph Gohlke any chance of providing a build for 3.3? -- ___ Python tracker ___ ___ Python-bugs-l

[issue2889] curses for windows (alternative patch)

2011-02-08 Thread Christoph Gohlke
Christoph Gohlke added the comment: Curses binaries for Python 2.5, 2.6, 2.7, 3.1 and 3.2, win32 and win-amd64, are available at . -- ___ Python tracker _

[issue2889] curses for windows (alternative patch)

2011-01-23 Thread Prasun Ratn
Changes by Prasun Ratn : Added file: http://bugs.python.org/file20493/pdcurses.patch ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue2889] curses for windows (alternative patch)

2011-01-23 Thread Prasun Ratn
Prasun Ratn added the comment: What is the status of this bug? I tried to build the svn trunk with patches provided by zhirsch but I had problems applying the patches. I went ahead and made a new patch which is pretty similar to the earlier patch (mentioned above). The one change is that I i

[issue2889] curses for windows (alternative patch)

2010-12-30 Thread Georg Brandl
Changes by Georg Brandl : -- versions: +Python 3.3 -Python 3.2 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: h

[issue2889] curses for windows (alternative patch)

2010-10-08 Thread Christoph Gohlke
Changes by Christoph Gohlke : -- nosy: +cgohlke ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue2889] curses for windows (alternative patch)

2010-09-12 Thread Brian Curtin
Changes by Brian Curtin : -- nosy: -brian.curtin ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.py

[issue2889] curses for windows (alternative patch)

2010-09-12 Thread anatoly techtonik
anatoly techtonik added the comment: PDCurses is not updated, because it is considered stable and mature library that has been tested on Windows platform by many roguelikes. I doubt that ncurses hackers care about Windows compatibility more than just to make it run. -- __

[issue2889] curses for windows (alternative patch)

2010-08-24 Thread Roumen Petrov
Roumen Petrov added the comment: Recent ncurses pass python tests with only one small update (part of patch to issue 3871): = --- ./Lib/test/test_curses.py.MINGW 2010-08-09 00:03:48.0 +0300 +++ ./Lib/test/test_curses.py 2010-08-09 00:05:38.0

[issue2889] curses for windows (alternative patch)

2010-08-24 Thread Tim Golden
Tim Golden added the comment: I have no strong opinion, Roumen, (and no experience with the package) but why -1 from you? -- ___ Python tracker ___ _

[issue2889] curses for windows (alternative patch)

2010-08-23 Thread Trundle
Changes by Trundle : -- nosy: +Trundle ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/ma

[issue2889] curses for windows (alternative patch)

2010-08-23 Thread Roumen Petrov
Roumen Petrov added the comment: -1 for PDCurses -- nosy: +rpetrov ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[issue2889] curses for windows (alternative patch)

2010-08-19 Thread Tim Golden
Tim Golden added the comment: I'll pick it up for the moment to shepherd it along because I'm reasonably keen to see a Windows curses in the stdlib. However, I'm no expert in curses and I don't promise to do anything immediate with it. -- assignee: -> tim.golden

[issue2889] curses for windows (alternative patch)

2010-08-19 Thread Mark Lawrence
Mark Lawrence added the comment: Brian or Tim any interest in this? -- nosy: +BreamoreBoy, brian.curtin, tim.golden stage: -> patch review ___ Python tracker ___ ___

[issue2889] curses for windows (alternative patch)

2010-08-15 Thread Martin v . Löwis
Martin v. Löwis added the comment: It can't go into 2.x anymore. -- versions: +Python 3.2 -Python 2.6, Python 2.7 ___ Python tracker ___ _

[issue2889] curses for windows (alternative patch)

2010-08-15 Thread ipatrol
ipatrol added the comment: Any progress yat? -- components: +Windows nosy: +ipatrol type: -> feature request versions: +Python 2.7 ___ Python tracker ___ ___

[issue2889] curses for windows (alternative patch)

2009-10-21 Thread jmb
jmb added the comment: I've built a package for python 2.6 using a slightly modified version of this patch. I've uploaded it here: http://jeberger.free.fr/python/ I'm attaching my version of the patch here. I had to make two modifications for it to work: - Change all references to _ISPAD into _

[issue2889] curses for windows (alternative patch)

2009-10-19 Thread jmb
Changes by jmb : -- nosy: +jmb ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/op

[issue2889] curses for windows (alternative patch)

2009-03-23 Thread Paul Moore
Changes by Paul Moore : -- nosy: +pmoore ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/

[issue2889] curses for windows (alternative patch)

2009-03-09 Thread Zach Hirsch
Zach Hirsch added the comment: > * test_curses: I'd be happier to see the 'if' statement as sys.platform > != 'win32' and (not term or term == 'unknown') -- easier to read. OK, fixed. > * test_curses: does putp() make PDCurses crash, or is it not available? > If the latter, I'd prefer to see

[issue2889] curses for windows (alternative patch)

2009-02-26 Thread A.M. Kuchling
A.M. Kuchling added the comment: I can't say anything about the Windows build aspects. Some observations about the curses/test_curses changes: * test_curses: I'd be happier to see the 'if' statement as sys.platform != 'win32' and (not term or term == 'unknown') -- easier to read. * test_curs

[issue2889] curses for windows (alternative patch)

2009-02-26 Thread A.M. Kuchling
Changes by A.M. Kuchling : -- nosy: +akuchling ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pytho

[issue2889] curses for windows (alternative patch)

2009-01-25 Thread Zach Hirsch
Zach Hirsch added the comment: Here's a patch against the head of trunk that adds vcproj files for _curses and _curses_panel, modifies (slightly) the test suite and _cursesmodule.c (again, slightly) to get Python to work with pdcurses on windows. I also added a blurb to PCbuild\readme.txt. With

[issue2889] curses for windows (alternative patch)

2008-05-24 Thread Martin v. Löwis
Martin v. Löwis <[EMAIL PROTECTED]> added the comment: The patch, in its current form, is incomplete. Can you please provide: a) a VS 2008 project file, which builds both the curses module and the pdcurses library, fetching the sources for that from ../../pdcurses (or some such); the proj

[issue2889] curses for windows (alternative patch)

2008-05-15 Thread anatoly techtonik
Changes by anatoly techtonik <[EMAIL PROTECTED]>: Added file: http://bugs.python.org/file10340/curses_win_compile.bat __ Tracker <[EMAIL PROTECTED]> __

[issue2889] curses for windows (alternative patch)

2008-05-15 Thread anatoly techtonik
New submission from anatoly techtonik <[EMAIL PROTECTED]>: Make curses available on Windows by using PDCurses library. Alternative patch for issue 1005895 using current trunk. Attached .bat file is used to compile it under MinGW, but I'd be glad to know how to integrate the patch into Python bui