GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Doc
/
library
/
curses.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.11] gh-85073: Add some missing links to source (GH-99363) (#99586)
Miss Islington (bot)
2022-11-25
1
-0
/
+2
*
[3.11] Docs: Fix backtick errors found by sphinx-lint (GH-97998) (#98371)
C.A.M. Gerlach
2022-10-18
1
-1
/
+1
*
gh-91156: Use `locale.getencoding()` instead of getpreferredencoding (GH-91732)
Inada Naoki
2022-04-22
1
-16
/
+2
*
[docs] Use full names for time units (GH-28611)
Serhiy Storchaka
2021-09-29
1
-1
/
+1
*
bpo-43084: Return bool instead of int from curses.window.enclose() (GH-24398)
Serhiy Storchaka
2021-04-05
1
-0
/
+3
*
bpo-39273: Expose BUTTON5_* constants in the curses module if available (GH-1...
Zackery Spytz
2021-01-14
1
-1
/
+5
*
bpo-42681: Fix range checks for color and pair numbers in curses (GH-23874)
Serhiy Storchaka
2021-01-03
1
-6
/
+8
*
bpo-41634: Fix a typo in the curses documentation (GH-21958)
Zackery Spytz
2020-08-27
1
-1
/
+1
*
bpo-36982: Add support for extended color functions in ncurses 6.1 (GH-17536)
Hans Petter Jansson
2020-08-03
1
-0
/
+9
*
bpo-41426 Fix grammar in curses.getmouse() documentation (GH-21677)
Sebastien Williams-Wynn
2020-07-29
1
-1
/
+1
*
bpo-38312: Add curses.{get,set}_escdelay and curses.{get,set}_tabsize. (GH-16...
Anthony Sottile
2019-10-31
1
-0
/
+26
*
Doc: Fix link to window.getch in curses documentation (GH-16132)
Anthony Sottile
2019-09-14
1
-1
/
+1
*
[3.9] bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-12620)
Serhiy Storchaka
2019-06-05
1
-1
/
+1
*
Document a workaround for a curses bug (GH-13209)
Toshio Kuratomi
2019-05-17
1
-3
/
+10
*
bpo-31680: Add curses.ncurses_version. (GH-4217)
Serhiy Storchaka
2018-10-30
1
-0
/
+13
*
bpo-8243: Doc patch for curses.window.addstr and curses.window.addch (GH-5179)
Jay Crotts
2018-04-06
1
-0
/
+12
*
bpo-18699: Corrected documentation for window.chgat in curses module (#1430)
Chillar Anand
2017-11-04
1
-4
/
+4
*
bpo-30872: Update the curses docs to Python 3. (#2620)
Serhiy Storchaka
2017-10-04
1
-103
/
+111
*
bpo-30176: Add missing curses cell attributes constants (GH-1302)
Xiang Zhang
2017-06-15
1
-10
/
+46
*
bpo-30376: Update outdated WindowObject references (#1630)
Berker Peksag
2017-05-22
1
-8
/
+8
*
bpo-30101: Add support for curses.A_ITALIC. (#1015)
Eijebong
2017-04-26
1
-0
/
+5
*
bpo-29856: Fix typo in curses documentation (GH-730)
Mariatta
2017-03-19
1
-1
/
+1
*
Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges
Serhiy Storchaka
2016-11-26
1
-1
/
+1
*
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy
2016-06-11
1
-0
/
+3
*
Issue #26679: Fix description of KEY_PPAGE and KEY_NPAGE constants
Berker Peksag
2016-04-02
1
-2
/
+2
*
Issue #4254: Adds _curses.update_lines_cols() Patch by Arnon Yaari
Steve Dower
2015-04-15
1
-0
/
+7
*
#16135: remove mentions of OS/2 from the documentation
Andrew Kuchling
2014-03-01
1
-1
/
+1
*
Fix wrong signature for two-argument newwin(). Found by Jacqueline Leykam on...
Georg Brandl
2013-10-29
1
-1
/
+1
*
Merge link addition from 3.2.
Ezio Melotti
2013-02-28
1
-1
/
+1
|
\
|
*
Add a link to the demo dir.
Ezio Melotti
2013-02-28
1
-1
/
+1
*
|
#15831: merge with 3.2
Ezio Melotti
2012-09-14
1
-14
/
+30
|
\
|
|
*
#15831: document multiple signatures on different lines. Patch by Chris Jerd...
Ezio Melotti
2012-09-14
1
-14
/
+30
*
|
Fix a typo in the curses docs
Ross Lagerwall
2012-09-06
1
-1
/
+1
*
|
Issue #15785: Modify window.get_wch() API of the curses module: return a
Victor Stinner
2012-08-29
1
-4
/
+5
*
|
Restore [] where default arguments are not keywords
Hynek Schlawack
2012-05-22
1
-1
/
+1
|
\
|
|
*
Restore [] where default arguments are not keywords
Hynek Schlawack
2012-05-22
1
-1
/
+1
*
|
#14804: Remove [] around optional arguments with default values
Hynek Schlawack
2012-05-21
1
-1
/
+1
|
\
|
|
*
#14804: Remove [] around optional arguments with default values
Hynek Schlawack
2012-05-21
1
-1
/
+1
*
|
Issue #12567: The curses module uses Unicode functions for Unicode arguments
Victor Stinner
2011-11-25
1
-1
/
+11
*
|
(Merge 3.2) Issue #10570: curses.tigetstr() is now expecting a byte string,
Victor Stinner
2011-11-02
1
-1
/
+1
|
\
|
|
*
Issue #10570: curses.tigetstr() is now expecting a byte string, instead of a
Victor Stinner
2011-11-02
1
-1
/
+1
*
|
Issue #12567: Add curses.unget_wch() function
Victor Stinner
2011-09-06
1
-0
/
+11
*
|
merge with 3.2
Sandro Tosi
2011-08-12
1
-1
/
+1
|
\
|
|
*
it's 'rather than'; reported by James Bateman on docs@
Sandro Tosi
2011-08-12
1
-1
/
+1
*
|
Close #6755: Add get_wch() method to curses.window class
Victor Stinner
2011-07-14
1
-0
/
+8
|
/
*
issue10403 - Let's not use members anymore. Use 'attribute' where it denotes ...
Senthil Kumaran
2011-07-04
1
-2
/
+2
*
Fix bad markup.
Georg Brandl
2011-07-03
1
-1
/
+1
*
#11363: add missing functions from curses doc. Patch by Sandro Tosi.
Ezio Melotti
2011-06-26
1
-0
/
+48
*
#11363: clean up curses doc.
Ezio Melotti
2011-06-26
1
-87
/
+87
*
#6771: fix docs: curses.wrapper is exposed as a function, not a module
R David Murray
2011-06-18
1
-33
/
+13
[next]