This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2025-10-03 21:55:41 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
12
359fc8e835
cpython
/
Include
History
Download ZIP
Download TAR.GZ
Christian Heimes
743e0cd6b5
Issue
#16166
: Add PY_LITTLE_ENDIAN and PY_BIG_ENDIAN macros and unified
...
endianess detection and handling.
2012-10-17 23:52:17 +02:00
..
abstract.h
Issue
#16148
: Small improvements and cleanup. Added version information
2012-10-07 10:29:32 +02:00
accu.h
asdl.h
ast.h
bitset.h
bltinmodule.h
boolobject.h
bytearrayobject.h
bytes_methods.h
bytesobject.h
cellobject.h
ceval.h
classobject.h
code.h
codecs.h
compile.h
complexobject.h
datetime.h
descrobject.h
dictobject.h
dtoa.h
dynamic_annotations.h
enumobject.h
errcode.h
eval.h
fileobject.h
fileutils.h
floatobject.h
frameobject.h
funcobject.h
genobject.h
graminit.h
grammar.h
import.h
Issue
#15610
: The PyImport_ImportModuleEx macro now calls
2012-08-10 18:55:08 -04:00
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
MERGE:
Closes
#15512
: Correct __sizeof__ support for parser
2012-08-03 14:29:26 +02:00
object.h
Issue
#13992
: The trashcan mechanism is now thread-safe. This eliminates
2012-09-06 01:17:42 +02:00
objimpl.h
Issue
#15144
: Fix possible integer overflow when handling pointers as integer values, by using Py_uintptr_t instead of size_t.
2012-09-20 20:56:47 +02:00
opcode.h
osdefs.h
#16135
: Removal of OS/2 support (C code and Docs)
2012-10-05 02:27:40 +02:00
parsetok.h
patchlevel.h
Post-release update.
2012-09-29 14:21:25 +02:00
pgen.h
pgenheaders.h
py_curses.h
pyarena.h
pyatomic.h
pycapsule.h
pyctype.h
pydebug.h
pyerrors.h
use char instead of int to please T_BOOL (
closes
#15597
)
2012-08-08 17:22:50 -07:00
pyexpat.h
pyfpe.h
Remove trailing whitespace in order to silence warnings on HP-UX.
2012-08-31 17:11:39 -04:00
pygetopt.h
pymacconfig.h
pymacro.h
GCC doesn't support typeof in strict ansi mode (e.g. -ansi or -std=c89)
2012-09-23 16:15:01 +02:00
pymath.h
pymem.h
pyport.h
Issue
#16166
: Add PY_LITTLE_ENDIAN and PY_BIG_ENDIAN macros and unified
2012-10-17 23:52:17 +02:00
pystate.h
Issue
#13992
: The trashcan mechanism is now thread-safe. This eliminates
2012-09-06 01:17:42 +02:00
pystrcmp.h
pystrtod.h
Python-ast.h
Python.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
Issue
#16147
: Rewrite PyUnicode_FromFormatV() to use _PyUnicodeWriter API
2012-10-06 23:03:36 +02:00
warnings.h
weakrefobject.h