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.
 
 
 
 
 
 
Pablo Galindo 2c15b29aea bpo-31786: Make functions in the select module blocking when timeout is a small negative value. (#4003) 8 years ago
..
internal bpo-31558: Add gc.freeze() (#3705) 8 years ago
Python-ast.h bpo-31464: asdl_c.py no longer emits trailing spaces in Python-ast.h. (#3568) 9 years ago
Python.h bpo-31370: Remove support for threads-less builds (#3385) 9 years ago
abstract.h Spelling fixes (#2902) 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 bpo-30860: Consolidate stateful runtime globals. (#3397) 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 bpo-22257: Small changes for PEP 432. (#1728) 9 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 #29263: LOAD_METHOD support for C methods 9 years ago
dictobject.h bpo-15695: Add PyAPI_FUNC() to _PyDict_SizeOf() declaration. (#639) 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 23 years ago
errcode.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
eval.h Issue #29465: Add Objects/call.c file 9 years ago
fileobject.h bpo-30946: Remove obsolete fallback code in readline module (#2738) 9 years ago
fileutils.h bpo-29619: Convert st_ino using unsigned integer (#557) 9 years ago
floatobject.h Issue #11734: Add support for IEEE 754 half-precision floats to the struct module. Original patch by Eli Stevens. 10 years ago
frameobject.h bpo-31344: Per-frame control of trace events (GH-3417) 9 years ago
funcobject.h Add _PyObject_FastCallKeywords() 10 years ago
genobject.h bpo-31709: Drop support for asynchronous __aiter__. (#3903) 8 years ago
graminit.h bpo-30406: Make async and await proper keywords (#1669) 8 years ago
grammar.h properly free memory in pgen 10 years ago
import.h bpo-28411: Support other mappings in PyInterpreterState.modules. (#3593) 9 years ago
intrcheck.h bpo-16500: Allow registering at-fork handlers (#1715) 9 years ago
iterobject.h Move itertools izip() code to builtins as zip(). Complete the renaming. 18 years ago
listobject.h bpo-29867: Add asserts in PyTuple_GET_SIZE, PyList_GET_SIZE and PySet_GET_SIZE. (#751) 9 years ago
longintrepr.h replace Python aliases for standard integer types with the standard integer types (#17884) 10 years ago
longobject.h bpo-29878: Add global instances of int for 0 and 1. (#852) 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 bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955) 9 years ago
modsupport.h bpo-28411: Remove "modules" field from Py_InterpreterState. (#1638) 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. 10 years ago
node.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
object.h bpo-31497: Add private helper _PyType_Name(). (#3630) 8 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 post 3.7.0a2 development 8 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 #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever 9 years ago
pyarena.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
pyatomic.h bpo-31462: Remove trailing whitespaces. (#3564) 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) 10 years ago
pydtrace.d bpo-31574: importlib dtrace (#3749) 8 years ago
pydtrace.h bpo-31574: importlib dtrace (#3749) 8 years ago
pyerrors.h Delete sigcheck.c since it appears unused (#1723) 9 years ago
pyexpat.h Issue #25314: store_true and store_false also create appropriate defaults. 14 years ago
pyfpe.h remove trailing whitespace 10 years ago
pygetopt.h Issue #26900: Excluded underscored names and other private API from limited API. 10 years ago
pyhash.h replace Python aliases for standard integer types with the standard integer types (#17884) 10 years ago
pylifecycle.h bpo-30860: Consolidate stateful runtime globals. (#3397) 9 years ago
pymacconfig.h Minor spelling fixes 10 years ago
pymacro.h bpo-31338 (#3374) 9 years ago
pymath.h bpo-31373: fix undefined floating-point demotions (#3396) 9 years ago
pymem.h bpo-30054: Expose tracemalloc C API (#1236) 9 years ago
pyport.h remove support for BSD/OS (closes bpo-31624) (#3812) 8 years ago
pystate.h bpo-30860: Fix a refleak. (#3567) 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. 10 years ago
pystrtod.h Issue #26331: Implement the parsing part of PEP 515. 10 years ago
pythonrun.h bpo-22257: Small changes for PEP 432. (#1728) 9 years ago
pythread.h bpo-25658: Implement PEP 539 for Thread Specific Storage (TSS) API (GH-1362) 8 years ago
pytime.h bpo-31786: Make functions in the select module blocking when timeout is a small negative value. (#4003) 8 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 bpo-29867: Add asserts in PyTuple_GET_SIZE, PyList_GET_SIZE and PySet_GET_SIZE. (#751) 9 years ago
sliceobject.h Issue #27867: Silenced may-be-used-uninitialized warnings after 9 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. 10 years ago
sysmodule.h Issue #26900: Excluded underscored names and other private API from limited API. 10 years ago
token.h bpo-30406: Make async and await proper keywords (#1669) 8 years ago
traceback.h Issue #26900: Excluded underscored names and other private API from limited API. 10 years ago
tupleobject.h bpo-29867: Add asserts in PyTuple_GET_SIZE, PyList_GET_SIZE and PySet_GET_SIZE. (#751) 9 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 remove support for BSD/OS (closes bpo-31624) (#3812) 8 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