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.
 
 
 
 
 
 
Victor Stinner c52572319c Optimize methoddescr_call(): avoid temporary PyCFunction 9 years ago
..
Python-ast.h Issue #28008: Implement PEP 530 -- asynchronous comprehensions. 9 years ago
Python.h issue27186: add C version of os.fspath(); patch by Jelle Zijlstra 10 years ago
abstract.h Remove unused func parameter of _PyStack_UnpackDict() 9 years ago
accu.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
asdl.h Add ast.Constant 10 years ago
ast.h Issue #25314: store_true and store_false also create appropriate defaults. 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 #25314: store_true and store_false also create appropriate defaults. 14 years ago
bytes_methods.h Issue #26765: Moved common code and docstrings for bytes and bytearray methods 10 years ago
bytesobject.h Issue #29058: All stable API extensions added after Python 3.2 are now 9 years ago
cellobject.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
ceval.h Uniformize argument names of "call" functions 9 years ago
classobject.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
code.h Issue #18896: Python function can now have more than 255 parameters. 9 years ago
codecs.h Issue #29058: All stable API extensions added after Python 3.2 are now 9 years ago
compile.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
complexobject.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
datetime.h Closes issue #24773: Implement PEP 495 (Local Time Disambiguation). 10 years ago
descrobject.h Issue #28761: The fields name and doc of structures PyMemberDef, PyGetSetDef, 9 years ago
dictobject.h Issue #28969: Fixed race condition in C implementation of functools.lru_cache. 9 years ago
dtoa.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
dynamic_annotations.h Issue #25314: store_true and store_false also create appropriate defaults. 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 #29058: All stable API extensions added after Python 3.2 are now 9 years ago
fileutils.h Issue #29058: All stable API extensions added after Python 3.2 are now 9 years ago
floatobject.h Issue #11734: Add support for IEEE 754 half-precision floats to the struct module. Original patch by Eli Stevens. 9 years ago
frameobject.h Issue #29049: Call _PyObject_GC_TRACK() lazily when calling Python function. 9 years ago
funcobject.h Add _PyObject_FastCallKeywords() 9 years ago
genobject.h Issue #23996: Added _PyGen_SetStopIterationValue for safe raising 9 years ago
graminit.h Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations. 9 years ago
grammar.h properly free memory in pgen 9 years ago
import.h Issue #29058: All stable API extensions added after Python 3.2 are now 9 years ago
intrcheck.h Issue #26900: Excluded underscored names and other private API from limited API. 9 years ago
iterobject.h Move itertools izip() code to builtins as zip(). Complete the renaming. 18 years ago
listobject.h Issue #26778: Fixed "a/an/and" typos in code comment and documentation. 10 years ago
longintrepr.h replace Python aliases for standard integer types with the standard integer types (#17884) 9 years ago
longobject.h Issue #19569: Compiler warnings are now emitted if use most of deprecated 9 years ago
marshal.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
memoryobject.h Issue #29058: All stable API extensions added after Python 3.2 are now 9 years ago
metagrammar.h REMOVED all CWI, CNRI and BeOpen copyright markings. 26 years ago
methodobject.h Optimize methoddescr_call(): avoid temporary PyCFunction 9 years ago
modsupport.h Add _PyArg_UnpackStack() function helper 9 years ago
moduleobject.h Issue #29058: All stable API extensions added after Python 3.2 are now 9 years ago
namespaceobject.h Issue #26900: Excluded underscored names and other private API from limited API. 9 years ago
node.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
object.h Issue #29058: All stable API extensions added after Python 3.2 are now 9 years ago
objimpl.h Issue #29058: All stable API extensions added after Python 3.2 are now 9 years ago
odictobject.h Issue #29058: All stable API extensions added after Python 3.2 are now 9 years ago
opcode.h Issue #26110: Add LOAD_METHOD/CALL_METHOD opcodes. 9 years ago
osdefs.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
osmodule.h Issue #29058: All stable API extensions added after Python 3.2 are now 9 years ago
parsetok.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
patchlevel.h Bump to 3.7.0a0 9 years ago
pgen.h Changes from Jonathan Riehl to allow his pgen extension (PEP 269) to 23 years ago
pgenheaders.h - dictobject.c: Make dict_merge symbol a static symbol 9 years ago
py_curses.h Issue #25923: Added the const qualifier to static constant arrays. 10 years ago
pyarena.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
pyatomic.h replace Py_(u)intptr_t with the c99 standard types 9 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 #1602: Windows console doesn't input or print Unicode (PEP 528) 9 years ago
pydtrace.d DTrace support: function calls, GC activity, line execution 9 years ago
pydtrace.h mark dtrace stubs as static inline; remove stubs 9 years ago
pyerrors.h Issue #29058: All stable API extensions added after Python 3.2 are now 9 years ago
pyexpat.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
pyfpe.h remove trailing whitespace 9 years ago
pygetopt.h Issue #26900: Excluded underscored names and other private API from limited API. 9 years ago
pyhash.h replace Python aliases for standard integer types with the standard integer types (#17884) 9 years ago
pylifecycle.h Issue #26900: Excluded underscored names and other private API from limited API. 9 years ago
pymacconfig.h Minor spelling fixes 10 years ago
pymacro.h Add Py_MEMBER_SIZE macro 9 years ago
pymath.h Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 9 years ago
pymem.h Issue #29058: All stable API extensions added after Python 3.2 are now 9 years ago
pyport.h Disable _PyStack_AsTuple() inlining 9 years ago
pystate.h Issue #26900: Excluded underscored names and other private API from limited API. 9 years ago
pystrcmp.h Applied patch #1635: Float patch for inf and nan on Windows (and other platforms). 18 years ago
pystrhex.h Issue #26900: Excluded underscored names and other private API from limited API. 9 years ago
pystrtod.h Issue #26331: Implement the parsing part of PEP 515. 9 years ago
pythonrun.h Issue #29058: All stable API extensions added after Python 3.2 are now 9 years ago
pythread.h Issue #29058: All stable API extensions added after Python 3.2 are now 9 years ago
pytime.h Merged from 3.6 9 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 Clarify comments on setentry invariants. 11 years ago
sliceobject.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
structmember.h Issue #28761: The fields name and doc of structures PyMemberDef, PyGetSetDef, 9 years ago
structseq.h Issue #28761: The fields name and doc of structures PyMemberDef, PyGetSetDef, 9 years ago
symtable.h Issue #28003: Implement PEP 525 -- Asynchronous Generators. 9 years ago
sysmodule.h Issue #26900: Excluded underscored names and other private API from limited API. 9 years ago
token.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
traceback.h Issue #26900: Excluded underscored names and other private API from limited API. 9 years ago
tupleobject.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
typeslots.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
ucnhash.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
unicodeobject.h Issue #29058: All stable API extensions added after Python 3.2 are now 9 years ago
warnings.h Issue #29058: All stable API extensions added after Python 3.2 are now 9 years ago
weakrefobject.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago