This website requires JavaScript.
Explore
Help
Sign in
ilusha
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython
synced
2026-09-27 03:33:17 +03:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
bbf36e8903
cpython
/
Include
History
Download ZIP
Download TAR.GZ
Victor Stinner
f363d0a6e9
bpo-40521: Make empty Unicode string per interpreter (GH-21096)
...
Each interpreter now has its own empty Unicode string singleton.
2020-06-24 00:10:40 +02:00
..
cpython
bpo-41078: Add pycore_list.h internal header file (GH-21057)
2020-06-22 17:39:32 +02:00
internal
bpo-40521: Make empty Unicode string per interpreter (GH-21096)
2020-06-24 00:10:40 +02:00
abstract.h
asdl.h
bpo-40528: Improve and clear several aspects of the ASDL definition code for the AST (GH-19952)
2020-05-06 15:29:32 +01:00
ast.h
bpo-40939: Remove the old parser (Part 2) (GH-21005)
2020-06-20 19:07:25 +01:00
bltinmodule.h
boolobject.h
bytearrayobject.h
bytesobject.h
cellobject.h
ceval.h
classobject.h
code.h
codecs.h
compile.h
bpo-40939: Remove the old parser (Part 2) (GH-21005)
2020-06-20 19:07:25 +01:00
complexobject.h
context.h
datetime.h
descrobject.h
dictobject.h
dynamic_annotations.h
enumobject.h
errcode.h
bpo-40593: Improve syntax errors for invalid characters in source code. (GH-20033)
2020-05-12 12:42:04 +03:00
eval.h
exports.h
fileobject.h
fileutils.h
floatobject.h
frameobject.h
funcobject.h
genericaliasobject.h
genobject.h
import.h
interpreteridobject.h
intrcheck.h
PyOS_AfterFork_Child() uses PyStatus (GH-20596)
2020-06-02 15:51:37 +02:00
iterobject.h
listobject.h
longintrepr.h
longobject.h
bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)
2020-05-26 18:43:38 +03:00
marshal.h
memoryobject.h
methodobject.h
bpo-38787: Add PyCFunction_CheckExact() macro for exact type checks (GH-20024)
2020-05-12 07:12:41 -07:00
modsupport.h
moduleobject.h
namespaceobject.h
object.h
bpo-39573: Convert Py_REFCNT and Py_SIZE to functions (GH-20429)
2020-05-27 14:55:10 +02:00
objimpl.h
bpo-40989: PyObject_INIT() becomes an alias to PyObject_Init() (GH-20901)
2020-06-16 01:28:07 +02:00
odictobject.h
opcode.h
osdefs.h
osmodule.h
parser_interface.h
bpo-40939: Rename PyPegen* functions to PyParser* (GH-21016)
2020-06-22 00:47:46 +01:00
patchlevel.h
Python 3.10.0a0 (GH-20198)
2020-05-19 03:33:01 +01:00
picklebufobject.h
py_curses.h
pyarena.h
pycapsule.h
pyctype.h
pydebug.h
bpo-40520: Remove redundant comment in pydebug.h (GH-19931)
2020-05-05 08:20:38 -07:00
pydtrace.d
pydtrace.h
pyerrors.h
bpo-36020: Remove snprintf macro in pyerrors.h (GH-20889)
2020-06-15 21:59:47 +02:00
pyexpat.h
pyfpe.h
pyframe.h
pyhash.h
bpo-40602: Add _Py_HashPointerRaw() function (GH-20056)
2020-05-12 18:46:20 +02:00
pylifecycle.h
pymacconfig.h
pymacro.h
pymath.h
bpo-29782: Consolidate _Py_Bit_Length() (GH-20739)
2020-06-15 14:33:48 +02:00
pymem.h
pyport.h
bpo-19569: Add a macro to suppress deprecation warnings (GH-9004)
2020-06-16 09:56:27 +09:00
pystate.h
Update code comment re: location of struct _is. (GH-20067)
2020-05-14 19:11:00 -07:00
pystrcmp.h
pystrhex.h
pystrtod.h
Python-ast.h
Python.h
bpo-40939: Rename PyPegen* functions to PyParser* (GH-21016)
2020-06-22 00:47:46 +01:00
pythonrun.h
bpo-40939: Rename PyPegen* functions to PyParser* (GH-21016)
2020-06-22 00:47:46 +01:00
pythread.h
pytime.h
rangeobject.h
setobject.h
sliceobject.h
structmember.h
structseq.h
symtable.h
sysmodule.h
token.h
traceback.h
tracemalloc.h
tupleobject.h
typeslots.h
bpo-40724: Support setting buffer slots from type specs (GH-20648)
2020-06-06 21:35:10 +02:00
ucnhash.h
unicodeobject.h
warnings.h
weakrefobject.h