cpython/Include
Martin v. Löwis 7800f75827 Issue #15042: Add PyState_AddModule and PyState_RemoveModule.
Add version  guard for Py_LIMITED_API additions.
Issue #15081: Document PyState_FindModule.
Patch by Robin Schreiber.
2012-06-22 12:20:55 +02:00
..
Python-ast.h
Python.h Eric Snow's implementation of PEP 421. 2012-06-03 16:18:47 -04:00
abstract.h
accu.h
asdl.h Widen ASDL sequences to Py_ssize_t lengths to better match PEP 353. 2012-05-15 14:45:03 +02:00
ast.h
bitset.h
bltinmodule.h
boolobject.h
bytearrayobject.h
bytes_methods.h
bytesobject.h Simplify and optimize formatlong() 2012-04-27 23:40:13 +02:00
cellobject.h
ceval.h
classobject.h
code.h
codecs.h
compile.h
complexobject.h Issue #14744: Use the new _PyUnicodeWriter internal API to speed up str%args and str.format(args) 2012-05-29 12:57:52 +02:00
datetime.h
descrobject.h
dictobject.h Account for shared keys in type's __sizeof__ (#13903). 2012-04-24 19:13:57 +02:00
dtoa.h Issue #14521: Make result of float('nan') and float('-nan') more consistent across platforms. Further, don't rely on Py_HUGE_VAL for float('inf'). 2012-04-29 15:31:56 +01:00
dynamic_annotations.h
enumobject.h
errcode.h
eval.h
fileobject.h
fileutils.h
floatobject.h Issue #14744: Use the new _PyUnicodeWriter internal API to speed up str%args and str.format(args) 2012-05-29 12:57:52 +02:00
frameobject.h
funcobject.h
genobject.h Issue #13783: the PEP 380 implementation no longer expands the public C API 2012-06-17 15:15:49 +10:00
graminit.h
grammar.h
import.h
intrcheck.h
iterobject.h
listobject.h
longintrepr.h
longobject.h Issue #14744: Use the new _PyUnicodeWriter internal API to speed up str%args and str.format(args) 2012-05-29 12:57:52 +02:00
marshal.h
memoryobject.h Issue #14930: Make memoryview objects weakrefable. 2012-05-28 21:35:09 +01:00
metagrammar.h
methodobject.h
modsupport.h
moduleobject.h
namespaceobject.h Eric Snow's implementation of PEP 421. 2012-06-03 16:18:47 -04:00
node.h
object.h Implement PEP 412: Key-sharing dictionaries (closes #13903) 2012-04-23 11:24:50 -04:00
objimpl.h
opcode.h
osdefs.h
parsetok.h
patchlevel.h Post-release update. 2012-05-31 22:41:51 +02:00
pgen.h
pgenheaders.h
py_curses.h
pyarena.h
pyatomic.h
pycapsule.h
pyctype.h
pydebug.h
pyerrors.h Issue #13783: the PEP 380 implementation no longer expands the public C API 2012-06-17 15:15:49 +10:00
pyexpat.h Issue #14007: implement doctype() method calling in XMLParser of _elementtree. 2012-06-01 11:32:34 +03:00
pyfpe.h
pygetopt.h
pymacconfig.h
pymacro.h
pymath.h
pymem.h
pyport.h
pystate.h Issue #15042: Add PyState_AddModule and PyState_RemoveModule. 2012-06-22 12:20:55 +02:00
pystrcmp.h
pystrtod.h
pythonrun.h Issue #14928: Fix importlib bootstrap issues by using a custom executable (Modules/_freeze_importlib) to build Python/importlib.h. 2012-06-19 22:29:35 +02:00
pythread.h
pytime.h PEP 418: Rename adjusted attribute to adjustable in time.get_clock_info() result 2012-06-12 22:46:37 +02:00
rangeobject.h
setobject.h
sliceobject.h
structmember.h s/tabs/spaces, and clean trailing whitespace 2012-05-23 07:09:08 +03:00
structseq.h
symtable.h
sysmodule.h
token.h
traceback.h
tupleobject.h
typeslots.h
ucnhash.h
unicodeobject.h Issue #15026: utf-16 encoding is now significantly faster (up to 10x). 2012-06-15 22:15:23 +02:00
warnings.h
weakrefobject.h