Steve Owens 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 when this patch will be applied
Changes by Steve Owens :
Removed file: http://bugs.python.org/file13174/color_set_patch.diff
___
Python tracker
<http://bugs.python.org/issue5368>
___
___
Python-bug
Changes by Steve Owens :
Removed file: http://bugs.python.org/file13196/curses.rst
___
Python tracker
<http://bugs.python.org/issue5368>
___
___
Python-bugs-list mailin
Changes by Steve Owens :
Added file: http://bugs.python.org/file13207/whatsnew_2_7_rst.diff
___
Python tracker
<http://bugs.python.org/issue5368>
___
___
Python-bug
Changes by Steve Owens :
Added file: http://bugs.python.org/file13206/howto_curses_rst.diff
___
Python tracker
<http://bugs.python.org/issue5368>
___
___
Python-bug
Changes by Steve Owens :
Removed file: http://bugs.python.org/file13205/howto_curses_rst.diff
___
Python tracker
<http://bugs.python.org/issue5368>
___
___
Python-bug
Steve Owens 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
<http://bugs.python.org/issue5
Steve Owens 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
<http://bugs.python.org/issue5
Steve Owens 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.
Added file: http
Steve Owens added the comment:
This is the addchstr unit test.
Added file: http://bugs.python.org/file13195/test_curses_addchstr.py
___
Python tracker
<http://bugs.python.org/issue5
Steve Owens 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 will update the docs and add
Changes by Steve Owens :
--
components: +Extension Modules -Library (Lib)
___
Python tracker
<http://bugs.python.org/issue5368>
___
___
Python-bugs-list mailin
Changes by Steve Owens :
--
components: +Library (Lib) -Extension Modules
___
Python tracker
<http://bugs.python.org/issue5368>
___
___
Python-bugs-list mailin
Steve Owens 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 submitted?
Best Regards,
Changes by Steve Owens :
Added file: http://bugs.python.org/file13175/test_curses_color_set.py
___
Python tracker
<http://bugs.python.org/issue5368>
___
___
Python-bug
New submission from Steve Owens :
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.
--
assignee: georg.brandl
components
Steve Owens 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.
___
P
Steve Owens 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 added the comment:
>
New submission from Steve Owens :
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 ncurses installed and en
19 matches
Mail list logo