summaryrefslogtreecommitdiffstats
path: root/Doc/library/curses.rst
Commit message (Collapse)AuthorAgeFilesLines
* gh-100616: Document 'attr' parameter for window.vline() in curses module ↵mathieui2022-12-301-3/+3
| | | | | (#24961) Co-authored-by: Stanley <46876382+slateny@users.noreply.github.com>
* gh-85073: Add some missing links to source (GH-99363)Stanley2022-11-181-0/+2
| | | Add some missing links to source from Python docs
* Docs: Fix backtick errors found by sphinx-lint (#97998)Hugo van Kemenade2022-10-071-1/+1
| | | Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
* gh-97681: Remove Tools/demo/ directory (#97682)Victor Stinner2022-10-031-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove the Tools/demo/ directory which contained old demo scripts. A copy can be found in the old-demos project: https://github.com/gvanrossum/old-demos Remove the following old demo scripts: * beer.py * eiffel.py * hanoi.py * life.py * markov.py * mcast.py * queens.py * redemo.py * rpython.py * rpythond.py * sortvisu.py * spreadsheet.py * vector.py Changes: * Remove a reference to the redemo.py script in the regex howto documentation. * Remove a reference to the removed Tools/demo/ directory in the curses documentation. * Update PC/layout/ to remove the reference to Tools/demo/ directory.
* gh-91156: Use `locale.getencoding()` instead of getpreferredencoding (GH-91732)Inada Naoki2022-04-221-16/+2
| | | Co-authored-by: Victor Stinner <vstinner@python.org>
* [docs] Use full names for time units (GH-28611)Serhiy Storchaka2021-09-291-1/+1
| | | | Use "second", "millisecond", "microsecond", "nanosecond" instead of "sec", "ms", "msec", "us", "ns", etc.
* bpo-43084: Return bool instead of int from curses.window.enclose() (GH-24398)Serhiy Storchaka2021-04-051-0/+3
|
* bpo-39273: Expose BUTTON5_* constants in the curses module if available ↵Zackery Spytz2021-01-141-1/+5
| | | | (GH-17996)
* bpo-42681: Fix range checks for color and pair numbers in curses (GH-23874)Serhiy Storchaka2021-01-031-6/+8
|
* bpo-41634: Fix a typo in the curses documentation (GH-21958)Zackery Spytz2020-08-271-1/+1
|
* bpo-36982: Add support for extended color functions in ncurses 6.1 (GH-17536)Hans Petter Jansson2020-08-041-0/+9
| | | Co-authored-by: Jeffrey Kintscher <websurfer@surf2c.net>
* bpo-41426 Fix grammar in curses.getmouse() documentation (GH-21677)Sebastien Williams-Wynn2020-07-291-1/+1
| | | Automerge-Triggered-By: @brettcannon
* bpo-38312: Add curses.{get,set}_escdelay and curses.{get,set}_tabsize. ↵Anthony Sottile2019-10-311-0/+26
| | | | (GH-16938)
* Doc: Fix link to window.getch in curses documentation (GH-16132)Anthony Sottile2019-09-141-1/+1
|
* [3.9] bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-12620)Serhiy Storchaka2019-06-051-1/+1
| | | Turn deprecation warnings added in 3.8 into TypeError.
* Document a workaround for a curses bug (GH-13209)Toshio Kuratomi2019-05-171-3/+10
|
* bpo-31680: Add curses.ncurses_version. (GH-4217)Serhiy Storchaka2018-10-301-0/+13
| | | | Use curses.ncurses_version for conditionally skipping a test.
* bpo-8243: Doc patch for curses.window.addstr and curses.window.addch (GH-5179)Jay Crotts2018-04-071-0/+12
|
* bpo-18699: Corrected documentation for window.chgat in curses module (#1430)Chillar Anand2017-11-041-4/+4
|
* bpo-30872: Update the curses docs to Python 3. (#2620)Serhiy Storchaka2017-10-041-103/+111
|
* bpo-30176: Add missing curses cell attributes constants (GH-1302)Xiang Zhang2017-06-161-10/+46
|
* bpo-30376: Update outdated WindowObject references (#1630)Berker Peksag2017-05-231-8/+8
|
* bpo-30101: Add support for curses.A_ITALIC. (#1015)Eijebong2017-04-261-0/+5
|
* bpo-29856: Fix typo in curses documentation (GH-730)Mariatta2017-03-201-1/+1
| | | From Shifted Dxit -> Shifted Exit in Doc/library/curses.rst
* Issue #28763: Use double hyphens (rendered as en-dashes) in numerical rangesSerhiy Storchaka2016-11-261-1/+1
| | | | in the documentation.
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-0/+3
| | | | | Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi.
* Issue #26679: Fix description of KEY_PPAGE and KEY_NPAGE constantsBerker Peksag2016-04-021-2/+2
| | | | Patch by Robert Bachmann and SilentGhost.
* Issue #4254: Adds _curses.update_lines_cols() Patch by Arnon YaariSteve Dower2015-04-151-0/+7
|
* #16135: remove mentions of OS/2 from the documentationAndrew Kuchling2014-03-011-1/+1
|
* Fix wrong signature for two-argument newwin(). Found by Jacqueline Leykam ↵Georg Brandl2013-10-291-1/+1
| | | | on docs@.
* Merge link addition from 3.2.Ezio Melotti2013-02-281-1/+1
|\
| * Add a link to the demo dir.Ezio Melotti2013-02-281-1/+1
| |
* | #15831: merge with 3.2Ezio Melotti2012-09-141-14/+30
|\ \ | |/
| * #15831: document multiple signatures on different lines. Patch by Chris ↵Ezio Melotti2012-09-141-14/+30
| | | | | | | | Jerdonek.
* | Fix a typo in the curses docsRoss Lagerwall2012-09-061-1/+1
| |
* | Issue #15785: Modify window.get_wch() API of the curses module: return aVictor Stinner2012-08-281-4/+5
| | | | | | | | | | | | character for most keys, and an integer for special keys, instead of always returning an integer. So it is now possible to distinguish special keys like keypad keys.
* | Restore [] where default arguments are not keywordsHynek Schlawack2012-05-221-1/+1
|\ \ | |/
| * Restore [] where default arguments are not keywordsHynek Schlawack2012-05-221-1/+1
| | | | | | | | Reverts some changes of d13fdd97cc8e.
* | #14804: Remove [] around optional arguments with default valuesHynek Schlawack2012-05-211-1/+1
|\ \ | |/
| * #14804: Remove [] around optional arguments with default valuesHynek Schlawack2012-05-211-1/+1
| |
* | Issue #12567: The curses module uses Unicode functions for Unicode argumentsVictor Stinner2011-11-251-1/+11
| | | | | | | | | | when it is linked to the ncurses library. It encodes also Unicode strings to the locale encoding instead of UTF-8.
* | (Merge 3.2) Issue #10570: curses.tigetstr() is now expecting a byte string,Victor Stinner2011-11-021-1/+1
|\ \ | |/ | | | | | | | | instead of a Unicode string. This is an incompatible change, but the previous behaviour was completly wrong.
| * Issue #10570: curses.tigetstr() is now expecting a byte string, instead of aVictor Stinner2011-11-021-1/+1
| | | | | | | | | | | | Unicode string. This is an incompatible change, but the previous behaviour was completly wrong.
* | Issue #12567: Add curses.unget_wch() functionVictor Stinner2011-09-051-0/+11
| | | | | | | | Push a character so the next get_wch() will return it.
* | merge with 3.2Sandro Tosi2011-08-121-1/+1
|\ \ | |/
| * it's 'rather than'; reported by James Bateman on docs@Sandro Tosi2011-08-121-1/+1
| |
* | Close #6755: Add get_wch() method to curses.window classVictor Stinner2011-07-141-0/+8
|/ | | | Patch by Iñigo Serna.
* issue10403 - Let's not use members anymore. Use 'attribute' where it denotes ↵Senthil Kumaran2011-07-041-2/+2
| | | | attribute and 'methods' where it denotes methods. Context should clarify usage.
* Fix bad markup.Georg Brandl2011-07-031-1/+1
|
* #11363: add missing functions from curses doc. Patch by Sandro Tosi.Ezio Melotti2011-06-261-0/+48
|