This website requires JavaScript.
Explore
Help
Sign In
traverseda
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
0a16bb15af
cpython
/
Include
History
Ned Deily
bc8c26325d
bump to 3.7.3+
2019-03-25 19:31:06 -04:00
..
internal
bpo-36356: pymain_free() calls _PyRuntime_Finalize() (GH-12436)
2019-03-19 15:08:17 +01:00
Python-ast.h
…
Python.h
bpo-28503: Use crypt_r() when available instead of crypt() (GH-11373) (GH-11376)
2018-12-30 17:59:52 -08:00
abstract.h
bpo-36317: Fix typo in _PyObject_FastCallDict documentation (GH-12383) (GH-12402)
2019-03-18 12:51:23 +01:00
accu.h
…
asdl.h
…
ast.h
…
bitset.h
…
bltinmodule.h
…
boolobject.h
…
bytearrayobject.h
…
bytes_methods.h
…
bytesobject.h
…
cellobject.h
…
ceval.h
bpo-35444: Fix error handling when fail to look up builtin "getattr". (GH-11047) (GH-11107)
2018-12-11 10:51:27 +02:00
classobject.h
…
code.h
…
codecs.h
…
compile.h
…
complexobject.h
…
context.h
bpo-34762: Fix contextvars C API to use PyObject* pointer types. (GH-9473)
2018-09-21 12:48:10 -07:00
datetime.h
…
descrobject.h
…
dictobject.h
…
dtoa.h
…
dynamic_annotations.h
…
enumobject.h
…
errcode.h
…
eval.h
…
fileobject.h
…
fileutils.h
bpo-34523: Fix C locale coercion on FreeBSD CURRENT (GH-10672) (GH-10673)
2018-11-23 13:37:42 +01:00
floatobject.h
…
frameobject.h
…
funcobject.h
…
genobject.h
…
graminit.h
…
grammar.h
…
import.h
…
intrcheck.h
…
iterobject.h
…
listobject.h
…
longintrepr.h
…
longobject.h
…
marshal.h
…
memoryobject.h
…
metagrammar.h
…
methodobject.h
…
modsupport.h
…
moduleobject.h
…
namespaceobject.h
…
node.h
…
object.h
[3.7] bpo-9263: _PyObject_Dump() detects freed memory (GH-10061) (GH-10662)
2018-11-22 17:15:37 +01:00
objimpl.h
…
odictobject.h
…
opcode.h
…
osdefs.h
…
osmodule.h
…
parsetok.h
…
patchlevel.h
bump to 3.7.3+
2019-03-25 19:31:06 -04:00
pgen.h
…
pgenheaders.h
…
py_curses.h
…
pyarena.h
…
pyatomic.h
…
pycapsule.h
…
pyctype.h
…
pydebug.h
…
pydtrace.d
…
pydtrace.h
…
pyerrors.h
[3.7] bpo-35147: Fix _Py_NO_RETURN for GCC (GH-10300) (GH-10301)
2018-11-02 18:30:11 -07:00
pyexpat.h
…
pyfpe.h
…
pyhash.h
…
pylifecycle.h
bpo-36236: Handle removed cwd at Python init (GH-12450)
2019-03-20 00:30:45 +01:00
pymacconfig.h
…
pymacro.h
…
pymath.h
…
pymem.h
[3.7] bpo-9263: _PyObject_Dump() detects freed memory (GH-10061) (GH-10662)
2018-11-22 17:15:37 +01:00
pyport.h
…
pystate.h
…
pystrcmp.h
…
pystrhex.h
…
pystrtod.h
…
pythonrun.h
…
pythread.h
…
pytime.h
…
rangeobject.h
…
setobject.h
…
sliceobject.h
…
structmember.h
…
structseq.h
…
symtable.h
…
sysmodule.h
…
token.h
…
traceback.h
…
tupleobject.h
…
typeslots.h
…
ucnhash.h
…
unicodeobject.h
bpo-33954: Fix _PyUnicode_InsertThousandsGrouping() (GH-10623) (GH-10718)
2018-11-26 14:17:01 +01:00
warnings.h
…
weakrefobject.h
…