[issue5368] curses patch add color_set and wcolor_set , and addchstr family of functions

2009-02-27 Thread Steve Owens
Steve Owens st...@integrityintegrators.net added the comment: I am attaching the diff file for the Docs/library/curses.rst as lib_curses_rst.diff Added file: http://bugs.python.org/file13204/lib_curses_rst.diff ___ Python tracker rep...@bugs.python.org http

[issue5368] curses patch add color_set and wcolor_set , and addchstr family of functions

2009-02-27 Thread Steve Owens
Steve Owens st...@integrityintegrators.net added the comment: I am attaching the Docs/howto/curses.rst file as howto_curses_rst.diff Added file: http://bugs.python.org/file13205/howto_curses_rst.diff ___ Python tracker rep...@bugs.python.org http

[issue5368] curses patch add color_set and wcolor_set , and addchstr family of functions

2009-02-27 Thread Steve Owens
Changes by Steve Owens st...@integrityintegrators.net: Removed file: http://bugs.python.org/file13205/howto_curses_rst.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5368

[issue5368] curses patch add color_set and wcolor_set , and addchstr family of functions

2009-02-27 Thread Steve Owens
Changes by Steve Owens st...@integrityintegrators.net: Added file: http://bugs.python.org/file13206/howto_curses_rst.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5368

[issue5368] curses patch add color_set and wcolor_set , and addchstr family of functions

2009-02-27 Thread Steve Owens
Changes by Steve Owens st...@integrityintegrators.net: Added file: http://bugs.python.org/file13207/whatsnew_2_7_rst.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5368

[issue5368] curses patch add color_set and wcolor_set , and addchstr family of functions

2009-02-27 Thread Steve Owens
Changes by Steve Owens st...@integrityintegrators.net: Removed file: http://bugs.python.org/file13196/curses.rst ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5368

[issue5368] curses patch add color_set and wcolor_set , and addchstr family of functions

2009-02-27 Thread Steve Owens
Changes by Steve Owens st...@integrityintegrators.net: Removed file: http://bugs.python.org/file13174/color_set_patch.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5368

[issue5368] curses patch add color_set and wcolor_set , and addchstr family of functions

2009-02-27 Thread Steve Owens
Steve Owens st...@integrityintegrators.net added the comment: I am not familiar with the process here, but I would like to continue to add additional support to the _cursesmodule.c file. However, I am loathe to put too much functionality into any one patch. Is there any way I can find out

[issue5368] curses patch add color_set and wcolor_set functions

2009-02-26 Thread Steve Owens
Steve Owens st...@integrityintegrators.net added the comment: According to the python.org website: http://python.org/dev/patches/ We were to submit Documentation patches as Documentation, but it did'nt say what to submit other types of patches as, so I took a chance. How should it have been

[issue5368] curses patch add color_set and wcolor_set functions

2009-02-26 Thread Steve Owens
Changes by Steve Owens st...@integrityintegrators.net: -- components: +Library (Lib) -Extension Modules ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5368

[issue5368] curses patch add color_set and wcolor_set functions

2009-02-26 Thread Steve Owens
Changes by Steve Owens st...@integrityintegrators.net: -- components: +Extension Modules -Library (Lib) ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5368

[issue5368] curses patch add color_set and wcolor_set , and addchstr family of functions

2009-02-26 Thread Steve Owens
Steve Owens st...@integrityintegrators.net added the comment: I have also added the addchstr family of functions. The updated patch2 should include the previos patch since it has not been applied to the repository as of this writing. See also the unittest for the addchstr method family. I

[issue5368] curses patch add color_set and wcolor_set , and addchstr family of functions

2009-02-26 Thread Steve Owens
Steve Owens st...@integrityintegrators.net added the comment: This is the addchstr unit test. Added file: http://bugs.python.org/file13195/test_curses_addchstr.py ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5368

[issue5368] curses patch add color_set and wcolor_set , and addchstr family of functions

2009-02-26 Thread Steve Owens
Steve Owens st...@integrityintegrators.net added the comment: This is a start on the documentation efforts. I have updated the recently modified curses.rst (how to) file. Need direction in locating all of the docs that are impacted by the changes I have introduced and I will write them up

[issue5368] curses patch add color_set and wcolor_set functions

2009-02-25 Thread Steve Owens
New submission from Steve Owens st...@integrityintegrators.net: Not sure what to set theType field to, this is my first patch submission. The attached files are a unit test test_curses_color_set.py and the diff color_set_diff, apparently I can only attach one fo thetwo files

[issue5368] curses patch add color_set and wcolor_set functions

2009-02-25 Thread Steve Owens
Changes by Steve Owens st...@integrityintegrators.net: Added file: http://bugs.python.org/file13175/test_curses_color_set.py ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5368

[issue5356] Use of the `curses' resource not enabled

2009-02-23 Thread Steve Owens
New submission from Steve Owens st...@integrityintegrators.net: I just did an SVN checkout of the 2.7 source, ran the following in order: configure make make test When I run make test it gets to the lines: test_curses test_curses skipped -- Use of the `curses' resource not enabled but I have

[issue5356] Use of the `curses' resource not enabled

2009-02-23 Thread Steve Owens
Steve Owens st...@integrityintegrators.net added the comment: Benjamin, I ran the regrtest.py file with the -ucurses option and didn't get the error. However, I don't see how it is possible to send the -ucurses option through via the make file. Steve Owens Benjamin Peterson benja

[issue5356] Use of the `curses' resource not enabled

2009-02-23 Thread Steve Owens
Steve Owens st...@integrityintegrators.net added the comment: I know that this issue is not valid, but I believe that it ought to be searchable since I am sure I am not the last person to ask this question and I don't think the knowledge is currently documented any where