cpython/Include
Miss Islington (bot) 6ba0b583d6 bpo-25720: Fix the method for checking pad state of curses WINDOW (GH-4164) (#4213)
Modify the code to use ncurses is_pad() instead of checking WINDOW
_flags field.  If your platform does not provide the is_pad(), the
existing way that checks the field will be enabled.

Note: This change does not drop support for platforms where do not
have both WINDOW _flags field and is_pad().
(cherry picked from commit 8bc7d63560)
2017-11-01 14:36:48 +02:00
..
Python-ast.h
Python.h
abstract.h Issue #25701: Document that some C APIs can both set and delete items 2016-11-30 10:32:40 +00:00
asdl.h
ast.h
bitset.h
boolobject.h
bufferobject.h
bytearrayobject.h
bytes_methods.h
bytesobject.h
cStringIO.h
cellobject.h
ceval.h bpo-29935: Fixed error messages in the index() method of tuple and list (#887) (#907) (#910) 2017-03-30 20:32:18 +03:00
classobject.h
cobject.h
code.h code_richcompare() now uses the constants types 2016-01-22 12:33:12 +01:00
codecs.h Issue #25523: Correct "a" article to "an" article 2015-11-02 03:37:02 +00:00
compile.h
complexobject.h
datetime.h
descrobject.h
dictobject.h Issue #28427: old keys should not remove new values from 2016-12-27 15:08:27 +01:00
dtoa.h
enumobject.h
errcode.h
eval.h
fileobject.h
floatobject.h
frameobject.h consistently use Py_TYPE, Py_REFCNT, and correct initializer macros (#3563) 2017-09-13 21:20:29 -07:00
funcobject.h
genobject.h
graminit.h
grammar.h
import.h
intobject.h consistently use Py_TYPE, Py_REFCNT, and correct initializer macros (#3563) 2017-09-13 21:20:29 -07:00
intrcheck.h
iterobject.h
listobject.h Issue #26778: Fixed "a/an/and" typos in code comment and documentation. 2016-04-17 09:37:36 +03:00
longintrepr.h
longobject.h Issue #27626: Spelling fixes in docs, comments and internal names 2016-07-28 01:11:04 +00:00
marshal.h
memoryobject.h Corrections for a/an in code comments and documentation 2016-05-08 13:45:55 +00:00
metagrammar.h
methodobject.h
modsupport.h
moduleobject.h
node.h Issue #18637: Fixed an error in _PyNode_SizeOf declaration. 2014-11-18 17:29:47 +02:00
object.h Issue #23943: Fix typos. Patch by Piotr Kasprzyk. 2016-07-28 03:04:04 +00:00
objimpl.h
opcode.h backport computed gotos (#4753) 2015-05-28 12:45:31 -05:00
osdefs.h
parsetok.h
patchlevel.h a post 2.7.14 world 2017-09-16 11:31:32 -07:00
pgen.h
pgenheaders.h
py_curses.h bpo-25720: Fix the method for checking pad state of curses WINDOW (GH-4164) (#4213) 2017-11-01 14:36:48 +02:00
pyarena.h
pycapsule.h
pyctype.h
pydebug.h
pyerrors.h Issue #26476: Fixed compilation error when use PyErr_BadInternalCall() in C++. 2016-03-03 18:16:27 +02:00
pyexpat.h
pyfpe.h remove trailing whitespace 2016-09-19 22:16:36 -07:00
pygetopt.h
pymacconfig.h Fix some spelling errors 2016-08-20 08:00:53 +00:00
pymactoolbox.h Issue #27806: Fix 32-bit builds on macOS Sierra 10.12 broken by removal of 2016-09-16 09:08:45 -04:00
pymath.h Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 2016-09-07 12:03:06 +00:00
pymem.h bpo-31474: Fix -Wint-in-bool-context warnings (#3581) 2017-09-15 20:27:23 +02:00
pyport.h Issue #10910: Update FreedBSD version checks for the ctype UTF-8 workaround. 2016-08-15 03:04:36 -04:00
pystate.h
pystrcmp.h
pystrtod.h
pythonrun.h bpo-27593: Get SCM build info from git instead of hg (#1327) 2017-05-02 16:55:50 +02:00
pythread.h
rangeobject.h
setobject.h
sliceobject.h bpo-29943: Remove the PySlice_GetIndicesEx() macro. (#1050) 2017-04-16 10:08:47 +03:00
stringobject.h Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc 2016-04-15 02:14:19 +00:00
structmember.h
structseq.h
symtable.h
sysmodule.h Issue #22193: Fixed integer overflow error in sys.getsizeof(). 2014-11-15 13:21:01 +02:00
timefuncs.h
token.h
traceback.h
tupleobject.h
ucnhash.h
unicodeobject.h Issue #28139: Fix messed up indentation 2016-09-17 07:54:55 +00:00
warnings.h
weakrefobject.h