1
Fork 0
cpython/Include
Benjamin Peterson 8323757381 Bump version to 2.7.18. 2020-04-19 16:12:51 -05:00
..
Python-ast.h
Python.h bpo-32635: Fix a segfault when importing the crypt module with libxcrypt. (GH-5284) (#5295) 2018-01-24 10:51:39 +01:00
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 bpo-30134: fix BytesWarning doc, docstring and message (GH-12739) 2019-04-09 21:49:49 +09:00
codecs.h
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 bpo-25083: Python can sometimes create incorrect .pyc files (GH-8449) 2018-09-10 11:46:14 -07:00
eval.h
fileobject.h
floatobject.h
frameobject.h [2.7] bpo-22851: Fix a segfault when accessing generator.gi_frame.f_restricted. (GH-9348) 2018-10-13 12:25:05 +03:00
funcobject.h
genobject.h
graminit.h
grammar.h [2.7] properly free memory in pgen. (GH-7869) (closes bpo-27780 2018-06-22 21:04:21 -07:00
import.h
intobject.h [2.7] bpo-34234: Use _PyAnyInt_Check() and _PyAnyInt_CheckExact(). (GH-8479) 2018-07-31 09:09:36 +03:00
intrcheck.h
iterobject.h
listobject.h
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
metagrammar.h
methodobject.h
modsupport.h
moduleobject.h
node.h
object.h Issue #23943: Fix typos. Patch by Piotr Kasprzyk. 2016-07-28 03:04:04 +00:00
objimpl.h Indicate that _PyGC_Head is only 8-byte aligned. (closes bpo-33374) 2018-04-29 12:18:33 -07:00
opcode.h
osdefs.h
parsetok.h
patchlevel.h Bump version to 2.7.18. 2020-04-19 16:12:51 -05:00
pgen.h
pgenheaders.h closes bpo-35340: Add freegrammar to pgenheaders.h. (GH-10788) 2018-11-29 01:37:15 -06:00
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
pyexpat.h [2.7] bpo-34623: Use XML_SetHashSalt in _elementtree (GH-9146) (GH-9394) 2018-09-18 06:13:09 -07:00
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 closes bpo-38253: Fix typo of Py_SET_ERANGE_IF_OVERFLOW in pyport.h. (GH-16230) 2019-09-23 19:31:25 -07: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
structmember.h
structseq.h
symtable.h
sysmodule.h
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