You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Benjamin Peterson 39992d3043 do not expose known hash api in stable API 12 years ago
..
Python-ast.h PEP 465: a dedicated infix operator for matrix multiplication (closes #21176) 12 years ago
Python.h ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'. 12 years ago
abstract.h PEP 465: a dedicated infix operator for matrix multiplication (closes #21176) 12 years ago
accu.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
asdl.h Fix compiler warning on Windows 64-bit: asdl_seq_SET() stores the index parameter 12 years ago
ast.h Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
bitset.h REMOVED all CWI, CNRI and BeOpen copyright markings. 26 years ago
bltinmodule.h these builtins have to be initialized 17 years ago
boolobject.h #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. 18 years ago
bytearrayobject.h Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
bytes_methods.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
bytesobject.h Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
cellobject.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
ceval.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
classobject.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
code.h #11983: update comment to describe which fields are used and why. 12 years ago
codecs.h Close #20404: blacklist non-text encodings in io.TextIOWrapper 12 years ago
compile.h Issue #19722: Added opcode.stack_effect(), which accurately 12 years ago
complexobject.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
datetime.h Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
descrobject.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
dictobject.h do not expose known hash api in stable API 12 years ago
dtoa.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
dynamic_annotations.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
enumobject.h Implement and apply PEP 322, reverse iteration 22 years ago
errcode.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
eval.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
fileobject.h Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
fileutils.h Issue #19526: Exclude all new API from the stable ABI. 12 years ago
floatobject.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
frameobject.h Issue #14432: Remove the thread state field from the frame structure. Fix a 12 years ago
funcobject.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
genobject.h Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
graminit.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
grammar.h Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
import.h (Merge 3.3) Issue #19932: Fix typo in import.h, missing whitespaces in function prototypes. 12 years ago
intrcheck.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
iterobject.h Move itertools izip() code to builtins as zip(). Complete the renaming. 18 years ago
listobject.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
longintrepr.h Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
longobject.h Issue #17576: Deprecation warning emitted now when __int__() or __index__() 12 years ago
marshal.h Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
memoryobject.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
metagrammar.h REMOVED all CWI, CNRI and BeOpen copyright markings. 26 years ago
methodobject.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
modsupport.h Issue #20294: Argument Clinic now supports argument parsing for __new__ and 12 years ago
moduleobject.h Issue #19255: The builtins module is restored to initial value before 12 years ago
namespaceobject.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
node.h Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
object.h PEP 465: a dedicated infix operator for matrix multiplication (closes #21176) 12 years ago
objimpl.h Issue #21233: Add new C functions: PyMem_RawCalloc(), PyMem_Calloc(), 12 years ago
opcode.h Closes Issue 17861: Autogenerate Include/opcode.h from opcode.py. 12 years ago
osdefs.h Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
parsetok.h Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
patchlevel.h Version bump to 3.5, step 2. 12 years ago
pgen.h Changes from Jonathan Riehl to allow his pgen extension (PEP 269) to 23 years ago
pgenheaders.h Use Py_GCC_ATTRIBUTE instead of __attribute__. Compilers other than GCC 24 years ago
py_curses.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
pyarena.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
pyatomic.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
pycapsule.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
pyctype.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
pydebug.h Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
pyerrors.h Issue #20517: Removed unnecessary new (short-lived) functions from PyErr. 12 years ago
pyexpat.h Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
pyfpe.h Update the embedded copy of the expat XML parser to 2.1.0. It brings 14 years ago
pygetopt.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
pyhash.h Issue #19526: Exclude all new API from the stable ABI. 12 years ago
pymacconfig.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
pymacro.h Issue #19976: Argument Clinic METH_NOARGS functions now always 12 years ago
pymath.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
pymem.h Issue #21233: Add new C functions: PyMem_RawCalloc(), PyMem_Calloc(), 12 years ago
pyport.h support setting fpu precision on m68k (closes #20904) 12 years ago
pystate.h Issue #19255: The builtins module is restored to initial value before 12 years ago
pystrcmp.h Applied patch #1635: Float patch for inf and nan on Windows (and other platforms). 18 years ago
pystrtod.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
pythonrun.h Issue #19526: Exclude all new API from the stable ABI. 12 years ago
pythread.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
pytime.h Issue #20320: select.select() and select.kqueue.control() now round the timeout 12 years ago
rangeobject.h #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. 18 years ago
setobject.h Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
sliceobject.h Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
structmember.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
structseq.h Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
symtable.h Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago
sysmodule.h Issue #19526: Exclude all new API from the stable ABI. 12 years ago
token.h PEP 465: a dedicated infix operator for matrix multiplication (closes #21176) 12 years ago
traceback.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
tupleobject.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
typeslots.h PEP 465: a dedicated infix operator for matrix multiplication (closes #21176) 12 years ago
ucnhash.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
unicodeobject.h asyncio: Ensure call_soon(), call_later() and call_at() are invoked on current 12 years ago
warnings.h Issue #19526: Exclude all new API from the stable ABI. 12 years ago
weakrefobject.h Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module. 14 years ago