COMMITS
/ Doc/library/curses.rst February 19, 2026
N
Docs: remove unneeded author attributions (#145002)
Ned Batchelder committed
S
Remove unused :platform: in module's docs (GH-144988)
Stan Ulbrych committed
February 11, 2026
N
Docs: remove links of modules to themselves (#144695)
Ned Batchelder committed
February 6, 2026
N
Docs: module pages should not link to themselves (#144505)
Ned Batchelder committed
November 6, 2025
P
gh-139707: Add docs for optional modules (GH-140171)
Petr Viktorin committed
November 5, 2025
Z
gh-76007: remove curses.__version__ doc (#141052)
Zenith committed
September 3, 2025
A
GH-101100: Resolve reference warnings in whatsnew/3.3.rst (#138414)
Adam Turner committed
August 22, 2025
V
gh-137920: Fix semantically relevant typo in `curses.window.attron` (#137940)
vict-Yang committed
May 21, 2025
S
Fix signature of `_curses.assume_default_colors` in the docs (#134409)
sobolevn committed
May 20, 2025
T
May 6, 2025
H
Python 3.14.0b1
Hugo van Kemenade committed
May 3, 2025
S
gh-133139: Add curses.assume_default_colors() (GH-133145)
Serhiy Storchaka committed
September 23, 2024
M
gh-116622: Complete Android documentation (#124259)
Malcolm Smith committed
May 26, 2024
N
docs: fix a few typos identified by codespell (#119516)
Ned Batchelder committed
May 8, 2024
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
March 28, 2024
R
gh-114099: Add documentation for iOS platform (GH-117057)
Russell Keith-Magee committed
October 11, 2023
E
gh-110631: Fix reST indentation in `Doc/library` (#110685)
Ezio Melotti committed
July 29, 2023
S
gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386)
Serhiy Storchaka committed
July 22, 2023
S
gh-107008: Document the curses module variables LINES and COLS (GH-107011)
Serhiy Storchaka committed
May 3, 2023
H
gh-101100: Fix Sphinx warnings in `curses` and `curses.ascii` modules (#103457)
Hugo van Kemenade committed
December 30, 2022
M
November 18, 2022
S
gh-85073: Add some missing links to source (GH-99363)
Stanley committed
October 7, 2022
H
Docs: Fix backtick errors found by sphinx-lint (#97998)
Hugo van Kemenade committed
October 3, 2022
V
gh-97681: Remove Tools/demo/ directory (#97682)
Victor Stinner committed
April 22, 2022
I
gh-91156: Use `locale.getencoding()` instead of getpreferredencoding (GH-91732)
Inada Naoki committed
September 29, 2021
S
[docs] Use full names for time units (GH-28611)
Serhiy Storchaka committed
April 5, 2021
S
bpo-43084: Return bool instead of int from curses.window.enclose() (GH-24398)
Serhiy Storchaka committed
January 14, 2021
Z
bpo-39273: Expose BUTTON5_* constants in the curses module if available (GH-17996)
Zackery Spytz committed
January 3, 2021
S
bpo-42681: Fix range checks for color and pair numbers in curses (GH-23874)
Serhiy Storchaka committed
August 27, 2020
Z
bpo-41634: Fix a typo in the curses documentation (GH-21958)
Zackery Spytz committed
August 4, 2020
H
bpo-36982: Add support for extended color functions in ncurses 6.1 (GH-17536)
Hans Petter Jansson committed
July 29, 2020
S
bpo-41426 Fix grammar in curses.getmouse() documentation (GH-21677)
Sebastien Williams-Wynn committed
October 31, 2019
A
bpo-38312: Add curses.{get,set}_escdelay and curses.{get,set}_tabsize. (GH-16938)
Anthony Sottile committed
September 14, 2019
A
Doc: Fix link to window.getch in curses documentation (GH-16132)
Anthony Sottile committed
June 5, 2019
S
[3.9] bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-12620)
Serhiy Storchaka committed
May 17, 2019
T
Document a workaround for a curses bug (GH-13209)
Toshio Kuratomi committed
October 30, 2018
S
bpo-31680: Add curses.ncurses_version. (GH-4217)
Serhiy Storchaka committed
April 7, 2018
J
bpo-8243: Doc patch for curses.window.addstr and curses.window.addch (GH-5179)
Jay Crotts committed
November 4, 2017
C
bpo-18699: Corrected documentation for window.chgat in curses module (#1430)
Chillar Anand committed
October 4, 2017
S
bpo-30872: Update the curses docs to Python 3. (#2620)
Serhiy Storchaka committed
June 16, 2017
X
bpo-30176: Add missing curses cell attributes constants (GH-1302)
Xiang Zhang committed
May 23, 2017
B
bpo-30376: Update outdated WindowObject references (#1630)
Berker Peksag committed
April 26, 2017
E
bpo-30101: Add support for curses.A_ITALIC. (#1015)
Eijebong committed
March 20, 2017
M
bpo-29856: Fix typo in curses documentation (GH-730)
Mariatta committed
November 26, 2016
S
Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges
Serhiy Storchaka committed
June 11, 2016
T
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy committed
April 2, 2016
B
Issue #26679: Fix description of KEY_PPAGE and KEY_NPAGE constants
Berker Peksag committed
April 15, 2015
S
Issue #4254: Adds _curses.update_lines_cols() Patch by Arnon Yaari
Steve Dower committed
March 1, 2014
A
#16135: remove mentions of OS/2 from the documentation
Andrew Kuchling committed
October 29, 2013
G
Fix wrong signature for two-argument newwin(). Found by Jacqueline Leykam on docs@.
Georg Brandl committed