index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
clinic
/
_cursesmodule.c.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-43084: Return bool instead of int from curses.window.enclose() (GH-24398)
Serhiy Storchaka
2021-04-05
1
-8/+3
*
bpo-42681: Fix range checks for color and pair numbers in curses (GH-23874)
Serhiy Storchaka
2021-01-03
1
-16/+17
*
bpo-42161: Modules/ uses _PyLong_GetZero() and _PyLong_GetOne() (GH-22998)
Victor Stinner
2020-10-27
1
-3/+3
*
bpo-36982: Add support for extended color functions in ncurses 6.1 (GH-17536)
Hans Petter Jansson
2020-08-04
1
-195/+55
*
bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)
Serhiy Storchaka
2020-05-26
1
-286/+1
*
bpo-39802: Only expose set_escdelay and set_tabsize when curses extensions ar...
Batuhan Taşkaya
2020-03-03
1
-1/+33
*
bpo-36589: Fix the error handling in curses.update_lines_cols(). (GH-12766)
Zackery Spytz
2019-11-17
1
-13/+3
*
bpo-38312: Add curses.{get,set}_escdelay and curses.{get,set}_tabsize. (GH-16...
Anthony Sottile
2019-10-31
1
-1/+123
*
bpo-37034: Display argument name on errors with keyword arguments with Argume...
Rémi Lapeyre
2019-08-29
1
-7/+7
*
bpo-36127: Argument Clinic: inline parsing code for keyword parameters. (GH-1...
Serhiy Storchaka
2019-03-14
1
-4/+42
*
bpo-35582: Argument Clinic: Optimize the "all boring objects" case. (GH-11520)
Serhiy Storchaka
2019-01-11
1
-4/+35
*
bpo-35582: Argument Clinic: inline parsing code for positional parameters. (G...
Serhiy Storchaka
2019-01-11
1
-43/+499
*
bpo-23867: Argument Clinic: inline parsing code for a single positional param...
Serhiy Storchaka
2018-12-25
1
-24/+230
*
bpo-33012: Fix invalid function cast warnings with gcc 8 in Argument Clinic. ...
Serhiy Storchaka
2018-11-27
1
-23/+23
*
bpo-20171: Convert the _curses and _curses_panel modules to Argument Clinic. ...
Serhiy Storchaka
2018-05-10
1
-12/+3778
*
Issue #26305: Argument Clinic now uses braces in C code as required by PEP 7.
Serhiy Storchaka
2016-06-09
1
-5/+9
*
Issue #23944: Argument Clinic now wraps long impl prototypes at column 78.
Larry Hastings
2015-04-14
1
-2/+3
*
Issue #23501: Argumen Clinic now generates code into separate files by default.
Serhiy Storchaka
2015-04-03
1
-0/+70